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

Bug 498476

Summary: media-gfx/viewnior-1.1 uses floor from -lm but doesn't link against it
Product: Gentoo Linux Reporter: René Rhéaume <rene.rheaume>
Component: Current packagesAssignee: Alex Alexander (RETIRED) <wired>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild with build fix implemented iun src_prepare
Build log with the ebuild in portage tree
viewnior-1.1.ebuild.patch

Description René Rhéaume 2014-01-18 16:03:27 UTC
uclibc, unlike glibc, has a separate libm. However, viewnior ignores that and fails to build un uclibc. The attached ebuild adds a src_prepare function.

Reproducible: Always

Steps to Reproduce:
1. Install Lilblue
2. emerge viewnior
3.
Actual Results:  
emake failed

Expected Results:  
viewnior installed on system
Comment 1 René Rhéaume 2014-01-18 16:04:21 UTC
Created attachment 368098 [details]
Ebuild with build fix implemented iun src_prepare
Comment 2 SpanKY gentoo-dev 2014-01-25 19:15:32 UTC
(In reply to René Rhéaume from comment #0)

uhh, glibc has a sep libm too.  please post the full build log showing the failure.

also, please post diffs, not full ebuilds.
Comment 3 René Rhéaume 2014-01-25 20:34:47 UTC
Created attachment 368716 [details]
Build log with the ebuild in portage tree
Comment 4 René Rhéaume 2014-01-25 20:38:33 UTC
Created attachment 368720 [details, diff]
viewnior-1.1.ebuild.patch
Comment 5 SpanKY gentoo-dev 2014-08-03 14:28:27 UTC
yeah, it's not specific to uClibc.  version 1.3+ should be fixed now.

*** This bug has been marked as a duplicate of bug 454230 ***