Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82742 - libstdc++-v3-3.3.4 fails to compile with permission denied
Summary: libstdc++-v3-3.3.4 fails to compile with permission denied
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-20 16:53 UTC by David Heaps
Modified: 2005-12-15 02:22 UTC (History)
0 users

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 David Heaps 2005-02-20 16:53:29 UTC
I'm compiling with x86_64-pc-linux-gnu-3.4.3 as root. Let me know what else you might need to troubleshoot.

Output:

/var/tmp/portage/libstdc++-v3-3.3.4/work/gcc-3.3.4/gcc/crtstuff.c: In function `frame_dummy':
/var/tmp/portage/libstdc++-v3-3.3.4/work/gcc-3.3.4/gcc/crtstuff.c:316: warning: passing arg 1 of `__register_frame_info' discards qualifiers from pointer target type
mkdir libgcc
/bin/sh: line 1: ./genflags: Permission denied
make[3]: *** [s-flags] Error 126
make[2]: *** [crtend.o] Error 2
make[2]: *** Waiting for unfinished jobs....
insn-flags.h is unchanged
insn-config.h is unchanged
insn-codes.h is unchanged
insn-attr.h is unchanged
insn-emit.c is unchanged
insn-opinit.c is unchanged
insn-peep.c is unchanged
insn-output.c is unchanged
/var/tmp/portage/libstdc++-v3-3.3.4/work/gcc-3.3.4/gcc/config/i386/i386.md:13841: warning: source missing a mode?
/var/tmp/portage/libstdc++-v3-3.3.4/work/gcc-3.3.4/gcc/config/i386/i386.md:13908: warning: source missing a mode?
insn-recog.c is unchanged
make[1]: *** [stmp-multilib] Error 2
make: *** [all-gcc] Error 2

Reproducible: Always
Steps to Reproduce:
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2005-12-11 18:27:42 UTC
This works for me.  You have the file system mounted as noexec or something like
that?
Comment 2 David Heaps 2005-12-15 02:22:37 UTC
Actually this is just a really old bug that has since been fixed a long time
ago. I just forgot about it.