]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
* make sure that the pkgRecords D'tor does not segfault
[apt.git] / cmdline / apt-get.cc
index e673e0f5bdf6de5defe7f16511793f0aa22332df..a22d881b6ab9f6992adec85e0a611994ca9b5d62 100644 (file)
@@ -1659,7 +1659,7 @@ bool DoInstall(CommandLine &CmdL)
    // See if we need to prompt
    if (Cache->InstCount() == ExpectedInst && Cache->DelCount() == 0)
       return InstallPackages(Cache,false,false);
-   
+
    return InstallPackages(Cache,false);   
 }
                                                                        /*}}}*/
@@ -2013,6 +2013,7 @@ bool DoSource(CommandLine &CmdL)
            if (system(S) != 0)
            {
               fprintf(stderr,_("Unpack command '%s' failed.\n"),S);
+              fprintf(stderr,_("Check if the 'dpkg-dev' package is installed.\n"));
               _exit(1);
            }       
         }