Debian Bug report logs -
#823523
obex-data-server: FTBFS: /usr/bin/ld: cannot find s/libusb-0.1.so.4.4.4
Reported by: Chris Lamb <lamby@debian.org>
Date: Thu, 5 May 2016 16:21:11 UTC
Severity: grave
Merged with 823525
Found in version libusb/2:0.1.12-29
Fixed in version libusb/2:0.1.12-30
Done: Aurelien Jarno <aurel32@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, reproducible-builds@lists.alioth.debian.org, Filippo Giunchedi <filippo@debian.org>:
Bug#823523; Package src:obex-data-server.
(Thu, 05 May 2016 16:21:16 GMT) (full text, mbox, link).
Acknowledgement sent
to Chris Lamb <lamby@debian.org>:
New Bug report received and forwarded. Copy sent to reproducible-builds@lists.alioth.debian.org, Filippo Giunchedi <filippo@debian.org>.
(Thu, 05 May 2016 16:21:16 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Source: obex-data-server
Version: 0.4.5-1.1
Severity: serious
Justification: fails to build from source
User: reproducible-builds@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org
Dear Maintainer,
obex-data-server fails to build from source in unstable/amd64:
[..]
src/ods-session.c:1914:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c: In function 'resize_image_cb':
src/ods-session.c:1936:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (data->session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:1955:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (data->session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:1960:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (data->session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c: In function 'ods_session_put_image_resized':
src/ods-session.c:1978:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_LOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:1981:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:1989:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:1998:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2002:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2010:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2037:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:1976:18: warning: variable 'encoding_local' set but not used [-Wunused-but-set-variable]
const gchar *encoding_local;
^
src/ods-session.c: In function 'ods_session_put_linked_attachment':
src/ods-session.c:2056:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_LOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2059:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2067:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2075:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2084:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2088:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2096:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2104:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2127:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2132:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c: In function 'ods_session_remote_display_full':
src/ods-session.c:2145:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_LOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2148:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2156:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2164:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2168:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2176:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2184:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2200:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c: In function 'ods_session_is_busy':
src/ods-session.c:2254:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
if (!g_static_mutex_trylock (&session->priv->mutex))
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2257:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
g_static_mutex_unlock (&session->priv->mutex);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c: In function 'ods_session_cancel':
src/ods-session.c:2287:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_LOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2290:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2302:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
src/ods-session.c:2310:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations]
ODS_SESSION_UNLOCK (session);
^
In file included from /usr/include/glib-2.0/glib.h:107:0,
from src/ods-session.c:36:
/usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here
GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex);
^
gcc -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/x86_64-linux-gnu//ImageMagick-6 -I/usr/include/ImageMagick-6 -I/usr/include/dbus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/libusb-1.0 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z,relro -o src/obex-data-server src/ods-bluez.o src/ods-usb.o src/ods-capabilities.o src/ods-common.o src/ods-error.o src/ods-folder-listing.o src/ods-imaging-helpers.o src/ods-main.o src/ods-marshal.o src/ods-manager.o src/ods-logging.o src/ods-obex.o src/ods-server.o src/ods-server-session.o src/ods-session.o -lgobject-2.0 -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lMagickWand-6.Q16 -lMagickCore-6.Q16 -lusb -ldbus-glib-1 -lgobject-2.0 -lglib-2.0 -ldbus-1 -lbluetooth -lopenobex
/usr/bin/ld: cannot find /lib/
/usr/bin/ld: cannot find s/libusb-0.1.so.4.4.4
collect2: error: ld returned 1 exit status
%Makefile:380: recipe for target 'src/obex-data-server' failed
make[2]: *** [src/obex-data-server] Error 1
Makefile:263: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/lamby/temp/cdt.20160505171227.1A4xVPVqcc.obex-data-server/obex-data-server-0.4.5'
/usr/share/cdbs/1/class/makefile.mk:47: recipe for target 'debian/stamp-makefile-build' failed
make: *** [debian/stamp-makefile-build] Error 2
[..]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` lamby@debian.org / chris-lamb.co.uk
`-
[obex-data-server.0.4.5-1.1.unstable.amd64.log.txt.gz (application/octet-stream, attachment)]
No longer marked as found in versions obex-data-server/0.4.5-1.1.
Request was from Aurelien Jarno <aurel32@debian.org>
to control@bugs.debian.org.
(Thu, 05 May 2016 20:33:05 GMT) (full text, mbox, link).
Bug reassigned from package 'libusb' to 'libusb-dev'.
Request was from Aurelien Jarno <aurel32@debian.org>
to control@bugs.debian.org.
(Thu, 05 May 2016 20:39:06 GMT) (full text, mbox, link).
Severity set to 'grave' from 'serious'
Request was from Aurelien Jarno <aurel32@debian.org>
to control@bugs.debian.org.
(Thu, 05 May 2016 20:39:09 GMT) (full text, mbox, link).
Marked Bug as done
Request was from Aurelien Jarno <aurel32@debian.org>
to control@bugs.debian.org.
(Thu, 05 May 2016 20:39:10 GMT) (full text, mbox, link).
Notification sent
to Chris Lamb <lamby@debian.org>:
Bug acknowledged by developer.
(Thu, 05 May 2016 20:39:12 GMT) (full text, mbox, link).
Marked as fixed in versions libusb/2:0.1.12-30.
Request was from Aurelien Jarno <aurel32@debian.org>
to control@bugs.debian.org.
(Thu, 05 May 2016 20:39:12 GMT) (full text, mbox, link).
Merged 823523 823525
Request was from Aurelien Jarno <aurel32@debian.org>
to control@bugs.debian.org.
(Thu, 05 May 2016 20:39:12 GMT) (full text, mbox, link).
Marked as found in versions libusb/2:0.1.12-29.
Request was from Andreas Beckmann <anbe@debian.org>
to control@bugs.debian.org.
(Sat, 07 May 2016 13:15:13 GMT) (full text, mbox, link).
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Sun, 05 Jun 2016 07:30:41 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 01:55:10 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.