pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: sysutils/cdrtools fails to build on -current



On Friday 14 March 2008 09:29:54 Thomas Klausner wrote:
> On Wed, Mar 12, 2008 at 09:07:00PM +0000, raymond.meyer%rambler.ru@localhost 
> wrote:
> > Hi, I'm running NetBSD 4.99.55, when building cdrtools I get the
> > following error messages
> >
> >        ==> LINKING "OBJ/sparc-netbsd-gcc/cdda2wav"
> > OBJ/sparc-netbsd-gcc/cdda2wav.o: In function `main':
> > cdda2wav.c:(.text+0x4188): undefined reference to
> > `sched_get_priority_min' cdda2wav.c:(.text+0x4190): undefined reference
> > to `sched_get_priority_max' cdda2wav.c:(.text+0x41b8): undefined
> > reference to `sched_setscheduler' gmake[1]: ***
> > [OBJ/sparc-netbsd-gcc/cdda2wav] Error 1
> >
> > Any ideas how to fix it?
>
> Builds fine for me here on amd64/4.99.55.
>
> Does it find the need for librt? I.e. what does
>       make show-var VARNAME=NETBSDLIB.rt
> say?
> Do you have v1.5 of patches/patch-aa?
>
> Cheers,
>  Thomas

# make show-var VARNAME=NETBSDLIB.rt
-lrt

# head -n 1 patches/*aa
$NetBSD: patch-aa,v 1.5 2008/03/07 19:38:58 wiz Exp $


How do you mean it builds fine for you? Do you mean that 'make build' 
completes without errors, or that running 'make package' completes without 
errors and at the end you get cdrecord binary and others installed 
in /usr/pkg/bin?


Home | Main Index | Thread Index | Old Index