First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 209560
Alias:
Product:
Component:
Status: NEW
Resolution:
Assigned To: Maintainers for Miscelleneous Language Packages <lang-misc@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alexis Ballier <aballier@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 209560 depends on: 274174 Show dependency tree
Bug 209560 blocks: 234191 239866
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.








View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-02-10 18:02 0000
[...]
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 From Cheyenne Wills 2008-02-17 01:59:00 0000 -------
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 From Cheyenne Wills 2008-08-24 00:14:09 0000 -------
(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 From Markus Meier 2008-08-24 09:22:27 0000 -------
please see the attachement in bug #209558, which fixes (all) the Makefiles.

------- Comment #4 From Markus Meier 2008-08-24 09:42:44 0000 -------
prestripped files fixed in dev-lang/icon-9.4.3-r3.

First Last Prev Next    No search results available      Search page      Enter new bug