FS#40639 - [autoconf] autoreconf core dumping on its rebuilding.

Attached to Project: Arch Linux
Opened by Frederic Bezies (fredbezies) - Monday, 02 June 2014, 06:59 GMT
Last edited by Allan McRae (Allan) - Monday, 02 June 2014, 21:57 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Allan McRae (Allan)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: I tried to build liferea-git (in order to upgrade it), and on configure part, I got this error message :

==> Making package: liferea-git 1.11.r5062.gedfefae-1 (Mon Jun 2 08:54:30 CEST 2014)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating liferea git repo...
Fetching origin
==> Validating source files with md5sums...
liferea ... Skipped
==> Extracting sources...
-> Creating working copy of liferea git repo...
Cloning into 'liferea'...
done.
==> Starting pkgver()...
==> Removing existing pkg/ directory...
==> Starting build()...
/home/fred/liferea-git/PKGBUILD: line 29: 10540 Segmentation fault (core dumped) autoreconf -i
==> ERROR: A failure occurred in build().
Aborting...

I looked at autoconf depends and saw bash was upgraded. So I tried to rebuild autoconf against this new version of bash... And autoconf core dumped again.

mv autoupdate.tmp autoupdate
Makefile:641: recipe for target 'autoconf.in' failed
make[2]: *** [autoconf.in] Segmentation fault (core dumped)
make[2]: Leaving directory '/home/fred/autoconf/src/autoconf-2.69/bin'
Makefile:357: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/fred/autoconf/src/autoconf-2.69'
Makefile:292: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...


Additional info:
autoconf : 2.69-1

Steps to reproduce:

Just try to rebuild autoconf.
This task depends upon

Closed by  Allan McRae (Allan)
Monday, 02 June 2014, 21:57 GMT
Reason for closing:  Works for me
Comment by Doug Newgard (Scimmia) - Monday, 02 June 2014, 07:24 GMT
I just rebuilt autoconf in a clean chroot, no problems through the build function (killed it during the tests). Built liferea-git, too, it failed during the package function, but that's not related to autoconf (missing gconf-merge-schema).

We'll need more information about your setup. What architecture? Everything up to date? Entire base-devel group installed?
Comment by Frederic Bezies (fredbezies) - Monday, 02 June 2014, 07:39 GMT
x86_64
Up-to-date with testing enabled
base-devel fully installed.
Comment by Doug Newgard (Scimmia) - Monday, 02 June 2014, 15:14 GMT
Still can't reproduce in Testing chroots.
Comment by Frederic Bezies (fredbezies) - Monday, 02 June 2014, 15:24 GMT
Looks like my one year installation was rotten to the core :(

Sorry for bugtracker spamming :(

Loading...