On 6/13/06, Kevin O'Gorman <[EMAIL PROTECTED]> wrote:
On 6/13/06, Richard Fish <[EMAIL PROTECTED]> wrote:
Something else that might give me some more ideas:
find /usr/local/portage /etc/portage
That was a bit more productive:
Yeah, but I still don't see anything that looks like a problem. You
have no eclasses in your overlay, your don't have a stray bashrc in
/etc/portage, or anything else that looks like it could be
responsible...
Let's try this manually:
# cd /var/tmp/portage/glib-1.2.10-r5/work/glib-1.2.10
# eval `grep CFLAGS= /etc/make.conf` ; export CFLAGS
# eval `grep LDFLAGS= /etc/make.conf` ; export LDFLAGS
# ./configure --with-threads=posix --enable-debug=yes
See if the above has the same problem and shows the same flags. If it
does, try (notice the line continuation '\'...):
# sh -x ./configure --with-threads=posix --enable-debug=yes 2>&1 \
| bzip2 -9 >~/glib-configure-trace.bz2
You can then email me the glib-configure-trace.bz2 file privately, to
avoid consuming too much bandwidth on this list.
If the above configure *doesn't* show the same problem, then there may
be something wrong with the environment that only shows up under the
user 'portage'. I'll have to do some more digging as to what this
could be...
-Richard
--
gentoo-user@gentoo.org mailing list