Created attachment 528060 [details] emerge --info [...] ar cru libLCD.a lcd_lib.o powerpc-unknown-linux-gnu-ranlib libLCD.a powerpc-unknown-linux-gnu-gcc -fPIC -Wall -O2 -mcpu=powerpc -pipe -Wno-unused-function -shared -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o curses.so curses_drv.o -lncurses -ldl powerpc-unknown-linux-gnu-gcc -fPIC -Wall -O2 -mcpu=powerpc -pipe -Wno-unused-function -shared -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bayrad.so bayrad.o -ldl powerpc-unknown-linux-gnu-gcc -fPIC -Wall -O2 -mcpu=powerpc -pipe -Wno-unused-function -shared -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o glk.so glk.o glkproto.o -ldl powerpc-unknown-linux-gnu-gcc -fPIC -Wall -O2 -mcpu=powerpc -pipe -Wno-unused-function -shared -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o hd44780.so hd44780-hd44780.o libLCD.a hd44780-hd44780-serial.o hd44780-hd44780-lis2.o hd44780-hd44780-bwct-usb.o hd44780-hd44780-lcd2usb.o hd44780-i2c.o -L/usr/lib -lusb libbignum.a -ldl powerpc-unknown-linux-gnu-gcc: error: libbignum.a: No such file or directory make[3]: *** [Makefile:545: hd44780.so] Error 1
Created attachment 528062 [details] build.log
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ff1a16f2efa8e216d297a6e39f74c696ae65cf commit 15ff1a16f2efa8e216d297a6e39f74c696ae65cf Author: Conrad Kostecki <conrad@kostecki.com> AuthorDate: 2018-10-30 11:30:51 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2018-11-10 18:15:45 +0000 app-misc/lcdproc: bump to version 0.5.9 Closes: https://bugs.gentoo.org/523462 Closes: https://bugs.gentoo.org/553252 Closes: https://bugs.gentoo.org/653580 Closes: https://bugs.gentoo.org/667800 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10075 Signed-off-by: Michał Górny <mgorny@gentoo.org> app-misc/lcdproc/Manifest | 2 + app-misc/lcdproc/files/LCDd.initd | 15 ++ app-misc/lcdproc/files/LCDd.service | 10 + app-misc/lcdproc/files/lcdexec.initd | 16 ++ app-misc/lcdproc/files/lcdexec.service | 10 + .../files/lcdproc-0.5.9-fix-parallel-make.patch | 16 ++ .../lcdproc-0.5.9-use-freetype2-pkg-config.patch | 15 ++ app-misc/lcdproc/files/lcdproc.initd | 16 ++ app-misc/lcdproc/files/lcdproc.service | 10 + app-misc/lcdproc/lcdproc-0.5.9.ebuild | 211 +++++++++++++++++++++ app-misc/lcdproc/metadata.xml | 43 +++-- 11 files changed, 349 insertions(+), 15 deletions(-)