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

Bug 209560

Summary: dev-lang/icon-9.4.3-r2 ignores cflags, pre stripped files found
Product: Gentoo Linux Reporter: Alexis Ballier <aballier>
Component: Current packagesAssignee: Maintainers for Miscelleneous Language Packages [OBSOLETE] <lang-misc+disabled>
Status: RESOLVED FIXED    
Severity: QA CC: cwills
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 274174    
Bug Blocks: 239866, 234191    

Description Alexis Ballier gentoo-dev 2008-02-10 18:02:15 UTC
[...]
gcc -O   -c -o filepart.o filepart.c
gcc -O   -c -o identify.o identify.c
gcc -O   -c -o strtbl.o strtbl.c
gcc -O   -c -o rtdb.o rtdb.c
gcc -O   -c -o munix.o munix.c
[...]



 * QA Notice: Pre-stripped files found:
 * /var/tmp/portage/dev-lang/icon-9.4.3-r2/image/usr/lib64/icon/bin/icont
/var/tmp/portage/dev-lang/icon-9.4.3-r2/image/usr/lib64/icon/bin/iconx
Comment 1 Cheyenne Wills 2008-02-17 01:59:00 UTC
Be careful of messing around with Icon's CFLAGS.  There is a strong possibility that some CFLAGS will break the interpreter. If the CFLAGS are changed ensure that   the Icon test suite gets a clean run. 
Comment 2 Cheyenne Wills 2008-08-24 00:14:09 UTC
(In reply to comment #1)
If striping the executables is the problem, the Makefiles can be altered to remove the strip command without hurting Icon.

The following two Makefiles would need to be patched to remove the strip command

src/icont/Makefile (two places)
src/runtime/Makefile (one place)

src/iconc is not used
src/rtt the executable is only used during the build process and is not installed. (The icon interpreter is written in RTL and rtt converts RTL language into C code)

(In reply to comment #1)
> Be careful of messing around with Icon's CFLAGS.  There is a strong possibility
> that some CFLAGS will break the interpreter. If the CFLAGS are changed ensure
> that   the Icon test suite gets a clean run. 
> 

Comment 3 Markus Meier gentoo-dev 2008-08-24 09:22:27 UTC
please see the attachement in bug #209558, which fixes (all) the Makefiles.
Comment 4 Markus Meier gentoo-dev 2008-08-24 09:42:44 UTC
prestripped files fixed in dev-lang/icon-9.4.3-r3.
Comment 5 Harald van Dijk (RETIRED) gentoo-dev 2010-06-23 21:05:29 UTC
This has been fixed a while ago, closing.