Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648550 - media-libs/libepoxy-1.4.3: fails tests on FreeBSD due to -ldl
Summary: media-libs/libepoxy-1.4.3: fails tests on FreeBSD due to -ldl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-22 18:45 UTC by Michał Górny
Modified: 2018-03-01 06:50 UTC (History)
0 users

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


Attachments
build.log (build.log,84.67 KB, text/x-log)
2018-02-22 18:45 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-02-22 18:45:07 UTC
Created attachment 520646 [details]
build.log

/usr/lib/gcc/x86_64-gentoo-freebsd11.0/6.4.0/../../../../x86_64-gentoo-freebsd11.0/bin/ld: cannot find -ldl
collect2: error: ld returned 1 exit status
gmake[2]: *** [Makefile:969: glx_gles2] Error 1
gmake[2]: Leaving directory '/var/tmp/portage/media-libs/libepoxy-1.4.3/work/libepoxy-1.4.3-abi_x86_64.amd64_fbsd/test'
gmake[1]: *** [Makefile:1631: check-am] Error 2
gmake[1]: Leaving directory '/var/tmp/portage/media-libs/libepoxy-1.4.3/work/libepoxy-1.4.3-abi_x86_64.amd64_fbsd/test'
gmake: *** [Makefile:534: check-recursive] Error 1


libdl is part of libc on FreeBSD, so linking to -ldl is just wrong.
Comment 1 Larry the Git Cow gentoo-dev 2018-03-01 06:50:20 UTC
The bug has been closed via the following commit(s):

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

commit 15324fe4b40fad1f98f565285b02f7335e6a720a
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2018-03-01 06:45:48 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2018-03-01 06:50:10 +0000

    media-libs/libepoxy: Version bump to 1.5.0
    
    Closes: https://bugs.gentoo.org/648550

 media-libs/libepoxy/Manifest              |  1 +
 media-libs/libepoxy/libepoxy-1.5.0.ebuild | 58 +++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)