libera/#devuan-dev/ Friday, 2020-01-17

LeePenamesser: Morning. Are you happy tomcat9 is ready to build?10:55
Evilhampretty awesome10:57
amesserLeePen: sure11:17
amesserGood Morning btw :-)11:38
amesserI think the package needs to be imported into devuan-packages first?11:39
LeePenYes. I'll do that and build then.12:20
amesserOk fine, thank you. ist the devuan versaion tag required for the build?12:20
amesserahh, "versin tag" i mean12:21
LeePenNo, it just uses the head of suites/unstable AFAIK.12:23
amesserfine. i can tag after the build then, when it was sucessful12:24
LeePenBUilding...12:30
amesserok12:34
LeePenAre you on #devuan-ci?12:35
amesseryes12:42
amesseri see, already failed12:43
amesserlooks like the build never started12:44
amesseronly the "clean" step was performed.12:45
amesserAh is see, i was testing build in a beowulf pbuilder (with jdk11 only) but the build server uses jdk1412:49
amesserI have to try this locally12:49
LeePenHmmm. I hope the jenkins plugin upgrades I did yesterday for hkraemer haven't broken our jobs.12:49
LeePenI'll try to find something else to build to test.12:50
amesserI have to be afk for a while now. I'll try build later the day with the unstable stuff12:51
amesserI i find something, should i commit to my git repo and you'll pull it into the devuan-packages the?12:51
amesser*if12:51
LeePenYes, that is fine. Thanks.12:52
amesserLeePen: My pbuilder/debootstrap failed to prepare a unstable environment:13:58
amesser libeudev1:amd64 conflicts with libudev1 (<< 1:3.2.9-3)13:58
amesser  libudev1:amd64 (version 1:3.2.7+devuan1.1) is to be installed.13:58
LeePenamesser: Yes, I saw that is broken yesterday (although for util-linux). I was hoping to get tomcat9 built first. But maybe not.14:02
amesserhmm ok14:04
LeePenBut that looks like an different eudev problem.14:04
LeePengnu_srs1: Are you here?14:04
LeePenLet me look.14:05
amesserFor reference: the failed command was "DIST=unstable ARCH=amd64 git-pbuilder create"14:10
amesserI upgraded the beowulf pbuilder to unstable. This seems to work14:19
LeePenamesser: which version of debootstrap was it?14:27
amesser1.0.114+devuan214:28
amesserI can confirm that tomcat9 build with opendjk14 here, at least passes the build step (testing takes a hour or so)14:29
amesserhaha14:30
amesseri understand the build failure :-)14:30
amessertomcat has no arch dependend libraries :-)14:31
amesserjenkins just reported success of the "all" binaries :-)14:31
LeePenGood catch!14:31
amesserso everything should be fine :-)14:32
LeePenSo I can remove the binary labels?14:34
amesserWell, I'm not sure if it is good to have it build with openjdk14. beowulf has only openjdk11 openjdk14 is bullseye14:35
amesserYes you can remove them (except 'all' of course)14:35
LeePenOK.14:37
LeePenI will test the binary depends. If necessary we can rebuild it in beowulf.14:37
LeePenamesser: My testing script says the binary dependencies from tomcat9 in unstable are satisfiable in beowulf: http://ix.io/27DW14:42
amesserfine14:43
amesserWhen it is available from official repo, (Should now after build?) I can test if its operating as required14:43
amesserI mean that it is serving webpages/apps properly14:44
amesserafk now14:44
LeePenIt is in unstable now or as soon as amprolla merges.14:44
LeePenA few minutes.14:44
amesserok14:44
amesseri'll test in the evening14:44
LeePenIf you are able to manually install them in beowulf and test there, that would be perfect.14:44
LeePenJust preparing a new version of debbootstrap for unstable and noticed that debian have included scripts for devuan releases!15:00
LeePenI am preparing a new version of util-linux for ceres that I hope will fix the debootstrap issues.15:21
LeePenCenturion_Dan: ^^^15:24
LeePenTesting build now.15:24
fsmithredI'm going to fork a package from mxlinux. I'm not sure how to move it from my personal repo to devuan-packages, and I have two commands in my history from when I did it before.17:33
fsmithredgit remote set-url origin...17:34
fsmithredgit remote add origin...17:34
masonfsmithred: I'd like to know that too for when I start to package things. Be nice to have some docco describing the process.17:34
fsmithredI suspect the second one is correct, since it's the last one I did. Or do I need to do both?17:34
fsmithredupdate: it was the first one.17:54
LeePengnu_srs1: I have tracked down the unstable debootstrap failure to missing libudev1 transitional package.18:19
fsmithredWe no longer need libudev1 in ceres?19:24
LeePenHmmm, won't we get debian's one then?19:27
LeePenI think the issue is that gnu_srs1's new eudev doesn't have a version matched libudev1 transitional package. So the old one is still there (1:3.2.7+devuan1.1) and the new libeudev1 (3.2.9-3) Conflicts: libudev1 (<< 1:3.2.9-3) so they are not coninstallable.19:32
LeePenOr have I been looking at this too long?19:32
fsmithredI just upgraded beowulf to ceres in a chroot19:32
fsmithredeudev and libeudev1 were held back19:33
fsmithredI upgraded again and they got installed and libudev1 was removed19:33
fsmithredseemed like it was ok19:33
fsmithredbut then I'm getting depmod errors on mkinitramfs19:34
LeePenBut I think debootstrap doesn't use apt for building the initial package list?19:34
fsmithredit's looking for stuff in /var/tmp/mkinitramfs19:34
fsmithredbut there's nothing in /var/tmp19:34
fsmithredI think you're right about that19:34
fsmithredI debootstrapped beowulf a few days ago, and then I chrooted again today and did the upgrade19:35
amesserLeePen: I have tested the tomcat9 packages from unstable. So far working as expected. Thus I have tagged the version in my git repo now. Not sure of this tag should be importet into git.d.o/devuan-packages/tomcat9 also.21:28
LeePenamesser: Thanks. I can sort the tag. Happy to migrate to beowulf?22:42
Centurion_DanLeePen: I'll test it soon.23:53
Centurion_DanLeePen: Isn't the libudev1 transitional package built by eudev?23:54

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!