[Fink-devel] gdk-pixbuf-shlibs dependencies error

2005-11-19 Thread Koen van der Drift
Hi, I get an error with circular dependencies for gdk-pixbuf-shlibs: ... gdk-pixbuf-shlibs gnome-print-shlibs Do you want to continue? [Y/n] /sw/bin/dpkg-lockwait -i /sw/fink/dists/unstable/main/binary-darwin- powerpc/gnome/gdk-pixbuf-shlibs_0.22.0-10_darwin-powerpc.deb Selecting previously de

Re: [Fink-devel] gdk-pixbuf-0.18.0-12

2005-05-22 Thread Dave Vasilevsky
The issue should be fixed now. Apparently the original issue (that I fixed in a broken way) was originally because of an earlier fink patch, I just took out the broken part of that and removed both mine and Martin's later fixes. Thanks for your help Martin. Dave PGP.sig Description: Thi

Re: [Fink-devel] gdk-pixbuf-0.18.0-12

2005-05-22 Thread Martin Costabel
Darren Oh wrote: libtool: link: cannot find the library `/support/libgnomesupport.la' make[3]: *** [libgnomecanvaspixbuf.la] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2 ### execution of make failed, exit code 2 Removing bu

[Fink-devel] gdk-pixbuf-0.18.0-12

2005-05-21 Thread Darren Oh
libtool: link: cannot find the library `/support/libgnomesupport.la' make[3]: *** [libgnomecanvaspixbuf.la] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2 ### execution of make failed, exit code 2 Removing build lock... dpkg -

[Fink-devel] gdk-pixbuf needs more BuildDepends

2004-09-17 Thread Blair Zajac
Hi Masanori, I maintain a pretty tight Fink repository for my colleagues at work and use a script that removes orphan packages after building new packages to save disk space. So I commonly have libiconv-dev and other -dev packages not installed. When I go to compile gdk-pixbuf, I get these tw

[Fink-devel] gdk-pixbuf

2003-01-30 Thread Vadim Zaliva
Hi! I have project which depends on 'gdk-pixbuf'. However gdk-pixbuf currently have ton of dependencies on GNOME stuff. I've been told that it could be compiled w/o GNOME support (if it does not find one during configure). What would be right approach to resolve this? Currently user have to in

Re: [Fink-devel] gdk-pixbuf

2002-04-25 Thread David R. Morrison
Max Horn <[EMAIL PROTECTED]> wrote: > At 9:51 Uhr -0400 25.04.2002, David R. Morrison wrote: > >Max Horn <[EMAIL PROTECTED]> wrote: > > > >> At 7:22 Uhr -0400 25.04.2002, David R. Morrison wrote: > >> > >[snip] > >> > >> >So I would think that this package should be split into three pieces, > >

Re: [Fink-devel] gdk-pixbuf

2002-04-25 Thread Max Horn
At 9:51 Uhr -0400 25.04.2002, David R. Morrison wrote: >Max Horn <[EMAIL PROTECTED]> wrote: > >> At 7:22 Uhr -0400 25.04.2002, David R. Morrison wrote: >> >[snip] >> >> >So I would think that this package should be split into three pieces, >> >maybe the third one to be called gdk-pixbuf-loaders

Re: [Fink-devel] gdk-pixbuf

2002-04-25 Thread David R. Morrison
Max Horn <[EMAIL PROTECTED]> wrote: > At 7:22 Uhr -0400 25.04.2002, David R. Morrison wrote: > [snip] > > >So I would think that this package should be split into three pieces, > >maybe the third one to be called gdk-pixbuf-loaders. It would be treated > >like the binaries are treated in some

Re: [Fink-devel] gdk-pixbuf

2002-04-25 Thread Max Horn
At 7:22 Uhr -0400 25.04.2002, David R. Morrison wrote: >Max, your new gdk-pixbuf package seems to have fixed all of the problems. >Thanks! > >However, the current structure of this package does raise an important >question about the shared libraries policy. gdk-pixbuf has a bunch of >shared objec

[Fink-devel] gdk-pixbuf

2002-04-25 Thread David R. Morrison
Max, your new gdk-pixbuf package seems to have fixed all of the problems. Thanks! However, the current structure of this package does raise an important question about the shared libraries policy. gdk-pixbuf has a bunch of shared objects (foo.so), which are different from shared libraries. If I

Re: [Fink-devel] gdk-pixbuf-shlibs update broken

2002-04-22 Thread Max Horn
At 23:06 Uhr -0400 21.04.2002, David R. Morrison wrote: >The version I put into shared-libraries/splitoff this evening was >gdk-pixbuf-0.16.0-5, but your error log referred to gdk-pixbuf-0.16.0-4. >I hope that if you checkout the shared-libraries CVS module and use >revision 5, it will install for

Re: [Fink-devel] gdk-pixbuf-shlibs update broken

2002-04-21 Thread David R. Morrison
The version I put into shared-libraries/splitoff this evening was gdk-pixbuf-0.16.0-5, but your error log referred to gdk-pixbuf-0.16.0-4. I hope that if you checkout the shared-libraries CVS module and use revision 5, it will install for you. However, there is a deeper problem with the package;

Re: [Fink-devel] gdk-pixbuf-shlibs update broken

2002-04-21 Thread Chris Devers
On Sun, 21 Apr 2002, David R. Morrison wrote: > OK, I put a different version of gdk-pixbuf into the shared-libraries/splitoff > module, in case somebody else wants to try out the one that gave the error > messages in my previous email. Still getting errors. Full log is at http://homepage.mac.co

Re: [Fink-devel] gdk-pixbuf-shlibs update broken

2002-04-21 Thread David R. Morrison
OK, I put a different version of gdk-pixbuf into the shared-libraries/splitoff module, in case somebody else wants to try out the one that gave the error messages in my previous email. -- Dave ___ Fink-devel mailing list [EMAIL PROTECTED] https://lis

Re: [Fink-devel] gdk-pixbuf-shlibs update broken

2002-04-21 Thread David R. Morrison
Max Horn <[EMAIL PROTECTED]> wrote: > Dave, > > the new gdk-pixbuf-shlibs can't be smoothly upgraded while gdk-pixbuf > is installed - you moved some files (%i/lib/gdk-pixbuf/loaders/*.la ) > from the master to the -shlibs splitoff. > > Max Thanks for pointing this out, Max. I'm having tro

[Fink-devel] gdk-pixbuf-shlibs update broken

2002-04-21 Thread Max Horn
Dave, the new gdk-pixbuf-shlibs can't be smoothly upgraded while gdk-pixbuf is installed - you moved some files (%i/lib/gdk-pixbuf/loaders/*.la ) from the master to the -shlibs splitoff. Max -- --- Max Horn Software Developer email:

Re: [Fink-devel] gdk-pixbuf doesn't install correctly

2002-02-13 Thread Masanori Sekino
Oops, I forgot an essential line in install script of gdk-pixbuf. It was fixed in gdk-pixbuf-0.16.0-3. Thanks. On Tue, 12 Feb 2002 22:51:35 -0500 Benjamin Reed <[EMAIL PROTECTED]> wrote: > I got my new G4 so I'm rebuilding fink from scratch. I'm attempting > to build bundle-gnome, and I get th

[Fink-devel] gdk-pixbuf doesn't install correctly

2002-02-12 Thread Benjamin Reed
I got my new G4 so I'm rebuilding fink from scratch. I'm attempting to build bundle-gnome, and I get the following from bonobo: checking for gdk-pixbuf-config... no checking for GDK_PIXBUF - version >= 0.6.0... no *** The gdk-pixbuf-config script installed by GDK_PIXBUF could not be found