Date: 17 Feb 2003 13:50:25 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Olivier Tharan <olive@oban.frmug.org> Cc: freebsd-ports@FreeBSD.ORG, freebsd-gnome@FreeBSD.ORG Subject: Re: Galeon 1.2.8 and Nautilus Message-ID: <1045507825.88166.30.camel@shumai.marcuscom.com> In-Reply-To: <20030217164242.GA73051@weirdos.oban.frmug.org> References: <20030217164242.GA73051@weirdos.oban.frmug.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-ElcMkf9TXrzAPG/LTDgs Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2003-02-17 at 11:42, Olivier Tharan wrote: > [ X-posted to -gnome@ but I am only subscribed on -ports ] >=20 > Hello, >=20 > Galeon 1.2.8 now stops on `make configure' if Nautilus is not present on > the system. I built it successfully by commenting out the > `--enable-nautilus-view' option. >=20 > Searching back in the CVS tree, rev. 1.61 has some "magic" to enable > Nautilus in Galeon, even if Nautilus is not present, but it doesn't > work now. Maybe it is related to the commit of files/patch-hairy ? >=20 > As I have just discovered the above patch may be the source of the > problem, I do not have a solution for the moment, apart from ifdef-ing > some WITH_NAUTILUS knob in the Makefile, such as in: I modified your patch a bit, and committed it. It should accomplish the same thing, though. Thanks. Joe >=20 > --- Makefile.orig Mon Feb 17 17:23:19 2003 > +++ Makefile Mon Feb 17 17:25:10 2003 > @@ -52,11 +52,14 @@ > USE_REINPLACE=3D yes > CONFIGURE_ARGS=3D --with-mozilla-includes=3D"${X11BASE}/include/m= ozilla${HEADERS_SUFX}" \ > --with-mozilla-libs=3D"${X11BASE}/lib/${MOZILLA}" \ > - --enable-nautilus-view \ > ${MOZ_CONFIGURE_ARGS} > CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include -I${X11BASE}/include= -D_REENTRANT ${PTHREAD_CFLAGS}" \ > LIBS=3D"-L${LOCALBASE}/lib ${PTHREAD_LIBS}" > CONFIGURE_TARGET=3D --target=3D${MACHINE_ARCH}-unknown-freebsd${OSR= EL} > + > +.if defined(WITH_NAUTILUS) > +CONFIGURE_ARGS+=3D --enable-nautilus-view > +.endif > =20 > MAN1=3D galeon.1 >=20 >=20 > For your interest, here is the error message I get from configure: >=20 > [...] > checking for orbit-config... /usr/local/bin/orbit-config > checking for ORBit - version >=3D 0.5.1... yes > checking for orbit-idl... /usr/local/bin/orbit-idl > checking for glib-config... /usr/local/bin/glib12-config > checking for GLIB - version >=3D 1.2.9... yes > checking for gtk-config... /usr/X11R6/bin/gtk12-config > checking for GTK - version >=3D 1.2.9... yes > checking if GNOME_FileSelector component is wanted...=20 > checking if NautilusView Galeon component is wanted... yes > checking for gnome-config... /usr/X11R6/bin/gnome-config > checking for GNOME - version >=3D 1.2.8... yes > checking for additional GNOME modules... gdk_pixbuf > vfs > libglade > gnome > gnomeui > oaf > xml > glib > gtk > bonobox > *** nautilus library is not installed > configure: error: > *** GNOME 1.2.8 or better is required. > *** gdk-pixbuf 0.14.0 or better is required. > *** gnome-vfs 1.0.1 or better is required. > *** libglade 0.13 or better is required. > *** libxml 1.8.14 or better is required. > *** oaf 0.6.5 or better is required. > =3D=3D=3D> Script "configure" failed unexpectedly. > Please report the problem to gnome@FreeBSD.org [maintainer] and att= ach > the "/usr/ports/www/galeon/work/galeon-1.2.8/config.log" including = the > output of the failure of your make command. Also, it might be a goo= d > idea to provide an overview of all packages installed on your syste= m > (e.g. an `ls /var/db/pkg`). > *** Error code 1 >=20 >=20 > =20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-ElcMkf9TXrzAPG/LTDgs Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+US7xb2iPiv4Uz4cRAgs6AJ4yu/xIPwSw0/T32tT4dhsX0WzW9wCfffSA ftf2SUX/+4HSDuCNWDIqqBI= =2nXd -----END PGP SIGNATURE----- --=-ElcMkf9TXrzAPG/LTDgs-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1045507825.88166.30.camel>