Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 645856 - net-dns/avahi-0.7 should drop WANT_AUTOMAKE=1.11
Summary: net-dns/avahi-0.7 should drop WANT_AUTOMAKE=1.11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-01-26 22:26 UTC by Martin Cyr
Modified: 2019-11-09 16:27 UTC (History)
3 users (show)

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


Attachments
avahi-0.7-r2.ebuild.patch (avahi-0.7-r2.ebuild.patch,724 bytes, patch)
2018-01-26 22:26 UTC, Martin Cyr
Details | Diff
Build log (net-dns:avahi-0.7-r2:20180912-115708.log.gz,1.41 KB, application/gzip)
2018-09-12 12:25 UTC, Erik Zeek
Details
emerge --info '=net-dns/avahi-0.7-r2::gentoo' (emerge-info.txt,14.87 KB, text/plain)
2018-09-12 12:26 UTC, Erik Zeek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Cyr 2018-01-26 22:26:04 UTC
Created attachment 516858 [details, diff]
avahi-0.7-r2.ebuild.patch

Drop WANT_AUTOMAKE=1.11

Also, drop S="${WORKDIR}/${P}" as per https://devmanual.gentoo.org/ebuild-writing/variables/index.html: "Default: "${WORKDIR}/${P}". Ebuilds should not provide a value for this variable if it is the same as the default value."
Comment 1 Mart Raudsepp gentoo-dev 2018-04-18 04:48:55 UTC
ping
Comment 2 Martin Cyr 2018-04-26 23:53:58 UTC
pong...

(crickets) *sigh*
Comment 3 Erik Zeek 2018-09-12 12:25:26 UTC
Created attachment 546706 [details]
Build log

These changes fix the currently broken build.
Comment 4 Erik Zeek 2018-09-12 12:26:37 UTC
Created attachment 546708 [details]
emerge --info '=net-dns/avahi-0.7-r2::gentoo'
Comment 5 Erik Zeek 2018-09-12 12:31:05 UTC
Aww nutz.

Never mind. Perl-cleaner didn't pickup that automake:1.11 needed to be rebuilt.

Sorry for the noise.
Comment 6 Anthony Basile gentoo-dev 2019-11-09 16:27:11 UTC
(In reply to Martin Cyr from comment #0)
> Created attachment 516858 [details, diff] [details, diff]
> avahi-0.7-r2.ebuild.patch
> 
> Drop WANT_AUTOMAKE=1.11
> 
> Also, drop S="${WORKDIR}/${P}" as per
> https://devmanual.gentoo.org/ebuild-writing/variables/index.html: "Default:
> "${WORKDIR}/${P}". Ebuilds should not provide a value for this variable if
> it is the same as the default value."

Okay these changes look good.  I've tested and pushed them into the stable version.