Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376159 - net-misc/tigervnc missing x11-misc/util-macros build-time dependency
Summary: net-misc/tigervnc missing x11-misc/util-macros build-time dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Raúl Porcel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-24 01:53 UTC by solj
Modified: 2011-11-05 18:56 UTC (History)
0 users

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


Attachments
Add util-macros dependency (tigervnc-ebuild-fix.patch,501 bytes, patch)
2011-07-24 01:53 UTC, solj
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description solj 2011-07-24 01:53:15 UTC
Without emerging util-macros, tigervnc fails to install.

Reproducible: Always

Steps to Reproduce:
1. Remove util-macros
2. Emerge tigervnc
3. Look at failed aclocal output
Actual Results:  
 * Running aclocal -I m4 ...                                                                                           [ !! ]

 * Failed Running aclocal !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/net-misc/tigervnc-1.0.1_p20110618/temp/aclocal-21811.out

 * ERROR: net-misc/tigervnc-1.0.1_p20110618 failed (unpack phase):
 *   Failed Running aclocal !
 * 
 * Call stack:
 *     ebuild.sh, line   56:  Called src_unpack
 *   environment, line 2852:  Called eautoreconf
 *   environment, line  865:  Called eaclocal
 *   environment, line  798:  Called autotools_run_tool 'aclocal' '-I' 'm4'
 *   environment, line  476:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
 * 
 * If you need support, post the output of 'emerge --info =net-misc/tigervnc-1.0.1_p20110618',
 * the complete build log and the output of 'emerge -pqv =net-misc/tigervnc-1.0.1_p20110618'.
 * The complete build log is located at '/var/tmp/portage/net-misc/tigervnc-1.0.1_p20110618/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-misc/tigervnc-1.0.1_p20110618/temp/environment'.
 * S: '/var/tmp/portage/net-misc/tigervnc-1.0.1_p20110618/work/tigervnc'

>>> Failed to emerge net-misc/tigervnc-1.0.1_p20110618, Log file:

>>>  '/var/tmp/portage/net-misc/tigervnc-1.0.1_p20110618/temp/build.log'

# cat /var/tmp/portage/net-misc/tigervnc-1.0.1_p20110618/temp/aclocal-21811.out
***** aclocal *****
***** PWD: /var/tmp/portage/net-misc/tigervnc-1.0.1_p20110618/work/tigervnc/unix/xserver
***** aclocal -I m4

configure.ac:35: error: must install xorg-macros 1.10 or later before running autoconf/autogen
configure.ac:35: the top level
autom4te-2.68: /usr/bin/m4 failed with exit status: 1
aclocal-1.11: autom4te failed with exit status: 1

Expected Results:  
tigervnc should emerge successfully.

After manually emerging util-macros, the emerge for tigervnc completed successfully.
Comment 1 solj 2011-07-24 01:53:50 UTC
Created attachment 280793 [details, diff]
Add util-macros dependency
Comment 2 Raúl Porcel (RETIRED) gentoo-dev 2011-11-05 18:56:36 UTC
Fixed, thanks.