Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30128 - binutils-2.14.90.0.6-r3: bad patch causes Assembler messges when compiling
Summary: binutils-2.14.90.0.6-r3: bad patch causes Assembler messges when compiling
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-01 18:25 UTC by Hector E. Gomez Morales
Modified: 2003-10-08 16:51 UTC (History)
1 user (show)

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


Attachments
Patch to bork ebuild (Assembler-messages-error.diff,625 bytes, patch)
2003-10-01 18:29 UTC, Hector E. Gomez Morales
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hector E. Gomez Morales 2003-10-01 18:25:16 UTC
When binutils-2.14.90.0.6-r3 is merged when compiling packages and mainly the
test6 kernel you get this style of errors:
{standard input}: Assembler messages:
{standard input}:2: Warning: setting incorrect section attributes for .init.text
{standard input}:9: Warning: setting incorrect section attributes for .init.data
{standard input}:14: Warning: setting incorrect section attributes for .init.setup

This errors are provoked by this patch in binutils-2.14.90.0.6-r3 ebuild:
epatch ${FILESDIR}/2.14/${PN}-2.14.90.0.6-bfd-elf-interp.patch



Reproducible: Always
Steps to Reproduce:
1. Emeerge binutils-2.14.90.0.6-r3.
2. Begin compilation of kernel 2.6-test6 or another package.
3. Flood of Assembler messages during the compilation.

Actual Results:  
Get a load of:
{standard input}: Assembler messages:
{standard input}:2: Warning: setting incorrect section attributes for .init.text
{standard input}:9: Warning: setting incorrect section attributes for .init.data
{standard input}:14: Warning: setting incorrect section attributes for .init.setup
when compiling packages

Expected Results:  
Don't display this assembler errors

System with gcc-3.3.1-r4 glibc-2.3.2-r1 and binutils-2.14.90.0.6-3
Comment 1 Hector E. Gomez Morales 2003-10-01 18:29:15 UTC
Created attachment 18587 [details, diff]
Patch to bork ebuild

The diff that takes out the offending patch and comments why.
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2003-10-08 16:51:06 UTC
This is fixed.