Bug#1069254: nwipe: FTBFS: configure: error: libconfig library not found

2024-05-09 Thread Emilio Pozuelo Monfort

On Mon, 29 Apr 2024 16:56:55 +0200 "M. van Brummelen"  wrote:

Hi,

On 2024-04-29 10:28, Bo YU wrote:
> Tags: patch
> 
> hi,

> On Thu, Apr 18, 2024 at 10:00:30PM +0200, Sebastian Ramacher wrote:
>> 
>> checking for libconfig... no

>> checking for main in -llibconfig... no
>> configure: error: libconfig library not found
> 
> It seems it shuold use libconfig-dev.



Thanks didn't have the time to test/verify this yet.
Will test/fix and upload in a few days.


You should also look at doing source-only uploads. The current package, even if 
it had built fine, wouldn't have migrated to testing due to the source+amd64 upload:


$ grep-excuses nwipe
[...]
Issues preventing migration:
∙ ∙ Updating nwipe would introduce bugs in testing: #1069254
∙ ∙ Not built on buildd: arch amd64 binaries uploaded by mart...@brumit.nl

Cheers,
Emilio



Bug#1069254: nwipe: FTBFS: configure: error: libconfig library not found

2024-04-29 Thread M. van Brummelen

Hi,

On 2024-04-29 10:28, Bo YU wrote:

Tags: patch

hi,
On Thu, Apr 18, 2024 at 10:00:30PM +0200, Sebastian Ramacher wrote:


checking for libconfig... no
checking for main in -llibconfig... no
configure: error: libconfig library not found


It seems it shuold use libconfig-dev.



Thanks didn't have the time to test/verify this yet.
Will test/fix and upload in a few days.

Kind regards,
Martijn van Brummelen



Cheers
-- Sebastian Ramacher




Bug#1069254: nwipe: FTBFS: configure: error: libconfig library not found

2024-04-29 Thread Bo YU

Tags: patch

hi,
On Thu, Apr 18, 2024 at 10:00:30PM +0200, Sebastian Ramacher wrote:


checking for libconfig... no
checking for main in -llibconfig... no
configure: error: libconfig library not found


It seems it shuold use libconfig-dev.


Cheers
--
Sebastian Ramacher


--
Regards,
--
  Bo YU

diff -Nru nwipe-0.36/debian/changelog nwipe-0.36/debian/changelog
--- nwipe-0.36/debian/changelog 2024-04-17 01:37:21.0 +0800
+++ nwipe-0.36/debian/changelog 2024-04-29 14:28:41.0 +0800
@@ -1,3 +1,11 @@
+nwipe (0.36-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Use libconfig-dev instead of pkgconf on debian/control. 
+(Closes: #1069254)
+
+ -- Bo YU   Mon, 29 Apr 2024 14:28:41 +0800
+
 nwipe (0.36-1) unstable; urgency=medium
 
   * New upstream release(closes: #1069072, #1034262 ).
diff -Nru nwipe-0.36/debian/control nwipe-0.36/debian/control
--- nwipe-0.36/debian/control   2024-04-17 01:37:21.0 +0800
+++ nwipe-0.36/debian/control   2024-04-29 14:28:41.0 +0800
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Martijn van Brummelen 
-Build-Depends: debhelper-compat (=13), libparted-dev, libncurses-dev, dpkg-dev 
(>= 1.16.1~), pkgconf
+Build-Depends: debhelper-compat (=13), libparted-dev, libncurses-dev, dpkg-dev 
(>= 1.16.1~), libconfig-dev
 Standards-Version: 4.7.0
 Homepage: https://github.com/martijnvanbrummelen/nwipe
 Vcs-Browser: https://salsa.debian.org/mvb/nwipe


signature.asc
Description: PGP signature


Bug#1069254: nwipe: FTBFS: configure: error: libconfig library not found

2024-04-18 Thread Sebastian Ramacher
Source: nwipe
Version: 0.36-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=nwipe=arm64=0.36-1=1713296007=0

checking for libconfig... no
checking for main in -llibconfig... no
configure: error: libconfig library not found

Cheers
-- 
Sebastian Ramacher