Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3347 - XFree-4.2.0-r11 + GCC-3.1-r5 breaks on merge
Summary: XFree-4.2.0-r11 + GCC-3.1-r5 breaks on merge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-03 07:15 UTC by Francisco Gimeno
Modified: 2002-06-08 09:14 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francisco Gimeno 2002-06-03 07:15:31 UTC
Hi 
 
I am trying to setup my machine with GCC-3.1. I made the bootstrap originally 
with GCC-2.95.3 and I have bootstraped with GCC-3.1.  
 
I try to merge the XFree-4.2.0-r11 but I get this: 
----------- 
 + install -c -m 0444 Xft.h 
/var/tmp/portage/xfree-4.2.0-r11/image//usr/X11R6/include/X11/Xft 
+ install -c -m 0444 XftFreetype.h 
/var/tmp/portage/xfree-4.2.0-r11/image//usr/X11R6/include/X11/Xft 
+ install -c -m 0444 XftConfig 
/var/tmp/portage/xfree-4.2.0-r11/image//usr/X11R6/lib/X11/XftConfig 
+ mkdir -p /var/tmp/portage/xfree-4.2.0-r11/image//etc/X11 
cp: `XftConfig': La lista de argumentos es demasiado larga 
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
		The arguments' list is too long. 
make[3]: *** [install] Error 1 
make[3]: Saliendo directorio `/var/tmp/portage/xfree-4.2.0-r11/work/xc/lib/Xft' 
make[2]: *** [install] Error 2 
make[2]: Saliendo directorio `/var/tmp/portage/xfree-4.2.0-r11/work/xc/lib' 
make[1]: *** [install] Error 2 
make[1]: Saliendo directorio `/var/tmp/portage/xfree-4.2.0-r11/work/xc' 
make: *** [install] Error 2 
 
!!! ERROR: The ebuild did not complete successfully. 
!!! Function src_install, Line 2, Exitcode 2 
!!! (no error message) 
 
!!! emerge aborting on  /usr/portage/x11-base/xfree/xfree-4.2.0-r11.ebuild . 
------------- 
 
Anybody with the same problems? 
 
Thx in advance
Comment 1 Francisco Gimeno 2002-06-08 09:14:03 UTC
It's a problem with ACL support in ext2 ( or something like this ). Just USE 
"-acl" emerge xfree and go fine! 
I have read this on the forums, but I haven't the link now.