ld:存档没有目录文件,自制错误

时间:2018-11-03 03:07:00

标签: homebrew

我正在尝试编译weechat,

%> brew upgrade weechat --debug
...

[ 86%] Built target weechat_gui_curses_normal
[ 87%] Building C object src/gui/curses/normal/CMakeFiles/weechat.dir/main.o
[ 87%] Linking C executable weechat
ld: archive has no table of contents file '../../../plugins/libweechat_plugins.a' for architecture x86_64
clang: error: unable to execute command: Segmentation fault: 11
clang: error: linker command failed due to signal (use -v to see invocation)
make[2]: *** [src/gui/curses/normal/weechat] Error 254
make[1]: *** [src/gui/curses/normal/CMakeFiles/weechat.dir/all] Error 2
make: *** [all] Error 2
bash-3.2$ exit

它以archive has no table of contents file for architecture x86_64失败,这似乎是一个通用错误,因为它发生在mysql@5.5和许多其他软件包中。

我也看到了ranlib错误

/usr/local/homebrew/bin/ranlib: libweechat_gui_curses_normal.a(gui-curses-term.o): unknown load command 0x32

有什么想法吗?

1 个答案:

答案 0 :(得分:1)

已解决。

简单执行brew unlink binutils或指定RANLIB = / usr / bin / ranlib。