Package: apt-dater
Version: 0.9.0-1
Severity: serious
Justification: FTBFS

Hello,

apt-dater currently FTBFS on !linux archs, e.g.:

i486-gnu-gcc -Wall -DPKGLIBDIR='"'/usr/lib/apt-dater'"'  -Wl  -o apt-dater  
apt-dater.o colors.o exec.o keyfiles.o lock.o parsecmd.o report.o screen.o 
sighandler.o stats.o ui.o autoref.o tag.o history.o env.o clusters.o 
-L/usr/lib/i386-gnu -lglib-2.0   -L/usr/lib -ltcl8.5 -ldl -lpthread -lieee -lm 
-L/usr/lib/i386-gnu -lxml2   -lglib-2.0 -lpopt  -lncursesw
gcc-4.7.real: error: unrecognized command line option '-Wl'

This is due to src/Makefile.am containing:

if LINUX
AM_LDFLAGS = -Wl,--as-needed
else
AM_LDFLAGS = -Wl
endif

which should most probably just read

if LINUX
AM_LDFLAGS = -Wl,--as-needed
endif

or simply

AM_LDFLAGS = -Wl,--as-needed

since both kfreebsd and hurd use the GNU linker.

Samuel

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.4 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel Thibault <[email protected]>
<A> sauf que le firewall bloque tout sauf internet
 -+- ben ouais, il bloque ipx/spx ! -+-



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to