Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 876911 - dev-libs/http-fetcher: installed http-fetcher.m4 is underquoted, causes autoreconf warnings (warning: underquoted definition of AC_PATH_HFETCHER)
Summary: dev-libs/http-fetcher: installed http-fetcher.m4 is underquoted, causes autor...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrice Clement
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-13 02:02 UTC by Sam James
Modified: 2022-10-13 02:09 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-10-13 02:02:57 UTC
To reproduce:
1. Install dev-libs/http-fetcher
2. Run 'autoreconf -fi' in an autotools project (I used ZFS here, it doesn't use http-fetcher):
```
~/git/zfs $ autoreconf -fi
/usr/share/aclocal/http-fetcher.m4:13: warning: underquoted definition of AC_PATH_HFETCHER
/usr/share/aclocal/http-fetcher.m4:13:   run info Automake 'Extending aclocal'
/usr/share/aclocal/http-fetcher.m4:13:   or see https://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
```

Apparently this is the same issue as bug 299940.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-10-13 02:06:37 UTC
The fix from bug 299940 got dropped in:

commit 9c3bfee419467b417400fe45921205b502e17d68
Author: Patrice Clement <monsieurp@gentoo.org>
Date:   Sun Mar 5 16:37:05 2017 +0100

    dev-libs/http-fetcher: EAPI 6 bump.

    Package-Manager: Portage-2.3.3, Repoman-2.3.1
Comment 2 Larry the Git Cow gentoo-dev 2022-10-13 02:09:55 UTC
The bug has been closed via the following commit(s):

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

commit c62cc75cdbc276c37bf8d2c2af9b2cbbe88928a1
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-10-13 02:09:29 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-10-13 02:09:29 +0000

    dev-libs/http-fetcher: fix underquoted http-fetcher.m4 macro again
    
    Bug: https://bugs.gentoo.org/299940
    Closes: https://bugs.gentoo.org/876911
    Fixes: 9c3bfee419467b417400fe45921205b502e17d68
    Signed-off-by: Sam James <sam@gentoo.org>

 .../http-fetcher-1.1.0-underquoted-http-fetcher-macro.patch | 13 +++++++++++++
 ...fetcher-1.1.0-r1.ebuild => http-fetcher-1.1.0-r2.ebuild} | 11 +++++++----
 2 files changed, 20 insertions(+), 4 deletions(-)