Date: Thu, 16 Sep 2004 23:26:32 +0200 From: Florian Le Goff <bletofarine@gmail.com> To: ports@freebsd.org Subject: Error while building x11-toolkits/gtk20 Message-ID: <d5581530040916142611c528bd@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello, I'm running FreeBSD 5.3 beta 4, xorg 6.7.0 and his librairies. With a just-a-few-hours cvsuped ports tree, I cant build gtk20, there is a syntax error on a depencie build (as you can see, a double |, so, I think it could be an undefined variable in the used Makefile. ble# make ===> Building for gtk-2.4.9 make all-recursive Making all in po Making all in po-properties Making all in gdk-pixbuf make all-recursive Making all in pixops if /bin/sh /usr/local/bin/libtool15 --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -DG_DISABLE_CAST_CHECKS -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libpng -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -g -O2 -Wall -MT pixops.lo -MD -MP -MF ".deps/pixops.Tpo" -c -o pixops.lo `test -f 'pixops.c' || echo './'`pixops.c; then mv -f ".deps/pixops.Tpo" ".deps/pixops.Plo"; else rm -f ".deps/pixops.Tpo"; exit 1; fi libtool15: compile: unable to infer tagged configuration libtool15: compile: specify a tag with `--tag' *** Error code 1 Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.4.9/gdk-pixbuf/pixops. *** Error code 1 Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.4.9/gdk-pixbuf. *** Error code 1 Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.4.9/gdk-pixbuf. *** Error code 1 Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.4.9. *** Error code 1 Stop in /usr/ports/x11-toolkits/gtk20/work/gtk+-2.4.9. *** Error code 1 Stop in /usr/ports/x11-toolkits/gtk20. There are the xorgs ports versions : ble# pkg_info| grep xorg xorg-6.7.0_1 X.Org distribution metaport xorg-clients-6.7.0_4 X client programs and related files from X.Org xorg-documents-6.7.0 Documentation of X11 protocol and libraries from X.Org xorg-fonts-100dpi-6.7.0 X.Org 100dpi bitmap fonts xorg-fonts-75dpi-6.7.0 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-6.7.0 X.Org Cyrillic bitmap fonts xorg-fonts-encodings-6.7.0 X.Org font encoding files xorg-fonts-miscbitmaps-6.7.0 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-6.7.0 X.Org TrueType fonts xorg-fonts-type1-6.7.0 X.Org Type1 fonts xorg-fontserver-6.7.0 X font server from X.Org xorg-libraries-6.7.0_1 X11 libraries and headers from X.Org xorg-nestserver-6.7.0 Nesting X server from X.Org xorg-printserver-6.7.0 X Print server from X.Org xorg-server-6.7.0_8 X.Org X server and related programs xorg-vfbserver-6.7.0 X virtual framebuffer server from X.Org The build and configure message : http://www.poxx.net/fbsd/gtk20.txt The gdk-pixbuf Makefile : http://www.poxx.net/fbsd/Makefile If someone has an advice or a tip for this problem, he's welcome ;) Thanks, -- Florian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d5581530040916142611c528bd>