[Pkg-gtkpod-devel] Bug#591254: libgpod: FTBFS on kfreebsd-*: too many arguments to function 'mount'
Petr Salinger
Petr.Salinger at seznam.cz
Wed Aug 11 06:49:42 UTC 2010
found 591254 0.7.93-0.2
--
>> please apply similar workaround as previously in #545952.
>
> confirmed that is enable to build on kfreebsd.
I am sorry, but by "similar workaround as previously in #545952:,
I only meant, that it have been previously tested.
Only the change to tools/generic-callout.c have been needed,
Now (against 0.7.93-0.2) please alter debian/rules as follows:
--- debian/rules
+++ debian/rules
@@ -19,15 +19,8 @@
confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
endif
-ifeq ($(DEB_HOST_ARCH_OS),linux)
with_hal = no
confflags += --without-hal --enable-udev
-else ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
- with_hal = yes
-else ifeq ($(DEB_HOST_ARCH_OS),hurd)
- with_hal = no
- confflags += --without-hal
-endif
The proper way is really to exclude udev, but it would meant
also other changes for packaging.
Petr
More information about the Pkg-gtkpod-devel
mailing list