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#5271 - centericq PKGBUILD does not compile cleanly any longer.

Attached to Project: Arch Linux
Opened by Christian Schmidt (mucknert) - Monday, 21 August 2006, 20:13 GMT
Task Type Bug Report
Category System
Status Closed
Assigned To No-one
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

This is described rather easily: centericq from extra does not compile on an up-to-date current system any more, failing with the following:

configure: configuring in connwrap-0.1
configure: running /bin/sh './configure' --prefix=/usr '--prefix=/usr' '--with-ssl' '--without-libjpeg' 'CFLAGS=-march=i686 -O2 -pipe' 'CXXFLAGS=-march=i686 -O2 -pipe' --cache-file=/dev/null --srcdir=.
configure: warning: CFLAGS=-march=i686 -O2 -pipe: invalid host type
configure: warning: CXXFLAGS=-march=i686 -O2 -pipe: invalid host type
configure: error: can only configure for one host and one target at a time
configure: error: /bin/sh './configure' failed for connwrap-0.1
make all-recursive
make[1]: Entering directory `/var/abs/local/centericq/src/centericq-4.21.0'
Making all in connwrap-0.1
make[2]: Entering directory `/var/abs/local/centericq/src/centericq-4.21.0/connwrap-0.1'
make[2]: *** No rule to make target `all'. Stop.
make[2]: Leaving directory `/var/abs/local/centericq/src/centericq-4.21.0/connwrap-0.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/abs/local/centericq/src/centericq-4.21.0'
make: *** [all-recursive-am] Error 2
==> ERROR: Build Failed. Aborting...

I assume that a quick fix would be to run ./configure in connwrap-0.1 on your own.
This task depends upon

Closed by  Alexander Baldeck (kth5)
Wednesday, 23 August 2006, 10:04 GMT
Reason for closing:  Fixed
Additional comments about closing:  unset CFLAGS & CXXFLAGS as a workaround

Loading...