Gentooプレフィックスを使用してフラグを設定するにはどうすればよいですか


1

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でこれらのフラグをエコーし​​ようとしましたが、何も出力されませんでした。


unset PKG_CONFIG_PATH
ヨルダン

後で返信してすみません。試しunset PKG_CONFIG_PATHbootrstrap-prefix.shスクリプトを再度実行しました。同じエラーが発生します。
-zjhui

unset PKG_CONFIG_PATH〜/ .profileファイルに追加します。
ウィルフレッドヒューズ

回答:


1

最初のものは大丈夫です、それらが設定されていないかどうかをチェックします。最後の1つは、あなたができることですunset PKG_CONFIG_PATH。より多くの問題に遭遇した場合、Gentoo Linux自体をインストールすることを選択できます。LFSと比較して十分に軽量であり、そうでないと感じた場合はいつでも削減できます。

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.