pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/43545: vlc does not compile on linux
The following reply was made to PR pkg/43545; it has been noted by GNATS.
From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: schaecsn%gmx.net@localhost
Cc: NetBSD bugtracking <gnats-bugs%NetBSD.org@localhost>
Subject: Re: pkg/43545: vlc does not compile on linux
Date: Thu, 1 Jul 2010 11:45:07 +0200
On Thu, Jul 01, 2010 at 03:55:01AM +0000, schaecsn%gmx.net@localhost wrote:
> multimedia/vlc in pkgsrc-2010Q1 does not compile on linux, anymore:
>
> file.c: In function 'IsRemote':
> file.c:133: error: storage size of 's' isn't known
> file.c:134: warning: implicit declaration of function 'fstatvfs'
> file.c:136: error: 'MNT_LOCAL' undeclared (first use in this function)
> file.c:136: error: (Each undeclared identifier is reported only once
> file.c:136: error: for each function it appears in.)
> file.c:133: warning: unused variable 's'
> make[5]: *** [libaccess_file_plugin_la-file.lo] Error 1
> make[5]: Leaving directory
> `/tmp/pkgsrc/multimedia/vlc/work/vlc-1.0.4/modules/access'
1. please find out why you fall into this case; in particular, does
the configure script find fstatvfs?
2. does replacing MNT_LOCAL with ST_LOCAL improve that part of the
errors?
Thanks,
Thomas
Home |
Main Index |
Thread Index |
Old Index