Bug#660139: Multicat fails to build on non-Linux architectures

Christophe Massiot massiot at via.ecp.fr
Thu Feb 23 18:13:57 UTC 2012


Le 22 févr. 2012 à 14:09, Alessio Treglia a écrit :

> On Tue, Feb 21, 2012 at 10:51 PM, Christophe Massiot <massiot at via.ecp.fr> wrote:
>> Considering the error message, I guess the simplest would be to add
>> #ifndef POLLRDHUP
>> #define POLLRDHUP 0
>> #endif
> 
> Unfortunately that wasn't enough, multicat still fails to build
> on non-Linux archs, full buildlogs are available here:
>  https://buildd.debian.org/status/package.php?p=multicat

These functions use Linux-specific network APIs which have no equivalent on other OS's. The best is to #ifdef them as proposed in the attached patch.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: multicat.patch.gz
Type: application/x-gzip
Size: 589 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20120223/b36b7547/attachment.bin>


More information about the pkg-multimedia-maintainers mailing list