Your message dated Thu, 20 Mar 2014 14:40:34 +0100
with message-id <[email protected]>
and subject line Already fixed
has caused the Debian Bug report #722778,
regarding herbstluftwm link with -L/usr/lib
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.)
--
722778: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722778
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: herbstluftwm
Version: 0.5.2-1
X-Debbugs-CC: [email protected]
This package has one or more -L/usr/lib in its build system,
which will make it ftbfs if there is libraries under /usr/lib,
while is not the default architecture, mips* for example.
On mips* systems, /usr/lib is defined as place to hold O32
libraries, and /usr/lib32 for N32, and /usr/lib64 is for N64.
Beside the way, on the multiarch system like Debian, user may install
libraries under /usr/lib by hand.
Please use the default search path if you can, and please consider fix
this.
I will try to fix this bug, while if you can help to fix it,
It will be very appreciative.
The attachement is the buildlog of this package on mips64el platform.
herbstluftwm_0.5.2-1_mips64el.build.xz
Description: Binary data
--- End Message ---
--- Begin Message ---
Version: 0.5.3-1
commit 41461839029068bd2e1680a8bfec51080a26a159
Author: Christoph Egger <[email protected]>
Date: Tue Sep 17 18:01:29 2013 +0200
Do not set redundant and potentially harmfull -L/usr/lib
diff --git a/config.mk b/config.mk
index a2d856d..62a9089 100644
--- a/config.mk
+++ b/config.mk
@@ -7,7 +7,7 @@ XINERAMALIBS = `pkg-config --silence-errors --libs xinerama`
XINERAMAFLAGS = `pkg-config --exists xinerama && echo -DXINERAMA`
INCS = -Isrc/ -I/usr/include -I${X11INC} `pkg-config --cflags glib-2.0`
-LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 $(XINERAMALIBS) `pkg-config --libs
glib-2.0
+LIBS = -lc -L${X11LIB} -lX11 $(XINERAMALIBS) `pkg-config --libs glib-2.0`
ifeq ($(shell uname),Linux)
LIBS += -lrt
--
9FED 5C6C E206 B70A 5857 70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer
--- End Message ---