Your message dated Sat, 23 Dec 2023 18:49:54 +0000
with message-id <e1rh74m-004iv8...@fasolo.debian.org>
and subject line Bug#1053848: Removed package(s) from unstable
has caused the Debian Bug report #1019318,
regarding seq24: FTBFS on riscv64 (undefined reference to `__init')
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 ow...@bugs.debian.org
immediately.)


-- 
1019318: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019318
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: seq24
Version: 0.9.3-2
Severity: important
Tags: ftbfs patch
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: i...@hack3r.moe

Dear maintainers,

I am currently porting packages to riscv64 platform. seq24 failed to build on
riscv64 as shown below:

```
configure:5898: checking for _init in -lgtkmm-2.4
configure:5921: gcc -o conftest -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,--as-needed -Wl,--as-needed conftest.c 
-lgtkmm-2.4  -lrt  >&5
/usr/bin/ld: /tmp/ccm4bpJ8.o: in function `main':
./conftest.c:21: undefined reference to `_init'
collect2: error: ld returned 1 exit status
configure:5921: $? = 1
```

Attached is a patch from openSUSE that fixes FTBFS on riscv64. Can you merge it
on Debian as well?

Thanks,
Eric
Description: Fix FTBFS on riscv64
Origin: 
https://build.opensuse.org/package/view_file/openSUSE:Factory:RISCV/seq24/riscv.patch

Index: seq24-0.9.3/configure.ac
===================================================================
--- seq24-0.9.3.orig/configure.ac
+++ seq24-0.9.3/configure.ac
@@ -54,7 +54,7 @@ dnl Checks for libraries.
 AC_CHECK_LIB(rt, main, ,    
     AC_MSG_ERROR([POSIX.1b RealTime Library Missing -lrt]))
 
-AC_CHECK_LIB(gtkmm-2.4, _init,,
+AC_CHECK_LIB(gtkmm-2.4, main,,
     AC_MSG_ERROR(Essential library libgtkmm-2.4 not found))
 
 AC_CHECK_LIB(sigc-2.0, main,,

--- End Message ---
--- Begin Message ---
Version: 0.9.3-2+rm

Dear submitter,

as the package seq24 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/1053848

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
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to