Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646592 - media-libs/libfreehand-0.1.2 - missing DEPEND on dev-libs/boost
Summary: media-libs/libfreehand-0.1.2 - missing DEPEND on dev-libs/boost
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-04 17:58 UTC by Triton Circonflexe
Modified: 2018-02-04 18:37 UTC (History)
0 users

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


Attachments
emerge --info (emerge-info.log,6.57 KB, text/x-log)
2018-02-04 17:58 UTC, Triton Circonflexe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Triton Circonflexe 2018-02-04 17:58:52 UTC
Created attachment 517808 [details]
emerge --info

Due to some unrelated issues, I removed Boost prior an emerge -DuvaN @world and during the update, libfreehand failed to build with the following error:

checking for boost/cstdint.hpp... no
configure: error: Required boost headers not found.

After checking the ebuild, it appears that Boost is not listed in the dependencies.

Attached emerge --info log for completion.
Comment 1 Triton Circonflexe 2018-02-04 18:25:03 UTC
After emerge boost (1.65.0), libfreehand 0.1.2 was installed without issue.
Comment 2 Larry the Git Cow gentoo-dev 2018-02-04 18:37:46 UTC
The bug has been closed via the following commit(s):

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

commit becbf3a9c0c6db4f2ae148330c288105a32c007d
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-02-04 18:37:01 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-02-04 18:37:01 +0000

    media-libs/libfreehand: Add missing DEPEND on dev-libs/boost
    
    Reported-by: Triton Circonflexe <triton+gentoo@kumal.info>
    Closes: https://bugs.gentoo.org/646592
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/libfreehand/libfreehand-0.1.2.ebuild | 5 +++--
 media-libs/libfreehand/libfreehand-9999.ebuild  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)