Your message dated Mon, 17 Apr 2006 10:24:34 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#363074: nas_1.7-8: FTBFS: Missing build dependency?
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: nas
Version: 1.7-8
Severity: serious
Hi,
Your package is failing to build with the following error:
gcc -o audemo audemo.o -g -O2 -fno-strict-aliasing
../../../lib/audio/libaudio.a -lXt -lSM -lICE -lXext -lX11 -lm
../../../clients/audio/widgets/libwidgets.a -lXaw -lXmu -lXt -lSM -lICE -lXpm
-lXp -lXext -lX11
/usr/bin/ld: cannot find -lXp
collect2: ld returned 1 exit status
this looks like a missing build dependency on libxp-dev.
Kurt
--- End Message ---
--- Begin Message ---
On Mon, Apr 17, 2006 at 03:12:06PM +0200, Kurt Roeckx wrote:
> Package: nas
> Version: 1.7-8
> Severity: serious
> Your package is failing to build with the following error:
> gcc -o audemo audemo.o -g -O2 -fno-strict-aliasing
> ../../../lib/audio/libaudio.a -lXt -lSM -lICE -lXext -lX11 -lm
> ../../../clients/audio/widgets/libwidgets.a -lXaw -lXmu -lXt -lSM -lICE -lXpm
> -lXp -lXext -lX11
> /usr/bin/ld: cannot find -lXp
> collect2: ld returned 1 exit status
> this looks like a missing build dependency on libxp-dev.
Build-Depends: xlibs-static-dev (>= 6.8.1), libxp-dev, [...]
The real problem is that libxp is one of the libs that's still in
/usr/X11R6/lib, invisible now to the autoconf macros. That's a bug in
libxp, not in nas; the fix is currently sitting in the NEW queue.
Thanks,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
[EMAIL PROTECTED] http://www.debian.org/
signature.asc
Description: Digital signature
--- End Message ---