I've just updated my computer from OS X 10.1.5 to 10.2.3, and now I'm trying to get fink to install mpg123 so I can install lame. But, I can't get mpg123 to install from either the binary or source distributions.

=====================

From the binary distribution:

kwh% sudo apt-get install lame
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
lame: Depends: mpg123 but it is not installable
E: Sorry, broken packages

=================================

From the source distribution, the fink install mpg123 ends with a bunch of missing headers:

patching file Makefile
make darwin-esd
make CC=cc LDFLAGS='-L/sw/lib' AUDIO_LIB='-lesd -laudiofile' \
OBJECTS='decode.o dct64.o audio_esd.o' \
CFLAGS=' -O -DDARWIN -Wall -O2 -DPPC_ENDIAN -DUSE_ESD' \
mpg123-make
cc -O -DDARWIN -Wall -O2 -DPPC_ENDIAN -DUSE_ESD -I/sw/include -c -o mpg123.o mpg123.c
mpg123.c:9: header file 'stdlib.h' not found
mpg123.c:10: header file 'sys/types.h' not found
mpg123.c:12: header file 'sys/wait.h' not found
mpg123.c:13: header file 'sys/time.h' not found
mpg123.c:14: header file 'sys/resource.h' not found
mpg123.c:17: header file 'errno.h' not found
mpg123.c:18: header file 'string.h' not found
mpg123.c:19: header file 'fcntl.h' not found
mpg123.h:6: header file 'stdio.h' not found
mpg123.h:7: header file 'string.h' not found
mpg123.h:8: header file 'signal.h' not found
mpg123.h:11: header file 'sys/signal.h' not found
mpg123.h:12: header file 'unistd.h' not found
mpg123.h:15: header file 'math.h' not found
mpg123.h:283: undefined type, found `sigset_t'
getlopt.h:8: header file 'stdlib.h' not found
getlopt.h:9: header file 'string.h' not found
playlist.h:14: undefined type, found `FILE'
mpg123.c:132: undefined type, found `sigset_t'
mpg123.c:740: undefined type, found `FILE'
mpg123.c:1090: undefined type, found `FILE'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
make[2]: *** [mpg123.o] Error 1
make[1]: *** [mpg123-make] Error 2
make: *** [darwin-esd] Error 2
### execution of make failed, exit code 2
Failed: compiling mpg123-pre0.59s-4 failed

=========================
I tried a fink selfupdate, but it said it was up-to-date. Selfupdate-cvs isn't an option right now. Is mpg23 pre0.59s-4 missing a dependency? How do I get those headers?

kwh% fink --version
Package manager version: 0.11.1
Distribution version: 0.5.0a
kwh% sw_vers
ProductName: Mac OS X
ProductVersion: 10.2.3
BuildVersion: 6G30

Thanks,

Kevin Horton



-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to