Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 248589 - media-libs/ftgl-2.1.3-rc5 "/bin/sh: Done.: command not found" during install phase
Summary: media-libs/ftgl-2.1.3-rc5 "/bin/sh: Done.: command not found" during install ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
: 248598 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-24 10:14 UTC by mathwizard
Modified: 2008-11-24 21:54 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch of bug report #248598 (ftgl-2.1.3_rc5_Makefile.patch,662 bytes, text/plain)
2008-11-24 14:44 UTC, Oliver Maurhart
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mathwizard 2008-11-24 10:14:23 UTC
There seems to be a problem with the makefile for ftgl-2.1.3-r5. Dunno if this is some upstream problem. However this is my error when I try to emerge ftgl:

[...]
mv -f .deps/FTGLMFontDemo-FTGLMFontDemo.Tpo .deps/FTGLMFontDemo-FTGLMFontDemo.Po
/bin/sh ../libtool --tag=CXX   --mode=link x86_64-pc-linux-gnu-g++ -I/usr/include/freetype2  -march=nocona -O2 -pipe -lfreetype -lz -lglut  -o FTGLMFontDemo FTGLMFontDemo-FTGLMFontDemo.o tb.o trackball.o  ../src/libftgl.la 
libtool: link: x86_64-pc-linux-gnu-g++ -I/usr/include/freetype2 -march=nocona -O2 -pipe -o .libs/simple simple-simple.o  /usr/lib64/libglut.so -L/usr/lib64 -L/usr/lib /usr/lib64/libXxf86vm.so ../src/.libs/libftgl.so /usr/lib64/libfreetype.so -lz /usr/lib/libGLU.so /usr/lib64/libXmu.so /usr/lib64/libXt.so /usr/lib64/libSM.so /usr/lib64/libICE.so -luuid /usr/lib64/libXi.so -lpthread /usr/lib64/libGL.so -lm /usr/lib64/libXext.so /usr/lib64/libX11.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so -ldl
libtool: link: x86_64-pc-linux-gnu-gcc -I/usr/include/freetype2 -march=nocona -O2 -pipe -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -o .libs/c-demo c_demo-c-demo.o  /usr/lib64/libglut.so -L/usr/lib64 -L/usr/lib /usr/lib64/libXxf86vm.so ../src/.libs/libftgl.so /usr/lib64/libfreetype.so -lz /usr/lib/libGLU.so /usr/lib64/libXmu.so /usr/lib64/libXt.so /usr/lib64/libSM.so /usr/lib64/libICE.so -luuid /usr/lib64/libXi.so -lpthread /usr/lib64/libGL.so -lm /usr/lib64/libXext.so /usr/lib64/libX11.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so -ldl
libtool: link: x86_64-pc-linux-gnu-g++ -I/usr/include/freetype2 -march=nocona -O2 -pipe -o .libs/FTGLDemo FTGLDemo-FTGLDemo.o tb.o trackball.o  /usr/lib64/libglut.so -L/usr/lib64 -L/usr/lib /usr/lib64/libXxf86vm.so ../src/.libs/libftgl.so /usr/lib64/libfreetype.so -lz /usr/lib/libGLU.so /usr/lib64/libXmu.so /usr/lib64/libXt.so /usr/lib64/libSM.so /usr/lib64/libICE.so -luuid /usr/lib64/libXi.so -lpthread /usr/lib64/libGL.so -lm /usr/lib64/libXext.so /usr/lib64/libX11.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so -ldl
libtool: link: x86_64-pc-linux-gnu-g++ -I/usr/include/freetype2 -march=nocona -O2 -pipe -o .libs/FTGLMFontDemo FTGLMFontDemo-FTGLMFontDemo.o tb.o trackball.o  /usr/lib64/libglut.so -L/usr/lib64 -L/usr/lib /usr/lib64/libXxf86vm.so ../src/.libs/libftgl.so /usr/lib64/libfreetype.so -lz /usr/lib/libGLU.so /usr/lib64/libXmu.so /usr/lib64/libXt.so /usr/lib64/libSM.so /usr/lib64/libICE.so -luuid /usr/lib64/libXi.so -lpthread /usr/lib64/libGL.so -lm /usr/lib64/libXext.so /usr/lib64/libX11.so /usr/lib64/libXau.so /usr/lib64/libXdmcp.so -ldl
make[2]: Leaving directory `/var/tmp/portage/media-libs/ftgl-2.1.3_rc5/work/ftgl-2.1.3~rc5/demo'
Making all in docs
make[2]: Entering directory `/var/tmp/portage/media-libs/ftgl-2.1.3_rc5/work/ftgl-2.1.3~rc5/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/media-libs/ftgl-2.1.3_rc5/work/ftgl-2.1.3~rc5/docs'
make[2]: Entering directory `/var/tmp/portage/media-libs/ftgl-2.1.3_rc5/work/ftgl-2.1.3~rc5'
/bin/sh: Done.: command not found
make[2]: *** [all-local] Error 127
make[2]: Leaving directory `/var/tmp/portage/media-libs/ftgl-2.1.3_rc5/work/ftgl-2.1.3~rc5'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/ftgl-2.1.3_rc5/work/ftgl-2.1.3~rc5'
make: *** [all] Error 2


Reproducible: Always

Steps to Reproduce:
1.emerge =media-libs/ftgl-2.1.3-rc5
2.
3.

Actual Results:  
emerge stops with an error.

Expected Results:  
ftgl should've been installed.

emerge --info:
Portage 2.2_rc16 (default-linux/amd64/2007.0, gcc-4.3.2, glibc-2.8_p20080602-r0, 2.6.27-gentoo x86_64)
=================================================================
System uname: Linux-2.6.27-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T7700_@_2.40GHz-with-glibc2.2.5
Timestamp of tree: Mon, 24 Nov 2008 08:45:01 +0000
app-shells/bash:     3.2_p48
dev-java/java-config: 1.3.7, 2.1.6-r1
dev-lang/python:     2.5.2-r8
dev-python/pycrypto: 2.0.1-r6
dev-util/cmake:      2.6.2
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.3.0-r1
sys-apps/sandbox:    1.2.18.1-r3
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.19
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.27-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=nocona -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://pandemonium.tiscali.de/pub/gentoo/ http://gentoo.mneisen.org/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gd.tuwien.ac.at/opsys/linux/gentoo/"
LANG="en_US.UTF-8"
LDFLAGS=""
LINGUAS="de en"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/layman/sunrise /usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X a52 acl acpi additions addressbook alsa amd64 applet artworkextra bash-completion battery berkdb blender-game bluetooth bzip2 cairo calendar cddb cdparanoia cdr cisco clamav clamd cli cpufreq cracklib crypt cups dbus dga djvu dri dvd dvdr dvdread dvi editor encode esd exif ffmpeg fftw firefox fits fortran ftp gd gdbm gedit gif gimp gnome gnome-keyring gnuplot gphoto2 gpm gps graphviz gstreamer gtk hal hdri htmlhandbook iconv icq ieee1394 ifp imagemagick imap imlib ipod ipv6 isdnlog jabber jbig jpeg jpeg2k kde kerberos kig-scripting kipi kpathsea lame laptop latex lcms ldap lm_sensors logitech-mouse logrotate marble midi mikmod mmx mp3 mpeg mplayer msn mtp mudflap musicbrainz mysqli ncurses networkmanager njb nls nptl nptlonly nsplugin ntfs offensive ogg openal openexr opengl openmp openvpn pam pcre pda pdf perl php plasma plotutils png postscript povray ppds pppd python qt3 qt4 quicktime raw readline reflection rss sasl scanner sdl session solver soundtouch spell spl sse sse2 ssl startup-notification subversion svg tcpd threads tiff timidity truetype unicode usb v4l v4l2 vamp vcd vim-syntax visualization vorbis webdav wifi wmf wxwindows x264 xcomposite xine xinerama xmp xorg xpm xscreensaver xulrunner zip zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x 	ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 	trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CAMERAS="canon" ELIBC="glibc" INPUT_DEVICES="wacom evdev keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de en" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2008-11-24 11:34:03 UTC
Reassigning to games herd...
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2008-11-24 11:34:15 UTC
*** Bug 248598 has been marked as a duplicate of this bug. ***
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2008-11-24 11:38:59 UTC
Forgot to fix the summary...
Comment 4 Oliver Maurhart 2008-11-24 14:44:13 UTC
Created attachment 173219 [details]
Patch of bug report #248598

Added the patch which fixed the duplicate bug #248598 (as requested)
Comment 5 Tupone Alfredo gentoo-dev 2008-11-24 21:54:35 UTC
Fixed in portage. Thanks for report