First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 31016
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Martin Schlemmer (RETIRED) <azarah@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Victor Toni <gentoo-bugs@vitoni.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 31016 depends on: Show dependency tree
Show dependency graph
Bug 31016 blocks: 32830
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-10-13 01:00 0000
automake installs multiple versions which can be selected with
WANT_AUTOMAKE=xxx
WANT_AUTCONF has a different syntax (WANT_AUTCONF_xxx=1) which is unexpected 
and less intuitive.


Reproducible: Always
Steps to Reproduce:
1. export WANT_AUTOMAKE=1.7; emerge automake; automake --version
2. export WANT_AUTOCONF=2.5; emerge autoconf; autoconf --version
3. export WANT_AUTOCONF_2_5=1; emerge autoconf; autoconf --version


Actual Results:  
1.:
automake (GNU automake) 1.7.7
Written by Tom Tromey <tromey@redhat.com>.
...

2.:
Autoconf version 2.13

3.:
autoconf (GNU Autoconf) 2.57a
Written by David J. MacKenzie and Akim Demaille.
...


Expected Results:  
export WANT_AUTOCONF=2.5; emerge autoconf; autoconf --version

autoconf (GNU Autoconf) 2.57a
Written by David J. MacKenzie and Akim Demaille.
...


I would even more expect that "emerge autoconf" results in the installation of 
the most current autoconf as default.

------- Comment #1 From Martin Schlemmer (RETIRED) 2003-11-07 15:47:38 0000 -------
Changed for autoconf-2.58.

First Last Prev Next    No search results available      Search page      Enter new bug