Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498476 - media-gfx/viewnior-1.1 uses floor from -lm but doesn't link against it
Summary: media-gfx/viewnior-1.1 uses floor from -lm but doesn't link against it
Status: RESOLVED DUPLICATE of bug 454230
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Alex Alexander (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-01-18 16:03 UTC by René Rhéaume
Modified: 2014-08-03 14:28 UTC (History)
0 users

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


Attachments
Ebuild with build fix implemented iun src_prepare (viewnior-1.1.ebuild,1021 bytes, text/plain)
2014-01-18 16:04 UTC, René Rhéaume
Details
Build log with the ebuild in portage tree (build.log,11.75 KB, text/plain)
2014-01-25 20:34 UTC, René Rhéaume
Details
viewnior-1.1.ebuild.patch (viewnior-1.1.ebuild.patch,519 bytes, patch)
2014-01-25 20:38 UTC, René Rhéaume
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ***