Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 91139

Summary: svgalib-1.19-r3, threeDKit, installation error during typo leeds to build error of svgalib
Product: Gentoo Linux Reporter: Peter Renchen <gentoo_bug>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Peter Renchen 2005-05-02 02:44:07 UTC
When i try to emerge svgalib (emerge kde ..) it compiles well but returns an error during installation of threeDKit libary. This error stops any further compilation with "general failure" code:
!!! ERROR media-libs/svgalib-1.9.19-r3 failed
!!! Function src_install , Line114, Exitcode 2
!!! Failed to install svgalib

Solution: 
Cause of this error is an small typo in svgalib-1.19-r3/Makefile.cfg
Goto Linenumber 311
You'll see this:
INSTALL_PROGRAMM = install -c-m 755 -o root -g bin
change it to:
INSTALL_PROGRAMM = install -c -m 755 -o root -g bin

Theres missing an space between -c-m, the install option -c is not recognice so the first line leeds to -- -m which causes the syntay error an abort the install /compile of svgalib.



Reproducible: Always
Steps to Reproduce:
1. emerge svgalib 
2.
3.

Actual Results:  
Error during installation of svgalib 


emerge --info
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r5 i686)
=================================================================
System uname: 2.6.11-gentoo-r5 i686 AMD Athlon(tm) XP 1600+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, May  1 2005, 11:17:05)]
distcc[4706] (dcc_mkdir) ERROR: mkdir /tmp/distcc//state failed: No such file or
directory [disabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS=" -O3 -pipe -march=pentium2 -mcpu=pentium2 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS=" -O3 -pipe -march=pentium2 -mcpu=pentium2 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LINGUAS="de en es"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://thunder.blader.loc/gentoo-portage"
USE="x86 3dnow 3dnowex X acl alsa apm arts async avi bcmath beep berkdb
bitmap-fonts bootsplash bzlib ccache cddb cdr chroot cracklib crypt ctype cups
disablexmb distcache dnd dnsdb drac dvd emboss encode exif fam foomaticdb
fortran freetype ftp gd gdbm gif gimp gimpprint gkrellm gkt gnome gnomedb gpm
gtk gtk2 gtkhtml idled imagemagick imap imlib ipv6 java javascript jpeg jpeg2k
kde libg++ libwww lm_sensors logitech-mouse mad memlimit mhash mikmod mime mmx
motif mozplaintext mozsvg mp3 mpeg mpeg4 nagios-ntp nagios-ping nagios-ssh
ncurses nfsv4 nls no-old-linux nocardbus nptl oav opengl openssh oss pam pcre
pdflib perl png procmail python qt quicktime quotas rdesktop readline samba
screenshot sdl sftplogging shaper spamassassin speedo spell sse2 ssl
startup-notification svga symlink syslog tcltk tcpd test threads thumbnail tidy
tiff truetype truetype-fonts type1 type1-fonts unicode urandom usb userlocales
virus-scan xgetdefault xinerama xml xml2 xmms xscreensaver xv zlib linguas_de
linguas_en linguas_es userland_GNU kernel_linux libc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY

Additional Infos:
Fresh installed Gentoo 2005.0 System on pentium-2
bootstraping and emerge system worked fine, withaout any errors.
emerge kde returns this error, which is in fact an error of emerge svgalib.
Maybee this bug occures in svgalib-1.9.21 too, i havent checked this.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-02 02:56:38 UTC

*** This bug has been marked as a duplicate of 91019 ***