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

Bug 160839

Summary: x11-misc/electricsheep-2.6.8 QA Notice: ${WANT_AUTOCONF}, ${WANT_AUTOMAKE} unset
Product: Gentoo Linux Reporter: Peter Alfredsen (RETIRED) <loki_val>
Component: New packagesAssignee: Daniel Black (RETIRED) <dragonheart>
Status: RESOLVED WORKSFORME    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 148821    

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