Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 742734

Summary: net-wireless/suscan-0.1.0 fails to compile
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Rick Farina (Zero_Chaos) <zerochaos>
Status: RESOLVED FIXED    
Severity: normal CC: 5836000, radio, toralf
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
1-CMakeError.log
1-CMakeOutput.log

Description Agostino Sarubbo gentoo-dev 2020-09-16 05:53:21 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-wireless/suscan-0.1.0 fails to compile.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-16 05:53:23 UTC
Created attachment 660471 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-09-16 05:53:24 UTC
Created attachment 660474 [details]
1-CMakeError.log

1-CMakeError.log
Comment 3 Agostino Sarubbo gentoo-dev 2020-09-16 05:53:25 UTC
Created attachment 660477 [details]
1-CMakeOutput.log

1-CMakeOutput.log
Comment 4 Agostino Sarubbo gentoo-dev 2020-09-17 07:26:38 UTC
*** Bug 742998 has been marked as a duplicate of this bug. ***
Comment 5 5836000 2020-09-21 17:11:20 UTC
net-wireless/sigutils is only package landed into /usr/lib/pkgconfig


ls /usr/lib/pkgconfig
sigutils.pc

 cat /usr/lib/pkgconfig/sigutils.pc
prefix=/usr
exec_prefix="${prefix}"
libdir="${prefix}/lib"           <--lib64 should be here , right ? 
includedir="${prefix}/include"

Name: sigutils
Description: Digital signal processing utility library
URL: http://github.org/BatchDrake/sigutils
Version: 0.1
Cflags: -I${includedir}/sigutils -I${includedir}/sigutils/util -D_SU_SINGLE_PRECISION -DHAVE_VOLK=1
Libs: -L${libdir} -lsigutils -lsndfile -lm -lfftw3f -lvolk

##While library in /usr/lib64/


 ls /usr/lib64/libsigutils.so
/usr/lib64/libsigutils.so
Comment 6 Larry the Git Cow gentoo-dev 2023-07-28 18:23:34 UTC
The bug has been closed via the following commit(s):

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

commit 7431e03514d08b1a0f210af6dc30249a97f5d679
Author:     Rick Farina <zerochaos@gentoo.org>
AuthorDate: 2023-07-28 16:58:11 +0000
Commit:     Rick Farina <zerochaos@gentoo.org>
CommitDate: 2023-07-28 18:23:28 +0000

    net-wireless/sigutils: add 0.3.0
    
    Signed-off-by: Rick Farina <zerochaos@gentoo.org>
    Closes: https://bugs.gentoo.org/742734

 net-wireless/sigutils/Manifest              |  1 +
 net-wireless/sigutils/sigutils-0.3.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)