/srv/irclogs.ubuntu.com/2019/01/16/#ubuntu-devel.txt

nehaljwaniHi! I am creating a debian package and adding it to a repo like this: https://paste.ubuntu.com/p/rVDBRDYpCk/  But when I install it , apt list --installed shows: <my-package>/unknown . What could be the reason?05:09
nehaljwaniHow do I remove 'unknown'?05:09
nehaljwaniFound the problem. Suite: section was missing from conf/Distributions . Shouldn't apt fall back to use codename? Eh05:27
rbalintginggs, how about passing --jobs 4 in mercurial's debian/tests/testsuite to speed it up and let it pass on arm64, too?08:38
ginggsrbalint: did you try it?08:41
rbalintginggs, not yet, but should work08:41
rbalintginggs, i'm just asking since you touched the package last and did not want to upload without a ping08:41
rbalintginggs, if you pass i'm giving it a try08:42
ginggsrbalint: go ahead :)08:43
rbalintginggs, ack08:43
ginggsrbalint: please fix the breaks while you are there08:50
ginggsmercurial-git (<< 0.8.12-1~) as in changelog instead of mercurial-git (<= 0.8.12-1~)08:51
rbalintginggs, ok08:51
ginggsrbalint: thanks!  i only noticed the typo now08:51
abeatoseb128, hey, any ETA for https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1781597 in bionic?11:36
ubottuLaunchpad bug 1781597 in network-manager (Ubuntu Bionic) "[SRU] WoWLAN settings are not supported" [Wishlist,Triaged]11:36
seb128abeato, hey, we need to clear off the current SRU first, see https://community.ubuntu.com/t/call-for-testing-network-manager-1-10-14-in-bionic/9424 ... maybe you can help verifing that one? :)12:25
rbasakbdmurray: did you miss doing SRU paperwork for your update-manager upload, or is this  somehow special?12:26
=== ricab is now known as ricab|lunch
abeatoseb128, sure think - had not seen that12:48
seb128abeato, thx12:49
=== xedniv_ is now known as xedniv
xnoxdoko, rbasak - any volunteers to figure out why nodejs builds in debian, but not ubuntu? v10 is the LTS with openssl 1.1.1 so it would be nice to have it.....13:32
xnoxand we are getting a tonne of node things in, which i guess target the new nodejs =/13:33
=== ricab|lunch is now known as ricab
bdmurrayrbasak: it doesn't do anything per se just provides a new variable which ubuntu-release-upgrader will use and I still need to upload that15:31
rbasakbdmurray: it should still have SRU paperwork before uploaded then though, no?15:33
rbasakSeparately, I suggest that it be uploaded/reviewed at the same time as the ubuntu-release-upgrader SRU then. If for example it turns out further changes are needed, then we'll have wasted an SRU.15:33
rbasak(and regression risk, etc)15:33
bdmurrayrbasak: yes, it should still have the paperwork15:35
rbasakOK, I'll leave it there for now, thanks. Sorry, I thought your first reply was implying that it wasn't needed.15:36
LocutusOfBorgxnox, doko rbasak I might have a nodejs clue15:42
LocutusOfBorglet me see if I can prove it15:42
LocutusOfBorgtl;dr: upload nodejs with testsuite disabled, and then reupload with testsuite enabled15:43
LocutusOfBorgit might be due to it using something old in the system15:43
LocutusOfBorgit might be a chicken and egg bootstrap issue15:44
LocutusOfBorgtestsuite not using everything from the build directory but picking up something in the system15:44
juliankHow did my email from @gmail get to ubuntu-devel? That's odd15:46
juliankI mean, that list is subscriber only I thought15:46
xnoxLocutusOfBorg, i'm testing that locally at the moment, on a fast ppc64le builder15:47
rbasakAIUI posting is restricted to Ubuntu developers onlyu15:47
rbasakPresumably a Launchpad team.15:47
xnoxLocutusOfBorg, please don't abuse our builders for this, especially if we don't know if it will work =)15:47
rbasakDoes Launchpad know about your gmail address?15:47
LocutusOfBorgxnox, it is in a ppa, lower priority I would hope15:47
LocutusOfBorgjuliank, how did you upload a build2 package without a build1 one?15:48
xnoxLocutusOfBorg, also possibly better to do it in a bileto PPA, such that archive is not exposed to the testsuite-less build.15:48
xnoxLocutusOfBorg, ppa is fine, cool =)15:48
LocutusOfBorgxnox, sure, of course15:48
LocutusOfBorgbut meh, I plan to redo in bileto in case it works :)15:48
juliankLocutusOfBorg: the build1 was in the bileto ppa15:48
LocutusOfBorgah ok so you followed my advice15:48
LocutusOfBorgI don't see the "grouped with ppa:" in update excuses page... strange15:49
juliankLocutusOfBorg: Yeah, because I published without doing the bileto building stuff I guess15:54
LocutusOfBorgah ok15:57
LocutusOfBorgnice to know15:57
LocutusOfBorgthanks15:57
LocutusOfBorgnice the check override didn't work16:04
LocutusOfBorgxnox, how did you do it?16:04
LocutusOfBorg--ln -s /usr/bin/node node16:05
LocutusOfBorg-mkdir -p $(NODE_TEST_DIR)16:05
LocutusOfBorg-make $(DEB_MAKE_CHECK_TARGET)16:05
LocutusOfBorg-rm -f node16:05
LocutusOfBorg-rm -rf $(NODE_TEST_DIR)16:05
LocutusOfBorg+echo "no testsuite, everybody happy!"16:05
LocutusOfBorg+#-ln -s /usr/bin/node node16:05
LocutusOfBorg+#mkdir -p $(NODE_TEST_DIR)16:05
LocutusOfBorg+#make $(DEB_MAKE_CHECK_TARGET)16:05
LocutusOfBorg+#rm -f node16:05
LocutusOfBorg+#rm -rf $(NODE_TEST_DIR)16:05
LocutusOfBorgthis didn't work16:05
LocutusOfBorgI'm adding this: -DEB_MAKE_CHECK_TARGET = $(exp-relax-check) test-ci-js16:05
LocutusOfBorg+#DEB_MAKE_CHECK_TARGET = $(exp-relax-check) test-ci-js16:05
tewarddid you intend to use a pastebin there LocutusOfBorg or no?16:09
tewardjust saying.16:09
LocutusOfBorgyep :/16:09
LocutusOfBorgbad copy-paste, lots of the lines were useless16:09
tewardcool cool.16:10
LocutusOfBorgI just wanted to copy the -make +#make line :)16:10
teward:)16:10
LocutusOfBorgwhy cdbs sucks that much?16:12
LocutusOfBorg:/ maybe its just me, but I feel lost everytime16:12
LocutusOfBorgor maybe, debhelper, why you so simple?16:13
xnoxLocutusOfBorg, i didn't bother patching the sources, and i'm just inside a schroot shell. However, no builds yield.16:13
xnoxLocutusOfBorg, at the moment doing a stock rebuild in sid-amd64 fails. So I think it is now busted in Debian too.16:13
xnoxLocutusOfBorg, once this finishes I will file a FTBFS bug report.16:13
LocutusOfBorglol16:14
LocutusOfBorginteresting16:14
LocutusOfBorghttp://debomatic-amd64.debian.net/distribution#unstable/nodejs/10.15.0~dfsg-8/buildlog16:16
LocutusOfBorglets see16:16
xnoxLocutusOfBorg, i also wonder if we should just wait for 10.15.116:17
xnoxhttps://github.com/nodejs/node/commit/d3c07bd9a81f5ea45a26325be74c93a94b60b24316:17
LocutusOfBorghttps://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/nodejs.html16:17
LocutusOfBorgI scheduled new builds there, so you can use them in your bug report16:18
LocutusOfBorgxnox, seems like there are no commits wrt our issue16:18
LocutusOfBorgwe had 58 failing tests, with acorn bootstrapped we are down to 316:18
xnoxLocutusOfBorg, there are dozens of tests: commits16:18
LocutusOfBorgand I already looked upstream with git log... nothing interesting wrt async16:18
LocutusOfBorgand exceptions16:18
xnoxhttps://github.com/nodejs/node/pull/2534616:19
xnoxbetter overview of changes16:19
LocutusOfBorgat least nothing obvious16:19
xnox155 "test:"16:19
LocutusOfBorgand nothing with async :)16:19
LocutusOfBorgsomething with assert is there...16:20
xnoxi'll try building that branch in a second.16:21
LocutusOfBorgthat would be awesome16:21
LocutusOfBorghttps://launchpad.net/~costamagnagianfranco/+archive/ubuntu/locutusofborg-ppa/+packages16:22
LocutusOfBorgs390x build is already there16:22
LocutusOfBorgthe notest one16:22
LocutusOfBorgas soon as everything is published I upload the new one16:22
LocutusOfBorgxnox, http://debomatic-amd64.debian.net/distribution#unstable/nodejs/10.15.0~dfsg-8/buildlog16:27
LocutusOfBorgdebian is good16:27
LocutusOfBorgtest-asser is ok16:27
LocutusOfBorgit fails another test, fs related (maybe its DebOmatic to blame here)16:27
xnoxLocutusOfBorg, what is DebOmatic btw? never used it before.16:28
LocutusOfBorgan sbuild instance for ubuntu/debian/arch16:28
LocutusOfBorgyou just ask an account and dput16:28
LocutusOfBorghttp://debomatic-amd64.debian.net/distribution#unstable/nodejs/10.15.0~dfsg-8/buildlog16:28
LocutusOfBorgit does blhc, autopkgtest, publish16:28
LocutusOfBorgfor a lot of architectures16:28
LocutusOfBorg(via qemu)16:28
LocutusOfBorgyou can also setup an instance locally btw16:29
LocutusOfBorghttps://packages.qa.debian.org/d/debomatic.html16:29
xnoxcute16:30
LocutusOfBorgit is sbuild for dummies with a lot of javascript and automation via web interface :d16:31
xnoxLocutusOfBorg, so, to me the check target is bad.16:41
xnoxinstead of testing just-built node, it tests system node, during normal package builds.16:41
LocutusOfBorgit works in debian16:42
xnoxbut that bit is added, for autopkgtests, where we do want to test the system node16:42
xnoxbut it should be guarded with a test for $$AUTOPKGTEST_TMP16:42
xnoxvariable for example.16:42
LocutusOfBorgso my test disable/enable might work then?16:42
LocutusOfBorgI see something wrt experimental in rules file16:42
xnoxand if you look further up in the debian/rules, you will see that test results are ignored when building for experimental or unreleased.16:42
LocutusOfBorgdifferent testsuite16:42
LocutusOfBorgyes exactly16:43
xnoxit add '-i' to ignore results.16:43
LocutusOfBorg-i16:43
LocutusOfBorgthat one yes16:43
LocutusOfBorgI got it too16:43
LocutusOfBorgI was going to add "disco" :)16:43
xnoxmy premise, is that well the just compiled node is never tested, which is bad.16:43
LocutusOfBorgbut it would have been slower16:43
xnoxi'd want to fix that.16:43
LocutusOfBorgxnox, sure, worth a bug, let me see if re-enabling and reuploading against this one works16:43
LocutusOfBorgso we are sure about our claims16:43
LocutusOfBorgit makes sense since the debian no-change rebuild on debomatic works well16:44
LocutusOfBorg(modulo the fs error, that is unrelated)16:44
xnoxi wonder if my builds fail a lot more due to aggressive parallelism16:46
* xnox was building & testing with -j 120; trying with -j 80 now16:46
xnoxtime for starbucks16:47
LocutusOfBorgLOL16:49
teward*sips his 6th cup of coffee*16:51
LocutusOfBorghttps://bileto.ubuntu.com/#/ticket/359916:53
LocutusOfBorgxnox, ^^16:53
xnoxi still don't want to upload like that. i really want for the just built node to be tested, rather than always testing the wrong node16:55
xnoxbut i guess we want to build _a_ nodejs somehow16:55
LocutusOfBorgbut at least we can unblock a lot of stuff17:02
LocutusOfBorgand then with some more time, fix it properly17:02
LocutusOfBorgI'm pretty sure debian maintainer already tried this, and they might failed to implement for good reasons17:02
jbichait'll give autopkgtest something to do too :) :)17:08
Laneybe kind to the test infrastructure please17:09
Laneydon't queue pointless things at the moment17:09
Laneyyou can run tests locally...17:09
LocutusOfBorgLaney, this is why I'm using bileto17:12
Laneywhat is?17:12
LocutusOfBorgI did upload nodejs on silo so we don't run the testsuite twice17:12
smoserxnox: around ? or maybe rharper knows.18:30
smoseri want to make systemd-resolve search a network device tun0 for multiple domains18:30
smoser(basically wanting to set a dns-search)18:30
smoserbut18:31
smoser systemd-resolve  --interface=tun0 "--set-domain=cisco.com insieme.local"18:31
xnoxsmoser, sure. use resolvctl or the systemd-resolved command line.18:31
xnoxsmoser, `cisco.com insieme.local` is not a valid search domain.18:31
smoserbut that then escapes the ' '18:31
xnox(single)18:31
xnoxi think you want:18:31
xnoxsystemd-resolve  --interface=tun0 --set-domain=cisco.com --set-domain=insieme.local18:31
xnoxbut let me double check the code18:32
smoserwhere does resolvectl come from ?18:32
xnoxnew-ish replacement ofr systemd-resolve18:32
xnoxin more recent releases resolctl is the new world order.18:33
smoserah. /me no longer runs development release. back on 18.0418:33
smosermultiple --set-domain does seem to work18:33
smoserbut i'm not sure that that is plugged correctly trhough network-manager settings for the vpn.18:33
xnoxsmoser, network-manager is broken and sends literal "foo.com,example.com" instead of a /list/ of values.18:34
smoserright18:34
xnoxsmoser, i think this has been fixed in disco now, but needs an SRU.....18:34
smoseroh nice.18:35
smoseri think you're just trying to get me to go back to development release though18:36
smoser:)18:36
=== wildlander is now known as wildlander_
=== wildlander_ is now known as wildlander
juliankSeems there is a bug in the unbound package, just installing it enables the apparmor profile, but the profile is enabled only after the service is started, meaning the service does not have an apparmor profile loaded on first start. hmm18:44
juliankyup, reported to Debian :)18:53
cornfeedhoboheeeyyy, i just found a broken line in the AMI released.txt19:24
cornfeedhobohttp://uec-images.ubuntu.com/query/trusty/server/released.txt19:24
cornfeedhobosearch for "paravirtualtrusty"19:24
cornfeedhobothere is a missing new line19:24
sarnoldcornfeedhobo: heh, nice find19:40
sarnoldOdd_Bloke: /lastlog cornfeedhobo   -- http://uec-images.ubuntu.com/query/trusty/server/released.txt < cornfeedhobo> search for "paravirtualtrusty"19:40

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!