On 12/13/12 11:48 AM, Watson, David W. (MSFC-ES62) wrote: > Doing “fink selfupdate” and “fink update-all” gives the following error: > > > > > > The package 'fink-package-precedence' will be built and installed. > > Reading build dependency for fink-package-precedence-0.16-1... > > Reading dependency for fink-package-precedence-0.16-1... > > Reading runtime dependency for fink-package-precedence-0.16-1... > > Reading build conflict for fink-package-precedence-0.16-1... > > The following package will be installed or updated: > > fink-package-precedence > > Setting runtime build-lock... > > dpkg-deb -b > /sw/src/fink.build/root-fink-buildlock-fink-package-precedence-0.16-1 > /sw/src/fink.build > > dpkg-deb: building package > `fink-buildlock-fink-package-precedence-0.16-1' in > `/sw/src/fink.build/fink-buildlock-fink-package-precedence-0.16-1_2012.12.13-12.44.13_darwin-x86_64.deb'. > > Installing build-lock package... > > /sw/bin/dpkg-lockwait -i > /sw/src/fink.build/fink-buildlock-fink-package-precedence-0.16-1_2012.12.13-12.44.13_darwin-x86_64.deb > > Selecting previously deselected package > fink-buildlock-fink-package-precedence-0.16-1. > > (Reading database ... > > dpkg: serious warning: files list file for package > `fink-buildlock-readline6-6.2.4-1' missing, assuming package has no > files currently installed. > > > > dpkg: serious warning: files list file for package > `fink-buildlock-fink-package-precedence-0.16-1' missing, assuming > package has no files currently installed. > > > > Preparing to replace fink-buildlock-fink-package-precedence-0.16-1 > 2012.12.10-08.08.35 (using > .../fink-buildlock-fink-package-precedence-0.16-1_2012.12.13-12.44.13_darwin-x86_64.deb) > ... > > > > /sw/bin/dpkg: error processing > /sw/src/fink.build/fink-buildlock-fink-package-precedence-0.16-1_2012.12.13-12.44.13_darwin-x86_64.deb > (--install): > > subprocess pre-installation script returned error exit status 1 > > > > dpkg: error while cleaning up: > > subprocess post-removal script returned error exit status 1 > > Errors were encountered while processing: > > /sw/src/fink.build/fink-buildlock-fink-package-precedence-0.16-1_2012.12.13-12.44.13_darwin-x86_64.deb > > ### execution of /sw/bin/dpkg-lockwait failed, exit code 1 > > Can't set build lock for fink-package-precedence (0.16-1) > > > > I’m running 10.6.8 > > > > > > David Watson > > NASA - MSFC > > Mail Code ES62 > > Phone 256-544-1300 > > FAX 256-544-2964 > > [email protected] <mailto:[email protected]> > > > > > > >
It appears that you have a corrupted /sw/var/lib/dpkg/status database, since _no_ fink-buildlock-* package should have files installed. This can happen if the machine or shell session shuts down during a build. Check /sw/var/lib/dpkg/status for entries for fink-buildlock-fink-package-precedence-0.16-1 and fink-buildlock-readline6-6.2.4-1. They are supposed to look like: Package: fink-buildlock-fink-package-precedence-0.16-1 Status: purge ok not-installed Section: unknown Architecture: darwin-x86_64 and Package: fink-buildlock-readline6-6.2.4-1 Status: purge ok not-installed Section: unknown Architecture: darwin-x86_64 respectively. If they don't, then it's safe to remove these entries completely, since they aren't actually necessary. -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
