Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209560 - dev-lang/icon-9.4.3-r2 ignores cflags, pre stripped files found
Summary: dev-lang/icon-9.4.3-r2 ignores cflags, pre stripped files found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Maintainers for Miscelleneous Language Packages [OBSOLETE]
URL:
Whiteboard:
Keywords:
Depends on: 274174
Blocks: prestripped 234191
  Show dependency tree
 
Reported: 2008-02-10 18:02 UTC by Alexis Ballier
Modified: 2010-06-23 21:05 UTC (History)
1 user (show)

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 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.