Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 645856

Summary: net-dns/avahi-0.7 should drop WANT_AUTOMAKE=1.11
Product: Gentoo Linux Reporter: Martin Cyr <spooler>
Component: Current packagesAssignee: Anthony Basile <blueness>
Status: RESOLVED FIXED    
Severity: normal CC: leio, spiderx, zeekec
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: avahi-0.7-r2.ebuild.patch
Build log
emerge --info '=net-dns/avahi-0.7-r2::gentoo'

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.