Bug#588655: vlc: FTBFS on kfreebsd-*: checking for UDEV... no

2010-07-10 Thread Cyril Brulebois
Source: vlc
Version: 1.1.0-3
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org

Hi,

sorry to bother you again but:
| checking for BONJOUR... yes
| checking for UDEV... no
| configure: error: Library libudev = 142 needed for udev was not found
| make: *** [build-stamp] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=vlc

Mraw,
KiBi.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#588655: vlc: FTBFS on kfreebsd-*: checking for UDEV... no

2010-07-10 Thread Reinhard Tartler
retitle 588655 FTBFS on kfreebsd-*: checking for xulrunner-config... no
stop

On Sat, Jul 10, 2010 at 16:40:10 (EDT), Cyril Brulebois wrote:

 Source: vlc
 Version: 1.1.0-3
 Severity: serious
 Justification: FTBFS
 User: debian-...@lists.debian.org

 Hi,

 sorry to bother you again but:
 | checking for BONJOUR... yes
 | checking for UDEV... no
 | configure: error: Library libudev = 142 needed for udev was not found
 | make: *** [build-stamp] Error 1

 Full build logs:
   https://buildd.debian.org/status/package.php?p=vlc

with the obvious fix to move the --enable-udev switch to the linux
specific part down like this:

diff --git a/debian/rules b/debian/rules
index 6136102..24734d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,7 +90,6 @@ confflags += \
--enable-taglib \
--enable-theora \
--enable-twolame \
-   --enable-udev \
--enable-upnp \
--enable-vcd \
--enable-vcdx \
@@ -131,6 +130,7 @@ confflags += \
--enable-pvr \
--enable-v4l \
--enable-v4l2 \
+   --enable-udev \
--enable-dc1394 \
$(NULL)
 endif


it has problems with the xulrunner stuff:

configure: Checking for Mozilla
checking for libxul = 1.9.2... no
checking for libxul = 1.9.2... no
checking for seamonkey-plugin = 1.9.2... no
checking for iceape-plugin = 1.9.2... no
checking for xulrunner-plugin = 1.9.2... no
checking for firefox-plugin = 1.9.2... no
checking for iceweasel-plugin = 1.9.2... no
checking for mozilla-plugin = 1.9.2... no
checking for mozilla-config... no
checking for seamonkey-config... no
checking for xulrunner-config... no
configure: error: Please install the Mozilla development tools (version 1.9.2 
or higher) or use --disable-mozilla.

Why is there no xulrunner-config on kFreeBSD?

Shall we disable the mozilla plugin in the vlc package on freebsd?

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Processed: Re: Bug#588655: vlc: FTBFS on kfreebsd-*: checking for UDEV... no

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 588655 FTBFS on kfreebsd-*: checking for xulrunner-config... no
Bug #588655 [src:vlc] vlc: FTBFS on kfreebsd-*: checking for UDEV... no
Changed Bug title to 'FTBFS on kfreebsd-*: checking for xulrunner-config... no' 
from 'vlc: FTBFS on kfreebsd-*: checking for UDEV... no'
 stop
Stopping processing here.

Please contact me if you need assistance.
-- 
588655: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588655
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers


Bug#588655: vlc: FTBFS on kfreebsd-*: checking for UDEV... no

2010-07-10 Thread Cyril Brulebois
Hi,

Reinhard Tartler siret...@tauware.de (10/07/2010):
 it has problems with the xulrunner stuff:
 
 configure: Checking for Mozilla
 checking for libxul = 1.9.2... no
 checking for libxul = 1.9.2... no
 checking for seamonkey-plugin = 1.9.2... no
 checking for iceape-plugin = 1.9.2... no
 checking for xulrunner-plugin = 1.9.2... no
 checking for firefox-plugin = 1.9.2... no
 checking for iceweasel-plugin = 1.9.2... no
 checking for mozilla-plugin = 1.9.2... no
 checking for mozilla-config... no
 checking for seamonkey-config... no
 checking for xulrunner-config... no
 configure: error: Please install the Mozilla development tools (version 1.9.2 
 or higher) or use --disable-mozilla.
 
 Why is there no xulrunner-config on kFreeBSD?

H.

On asdfasdf.debian.net:
| configure: Checking for Mozilla
| Using libxul package.
| checking npfunctions.h usability... yes
| checking npfunctions.h presence... yes
| checking for npfunctions.h... yes
| checking npapi.h usability... yes
| checking npapi.h presence... yes
| checking for npapi.h... yes
| checking for npruntime.h... yes
| checking for XPM... yes
| configure: creating ./vlc-config.in
| configure: updating cache config.cache
| configure: creating ./config.status

Not sure why you had that.

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers