From: Eygene Ryabinkin on 16 Nov 2009 03:29 Sun, Nov 15, 2009 at 10:51:55PM +0100, Julian H. Stacey wrote: > A hint would be welcome please with sysutils/libcdio, Paranoia stuff seems > broken, but I'm not clear what's intended, hence mail rather than a send-pr. > > uname -a > FreeBSD laps.js.berklix.net 7.2-RELEASE FreeBSD 7.2-RELEASE #2: \ > Wed Sep 9 11:33:57 CEST 2009 \ > jhs(a)laps.no.net:/usr/src/sys/i386/compile/LAPS.small i386 > > cd /usr/ports/net-mgmt/etherape ; make > ===> gvfs-1.2.1 depends on shared library: cdio_paranoia.0 - not found > ===> Verifying install for cdio_paranoia.0 in \ > /usr/ports/sysutils/libcdio > ===> Returning to build of gvfs-1.2.1 > Error: shared library "cdio_paranoia.0" does not exist Do you have /usr/ports/sysutils/libcdio/work? If yes, remove it and try the build once again. Do you really have nothing between "Verifying install for cdio_paranoia.0" and "Returning to build of gvfs"? Not even a try to build libcdio port? -- Eygene _ ___ _.--. # \`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard / ' ` , __.--' # to read the on-line manual )/' _/ \ `-_, / # while single-stepping the kernel. `-'" `"\_ ,_.-;_.-\_ ', fsc/as # _.-'_./ {_.' ; / # -- FreeBSD Developers handbook {_.-``-' {_/ # _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: =?utf-8?Q?T=C4=B1lman_Linneweh?= on 16 Nov 2009 04:51 Hello Julian! (CC: devel/gvfs maintainer added) Thanks for reporting this issue. On Nov 15, 2009, at 22:51 , Julian H. Stacey wrote: > int would be welcome please with sysutils/libcdio, Paranoia stuff seems > broken, but I'm not clear what's intended, hence mail rather than a send-pr. > > ===> gvfs-1.2.1 depends on shared library: cdio_paranoia.0 - not found > ===> Verifying install for cdio_paranoia.0 in \ > /usr/ports/sysutils/libcdio > ===> Returning to build of gvfs-1.2.1 > Error: shared library "cdio_paranoia.0" does not exist > /usr/ports/devel/gvfs ; make > ===> gvfs-1.2.1 depends on shared library: cdio_paranoia.0 - not found > ===> Verifying install for cdio_paranoia.0 in \ > /usr/ports/sysutils/libcdio > ===> Returning to build of gvfs-1.2.1 > Error: shared library "cdio_paranoia.0" does not exist There are two easy possible solutions. a) make gvfs depend on libcdio.so instead of the non-default cdio_paranoia.0 library b) Change libcdio to install cdio_paranoia.0 by default. Question to gnome@ - Does gvfs really need the cdio_paranoia library, or is this just a bug in the port Makefile and it is ok with the libcdio library? regards arved_______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Koop Mast on 16 Nov 2009 08:47 On Mon, 2009-11-16 at 10:51 +0100, T�lman Linneweh wrote: > Hello Julian! > > (CC: devel/gvfs maintainer added) > > Thanks for reporting this issue. > > On Nov 15, 2009, at 22:51 , Julian H. Stacey wrote: > > int would be welcome please with sysutils/libcdio, Paranoia stuff seems > > broken, but I'm not clear what's intended, hence mail rather than a send-pr. > > > > ===> gvfs-1.2.1 depends on shared library: cdio_paranoia.0 - not found > > ===> Verifying install for cdio_paranoia.0 in \ > > /usr/ports/sysutils/libcdio > > ===> Returning to build of gvfs-1.2.1 > > Error: shared library "cdio_paranoia.0" does not exist > > /usr/ports/devel/gvfs ; make > > ===> gvfs-1.2.1 depends on shared library: cdio_paranoia.0 - not found > > ===> Verifying install for cdio_paranoia.0 in \ > > /usr/ports/sysutils/libcdio > > ===> Returning to build of gvfs-1.2.1 > > Error: shared library "cdio_paranoia.0" does not exist > > There are two easy possible solutions. > a) make gvfs depend on libcdio.so instead of the non-default cdio_paranoia.0 library > b) Change libcdio to install cdio_paranoia.0 by default. > > Question to gnome@ - Does gvfs really need the cdio_paranoia library, or is this just a bug > in the port Makefile and it is ok with the libcdio library? a) The configure script of the gvfs port checks for cdio_paranoia library. It needs it for the cdda backend. b) libcdio already got a option for paranoia support and it is default to on. Julian you can do two things now. Either you disable the cdda backend in gvfs with the WITH_CDDA option. Or build libcdio with paranoia support. -Koop > regards > arved_______________________________________________ > freebsd-ports(a)freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org" > _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: "Julian H. Stacey" on 17 Nov 2009 10:44 Hi Tılman Linneweh & Koop Mast, Reference: > From: Koop Mast <kwm(a)FreeBSD.org> > Date: Mon, 16 Nov 2009 14:47:21 +0100 > Message-id: <1258379241.48450.7.camel(a)headache.rainbow-runner.nl> Koop Mast wrote: > On Mon, 2009-11-16 at 10:51 +0100, T�lman Linneweh wrote: > > Hello Julian! > > > > (CC: devel/gvfs maintainer added) > > > > Thanks for reporting this issue. > > > > On Nov 15, 2009, at 22:51 , Julian H. Stacey wrote: > > > int would be welcome please with sysutils/libcdio, Paranoia stuff seems > > > broken, but I'm not clear what's intended, hence mail rather than a send-pr. > > > > > > ===> gvfs-1.2.1 depends on shared library: cdio_paranoia.0 - not found > > > ===> Verifying install for cdio_paranoia.0 in \ > > > /usr/ports/sysutils/libcdio > > > ===> Returning to build of gvfs-1.2.1 > > > Error: shared library "cdio_paranoia.0" does not exist > > > /usr/ports/devel/gvfs ; make > > > ===> gvfs-1.2.1 depends on shared library: cdio_paranoia.0 - not found > > > ===> Verifying install for cdio_paranoia.0 in \ > > > /usr/ports/sysutils/libcdio > > > ===> Returning to build of gvfs-1.2.1 > > > Error: shared library "cdio_paranoia.0" does not exist > > > > There are two easy possible solutions. > > a) make gvfs depend on libcdio.so instead of the non-default cdio_paranoia.0 library > > b) Change libcdio to install cdio_paranoia.0 by default. > > > > Question to gnome@ - Does gvfs really need the cdio_paranoia library, or is this just a bug > > in the port Makefile and it is ok with the libcdio library? > > a) The configure script of the gvfs port checks for cdio_paranoia > library. It needs it for the cdda backend. > b) libcdio already got a option for paranoia support and it is default > to on. > > Julian you can do two things now. Either you disable the cdda backend in > gvfs with the WITH_CDDA option. Or build libcdio with paranoia support. > > -Koop OK Thanks, I'll try both (but not at same time :-) ... I've not tried just yet as another big compile running. I'd request one of the 2 ports be changed please, so that by default, without changing either default options, the 2 Makefiles are compatible when called from above, eg from /usr/ports/net-mgmt/etherape Cheers, Julian -- Julian Stacey: BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com Mail plain text not quoted-printable, HTML or Base64: http://asciiribbon.org Vote For Smoke Free Bavarian Pubs Restaurants http://berklix.org/~jhs/nim/ _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
|
Pages: 1 Prev: Possibly unbuildable ports reminder Next: FreeBSD Port: gtkam-0.1.16.1_1 |