Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#2300 - kdeveloper and autoconf/autoheader/automake - BROKEN

Attached to Project: Arch Linux
Opened by markus (mercy) - Monday, 28 February 2005, 22:32 GMT
Last edited by Dale Blount (dale) - Tuesday, 01 March 2005, 13:15 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Damir Perisa (damir.perisa)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Happens when i wanna build a c++ project:

cd '/Develop/blabla' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs && mkdir '/Develop/blabla/debug' && cd '/Develop/blabla/debug' && CXXFLAGS="-O0 -g3" "/Develop/blabla/configure" --enable-debug=full && cd '/Develop/blabla/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -k
aclocal
Can't locate strict.pm in @INC (@INC contains: /usr/share/automake-1.9 /usr/lib/perl5/5.8.6/i686-linux-thread-multi /usr/lib/perl5/5.8.6 /usr/lib/perl5/site_perl/5.8.6/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.3/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at /usr/share/automake-1.9/Automake/Config.pm line 20.
BEGIN failed--compilation aborted at /usr/share/automake-1.9/Automake/Config.pm line 20.
Compilation failed in require at /usr/bin/aclocal line 36.
BEGIN failed--compilation aborted at /usr/bin/aclocal line 36.
make: *** [all] Error 2
*** Exited with status: 2 ***


*****

happens with every project-tpye.. (just not the bash-project ;)
everything is up2date

somebody posted already at the 15 dec... but nothing was about in the thread nor here
This task depends upon

Closed by  Damir Perisa (damir.perisa)
Sunday, 06 March 2005, 19:06 GMT
Reason for closing:  Works for me
Comment by markus (mercy) - Friday, 04 March 2005, 20:20 GMT
i found the solution to this..

reinstalling perl helps
(pacman -S perl)

i tried to create a perl-script and execute it.. with no luck .. so i read the error-msg again wich comes up if you wanna "build" some other source...

strange things are going on :-)
Comment by Damir Perisa (damir.perisa) - Sunday, 06 March 2005, 19:06 GMT
reinstalling perl helped

Loading...