[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#928773: marked as done (nabi FTCBFS: uses the wrong pkg-config)



Your message dated Tue, 14 May 2019 21:21:00 +0900
with message-id <CAEe2ifXZi0xYtPwugAVC6HS_Gt1fXWJoSMgOvNzxrh8APhRJNg@mail.gmail.com>
and subject line Fixed in 1.0.0-4
has caused the Debian Bug report #928773,
regarding nabi FTCBFS: uses the wrong pkg-config
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 owner@bugs.debian.org
immediately.)


-- 
928773: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928773
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: nabi
Version: 1.0.0-3
Tags: patch upstream
User: helmutg@debian.org
Usertags: rebootstrap

nabi fails to cross build from source, because it looks up pkg-config
using AC_PATH_PROG. A better solution is to use PKG_PROG_PKG_CONFIG, but
since it uses PKG_CHECK_MODULES, this is AC_REQUIREd already. We can
simply drop the AC_PATH_PROG at no loss of functionality and fix the
cross build. Please consider applying the attached patch.

Helmut
--- nabi-1.0.0.orig/configure.ac
+++ nabi-1.0.0/configure.ac
@@ -39,8 +39,6 @@ case $X_PRE_LIBS in
 esac
 
 dnl Checks for GTK+ libraries.
-AC_PATH_PROG(PKG_CONFIG, pkg-config,
-	     AC_MSG_ERROR([nabi needs pkg-config]))
 PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.4.0,,
 		  AC_MSG_ERROR([nabi needs GTK+ 2.4.0 or higher]))
 

--- End Message ---
--- Begin Message ---
I forgot to write in debian/changelog but it's fixed in 1.0.0-4.

--- End Message ---

Reply to: