First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 160187
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Stefan Briesenick <sbriesen@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Diego E. 'Flameeyes' Pettenò <flameeyes@gentoo.org>
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 160187 depends on: Show dependency tree
Bug 160187 blocks: 160173
Votes: 0    Show votes for this bug    Vote for this bug

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2007-01-05 01:56 0000
The following ebuilds/eclasses are using the almost deprecated gnuconfig_update
function from gnuconfig.eclass:

/net-dialup/capi4k-utils/capi4k-utils-20050718-r1.ebuild:      gnuconfig_update
./net-dialup/capi4k-utils/capi4k-utils-20050718-r2.ebuild:     
gnuconfig_update

This might be due by various reasons, and some of them cannot be worked around
at the current time, so please find your case in the following list:

* the ebuild does not use econf, but ./configure, because it uses a very old
version of autoconf that does not support the parameters we pass; [1]
* the software use config.{guess,sub} although not using autotools, thus econf
cannot be used; [1]
* the ebuild uses ./configure just for fun; [2]
* the ebuild uses ../configure or variants thereof to run a different configure
script than the one in the current directory; [3]
* the ebuild uses an autogen script or some other autotools-rebuilding script
that calls ./configure; [4]
* the ebuild calls ./configure because it's doing an inline-build of another
package. [1]

Then see the procedure to handle this bug:

[1] You cannot drop gnuconfig_update, so please leave the bug open, but set the
status whiteboard to "Waiting autoepatch".
[2] Fix the ebuild, use econf!
[3] econf accepts a ECONF_SOURCE variable to tell it to run the configure found
in another directory; to run ../configure just use ECONF_SOURCE=".." econf.
[4] Fix your autotools with http://www.gentoo.org/proj/en/qa/autofailure.xml
adnd then use econf.

Once you're using econf, it will take care of updating gnuconfig by itself.

Thanks from Diego and Mike

------- Comment #1 From Stefan Briesenick 2007-01-07 00:39:17 0000 -------
I will check it. But gimme a few days...

------- Comment #2 From Stefan Briesenick 2007-01-28 19:44:08 0000 -------
fixed w/o rev-bump. It just worked w/o gnuconfig. ;-)

But I only fixed *-r2. As soon -r2 is stable on amd64 and ppc, I will remove
*-r1 (see #164288).

------- Comment #3 From Diego E. 'Flameeyes' Pettenò 2007-02-05 14:09:15 0000 -------
The bug is not fixed until the old ebuild is removed.

------- Comment #4 From Stefan Briesenick 2007-04-22 23:41:19 0000 -------
finally fixed. ;-)

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