pkgsrc-Bugs archive

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

pkg/38721: libmpeg3 does not build under Mac OS X 10.5.2 (PPC)



>Number:         38721
>Category:       pkg
>Synopsis:       libmpeg3 does not build under Mac OS X 10.5.2 (PPC)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 21 08:15:00 +0000 2008
>Originator:     Steven Sartorius
>Release:        Mac OS X 10.5.2
>Organization:
>Environment:
Darwin imac.localnet 9.2.2 Darwin Kernel Version 9.2.2: Tue Mar  4 21:23:43 PST 
2008; root:xnu-1228.4.31~1/RELEASE_PPC Power Macintosh powerpc
>Description:
Trying to build transcode in pkgsrc under OS X 10.5.2.  Dies while trying to 
build libmpeg3 with the following message:

gcc -c `cat work/c_flags`  audio/ac3.c -o work/audio/ac3.o
audio/ac3.c: In function 'mpeg3_new_ac3':
audio/ac3.c:13: warning: incompatible implicit declaration of built-in function 
'calloc'
audio/ac3.c: In function 'mpeg3audio_doac3':
audio/ac3.c:118: warning: pointer targets in passing argument 2 of 'a52_frame' 
differ in signedness
gcc -c `cat work/c_flags`  audio/dct.c -o work/audio/dct.o
gcc -c `cat work/c_flags`  audio/huffman.c -o work/audio/huffman.o
gcc -c `cat work/c_flags`  audio/layer2.c -o work/audio/layer2.o
gcc -c `cat work/c_flags`  audio/layer3.c -o work/audio/layer3.o
audio/layer3.c: In function 'mpeg3_new_layer':
audio/layer3.c:1535: warning: incompatible implicit declaration of built-in 
function 'calloc'
gcc -c `cat work/c_flags`  audio/mpeg3audio.c -o work/audio/mpeg3audio.o
audio/mpeg3audio.c: In function 'read_frame':
audio/mpeg3audio.c:244: warning: incompatible implicit declaration of built-in 
function 'memcpy'
audio/mpeg3audio.c:275: warning: pointer targets in passing argument 2 of 
'mpeg3audio_doac3' differ in signedness
audio/mpeg3audio.c:287: warning: pointer targets in passing argument 2 of 
'mpeg3audio_dolayer2' differ in signedness
audio/mpeg3audio.c:296: warning: pointer targets in passing argument 2 of 
'mpeg3audio_dolayer3' differ in signedness
audio/mpeg3audio.c:310: warning: pointer targets in passing argument 2 of 
'mpeg3audio_dopcm' differ in signedness
audio/mpeg3audio.c: In function 'mpeg3audio_decode_audio':
audio/mpeg3audio.c:845: warning: incompatible implicit declaration of built-in 
function 'memcpy'
gcc -c `cat work/c_flags`  audio/pcm.c -o work/audio/pcm.o
audio/pcm.c: In function 'mpeg3audio_dopcm':
audio/pcm.c:73: warning: pointer targets in initialization differ in signedness
gcc -c `cat work/c_flags`  audio/synthesizers.c -o work/audio/synthesizers.o
gcc -c `cat work/c_flags`  audio/tables.c -o work/audio/tables.o
gcc -c `cat work/c_flags`  libmpeg3.c -o work/libmpeg3.o
gcc -c `cat work/c_flags`  mpeg3atrack.c -o work/mpeg3atrack.o
gcc -c `cat work/c_flags`  mpeg3bits.c -o work/mpeg3bits.o
gcc -c `cat work/c_flags`  mpeg3css.c -o work/mpeg3css.o
gcc -c `cat work/c_flags`  mpeg3demux.c -o work/mpeg3demux.o
gcc -c `cat work/c_flags`  mpeg3ifo.c -o work/mpeg3ifo.o
mpeg3ifo.c: In function 'program_map':
mpeg3ifo.c:281: warning: pointer targets in assignment differ in signedness
mpeg3ifo.c:329: warning: pointer targets in assignment differ in signedness
mpeg3ifo.c: In function 'cellplayinfo':
mpeg3ifo.c:553: warning: passing argument 3 of 'program_map' from incompatible 
pointer type
gcc -c `cat work/c_flags`  mpeg3io.c -o work/mpeg3io.o
mpeg3io.c:22:21: error: mntent.h: No such file or directory
mpeg3io.c: In function 'mpeg3io_open_file':
mpeg3io.c:80: warning: assignment makes pointer from integer without a cast
mpeg3io.c: In function 'mpeg3io_device':
mpeg3io.c:254: error: 'MOUNTED' undeclared (first use in this function)
mpeg3io.c:254: error: (Each undeclared identifier is reported only once
mpeg3io.c:254: error: for each function it appears in.)
mpeg3io.c:254: warning: assignment makes pointer from integer without a cast
mpeg3io.c:255: warning: assignment makes pointer from integer without a cast
mpeg3io.c:257: error: dereferencing pointer to incomplete type
mpeg3io.c:260: error: dereferencing pointer to incomplete type
gnumake: *** [work/mpeg3io.o] Error 1
*** Error code 2

Stop.
bmake: stopped in /net/shuttle/usr/pkgsrc/multimedia/libmpeg3
*** Error code 1

Stop.
bmake: stopped in /net/shuttle/usr/pkgsrc/multimedia/libmpeg3
*** Error code 1

>How-To-Repeat:

>Fix:



Home | Main Index | Thread Index | Old Index