unsubscribe On Sun, Mar 15, 2009 at 7:59 PM, <[email protected]> wrote: > Send Fink-beginners mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/fink-beginners > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Fink-beginners digest..." > > > Today's Topics: > > 1. Re: cairo compile troubles (Martin Costabel) > 2. Re: PHP5 installed through fink fails (Alexander Hansen) > 3. buildlock errors (Michael J. Vollinger) > 4. Re: buildlock errors (Alexander Hansen) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 14 Mar 2009 11:16:53 +0100 > From: Martin Costabel <[email protected]> > Subject: Re: [Fink-beginners] cairo compile troubles > To: Alexander Hansen <[email protected]> > Cc: [email protected], [email protected], > "Michael J. Vollinger" <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Alexander Hansen wrote: >> OK. I'm surprised that rebuilding fontconfig2* didn't fix that, so try >> the following: >> >> fink remove fontconfig2-dev >> fink rebuild fontconfig2-dev >> fink reinstall fontconfig2-dev >> find /sw/lib -name *.la | xargs grep -l libfontconfig.1.3.0 >> >> If the last command doesn't give you any output, you should be good to go. > > This won't help in the stable tree, because this bug has only been fixed > in unstable (upgrade from fontconfig2-dev-2.4.1 rev 104 to rev 105). > Stable is still at rev 104. > > -- > Martin > > > > ------------------------------ > > Message: 2 > Date: Sat, 14 Mar 2009 17:34:49 -0400 > From: Alexander Hansen <[email protected]> > Subject: Re: [Fink-beginners] PHP5 installed through fink fails > To: Eriksen Costa <[email protected]> > Cc: "Justin F. Hallett" <[email protected]>, Fink > Mailing-Liste <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=UTF-8 > > This mailing list thread will suffice. I'll cc the php5 maintainer. > > Eriksen Costa wrote: >> A bug report or ticket should be opened in this case? >> >> On Thu, Mar 12, 2009 at 7:47 PM, Alexander Hansen >> <[email protected] <mailto:[email protected]>> wrote: >> >> Eriksen Costa wrote: >> > It works! It was the only package related to bind9 that I didn't >> > installed. >> > >> > This package is a dependency then and fink should install it before >> > PHP, am I right? >> It's a build dependency, yes; though not in the package description >> yet. There were changes made recently in the bind packages. >> > It would be good also if the fink packages page listed the >> > dependencies, like the packages.debian.org >> <http://packages.debian.org> >> > <http://packages.debian.org> do. >> > >> > Thanks, >> > Eriksen Costa >> > >> Fink keeps that information on your system: >> >> fink show-deps <packagename> >> >> It's also available via the packages pages; not directly, but by >> clicking on the InfoFile: link. >> > >> > On Thu, Mar 12, 2009 at 6:42 PM, Alexander Hansen >> > <[email protected] >> <mailto:[email protected]> >> <mailto:[email protected] >> <mailto:[email protected]>>> wrote: >> > >> > Eriksen Costa wrote: >> > > Hi all! >> > > >> > > I am trying to install PHP5 by fink (using fink commander) >> but it >> > > fails. My OS X is 10.5.4 (fresh install) with XCode Tools >> installed, >> > > fink version 0.28.7 and commander (0.5.4). The lasts lines >> from the >> > > command output are: >> > > >> > > Anyone had the same problem? It's seems like something >> wrong with a >> > > bind9 header file but I am not sure. I already did the >> selfupdate, >> > > cleaned and tried again. >> > > >> > > >> > > >> > <snip> >> > > >> /sw/src/fink.build/php5-5.2.6-4/php-5.2.6/ext/standard/dns.c:51:28: >> > > error: bind/arpa/inet.h: No such file or directory >> > installing libbind6-dev should give you all of the missing >> .h files. >> > >> > -- >> > Alexander Hansen >> > Fink User Liaison >> > >> > >> >> -- >> Alexander Hansen >> Fink User Liaison >> >> > > > -- > Alexander Hansen > Fink User Liaison > > > > > ------------------------------ > > Message: 3 > Date: Sun, 15 Mar 2009 13:45:13 -0400 > From: "Michael J. Vollinger" <[email protected]> > Subject: [Fink-beginners] buildlock errors > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset="us-ascii" > > I have resolved the cairo issues, but now I have a new problem. I am > still trying to install abiword and gnumeric and I am getting various > error messages. > > When I do a "fink selfupdate" I get this message: > > W: Encountered status field in a non-version description > W: You may want to run apt-get update to correct these problems > No packages to install. > > The core packages have been updated. You should now update the other > packages > using commands like 'fink update-all'. > > When I do the "fink update-all" it tells me "ho packages to install" > > When I do "fink install abiword" I get is message: > > Information about 8150 packages read in 1 seconds. > W: Encountered status field in a non-version description > The following package will be installed or updated: > abiword > Setting runtime build-lock... > dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-abiword-2.4.6-3 /sw/ > src/fink.build > dpkg-deb: building package `fink-buildlock-abiword-2.4.6-3' in `/sw/ > src/fink.build/fink-buildlock- > abiword-2.4.6-3_2009.03.15-13.42.12_darwin-i386.deb'. > Installing build-lock package... > /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock- > abiword-2.4.6-3_2009.03.15-13.42.12_darwin-i386.deb > dpkg: parse error, in file `/sw/var/lib/dpkg/status' near line 6384 > package `fink-buildlock-glade3-3.4.5-2': > missing version > ### execution of /sw/bin/dpkg-lockwait failed, exit code 2 > Can't set build lock for abiword (2.4.6-3) > > If any of the above dpkg error messages mention conflicting packages > or missing > dependencies -- for example, telling you that the package > fink-buildlock-abiword-2.4.6-3 conflicts with something else -- fink has > probably gotten confused by trying to build many packages at once. Try > building just this current package abiword (i.e, "fink build > abiword"). 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-abiword-2.4.6-3 >/dev/null > dpkg: parse error, in file `/sw/var/lib/dpkg/status' near line 6384 > package `fink-buildlock-glade3-3.4.5-2': > missing version > ### execution of /sw/bin/dpkg-lockwait failed, exit code 2 > Failed: buildlock failure > > When I try "fink install gnumeric" I get this: > > Information about 8150 packages read in 0 seconds. > W: Encountered status field in a non-version description > The following package will be installed or updated: > gnumeric > The following 18 additional packages will be installed: > glade3-dev glade3-shlibs gnumeric-shlibs intltool libgnomedb > libgnomedb4-dev > libgnomedb4-shlibs libgoffice-0.6 libgoffice-0.6-shlibs libgsf1.114- > dev > libgsf1.114-gnome-dev libgsf1.114-gnome-shlibs libgsf1.114-shlibs > libtool14 > pcre-bin pygobject2-py25 pygobject2-py25-dev pygobject2-py25-shlibs > Do you want to continue? [Y/n] y > Setting runtime build-lock... > dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-glade3-3.4.5-2 /sw/ > src/fink.build > dpkg-deb: building package `fink-buildlock-glade3-3.4.5-2' in `/sw/src/ > fink.build/fink-buildlock-glade3-3.4.5-2_2009.03.15-13.43.35_darwin- > i386.deb'. > Installing build-lock package... > /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock- > glade3-3.4.5-2_2009.03.15-13.43.35_darwin-i386.deb > dpkg: parse error, in file `/sw/var/lib/dpkg/status' near line 6384 > package `fink-buildlock-glade3-3.4.5-2': > missing version > ### execution of /sw/bin/dpkg-lockwait failed, exit code 2 > Can't set build lock for glade3 (3.4.5-2) > > If any of the above dpkg error messages mention conflicting packages > or missing > dependencies -- for example, telling you that the package > fink-buildlock-glade3-3.4.5-2 conflicts with something else -- fink has > probably gotten confused by trying to build many packages at once. Try > building just this current package glade3 (i.e, "fink build glade3"). > 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-glade3-3.4.5-2 >/dev/null > dpkg: parse error, in file `/sw/var/lib/dpkg/status' near line 6384 > package `fink-buildlock-glade3-3.4.5-2': > missing version > ### execution of /sw/bin/dpkg-lockwait failed, exit code 2 > Failed: buildlock failure > > Can anyone help fix these problems please? > > Mike > ______________________________ > Michael J. Vollinger > Research Assistant > Ronald B. Gilmore XRF Lab > Dept. of Geosciences > 611 North Pleasant Street > University of Massachusetts > Amherst, MA 01003 > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 4 > Date: Sun, 15 Mar 2009 14:59:41 -0400 > From: Alexander Hansen <[email protected]> > Subject: Re: [Fink-beginners] buildlock errors > To: "Michael J. Vollinger" <[email protected]> > Cc: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > Michael J. Vollinger wrote: >> I have resolved the cairo issues, but now I have a new problem. I am >> still trying to install abiword and gnumeric and I am getting various >> error messages. >> >> When I do a "fink selfupdate" I get this message: >> >> W: Encountered status field in a non-version description >> W: You may want to run apt-get update to correct these problems >> No packages to install. >> >> The core packages have been updated. You should now update the other >> packages >> using commands like 'fink update-all'. >> >> When I do the "fink update-all" it tells me "ho packages to install" >> >> When I do "fink install abiword" I get is message: >> >> Information about 8150 packages read in 1 seconds. >> W: Encountered status field in a non-version description >> The following package will be installed or updated: >> abiword >> Setting runtime build-lock... >> dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-abiword-2.4.6-3 >> /sw/src/fink.build >> dpkg-deb: building package `fink-buildlock-abiword-2.4.6-3' in >> `/sw/src/fink.build/fink-buildlock-abiword-2.4.6-3_2009.03.15-13.42.12_darwin-i386.deb'. >> Installing build-lock package... >> /sw/bin/dpkg-lockwait -i >> /sw/src/fink.build/fink-buildlock-abiword-2.4.6-3_2009.03.15-13.42.12_darwin-i386.deb >> dpkg: parse error, in file `/sw/var/lib/dpkg/status' near line 6384 >> package `fink-buildlock-glade3-3.4.5-2': >> missing version >> > <snip> >> When I try "fink install gnumeric" I get this: >> >> Information about 8150 packages read in 0 seconds. >> W: Encountered status field in a non-version description >> > <snip> >> Installing build-lock package... >> /sw/bin/dpkg-lockwait -i >> /sw/src/fink.build/fink-buildlock-glade3-3.4.5-2_2009.03.15-13.43.35_darwin-i386.deb >> dpkg: parse error, in file `/sw/var/lib/dpkg/status' near line 6384 >> package `fink-buildlock-glade3-3.4.5-2': >> > <snip> >> Can anyone help fix these problems please? >> >> Mike >> ______________________________ >> Michael J. Vollinger >> Research Assistant >> Ronald B. Gilmore XRF Lab >> Dept. of Geosciences >> 611 North Pleasant Street >> University of Massachusetts >> Amherst, MA 01003 >> >> ------------------------------------------------------------------------ > If you look at the output, you'll see that it's the _same_ problem. And > you'll get it whenever you try to install absolutely anything. The > website is down right now, but this issue is mentioned in our docs. It > typically occurs when fink exits ungracefully, such as having a terminal > window crash (or be shut down) while fink is building stuff. > > You'll need to edit /sw/var/lib/dpkg/status as a super-user, go to line > 6384, and a few lines above that you'll find an entry for > fink-buildlock-glade3-3.4.5-2 . You'll want to change "installed" to > "not-installed". > > -- > Alexander Hansen > Fink User Liaison > > > > > ------------------------------ > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > > ------------------------------ > > _______________________________________________ > Fink-beginners mailing list > [email protected] > http://news.gmane.org/gmane.os.apple.fink.beginners > > End of Fink-beginners Digest, Vol 35, Issue 16 > ********************************************** >
-- Giorgio Spada Institute of Physics, Urbino University ''Carlo Bo'' Via Santa Chiara, 27, I-61029 Urbino (PU) ITALY Phone (Fax): +39 0722 303389 (99) Email: giorgio.spada AT gmail.com URL: http://www.fis.uniurb.it/spada AE of: JGR - Solid Earth ([email protected]) ----------------------- Di maniera che non è un sol mondo, una sola terra, un solo sole; ma tanti son mondi quante veggiamo circa di noi lampade luminose, le quali non sono più né meno in un cielo ed un loco ed un comprendente, che questo mondo, in cui siamo noi, è in un comprendente, luogo e cielo... (Giordano Bruno). ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
