Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 264295 - crosscompiling >=gcc-4.3.0 on SH fails to install
Summary: crosscompiling >=gcc-4.3.0 on SH fails to install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL: http://gcc.gnu.org/bugzilla/show_bug....
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-30 13:55 UTC by Raúl Porcel (RETIRED)
Modified: 2009-03-31 11:20 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 Raúl Porcel (RETIRED) gentoo-dev 2009-03-30 13:55:32 UTC
/usr/bin/install -c /usr/sh4-unknown-linux-gnu/tmp/portage/sys-devel/gcc-4.3.2-r3/work/gcc-4.3.2/gcc/../mkinstalldirs \
                /usr/sh4-unknown-linux-gnu/tmp/portage/sys-devel/gcc-4.3.2-r3/image//usr/libexec/gcc/sh4-unknown-linux-gnu/4.3.2/install-tools/mkinstalldirs ; \
        if [ xstmp-install-fixproto != x ] ; then \
          /usr/bin/install -c /usr/sh4-unknown-linux-gnu/tmp/portage/sys-devel/gcc-4.3.2-r3/work/gcc-4.3.2/gcc/fixproto /usr/sh4-unknown-linux-gnu/tmp/portage/sys-devel/gcc-4.3.2-r3/image//usr/libexec/gcc/sh4-unknown-linux-gnu/4.3.2/install-tools/fixproto ; \
          /usr/bin/install -c build/fix-header \
                /usr/sh4-unknown-linux-gnu/tmp/portage/sys-devel/gcc-4.3.2-r3/image//usr/libexec/gcc/sh4-unknown-linux-gnu/4.3.2/install-tools/fix-header ; \
        else :; fi
/usr/bin/install: cannot stat `build/fix-header': No such file or directory
make[2]: *** [install-mkheaders] Error 1
make[2]: Leaving directory `/usr/sh4-unknown-linux-gnu/tmp/portage/sys-devel/gcc-4.3.2-r3/work/build/gcc'

Mike, why wasn't the patch added to the patchset?

Thanks
Comment 1 SpanKY gentoo-dev 2009-03-30 20:30:12 UTC
read the actual patch.  it is way too big and intrusive for me to keep my sanity.

test the fix i added to gcc-4.3.3-r1.ebuild:
    sed -i 's/use_fixproto=yes/:/' gcc/config.gcc #PR33200
Comment 2 Raúl Porcel (RETIRED) gentoo-dev 2009-03-31 11:20:12 UTC
With your permission i added the fix to 4.3.2-r3, since its whats going to be stable :)

Thanks.