Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 160190 - sci-chemistry/ccp4-apps: using (almost deprecated) gnuconfig_update
Summary: sci-chemistry/ccp4-apps: using (almost deprecated) gnuconfig_update
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Chemistry-Related Packages
URL:
Whiteboard: Waiting autoepatch
Keywords:
Depends on: 213975
Blocks: gnuconfig_update
  Show dependency tree
 
Reported: 2007-01-05 01:58 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2015-10-26 07:33 UTC (History)
2 users (show)

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 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-01-05 01:58:46 UTC
The following ebuilds/eclasses are using the almost deprecated gnuconfig_update function from gnuconfig.eclass:

./sci-chemistry/ccp4/ccp4-6.0.1.ebuild: gnuconfig_update
./sci-chemistry/ccp4/ccp4-6.0.1-r1.ebuild:      gnuconfig_update
./sci-chemistry/ccp4/ccp4-6.0.2.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 Donnie Berkholz (RETIRED) gentoo-dev 2007-01-05 09:23:29 UTC
This is a particularly fun case. The top-level configure is a custom script, but it runs other configure scripts that are autotools-based.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2012-07-11 17:38:45 UTC
it builds without calling gnuconfig_uppdate, but as expected neither config.sub nor config.guess got updated in the subdirs. Cannot judge how important this really is.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-10-25 21:13:44 UTC
Can we get some progress here? It kinda sucks to have eclass 'dead' yet still used for 3+ years.
Comment 4 SpanKY gentoo-dev 2015-10-26 03:19:06 UTC
this package stopped using gnuconfig_update years ago (2012 by the history)
Comment 5 Justin Lecher (RETIRED) gentoo-dev 2015-10-26 07:08:43 UTC
(In reply to SpanKY from comment #4)
> this package stopped using gnuconfig_update years ago (2012 by the history)

it's sci-chemistry/ccp4-apps these days.
Comment 6 Justin Lecher (RETIRED) gentoo-dev 2015-10-26 07:33:05 UTC
commit 7d62034735e700ca67e977470d79f5571b15b221
Author: Justin Lecher <jlec@gentoo.org>
Date:   Mon Oct 26 08:29:56 2015 +0100
    
    Drop "CCP4: Software for Macromolecular Crystallography"
    
    obsoletes:
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=160190
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=324059
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=332485
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=367771
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=367773
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=383227
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=448756
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=460502
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=460504
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=466936
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=467040
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=467048
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=476580
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478580
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478586
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478588
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478594
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478604
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=521646
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=528512
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=530878
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=540760
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=555614
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=556498
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=557038
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561196
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562780
    
    Signed-off-by: Justin Lecher <jlec@gentoo.org>
    
    https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d62034735e700ca67e977470d79f5571b15b221