| Summary: | Error while building x11-toolkits/gtk20 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Florian Le Goff <bletofarine> |
| Component: | Individual Port(s) | Assignee: | Pav Lucistnik <pav> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->feedback Hmm, can you try to add "USE_GMAKE=yes" to port Makefile, and rerun compile? (make clean && make) Can you also list all your packages (output of pkg_info command)? Responsible Changed From-To: freebsd-ports-bugs->pav Handle. State Changed From-To: feedback->closed Resolved with submitter - reinstallation of libtool15 helped. |
hi, 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, but I can't found where. 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 How-To-Repeat: make clean and re-running the make process