Bug#588655: vlc: FTBFS on kfreebsd-*: checking for UDEV... no
Reinhard Tartler
siretart at tauware.de
Sat Jul 10 21:29:20 UTC 2010
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-bsd at 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
More information about the pkg-multimedia-maintainers
mailing list