CONTENTS
#contents
----
Lastmodified &lastmod;
----
*error: cannot find the library '/usr/local/lib/libxcb.la' [#y45ac2b8]

portupgrade mesa-libs-17.2.1 するとerror: cannot find the library '/usr/local/lib/libxcb.la' と言われてエラー。

なので、

 find /usr/local/lib -name '*.la' | xargs grep -l 'libxcb\.la' | xargs pkg which

して、出てきた .la を削除。

 rm /usr/local/lib/libxcb-dri3.la
 rm /usr/local/lib/libxcb-present.la
 rm /usr/local/lib/libxcb-xkb.la

mesa-libs をmake deinstall して、再度インストール
 cd /usr/ports/graphics/mesa-libs/ && make install clean

で、OK

【参考URL】
http://d.hatena.ne.jp/kamosawa/20160314/1457937891

error: cannot find the library '/usr/local/lib/libxcb.la'
----
Total access &counter(total);:本日 &counter(today);:昨日 &counter(yesterday);
#counter([total|today|yesterday]);

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS