Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 160839 - x11-misc/electricsheep-2.6.8 QA Notice: ${WANT_AUTOCONF}, ${WANT_AUTOMAKE} unset
Summary: x11-misc/electricsheep-2.6.8 QA Notice: ${WANT_AUTOCONF}, ${WANT_AUTOMAKE} unset
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autotools-deps
  Show dependency tree
 
Reported: 2007-01-08 08:51 UTC by Peter Alfredsen (RETIRED)
Modified: 2007-01-12 18:15 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 Peter Alfredsen (RETIRED) gentoo-dev 2007-01-08 08:51:56 UTC
When doing "emerge electricsheep", this popped up:
[...]
>>> Emerging (2 of 2) x11-misc/electricsheep-2.6.8 to /
 * electricsheep-2.6.8.tar.gz MD5 ;-) ...                                                                                                            [ ok ]
 * electricsheep-2.6.8.tar.gz RMD160 ;-) ...                                                                                                         [ ok ]
 * electricsheep-2.6.8.tar.gz SHA1 ;-) ...                                                                                                           [ ok ]
 * electricsheep-2.6.8.tar.gz SHA256 ;-) ...                                                                                                         [ ok ]
 * electricsheep-2.6.8.tar.gz size ;-) ...                                                                                                           [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                 [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                               [ ok ]
 * checking electricsheep-2.6.8.tar.gz ;-) ...                                                                                                       [ ok ]
>>> Unpacking source...
>>> Unpacking electricsheep-2.6.8.tar.gz to /var/tmp/portage/x11-misc/electricsheep-2.6.8/work
 * Applying electricsheep-2.6.8-cflagsfix.patch ...                                                                                                  [ ok ]
 * Running eautoreconf in '/var/tmp/portage/x11-misc/electricsheep-2.6.8/work/electricsheep-2.6.8/mpeg2dec' ...
 * QA Notice: ${WANT_AUTOCONF} variable unset. Please report on http://bugs.gentoo.org/
 * QA Notice: ${WANT_AUTOMAKE} variable unset. Please report on http://bugs.gentoo.org/
 * Running aclocal ...                                                                                                                               [ ok ]
 * Running autoconf ...                                                                                                                              [ ok ]
 * Running autoheader ...                                                                                                                            [ ok ]
 * Running automake --add-missing --copy ...                                                                                                         [ ok ]
[...]

Since there was (so far) no adverse effects, I'm marking this as trivial.

Reproducible: Didn't try

Steps to Reproduce:
1. emerge electricsheep
Comment 1 SpanKY gentoo-dev 2007-01-12 18:15:29 UTC
we've taken the route of defaulting to latest in the eclass:
http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/autotools.eclass?r1=1.62&r2=1.63