Thank you for the information about timezone, locale, and portage
files/directories.  Most of the Firefox bugs seem to involve the use of
"--with-system-<lib-whatever>".  The Pale Moon developers strongly urge
to *NOT* use "--with-system-<lib-whatever> when building Pale Moon.  You
never know if your system libs are ahead of or behind the version that
Pale Moon expects.  It's better to statically build the library version
bundled in the source code, and have a slightly larger binary.  This
guarantees that Pale Moon gets the library version (ABI and API) that it
expects.

  One further question; the messages after "emerge" say...

/sbin/ldconfig: You should remove `/lib' from `/etc/ld.so.conf'
/sbin/ldconfig: You should remove `/usr/lib' from `/etc/ld.so.conf'

  My /etc/ld.so.conf file is...

# ld.so.conf autogenerated by env-update; make all changes to
# contents of /etc/env.d directory
/lib
/usr/lib
/usr/local/lib
/usr/lib/gcc/i686-gentoo-linux-uclibc/4.9.3

  This says that /etc/ld.so.conf will be re-done each time I run
env-update.  It implies that changes should be made in /etc/env.d I
executed "cd /etc/env.d" and then "grep -R /lib *".  The output is...

00basic:LDPATH='/lib:/usr/lib:/usr/local/lib'
04gcc-i686-gentoo-linux-uclibc:LDPATH="/usr/lib/gcc/i686-gentoo-linux-uclibc/4.9.3"
binutils/i686-gentoo-linux-uclibc-2.25.1:LIBPATH="/usr/lib/binutils/i686-gentoo-linux-uclibc/2.25.1"
gcc/i686-gentoo-linux-uclibc-4.9.3:LDPATH="/usr/lib/gcc/i686-gentoo-linux-uclibc/4.9.3"
gcc/i686-gentoo-linux-uclibc-4.9.3:MULTIOSDIRS="../lib"
gcc/.NATIVE:LDPATH="/usr/lib/gcc/i686-gentoo-linux-uclibc/4.9.3"
gcc/.NATIVE:MULTIOSDIRS="../lib"

  What should I change?

-- 
Walter Dnes <waltd...@waltdnes.org>

Reply via email to