Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 811150 - dev-libs/pigpio-79 fails to build: cannot find -lpigpio
Summary: dev-libs/pigpio-79 fails to build: cannot find -lpigpio
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM Linux
: Normal normal (vote)
Assignee: Daniel Kenzelmann
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-30 18:41 UTC by Ivan S. Titov
Modified: 2021-10-04 12:33 UTC (History)
2 users (show)

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


Attachments
build.log_arm64 (file_811150.txt,3.49 KB, text/plain)
2021-08-30 18:41 UTC, Ivan S. Titov
Details
build.log_armv7a (file_811150.txt,3.53 KB, text/plain)
2021-08-30 18:47 UTC, Ivan S. Titov
Details
build.log_armv6j (file_811150.txt,3.17 KB, text/plain)
2021-08-30 18:52 UTC, Ivan S. Titov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan S. Titov 2021-08-30 18:41:33 UTC
Created attachment 736831 [details]
build.log_arm64

Build fails on arm and arm64 with the same error, see attachments.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-08-30 18:42:37 UTC
The person handling the bug will handle CCs by the way, thanks!
Comment 2 Ivan S. Titov 2021-08-30 18:46:21 UTC
(In reply to Sam James from comment #1)
> The person handling the bug will handle CCs by the way, thanks!

It seems CCs appeared, when I added the arches during bug submission.
Comment 3 Ivan S. Titov 2021-08-30 18:47:09 UTC
Created attachment 736834 [details]
build.log_armv7a
Comment 4 Ivan S. Titov 2021-08-30 18:52:50 UTC
Created attachment 736837 [details]
build.log_armv6j
Comment 5 Ivan S. Titov 2021-08-30 19:00:22 UTC
"simple" compilation with make (as mentioned in docs) works, though.
Comment 6 Mike Gilbert gentoo-dev 2021-08-31 01:08:39 UTC
(In reply to Ivan S. Titov from comment #2)
> It seems CCs appeared, when I added the arches during bug submission.

Do not use the Add Arches button. That is intended only for developers.
Comment 7 Daniel Kenzelmann 2021-09-25 15:18:29 UTC
Sorry for the long delay, should be fixed in
https://github.com/gentoo/gentoo/pull/22400
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-09-25 18:19:30 UTC
(In reply to Daniel Kenzelmann from comment #7)
> Sorry for the long delay, should be fixed in
> https://github.com/gentoo/gentoo/pull/22400

Not fixed until it's merged ;)

Please add the Closes tag to your commit, e.g. Closes: https://bugs.gentoo.org/811150.
Comment 9 Daniel Kenzelmann 2021-09-25 19:01:31 UTC
(In reply to Sam James from comment #8)
> (In reply to Daniel Kenzelmann from comment #7)
> > Sorry for the long delay, should be fixed in
> > https://github.com/gentoo/gentoo/pull/22400
> 
> Not fixed until it's merged ;)
> 
> Please add the Closes tag to your commit, e.g. Closes:
> https://bugs.gentoo.org/811150.

Yes, unfortunately bugzilla only allowed me to choose between unconfirmed and resolved for the status and i totally forgot the closes tag and didn't want to edit the pull request :P

Is that normal that I can not confirm an issue that has been assigned to me?
Comment 10 Joonas Niilola gentoo-dev 2021-10-04 12:19:43 UTC
(In reply to Daniel Kenzelmann from comment #9)
> 
> Is that normal that I can not confirm an issue that has been assigned to me?

Yes, it is. There's a bug open about it.

A comment in a bug is much better than just flipping the CONFIRMED flag though.
Comment 11 Larry the Git Cow gentoo-dev 2021-10-04 12:33:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec3e164dcf496815986706a2a907c09a842dde2

commit cec3e164dcf496815986706a2a907c09a842dde2
Author:     Daniel Kenzelmann <github.com@k8n.de>
AuthorDate: 2021-09-25 15:12:32 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-10-04 12:32:23 +0000

    dev-libs/pigpio: fix broken Makefile
    
    fix broken Makefile, missing linked lib
    
    Signed-off-by: Daniel Kenzelmann <gentoo@k8n.de>
    Closes: https://github.com/gentoo/gentoo/pull/22400
    Closes: https://bugs.gentoo.org/811150
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 dev-libs/pigpio/files/pigpio-70-makefile.patch | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)