Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 160515 - net-misc/vino-2.16.0: QA Notice: ${WANT_AUTOCONF} variable unset. & QA Notice: ${WANT_AUTOMAKE} variable unset.
Summary: net-misc/vino-2.16.0: QA Notice: ${WANT_AUTOCONF} variable unset. & QA Notice...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autotools-deps
  Show dependency tree
 
Reported: 2007-01-06 17:03 UTC by Alexander Skwar
Modified: 2007-01-07 23:47 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 Alexander Skwar 2007-01-06 17:03:26 UTC
While emerging vino:

WARN: unpack
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/
Comment 1 Mart Raudsepp gentoo-dev 2007-01-07 23:47:23 UTC
Fixed by definining WANT_AUTOCONF to latest and WANT_AUTOMAKE to 1.9 in both versions of vino currently in the tree.

automake-1.10 fails on my machine with the following (hence using 1.9, not latest for WANT_AUTOMAKE):

make[4]: Entering directory `/var/tmp/portage/net-misc/vino-2.16.0/work/vino-2.16.0/server'
test -z "/usr/libexec" ||  "/var/tmp/portage/net-misc/vino-2.16.0/image//usr/libexec"
/bin/sh: /var/tmp/portage/net-misc/vino-2.16.0/image//usr/libexec: No such file or directory
make[4]: *** [install-libexecPROGRAMS] Error 127

while this succeeds with 1.9:
make[4]: Entering directory `/var/tmp/portage/net-misc/vino-2.16.0/work/vino-2.16.0/server'
test -z "/usr/libexec" || mkdir -p -- "/var/tmp/portage/net-misc/vino-2.16.0/image//usr/libexec"
  /bin/sh ../libtool --mode=install /bin/install -c 'vino-server' '/var/tmp/portage/net-misc/vino-2.16.0/image//usr/libexec/vino-server'