pkgsrc-Users archive

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

Re: libdv fails on Darwin/x86



On Sat, Oct 07, 2006 at 10:09:24PM +0200, Davide Zanon wrote:
> Hello! I'm trying to compile multimedia/libdv on Darwin/x86 8.8.1
> and it fails in what I suppose is assembly stuff this way:
> 
> if /bin/sh ../libtool --silent --mode=compile --tag=CC gcc -pipe - 
> DHAVE_CONFIG_H  -I. -I. -I..   -no-cpp-precomp -I/usr/pkg/include - 
> D_REENTRANT -I/usr/include   -O2 -I/usr/pkg/include -D_REENTRANT -I/ 
> usr/include -Wall -g -MT enc_output.lo -MD -MP -MF ".deps/ 
> enc_output.Tpo" -c -o enc_output.lo enc_output.c;  then mv -f ".deps/ 
> enc_output.Tpo" ".deps/enc_output.Plo"; else rm -f ".deps/ 
> enc_output.Tpo"; exit 1; fi
> /bin/sh ../libtool --silent --mode=compile gcc -pipe   -O2 -I/usr/pkg/ 
> include -D_REENTRANT -I/usr/include -c -o vlc_x86.lo vlc_x86.S
> vlc_x86.S:5:Unknown pseudo-op: .type
> vlc_x86.S:5:Rest of line ignored. 1st junk character valued 100 (d).
> vlc_x86.S:80:Unknown pseudo-op: .type
> vlc_x86.S:80:Rest of line ignored. 1st junk character valued 95 (_).
> vlc_x86.S:583:Alignment too large: 15. assumed.
> *** Error code 1
> 
> Stop.
> bmake: stopped in /usr/pkgsrc/multimedia/libdv/work/libdv-0.104/libdv
> *** Error code 1
> 
> I don't know anything about this, is there any way I could help?
> Thank you very much!

It looks like it is trying to build an assembler source which the Mac OS X
assembler doesn't like. I've just committed a fix. Could you please update
your package sources, make surce you got at least revision 1.6 of
"pkgsrc/multimedia/libdv/Makefile.common" and try again?

        Kind regards

-- 
Matthias Scheler                                  http://zhadum.org.uk/



Home | Main Index | Thread Index | Old Index