Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 557126 - media-gfx/splashutils-1.5.4.4-r5: libfbsplashrender.pc should not contain libfbsplash.la in Libs.private
Summary: media-gfx/splashutils-1.5.4.4-r5: libfbsplashrender.pc should not contain lib...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Asaf Gery
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 556954
  Show dependency tree
 
Reported: 2015-08-09 12:28 UTC by Andrew Savchenko
Modified: 2015-08-13 08:26 UTC (History)
1 user (show)

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


Attachments
splashutils-1.5.4.4-no-la.patch (splashutils-1.5.4.4-no-la.patch,503 bytes, patch)
2015-08-09 21:20 UTC, Andrew Savchenko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Savchenko gentoo-dev 2015-08-09 12:28:31 UTC
Hi,

$ pkg-config --static --libs libfbsplashrender
-lfbsplashrender -lfbsplash libfbsplash.la -ljpeg -lpng16 -lm -lz -lm -lfreetype -lm

This is wrong and broke static linking, because libfbsplash.la file is not installed (and should not be installed). Please remove it from the list of static libraries in libfbsplashrender.la:

Libs.private: -lfbsplash libfbsplash.la -ljpeg -lpng16 -lm -lz -lm -lfreetype -lm
Comment 1 Andrew Savchenko gentoo-dev 2015-08-09 21:20:13 UTC
Created attachment 408690 [details, diff]
splashutils-1.5.4.4-no-la.patch

This simple patch fixes the issue.
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2015-08-13 03:37:39 UTC
commit 31546de42a9ec772dc3fe4d94a69028645aa27fb
Author: Ian Delaney <idella4@gentoo.org>
Date:   Thu Aug 13 11:36:34 2015 +0800

    media-gfx/splashutils: add patch addressing static linking to revbump wrt bug #557126