=== cpaelzer__ is now known as cpaelzer [08:00] moin s390x builders seem to be stuck https://launchpad.net/builders [08:00] at least for the last 5 min 3 disabled all others cleaning [08:00] I'll check in a bit if things recover via he script of cjwatson (not sure if that is active for s390x as well) [08:01] but as heads the message above ... [08:22] 20 minutes later and s390x builders are all still stuck the same way [08:23] mabye everyone is travelling right now? [08:25] I tihnk I'll ask in #is to reach someone to be aware of [08:32] 20 minutes> sigh, patience! [08:36] recovering now [08:37] tha [08:40] thanks a lot cjwatson [08:41] As explained in #is already, I only reached out further as I was unsure if you would be travelling [08:41] as I mentioned a while ago, I feel bad anyway for showing up with these "stuck builders" so often :-/ [08:42] Yeah, it is mostly just me this week though, so support outside UK working hours may be a bit thin on the ground [08:42] And I'm bad at mornings so usually only manage to crawl in at 9:30 :) [08:43] (well, just me in terms of people with the right kind of semi-admin access anyway) === morphis0 is now known as morphis [13:26] Hello guys [13:26] so I had a question [13:26] is launchpad able to build with python 3 ?because I got this error from build logdh clean --with python3dh: unable to load addon python3: Can't locate Debian/Debhelper/Sequence/python3.pm in @INC (you may need to install the Debian::Debhelper::Sequence::python3 module) [13:28] dalist22: Yes, it is. [13:28] why am I getting this ? [13:28] dh clean --with python3dh: unable to load addon python3: Can't locate Debian/Debhelper/Sequence/python3.pm in @INC (you may need to install the Debian::Debhelper::Sequence::python3 module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib [13:28] /x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at (eval 11) line 1.BEGIN failed--compilation aborted at (eval 11) line 1. [13:29] That is presumably an issue with the packaging of whatever you are trying to build. [13:34] where do you think the error consists in ? [13:34] debian/rules ? [13:35] #!/usr/bin/make -f%: dh $@ --with python3 [13:35] this is my rules file [13:37] dalist22: If I had to guess, you aren't depending on dh-python correctly. [13:38] dalist22: But this isn't really a LP issue, so you probably want to find a different channel to get assistance with packaging. :) [14:47] Indeed, that's a missing Build-Depends: dh-python in debian/control