Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 530478 - app-office/dia uses configure.in
Summary: app-office/dia uses configure.in
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: configure.in
  Show dependency tree
 
Reported: 2014-11-24 21:49 UTC by Michael Mol
Modified: 2016-01-26 08:19 UTC (History)
1 user (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 Michael Mol 2014-11-24 21:49:56 UTC
When emerging app-office/dia, the following warning is emitted:

* This package has a configure.in file which has long been deprecated.  Please
* update it to use configure.ac instead as newer versions of autotools will die
* when it finds this file.  See https://bugs.gentoo.org/426262 for details.

Per the warning, the configure.in file should be updated to configure.ac.

(Also, #426262 seems unrelated to anything having to do with configure.in, but I don't know which bug was intended to be referenced.)

Reproducible: Always

Steps to Reproduce:
1. emerge app-office/dia
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-11-25 08:26:22 UTC

*** This bug has been marked as a duplicate of bug 426262 ***
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2014-11-25 13:30:40 UTC
Not a dupe, but something to fix.
Comment 3 Michael Mol 2014-11-25 15:33:34 UTC
Re my remark about the incorrect bug being referenced...I must have typo'd the bug number. Or the server glitched and gave me the wrong result. Heck, I think I clicked on the link in my own comment to verify. I don't know what happened there.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2014-11-25 20:27:57 UTC
(In reply to Justin Lecher from comment #2)
> Not a dupe, but something to fix.

You're going to fix all those thousands of packages in the tree? Just by adding a cp ${subdirs}/configure.{in,ac} all over the package sources?

Maybe you want to bring this up on the dev mailing list before you start "fixing" things.

*** This bug has been marked as a duplicate of bug 426262 ***
Comment 5 Justin Lecher (RETIRED) gentoo-dev 2014-11-26 06:24:51 UTC
This is _not_ a dupe. Future autotools will not work with .in but require .ac. In order to proactivaly fix those packages _before_ they actually break, we need bug reports like this.
Comment 6 Pacho Ramos gentoo-dev 2014-11-26 11:25:03 UTC
@gnome, should we add the move from configure.in to configure.ac to gnome2.eclass? I would do it in a more generally used eclass (maybe autotools.eclass one)
Comment 7 Justin Lecher (RETIRED) gentoo-dev 2014-11-26 14:33:28 UTC
(In reply to Pacho Ramos from comment #6)
> @gnome, should we add the move from configure.in to configure.ac to
> gnome2.eclass? I would do it in a more generally used eclass (maybe
> autotools.eclass one)

The addition to the autotools-urils.eclass was already refused in favour of the warning.
Comment 8 Pacho Ramos gentoo-dev 2014-11-26 14:44:10 UTC
Adding it to autotools-utils.eclass wouldn't either help as gnome2.eclass doesn't use that one (and only a part of the packages in the tree do that). I was thinking in plain autotools.eclass and that be done by the "eautoreconf" set. Let me comment in original bug report. 

Please note I am not against doing this at all, I have already fixed this in some ebuilds I saw some days ago that was hitting the warnings but that lead me to think we probably will need a more "general" solution to not have to fix it in a ton of ebuilds :/