LFSシステムをインストールしました。その後、システムにgentooプレフィックスをインストールしようとしました。ただし、エラーが発生します。
I'm going to check for some variables in your environment now:
it appears ASFLAGS is not set :)
it appears CFLAGS is not set :)
it appears CPPFLAGS is not set :)
it appears CXXFLAGS is not set :)
it appears DYLD_LIBRARY_PATH is not set :)
it appears GREP_OPTIONS is not set :)
it appears LDFLAGS is not set :)
it appears LD_LIBRARY_PATH is not set :)
it appears LIBPATH is not set :)
it appears PERL_MM_OPT is not set :)
uh oh, PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/kde/lib/pkgconfig:/opt/kde/share /pkgconfig:/opt/qt/lib/pkgconfig:/opt/lib/pkgconfig:/opt/share/pkgconfig :(
Ahem, your shell environment contains some variables I'm allergic to:
PKG_CONFIG_PATH
These flags can and will influence the way in which packages compile.
In fact, they have a long standing tradition to break things. I really
prefer to be on my own here. So please make sure you disable these
environment variables in your shell initialisation files. After you've
done that, you can run me again.
これらの環境変数を設定するにはどうすればよいですか?gentooでこれらのフラグをエコーしようとしましたが、何も出力されませんでした。
後で返信してすみません。試し
—
-zjhui
unset PKG_CONFIG_PATH
、bootrstrap-prefix.sh
スクリプトを再度実行しました。同じエラーが発生します。
unset PKG_CONFIG_PATH
〜/ .profileファイルに追加します。
unset PKG_CONFIG_PATH
。