Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 705374 - net-proxy/squidguard-1.6.0 : QA Notice: 'automake' called by src_prepare: net-proxy/squidguard-1.6.0
Summary: net-proxy/squidguard-1.6.0 : QA Notice: 'automake' called by src_prepare: net...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA
Assignee: Sergey Popov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-13 20:01 UTC by Toralf Förster
Modified: 2020-01-22 11:57 UTC (History)
2 users (show)

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


Attachments
etc.portage.tbz2 (etc.portage.tbz2,11.66 KB, application/x-bzip)
2020-01-13 20:01 UTC, Toralf Förster
Details
net-proxy:squidguard-1.6.0:20200113-194152.log (net-proxy:squidguard-1.6.0:20200113-194152.log,17.29 KB, text/plain)
2020-01-13 20:01 UTC, Toralf Förster
Details
0001-net-proxy-squidguard-Replace-automake-call.patch (0001-net-proxy-squidguard-Replace-automake-call.patch,1.20 KB, patch)
2020-01-21 15:58 UTC, Michał Górny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-01-13 20:01:15 UTC
QA: prepare
QA Notice: 'automake' called by src_prepare: net-proxy/squidguard-1.6.0
Use autotools.eclass instead of calling 'automake' directly.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_developer-20200109-231533

  -------------------------------------------------------------------
Comment 1 Toralf Förster gentoo-dev 2020-01-13 20:01:17 UTC
Created attachment 603216 [details]
etc.portage.tbz2
Comment 2 Toralf Förster gentoo-dev 2020-01-13 20:01:20 UTC
Created attachment 603218 [details]
net-proxy:squidguard-1.6.0:20200113-194152.log
Comment 3 Sergey Popov (RETIRED) gentoo-dev 2020-01-14 07:52:30 UTC
Yep, i am aware of this. Unfortunately i do not know how to avoid this, because eautomake does nothing(on purpose, and i assume that this is correct behaviour, as Makefile.am does not exist in source code of squidguard) ,thus i forced to use this ugly hack.

@qa: please advise
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-01-14 09:01:39 UTC
Copy or symlink the needed files? Or maybe you could just set some make vars to e.g. use system 'install'.
Comment 5 Sergey Popov (RETIRED) gentoo-dev 2020-01-14 10:21:28 UTC
(In reply to Michał Górny from comment #4)
> Copy or symlink the needed files? Or maybe you could just set some make vars
> to e.g. use system 'install'.

I do not really understand autotools internals that much and copying only install-sh did not work :-(
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-01-21 15:58:11 UTC
Created attachment 603860 [details, diff]
0001-net-proxy-squidguard-Replace-automake-call.patch

I've just tried as done in the attached patch, and it seems to work for me.
Comment 7 Larry the Git Cow gentoo-dev 2020-01-22 11:57:36 UTC
The bug has been closed via the following commit(s):

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

commit badc3b9ce78ad3d67d43d217c1a328d71af82f26
Author:     Sergey Popov <pinkbyte@gentoo.org>
AuthorDate: 2020-01-22 11:39:16 +0000
Commit:     Sergey Popov <pinkbyte@gentoo.org>
CommitDate: 2020-01-22 11:56:51 +0000

    net-proxy/squidguard: fix QA issue with automake call in src_prepare
    
    Closes: https://bugs.gentoo.org/705374
    Reported-by: Toralf Förster <toralf@gentoo.org>
    Signed-off-by: Michał Górny <mgorny@gentoo.org>
    Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
    Package-Manager: Portage-2.3.84, Repoman-2.3.11

 net-proxy/squidguard/squidguard-1.6.0.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)