Your message dated Tue, 27 Oct 2009 21:11:08 +0000
with message-id <[email protected]>
and subject line Bug#545952: fixed in libgpod 0.7.2-2
has caused the Debian Bug report #545952,
regarding libgpod: FTBFS on GNU/kFreeBSD
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
545952: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545952
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libgpod
Version: 0.7.2-1.1
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small tweaks, see attached patch.
Thanks in advance
Petrdiff -u libgpod-0.7.2/debian/control libgpod-0.7.2/debian/control
--- libgpod-0.7.2/debian/control
+++ libgpod-0.7.2/debian/control
@@ -5,7 +5,7 @@
Uploaders: Frank Lichtenheld <[email protected]>
Build-Depends: debhelper (>= 6.07), autotools-dev, dpatch, intltool, pkg-config,
libglib2.0-dev (>= 2.16), libgtk2.0-dev, libxml2-dev,
- libhal-dev [!kfreebsd-i386 !kfreebsd-amd64], libsgutils2-dev,
+ libhal-dev [!hurd-i386], libsgutils2-dev,
swig, python (>= 2.3.5-7), python-all-dev, python-central (>= 0.5), python-mutagen, python-gobject-dev,
xsltproc, docbook-xml, gtk-doc-tools
Homepage: http://www.gtkpod.org/libgpod.html
diff -u libgpod-0.7.2/debian/rules libgpod-0.7.2/debian/rules
--- libgpod-0.7.2/debian/rules
+++ libgpod-0.7.2/debian/rules
@@ -19,7 +19,7 @@
confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
endif
with_hal = yes
-ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
+ifeq ($(DEB_HOST_ARCH_OS),hurd)
with_hal = no
confflags += --without-hal
endif
only in patch2:
unchanged:
--- libgpod-0.7.2.orig/tools/hal-callout.c
+++ libgpod-0.7.2/tools/hal-callout.c
@@ -43,6 +43,7 @@
static char *mount_ipod (const char *dev_path)
{
+#ifdef __linux__
char *filename;
char *tmpname;
const char *fstype;
@@ -70,6 +71,10 @@
}
return tmpname;
+#else
+#warning mount wrapper for your OS is missing
+ return NULL;
+#endif
}
static gboolean write_sysinfo_extended (const char *mountpoint,
--- End Message ---
--- Begin Message ---
Source: libgpod
Source-Version: 0.7.2-2
We believe that the bug you reported is fixed in the latest version of
libgpod, which is due to be installed in the Debian FTP archive:
libgpod-common_0.7.2-2_amd64.deb
to main/libg/libgpod/libgpod-common_0.7.2-2_amd64.deb
libgpod-dev_0.7.2-2_amd64.deb
to main/libg/libgpod/libgpod-dev_0.7.2-2_amd64.deb
libgpod-doc_0.7.2-2_all.deb
to main/libg/libgpod/libgpod-doc_0.7.2-2_all.deb
libgpod-nogtk-dev_0.7.2-2_amd64.deb
to main/libg/libgpod/libgpod-nogtk-dev_0.7.2-2_amd64.deb
libgpod4-nogtk_0.7.2-2_amd64.deb
to main/libg/libgpod/libgpod4-nogtk_0.7.2-2_amd64.deb
libgpod4_0.7.2-2_amd64.deb
to main/libg/libgpod/libgpod4_0.7.2-2_amd64.deb
libgpod_0.7.2-2.diff.gz
to main/libg/libgpod/libgpod_0.7.2-2.diff.gz
libgpod_0.7.2-2.dsc
to main/libg/libgpod/libgpod_0.7.2-2.dsc
python-gpod_0.7.2-2_amd64.deb
to main/libg/libgpod/python-gpod_0.7.2-2_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Frank Lichtenheld <[email protected]> (supplier of updated libgpod package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 26 Oct 2009 21:55:52 +0100
Source: libgpod
Binary: libgpod-nogtk-dev libgpod4-nogtk libgpod-dev libgpod4 libgpod-common
libgpod-doc python-gpod
Architecture: source amd64 all
Version: 0.7.2-2
Distribution: unstable
Urgency: low
Maintainer: gtkpod Maintainers <[email protected]>
Changed-By: Frank Lichtenheld <[email protected]>
Description:
libgpod-common - common files for libgpod
libgpod-dev - development files for libgpod
libgpod-doc - documentation for libgpod
libgpod-nogtk-dev - development files for libgpod (version without artwork
support)
libgpod4 - library to read and write songs and artwork to an iPod
libgpod4-nogtk - library to read and write songs to an iPod
python-gpod - Python bindings for libgpod
Closes: 541099 545952
Changes:
libgpod (0.7.2-2) unstable; urgency=low
.
* Acknowledge NMU
* Apply patch from Petr Salinger to make libgpod compile
on kfreebsd again. (Closes: #545952)
* Bump Standards-Version to 3.8.3 (no changes)
* Install ipod-time-sync. (Closes: #541099)
Checksums-Sha1:
a7d76deb84210713dc7e4bbcecfaeae3df3a0c2c 1589 libgpod_0.7.2-2.dsc
76d343acbd3f6c1fb9fdcb771299d61dd672154a 12199 libgpod_0.7.2-2.diff.gz
fa3d19503928379460332688357e0d249c6a6ab4 109280
libgpod-nogtk-dev_0.7.2-2_amd64.deb
13fc94ea9fbb73ba8cc5c1134eb799237e05f645 127246
libgpod4-nogtk_0.7.2-2_amd64.deb
56131ed559ca5389b9e2302df14233e3349e4c9d 223656 libgpod-dev_0.7.2-2_amd64.deb
5041fb03f232d521bd487dbb3eaa47952a8234f7 235428 libgpod4_0.7.2-2_amd64.deb
db27c28b5e10812b90e10a7dbbe34c5ed5044c53 86378 libgpod-common_0.7.2-2_amd64.deb
4833a6ad1efe0e31ab042e1071450c13d0893121 673174 python-gpod_0.7.2-2_amd64.deb
bc7c85302b0557eb8a24c4540e46aae4a9161160 136382 libgpod-doc_0.7.2-2_all.deb
Checksums-Sha256:
4e2f54edca389693f06405b24ce763cfa8c654a6534308dfd8284eb939c75224 1589
libgpod_0.7.2-2.dsc
bc00b79476fad10c1fb3843b5d6184124317cb78681878a0fd3af73934fe0686 12199
libgpod_0.7.2-2.diff.gz
8a388563077030d8a450122c8928136dc2122e95672753f23cae4b01722d59bd 109280
libgpod-nogtk-dev_0.7.2-2_amd64.deb
9c9cfeeb340865e7fe47d07422d3ba52dba9a4ed18e0281e5324a4111890ce45 127246
libgpod4-nogtk_0.7.2-2_amd64.deb
e9180119f813c5324e125d83c8a284d9e662eb926f2819c4273edd1ae0a7053c 223656
libgpod-dev_0.7.2-2_amd64.deb
41029b185877bf7fecff560af643b7575fb47b54579586d31a82325ee518192a 235428
libgpod4_0.7.2-2_amd64.deb
18da42157eaaae877f77eeb31b9d77304bedc98ef3b6fb9bc143952e95c8a426 86378
libgpod-common_0.7.2-2_amd64.deb
2834d97f7a26a6aa8eb1306bd64736347cf626cb6e9856c864dc1f6e2c3b4d33 673174
python-gpod_0.7.2-2_amd64.deb
df929fba45f97be836b2932c4ca347736f85700d3935e7a2eb15f5ad712f43f1 136382
libgpod-doc_0.7.2-2_all.deb
Files:
843f2a0642beb0bb3fa05e899851f596 1589 libs optional libgpod_0.7.2-2.dsc
970a0e6f9f8fe8bd92c82188bad3d557 12199 libs optional libgpod_0.7.2-2.diff.gz
1a38afcef749aa2047a8ab64c8df803a 109280 libdevel extra
libgpod-nogtk-dev_0.7.2-2_amd64.deb
d5ef9ef7a015005f9bf6fb2e8d44884c 127246 libs extra
libgpod4-nogtk_0.7.2-2_amd64.deb
97d416b79482598ed7f567d992333f26 223656 libdevel optional
libgpod-dev_0.7.2-2_amd64.deb
f1b8dc4180879e595bb757fe7c5eee15 235428 libs optional
libgpod4_0.7.2-2_amd64.deb
bec5387f47061b272e6d4b4c6b7fe269 86378 libs optional
libgpod-common_0.7.2-2_amd64.deb
62e16ebf80013e62248b502640d8597e 673174 python optional
python-gpod_0.7.2-2_amd64.deb
889319017536ece4ccdd01eabb586979 136382 doc optional
libgpod-doc_0.7.2-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkrmEp8ACgkQQbn06FtxPfCVRACbB8uNEFMre5/JXp/KN6lyUY9j
P7IAoO+QIQ7/Y4o6BMNP7mBSvCU0R1M7
=b8J1
-----END PGP SIGNATURE-----
--- End Message ---