Summary: | dev-lang/R-3.3.2 fails to build against sys-libs/zlib-1.2.10 - configure: error: zlib library and headers are required | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Martin von Gagern <Martin.vGagern> |
Component: | Current packages | Assignee: | Denis Dupeyron (RETIRED) <calchan> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jlec |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | svn commit 71889 |
Description
Martin von Gagern
2017-01-04 17:47:16 UTC
Created attachment 458772 [details, diff]
svn commit 71889
Here is one way to apply the patch locally before the ebuild gets adjusted. # ebuild /usr/portage/dev-lang/R/R-3.3.2.ebuild clean unpack # svn log --diff -r71889:71889 https://svn.r-project.org/R/trunk \ | patch -p0 -d /var/tmp/portage/dev-lang/R-3.3.2/work/R-3.3.2/ # ebuild /usr/portage/dev-lang/R/R-3.3.2.ebuild merge I'm now past the configure phase, and expect the build to succeed eventually. commit 17331c2f15ee02bc370d3e2e6a596d377552eb42 Author: Justin Lecher <jlec@gentoo.org> Date: Thu Jan 5 19:25:46 2017 +0000 dev-lang/R: Backport patch for zlib-1.2.10 compatibility Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=604676 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org> https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17331c2f15ee02bc370d3e2e6a596d377552eb42 Fixed? If so, why is it that the ebuild of R 3.3.2 in portage fails to build, precisely due to this? (In reply to P.B. Lecavalier from comment #4) > Fixed? If so, why is it that the ebuild of R 3.3.2 in portage fails to > build, precisely due to this? please add a build.log. My bad, I was referring to 3.3.1. The issue for 3.3.1 is identical. Might want to fix this ebuild as well or take it off the tree. ~3.3.2 is indeed building past the zlib issue, so it works for me. |