Bug #1657
kdevelop-base has obsolete config.guess
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
config.guess in the file incadmin.tar.gz in kdevelop-base is dated 2002-10-21.
The same file in the old version of Ubuntu is dated 2007-03-06. A new project
created with KDevelop on DragonFly fails to recognize the operating system.
There seems to be also a bug in libtool. When I create a project on Ubuntu and
rsync it to DFly, and try to configure and compile it there, libtool spawns a
huge number of shells and fills the process table.
Related todos
History
Updated by Antonio M. Huete Jimenez over 1 year ago
Hi,
Not sure what to do about this. Have you taken any actions just like reporting
this to KDE project?
Cheers,
Antonio Huete
Updated by Pierre Abbat over 1 year ago
This is probably not a problem with KDE itself but with the package. Once I
get my pkgin/pkgsrc straightened out, I'll see if it's still there.
Updated by Pierre Abbat over 1 year ago
I made a test project using KDevelop 3.5.5; it still had the 2002
config.guess. I looked in the tarballs in the KDevelop package and found one
with a 2005 date, but not the 2002 version. Copying config.guess
from /usr/pkg/share/automake-1.11 results in successfully configuring. I'll
have to trace kdevelop while it's making a project to figure out where the old
file is coming from.
Updated by Pierre Abbat over 1 year ago
Correction: I have to copy both config.guess and config.sub to get it to
configure. libtool still spawns a huge number of shells.
Updated by Alex Hornung about 1 year ago
Please submit this bug to either KDE upstream or pkgsrc.
Cheers,
Alex Hornung