The officially official Devuan Forum!

You are not logged in.

#1 2020-09-11 13:41:46

jobbautista9
Member
From: Philippines
Registered: 2020-07-11
Posts: 32  
Website

[SOLVED] Jenkins keep failing on building iwd 1.9-1+devuan1

I have no idea what is causing the autobuilder to fail. The logs can be found at https://jenkins.devuan.dev/job/devuan-p … 31/console.

I can't also build it on my local system using debuild -us -uc. Even the upstream 1.9-1 fails to build (I just removed the Build-Depends on systemd on debian/control before proceeding to compile), and I'm sure that I don't have any missing dependencies. It always exits out with these on the output:

dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 127
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui failed

Can someone try to build the current suites/unstable of https://git.devuan.org/devuan/iwd/ and see if it fails as well? TIA

Last edited by jobbautista9 (2020-09-12 01:22:53)


Former maintainer of the iwd package. See #639! smile

You can also find me on the Pale Moon forums. I develop XUL add-ons for Pale Moon.
My PGP public key

Offline

#2 2020-09-11 17:04:30

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: [SOLVED] Jenkins keep failing on building iwd 1.9-1+devuan1

I cloned your repo, installed the build-deps and built packages in beowulf with no problems using dpkg-buildpackage -us -uc -b

I'm trying to install ceres in a chroot right now, and it's going to take an hour to install git. I don't know wtf the problem is. It normally would take about one minute. I'll get back to you on that.

Edit: The same works for me in chimaera.

Offline

#3 2020-09-11 17:21:56

bgstack15
Member
Registered: 2018-02-04
Posts: 205  

Re: [SOLVED] Jenkins keep failing on building iwd 1.9-1+devuan1

This error output reminds me of the dpkg-dev problem in Ceres, which is also in upstream Debian Sid. If you can stomach it, try a debuild -us -uc -nc (no clean). There's some bug starting with version 1.20.3 if I recall correctly, that somehow breaks all builds for that version of the dpkg-dev and maybe a version or two nearby. https://bugs.debian.org/cgi-bin/bugrepo … bug=966083

I am not entirely sure if this is fixed. I always just load up an older version of dpkg-dev and whatever one dependency (one of the libperl ones, iirc) so my local debuilds can work.


This space intentionally left blank.

Offline

#4 2020-09-11 17:44:15

Head_on_a_Stick
Member
From: London
Registered: 2019-03-24
Posts: 3,125  
Website

Re: [SOLVED] Jenkins keep failing on building iwd 1.9-1+devuan1

jobbautista9 wrote:

Can someone try to build the current suites/unstable of https://git.devuan.org/devuan/iwd/ and see if it fails as well?

Also fails for me with a fresh ceres chroot (same error).

bgstack15 wrote:

try a debuild -us -uc -nc

^ The build succeeds with those options applied.

FWIW the Debian sid source succeeds with a plain debuild -us -uc in my Debian buster box.


Brianna Ghey — Rest In Power

Offline

#5 2020-09-12 01:22:37

jobbautista9
Member
From: Philippines
Registered: 2020-07-11
Posts: 32  
Website

Re: [SOLVED] Jenkins keep failing on building iwd 1.9-1+devuan1

Well, this is embarassing... Turns out I forgot to push the upstream/ and debian/ tags, which is why Jenkins always fails to build. Thanks to LeePen for pointing it out on the git repo!

bgstack15 wrote:

try a debuild -us -uc -nc

Can confirm this works for me as well.

EDIT: The Jenkins autobuilder succeeded, as expected.

Last edited by jobbautista9 (2020-09-12 01:28:26)


Former maintainer of the iwd package. See #639! smile

You can also find me on the Pale Moon forums. I develop XUL add-ons for Pale Moon.
My PGP public key

Offline

Board footer