Fredrik Lundgren wrote: > Dear Finkers, > > I downloaded "wine" and closed the Terminal during the process. > Unfortunately fink got angry and refuses to cooperate. You will find > my attempts and responses below. I tried to build autoconf as > suggested but still can't get it to work. > > Sincerely Fredrik > > buteo:~ fredrik$ fink build autoconf > Information about 6687 packages read in 1 seconds. > The following package will be built: > autoconf > Setting runtime build-lock... > dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-autoconf-2.62-2 /sw/ > src/fink.build > dpkg-deb: bygger paketet "fink-buildlock-autoconf-2.62-2" i "/sw/src/ > fink.build/fink-buildlock-autoconf-2.62-2_2008.05.28-20.19.30_darwin- > i386.deb". > Installing build-lock package... > /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock- > autoconf-2.62-2_2008.05.28-20.19.30_darwin-i386.deb > dpkg: tolkningsfel: i fil "/sw/var/lib/dpkg/status" nära rad 709 paket > "fink-buildlock-graphviz-1.16-1013": > saknat version > ### execution of /sw/bin/dpkg-lockwait failed, exit code 2 > Can't set build lock for autoconf (2.62-2) > > If any of the above dpkg error messages mention conflicting packages > or missing > dependencies -- for example, telling you that the package > fink-buildlock-autoconf-2.62-2 conflicts with something else -- fink has > probably gotten confused by trying to build many packages at once. Try > building just this current package autoconf (i.e, "fink build > autoconf"). When > that has completed successfully, you could retry whatever you did > that led to > the present error. > > Regardless of the cause of the lock failure, don't worry: you have not > wasted > compiling time! Packages that had been completely built before this > error > occurred will not have to be recompiled. > > See http://wiki.finkproject.org/index.php/Fink:buildlocks for more > information. > > /sw/bin/dpkg-lockwait -r fink-buildlock-autoconf-2.62-2 >/dev/null > dpkg: tolkningsfel: i fil "/sw/var/lib/dpkg/status" nära rad 709 paket > "fink-buildlock-graphviz-1.16-1013": > saknat version > ### execution of /sw/bin/dpkg-lockwait failed, exit code 2 > Failed: buildlock failure > buteo:~ fredrik$ > > > ######################## > > Fredrik Lundgren > [EMAIL PROTECTED] > > Obs! Ny adress och mail > > Engelbrektsgatan 31 > 582 21 Linköping > 013 - 47 30 117 > 0706 - 86 39 29 > > Sommarhus: Ljungnäs 158 > 380 30 Rockneby > 0480 - 650 98 > > > Did you 'See http://wiki.finkproject.org/index.php/Fink:buildlocks for more information' ?
Basically, you need to edit /sw/var/lib/dpkg/status as root, go to around line 709, and change "installed" to "not-installed". This sort of error if a build doesn't exit gracefully, due to a power loss, crash in the terminal application, ... ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
