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

Bug#1031777: marked as done (gkrellmitime FTCBFS: uses the build architecture pkg-config)



Your message dated Tue, 09 May 2023 15:00:50 +0000
with message-id <[🔎] E1pwOpe-00H8pC-Tc@fasolo.debian.org>
and subject line Bug#1035777: Removed package(s) from unstable
has caused the Debian Bug report #1031777,
regarding gkrellmitime FTCBFS: uses the build architecture 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.)


-- 
1031777: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031777
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gkrellmitime
Version: 1.0.1-7
Tags: patch upstream
User: debian-cross@lists.debian.org
Usertags: ftcbfs

gkrellmitime fails to cross build from source, because the upstream
Makefile hard codes the build architecture pkg-config. I'm attaching a
patch for your convenience.

Helmut
--- gkrellmitime-1.0.1.orig/Makefile
+++ gkrellmitime-1.0.1/Makefile
@@ -6,7 +6,8 @@
 INCLUDEDIR ?= $(PREFIX)/include
 
 # Support for Debian policy
-CFLAGS += -I$(INCLUDEDIR) `pkg-config gtk+-2.0 --cflags`
+PKG_CONFIG ?= pkg-config
+CFLAGS += -I$(INCLUDEDIR) `$(PKG_CONFIG) gtk+-2.0 --cflags`
 INSTALL = install
 INSTALL_FILE            = $(INSTALL) -p    -o root -g root -m 644
 INSTALL_DIR             = $(INSTALL) -p -d -o root -g root -m 755
@@ -17,7 +18,7 @@
 
 
 $(TARGET).so: $(TARGET).o
-	$(CC) $(LDFLAGS) -shared `pkg-config gtk+-2.0 --libs` $< -o $@
+	$(CC) $(LDFLAGS) -shared `$(PKG_CONFIG) gtk+-2.0 --libs` $< -o $@
 
 $(TARGET).o: $(TARGET).c
 	$(CC) $(CPPFLAGS) $(CFLAGS) -c $<

--- End Message ---
--- Begin Message ---
Version: 1.0.1-6+rm

Dear submitter,

as the package gkrellmitime has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1035777

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: