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

Bug 91117

Summary: svgalib-1.9.19-r3
Product: Gentoo Linux Reporter: Ben Taylor <bmstaylor>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: critical    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ben Taylor 2005-05-01 23:48:19 UTC
when emerging svgalib-1.9.19-r3 I get errors about an invalid option when it is trying to install.

I found the error is in the file:
 /var/tmp/portage/svgalib-1.9.19-r3/work/svgalib-1.9.19/Makefile.cfg


Near the bottom of the file i cut and pase the bit i think is wrong:

# Utilites used.
AR	  = ar
INSTALL_PROGRAM	= install -c-m 755 -o root -g bin

It is missing a space after the -c should read :

INSTALL_PROGRAM = install -c -m 755 -o root -g bin

:-) Wish i understood more and id tell ya how to fix it


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

Actual Results:  
emerging svgalib stopped with an install invalid option.

After emerge created the file i quickly edited it before it was used and all
went fine.

Expected Results:  
Put a space after -c ?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-01 23:58:22 UTC
Should be fixed, emerge sync and try again.

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