Processed: Re: Bug#518734: alsaplayer: FTBFS: ControlSocket.cpp:245: error: 'PATH_MAX' was not declared in this scope

2009-07-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tag 518734 patch Bug#518734: alsaplayer: FTBFS: ControlSocket.cpp:245: error: 'PATH_MAX' was not declared in this scope Tags were: squeeze sid patch Tags added: patch thanks Stopping processing here. Please contact me if you need assistance.

Bug#518734: alsaplayer: FTBFS: ControlSocket.cpp:245: error: 'PATH_MAX' was not declared in this scope

2009-07-19 Thread Cyril Brulebois
tag 518734 patch thanks Lucas Nussbaum lu...@lucas-nussbaum.net (08/03/2009): Package: alsaplayer Version: 0.99.80-3 Severity: serious User: debian...@lists.debian.org Usertags: qa-ftbfs-20090307 qa-ftbfs Justification: FTBFS on i386 Here's the diff for my NMU. Mraw, KiBi. diff -u

Bug#518734: alsaplayer: FTBFS: ControlSocket.cpp:245: error: 'PATH_MAX' was not declared in this scope

2009-03-08 Thread Lucas Nussbaum
Package: alsaplayer Version: 0.99.80-3 Severity: serious User: debian...@lists.debian.org Usertags: qa-ftbfs-20090307 qa-ftbfs Justification: FTBFS on i386 Hi, During a rebuild of all packages in sid, your package failed to build on i386. Relevant part: i486-linux-gnu-g++ -DHAVE_CONFIG_H -I.

Bug#518734: alsaplayer: FTBFS: ControlSocket.cpp:245: error: 'PATH_MAX' was, not declared in this scope

2009-03-08 Thread peter green
tags 518734 +patch sid squeeze thanks ControlSocket.cpp uses PATH_MAX but does no include climits or limits.h which provide it. The fix is trivial, just add #include climits just below the existing #include cstdlib . The second error is just a cascade from the first. In lenny the package