Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 653580 - app-misc/lcdproc-0.5.2-r1 powerpc-unknown-linux-gnu-gcc: error: libbignum.a: No such file or directory (parallel make)
Summary: app-misc/lcdproc-0.5.2-r1 powerpc-unknown-linux-gnu-gcc: error: libbignum.a: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2018-04-19 22:11 UTC by ernsteiswuerfel
Modified: 2018-11-10 18:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (file_653580.txt,6.34 KB, text/plain)
2018-04-19 22:11 UTC, ernsteiswuerfel
Details
build.log (build.log,58.77 KB, text/plain)
2018-04-19 22:11 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2018-04-19 22:11:03 UTC
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
Comment 1 ernsteiswuerfel archtester 2018-04-19 22:11:35 UTC
Created attachment 528062 [details]
build.log
Comment 2 Larry the Git Cow gentoo-dev 2018-11-10 18:15:51 UTC
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(-)