Re: [Fink-users] mpg123 problems

2003-01-17 Thread Matt Stephenson

On Saturday, Jan 18, 2003, at 11:22, jfm wrote:



On Friday, Jan 17, 2003, at 20:23 Europe/Brussels, Ben Hines wrote:


Anyway, there is an alternative, in fink now which is being more 
actively developed: "mpg321". "fink install mpg321"

Right, but all the deps are to mpg123 (lame and wmmp3), and none to 
mpg321...

mpg321 has a 'Provides: mpg123' field so the deps on mpg123 aren't a 
problem.

Matt



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] mpg123 problems

2003-01-17 Thread jfm

On Friday, Jan 17, 2003, at 20:23 Europe/Brussels, Ben Hines wrote:


Anyway, there is an alternative, in fink now which is being more 
actively developed: "mpg321". "fink install mpg321"

Right, but all the deps are to mpg123 (lame and wmmp3), and none to 
mpg321...

JF Mertens



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] mpg123 problems

2003-01-17 Thread Ben Hines

On Friday, January 17, 2003, at 04:57  AM, Marcus Bointon wrote:


If anyone is installing mpg123, I think you should read this:

http://security-archive.merton.ox.ac.uk/bugtraq-200301/0137.html



True, but it is highly unlikely that one would make a trojaned .mp3 
that targets OS X powerpc, with MachO calling conventions.. the trojan 
out there surely targets x86.

Anyway, there is an alternative, in fink now which is being more 
actively developed: "mpg321". "fink install mpg321"

-Ben



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] mpg123 problems

2003-01-17 Thread Martin Costabel
Kevin Horton wrote:
[]

For those of us trying to save disk space it would be useful if the Fink 
Documentation included some info on which parts of the Developer Tools 
installation are really needed, and which parts can be safely not 
installed, or trashed.

You can safely trash /Developer/Documentation which weighs 480 MB and 
maybe the 41 MB of /Developer/Examples. Everything else isn't worth the 
eventual problems you may get from an incomplete install.

--
Martin





---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] mpg123 problems

2003-01-17 Thread Marcus Bointon
If anyone is installing mpg123, I think you should read this:

http://security-archive.merton.ox.ac.uk/bugtraq-200301/0137.html

Marcus



---
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



Re: [Fink-users] mpg123 problems

2003-01-17 Thread Kevin Horton
At 8:01 PM -0800 1/16/03, Ben Hines wrote:

On Thursday, January 16, 2003, at 07:44  PM, Kevin Horton wrote:


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

Looks like your developer tools install is corrupt.

Do you have /usr/include/stdlib.h?

If not reinstall the december 2002 developer tools.

-Ben


Ben,

Thanks for the hint.  /usr/include/stdlib.h was not present.  It 
looks like I got a bit too clever when I customized the Developer 
Tool installation.  I wanted to save some disk space, so I tried to 
interpret the descriptions of the various components to figure out 
whether they were relevant to compiling with Fink.  I obviously 
didn't know what I was doing.

For those of us trying to save disk space it would be useful if the 
Fink Documentation included some info on which parts of the Developer 
Tools installation are really needed, and which parts can be safely 
not installed, or trashed.

Thanks,

Kevin


---
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


Re: [Fink-users] mpg123 problems

2003-01-16 Thread Ben Hines

On Thursday, January 16, 2003, at 07:44  PM, Kevin Horton wrote:


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

Looks like your developer tools install is corrupt.

Do you have /usr/include/stdlib.h?

If not reinstall the december 2002 developer tools.

-Ben



---
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


[Fink-users] mpg123 problems

2003-01-16 Thread Kevin Horton
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