SnorreDev Apprentice


Joined: 05 Jun 2003 Posts: 246 Location: Valhalla
|
Posted: Wed Nov 19, 2003 10:00 am Post subject: Update glibc von R8 auf 9 [SOLVED] |
|
|
Mein System meint beim Updaten von world er möchte die neue GLIBC haben. Ok - nichts dagegen einzuwenden, aber wie bekomme ich diesen fehler weg:
Code: |
>>> emerge (1 of 3) sys-libs/glibc-2.3.2-r9 to /
>>> md5 src_uri ;-) glibc-2.3.2.tar.bz2
>>> md5 src_uri ;-) glibc-linuxthreads-2.3.2.tar.bz2
>>> md5 src_uri ;-) glibc-2.3.2-branch-update-20031115.patch.bz2
>>> Unpacking source...
>>> Unpacking glibc-2.3.2.tar.bz2 to /var/tmp/portage/glibc-2.3.2-r9/work
* Applying glibc-2.3.2-branch-update-20031115.patch.bz2... [ ok ]
* Applying glibc-2.3.2-redhat-linuxthreads-fixes.patch... [ ok ]
* Applying glibc-2.3.2-propolice-guard-functions-v2.patch... [ ok ]
* Applying glibc-2.3.2-dl_execstack-PaX-support.patch... [ ok ]
* Applying glibc-2.3.1-ctype-compat-v3.patch... [ ok ]
* Applying glibc-2.3.1-libc_wait-compat.patch... [ ok ]
* Applying glibc-2.3.2-fix-omitted-operand-in-mathinline_h.patch... [ ok ]
* Applying glibc-2.3.2-iconvconfig-name_insert.patch... [ ok ]
>>> Source unpacked.
* Configuring GLIBC...
*snip*
checking LD_LIBRARY_PATH variable... contains current directory
configure: error:
*** LD_LIBRARY_PATH shouldn't contain the current directory when
*** building glibc. Please change the environment variable
*** and run configure again.
!!! ERROR: sys-libs/glibc-2.3.2-r9 failed.
!!! Function src_compile, Line 487, Exitcode 1
!!! (no error message)
|
Wie werde ich diesen fehler los? Wo kann ich LD_LIBRARY_PATH setzen? Das ist doch sicher eine Var aus dem Config script von der glibc.
Danke schonmal im vorraus
Sven
[SOLVE]
Ich bin ein Heini!
Hab wegen der Nebula Device Engine mein LD_LIBRARY_PATH auf das Nebula Directory gesetzt, sonst läßt sich das Ding nicht compilen.
Das hat GLIBC nicht gefallen - warum weiß ich nicht wirklich, weil das normal kein Problem darstellen sollte
LD_LIBRARY_PATH=~/Nebula
Jetzt hab ich es einfach testweise auf /tmp gesetzt, und siehe da - es rockt.
[/SOLVE] |
|