Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 657786 - dev-libs/libressl-2.6.4 fails to build; WARNING: 'aclocal-1.15' is missing on your system.
Summary: dev-libs/libressl-2.6.4 fails to build; WARNING: 'aclocal-1.15' is missing on...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo LibreSSL
URL:
Whiteboard:
Keywords:
: 658206 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-06-11 04:50 UTC by Ben Chaney
Modified: 2018-06-29 20:08 UTC (History)
4 users (show)

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


Attachments
Build log (build.log,11.03 KB, text/x-log)
2018-06-11 04:50 UTC, Ben Chaney
Details
Modified ebuild to resolve issue (libressl-2.6.5.ebuild,1.43 KB, text/plain)
2018-06-29 17:04 UTC, Ben Chaney
Details
Diff against current ebuild (libressl.diff,45 bytes, patch)
2018-06-29 19:29 UTC, Ben Chaney
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Chaney 2018-06-11 04:50:54 UTC
Created attachment 535622 [details]
Build log

libressl fails to build due to requiring specific version of aclocal.
Comment 1 Daniel Kenzelmann 2018-06-16 20:12:24 UTC
Same for 2.6.5
Comment 2 Jonas Stein gentoo-dev 2018-06-18 19:38:21 UTC
*** Bug 658206 has been marked as a duplicate of this bug. ***
Comment 3 Sora Lee 2018-06-29 10:06:02 UTC
This is due to libressl-2.6.4-hppa-asm.patch modifying configure.ac, which triggers aclocal due to inconsistent timestamps. This is a mistake in the ebuild and probably want noticed due to the fact that automake 1.16 was only added this march and is still marked as testing. The solution is to import autotools and add eautoreconf after default is called in src_prepare.
Comment 4 Ben Chaney 2018-06-29 17:03:43 UTC
I have created a modified ebuild based on your suggestions. I can confirm that it works on my machine. It is attached
Comment 5 Ben Chaney 2018-06-29 17:04:15 UTC
Created attachment 537782 [details]
Modified ebuild to resolve issue
Comment 6 Anthony Basile gentoo-dev 2018-06-29 19:24:35 UTC
(In reply to Ben Chaney from comment #5)
> Created attachment 537782 [details]
> Modified ebuild to resolve issue

can you please give me that as a diff
Comment 7 Ben Chaney 2018-06-29 19:29:04 UTC
Created attachment 537790 [details, diff]
Diff against current ebuild
Comment 8 Anthony Basile gentoo-dev 2018-06-29 20:08:48 UTC
(In reply to Ben Chaney from comment #7)
> Created attachment 537790 [details, diff] [details, diff]
> Diff against current ebuild

You should use `diff -Naur`.  That's okay, I figured it out and pushed it.