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!
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!
FS#2509 - failed to build xpdf-3.00-7
Attached to Project:
Arch Linux
Opened by Tomasz Bakiera (kog) - Wednesday, 06 April 2005, 09:48 GMT
Last edited by Dale Blount (dale) - Wednesday, 06 April 2005, 12:00 GMT
Opened by Tomasz Bakiera (kog) - Wednesday, 06 April 2005, 09:48 GMT
Last edited by Dale Blount (dale) - Wednesday, 06 April 2005, 12:00 GMT
|
Detailshere is build error
: undefined reference to `Splash::saveState()' SplashOutputDev.o(.text+0xc9a): In function `SplashOutputDev::updateLineJoin(GfxState*)': : undefined reference to `Splash::setLineJoin(int)' SplashOutputDev.o(.text+0xcba): In function `SplashOutputDev::updateLineCap(GfxState*)': : undefined reference to `Splash::setLineCap(int)' collect2: ld returned 1 exit status make[1]: *** [xpdf] Error 1 make[1]: Leaving directory `/var/abs/extra/office/xpdf/src/xpdf-3.00/xpdf' make: *** [all] Error 2 ==> ERROR: Build Failed. Aborting... Error: Failed to build "xpdf" |
This task depends upon
Closed by Tobias Kieslich (tobias)
Wednesday, 04 May 2005, 14:54 GMT
Reason for closing: Not a bug
Additional comments about closing: can't be reproduced on other boxes
Wednesday, 04 May 2005, 14:54 GMT
Reason for closing: Not a bug
Additional comments about closing: can't be reproduced on other boxes
export CFLAGS="-march=pentium3 -O2 -pipe"
export CXXFLAGS="-march=pentium3 -O2 -pipe"
I got LC_ALL=PL_pl
when I back home I will switch to LC_ALL=C and we wil see
[11:03][root@kog tomek]# locale
LANG=POSIX
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=POSIX
[11:04][root@kog tomek]#
flags are set to i686:
#
# /etc/makepkg.conf
#
# The FTP/HTTP download utility that makepkg should use to acquire sources
export FTPAGENT="/usr/bin/wget --continue --passive-ftp --tries=3 --waitretry=3"
#export FTPAGENT="/usr/bin/snarf"
#export FTPAGENT="/usr/bin/lftpget -c"
export CARCH="i686"
export CHOST="i686-pc-linux-gnu"
# Pentium Pro/Pentium II/Pentium III+/Pentium 4/Athlon exclusive (binaries
# will use the P6 instruction set and only run on P6+ systems)
#export CFLAGS="-march=pentium3 -O2 -pipe"
#export CXXFLAGS="-march=pentium3 -O2 -pipe"
# Pentium Pro/Pentium II/Pentium III+/Pentium 4/Athlon optimized (but binaries
# will run on any x86 system)
export CFLAGS="-mcpu=i686 -O2 -pipe"
export CXXFLAGS="-mcpu=i686 -O2 -pipe"
and I got error:
: undefined reference to `Splash::setLineCap(int)'
collect2: ld returned 1 exit status
make[1]: *** [xpdf] Error 1
make[1]: Leaving directory `/var/abs/extra/office/xpdf/src/xpdf-3.00/xpdf'
make: *** [all] Error 2
==> ERROR: Build Failed. Aborting...
Error: Failed to build "xpdf"
[11:13][root@kog tomek]#
I'm building by "srcpac -Sb xpdf"
It was usually run at startup in rc.sysinit but should be run by pacman each time you install or sync a package.
(FYI I didn't do that it is standard line from package - I think)
I check the date for /etc/ld.so.cache and it is changing when I start pacman or srcpac