/srv/irclogs.ubuntu.com/2017/01/29/#kubuntu-devel.txt

clivejochange UNRELEASED to zesty00:00
clivejoand it should create a entrylog in your name00:01
DarinMillerdone00:01
clivejoadd "  * Test build" or something similar00:01
DarinMilleryep.  ready.00:01
clivejosave the file00:01
clivejonow build the source00:02
clivejo"debuild -S"00:02
DarinMillerdone00:02
clivejoit will sign it with your key00:02
clivejolast line is "Successfully signed dsc and changes files"  ?00:02
DarinMilleryes, I had to authenticate...00:03
DarinMilleryes00:03
clivejogood good00:03
clivejocd ..00:03
clivejoyou should have a kajongg_16.12.1+p17.04+git20170125.1356-0ubuntu1_source.changes00:03
DarinMilleryes00:03
DarinMillerdput ppa:darinsmiller/ppa-test kajongg_16.12.1+p17.04+git20170125.1356-0ubuntu1_source.changes ?00:04
clivejoyup00:04
DarinMillerexpecting to see something here.... https://launchpad.net/~darinsmiller/+archive/ubuntu/ppa-test00:05
DarinMillerbut nadda....00:05
DarinMillerSuccessfully uploaded packages.00:06
acheronukmaybe launchpad ate your upload?00:08
acheronukit can be slow00:08
DarinMillertry again?00:09
IrcsomeBot<CliffordTheBigRedDoggie> Can take a while, when LP is busy00:09
IrcsomeBot<CliffordTheBigRedDoggie> Check your email00:09
DarinMillerAuhhh ok00:09
IrcsomeBot<CliffordTheBigRedDoggie> You should get an accepted or rejected email00:09
DarinMillerB & H photo wants to sell me something....00:09
acheronukdid it sign with the same key you have registered on LP?00:09
DarinMilleryes.00:09
DarinMillerGood signature from "Darin Miller <darinsmiller@gmail.com>" [ultimate]00:09
DarinMillerSignature made Sat 28 Jan 2017 05:02:38 PM MST, using RSA key 3EC0A28847C741CE issuer "darinsmiller@gmail.com"00:10
* DarinMiller is patiently waiting and noting the above details....00:11
DarinMilleremail arrived... Rejected: Unable to find kajongg_16.12.1+p17.04+git20170125.1356.orig.tar.xz in upload or distribution.00:13
acheronukdid it upload the .orig tarball?00:14
clivejoI think I know whats wrong00:16
clivejobut the email should tell you00:16
clivejonope00:16
clivejoso "cd source"00:19
clivejoand "debuild -S -sa"00:19
clivejothen "cd .."00:19
clivejoand "dput -f ppa:darinsmiller/ppa-test kajongg_16.12.1+p17.04+git20170125.1356-0ubuntu1_source.changes"00:20
clivejomake sure you remember the "-f" to force the upload 00:20
IrcsomeBot<CliffordTheBigRedDoggie> kajongg_16.12.1+p17.04+git20170125.1356-0ubuntu1_source.changes00:21
DarinMillersorry, I was taking notes of the above session.  catching up now....00:21
DarinMillerFiles specified in DSC are broken or missing, skipping package unpack verification.00:21
DarinMillerkajongg (4:16.12.1+p17.04+git20170125.1356-0ubuntu1) zesty; urgency=medium00:22
DarinMillermessage from email ^^00:22
clivejosorry my internet is going up and down :(00:24
clivejo<clivejo> Rejected:00:24
clivejo<clivejo> Unable to find kajongg_16.12.1+p17.04+git20170125.1356.orig.tar.xz in upload or distribution.00:24
clivejo<clivejo> Files specified in DSC are broken or missing, skipping package unpack verification.00:24
clivejothe debuild -S -sa means to include the source tarball ie *.orig.tar00:24
clivejoyou need the -f switch on dput to force the upload again as dput remembers you uploaded before, but it was rejected by LP due to not having a source 00:24
DarinMillerok, makes sense, updating notes....00:24
clivejoand you now have a package in your PPA :)00:25
DarinMillerHey!!!!00:25
DarinMillernow what?00:25
clivejohttps://launchpad.net/~darinsmiller/+archive/ubuntu/ppa-test/+packages00:25
clivejoyou let LP build it for you!00:26
clivejohttps://launchpad.net/~darinsmiller/+archive/ubuntu/ppa-test/+build/1193644200:26
clivejowe can watch it build00:26
DarinMillerstill doesn't answer the sbuild question but that fun anyways :)00:26
clivejowell LP uses sbuild I believe00:26
clivejoand it can be complicated to setup00:27
clivejopractice working manually like this helps understanding00:27
clivejowell it did for me00:28
DarinMillerwow, lp sends a build email too.  cool.00:28
clivejoso it failed!00:28
clivejocant find twisted00:28
DarinMillerseems to be a common theme... :)00:29
clivejodo you know why?00:29
DarinMillercontrol file?00:29
clivejonope00:30
DarinMillerneed hint...00:30
DarinMillerchecking ppa again to ensure proposed changes stuck....00:31
clivejowell this is the twisted package00:31
clivejohttps://launchpad.net/ubuntu/+source/twisted/16.6.0-200:31
DarinMillersays published in zesty proposed.....00:32
clivejobut its making other packages00:33
clivejothere is a python3-twisted00:33
clivejoand -core00:33
clivejousually we look for a -dev package00:34
clivejothere is also python-twisted-bin00:34
DarinMilleroh, so update the control file to say python3-twisted ?00:35
clivejoits kind of trial and error, as I dont know what its looking for!00:36
DarinMilleryes. OK. I will give it a shot.00:36
clivejoso this time edit the changelog file manual and bump it to ubuntu200:36
clivejoyou always have to upload a version greater00:37
clivejoyou wont need the -sa as you have already uploaded the source00:38
DarinMillerso change kajongg (4:16.12.1+p17.04+git20170125.1356-0ubuntu2 to kajongg (4:16.12.1+p17.04+git20170125.1356-0ubuntu3 ?00:38
clivejoyes, technical not the best version for it 00:39
clivejowe should be using something like ~ppa1 etc00:39
clivejobut its your PPA and you can trash it 00:39
DarinMillerjust a test ppa for this sort of stuff.00:40
clivejodid you must have used dch to edit the changelog00:41
DarinMillerso change control file changing version and re-update UNRELEASED to zesty?00:42
clivejoyes00:42
DarinMillerchangelog updated.00:42
DarinMillernothing else.00:43
clivejochangelog and control00:43
clivejooh dear!00:44
DarinMiller?00:44
clivejomore problems!00:44
DarinMilleryes. my local sbuild says the same. twisted is now found, but more "more learning opportunities" .....00:45
clivejohttps://launchpadlibrarian.net/304295551/buildlog_ubuntu-zesty-amd64.kajongg_4%3A16.12.1+p17.04+git20170125.1356-0ubuntu2_BUILDING.txt.gz00:46
clivejothats why happened with I uploaded to my PPA00:46
DarinMillersimilar to my local log....00:47
DarinMiller Could not set up the appstream test. appstreamcli is missing.00:48
clivejoIt finds twisted00:49
clivejobut CMake Error: : System Error: File name too long00:49
-kubuntu-ci:#kubuntu-devel- Project zesty_unstable_calligra build #69: NOW UNSTABLE in 1 hr 9 min: http://kci.pangea.pub/job/zesty_unstable_calligra/69/00:50
clivejoyou could add appstream as a build dep00:50
-kubuntu-ci:#kubuntu-devel- Project yakkety_unstable_calligra build #69: NOW UNSTABLE in 1 hr 34 min: http://kci.pangea.pub/job/yakkety_unstable_calligra/69/00:51
DarinMillerHmm, local build does not have file too long error... trying appstream dep....00:53
DarinMiller1/1 Test #1: appstreamtest ....................***Failed    0.01 sec00:57
-kubuntu-ci:#kubuntu-devel- Project xenial_unstable_calligra build #65: NOW UNSTABLE in 1 hr 44 min: http://kci.pangea.pub/job/xenial_unstable_calligra/65/01:01
clivejosorry, gonna have to go to bed, brain is shutting down here01:02
DarinMillernp, I will keep poking around. Thanks for the help.01:02
clivejoIve pushed a change to KCI to try building with appstream and python3-twisted01:06
clivejoso it will try a rebuild with those01:06
clivejoat least we solved those two issues01:07
clivejonight night01:08
DarinMillergn clivejo01:10
-kubuntu-ci:#kubuntu-devel- Project yakkety_unstable_kajongg build #147: STILL FAILING in 4 min 45 sec: http://kci.pangea.pub/job/yakkety_unstable_kajongg/147/01:10
-kubuntu-ci:#kubuntu-devel- Project xenial_unstable_kajongg build #119: STILL FAILING in 5 min 45 sec: http://kci.pangea.pub/job/xenial_unstable_kajongg/119/01:11
-kubuntu-ci:#kubuntu-devel- Project zesty_unstable_kajongg build #99: STILL FAILING in 5 min 45 sec: http://kci.pangea.pub/job/zesty_unstable_kajongg/99/01:11
-kubuntu-ci:#kubuntu-devel- Project yakkety_unstable_kajongg build #148: STILL FAILING in 4 min 42 sec: http://kci.pangea.pub/job/yakkety_unstable_kajongg/148/01:20
-kubuntu-ci:#kubuntu-devel- Project xenial_unstable_kajongg build #120: STILL FAILING in 3 min 39 sec: http://kci.pangea.pub/job/xenial_unstable_kajongg/120/01:20
-kubuntu-ci:#kubuntu-devel- Project zesty_unstable_kajongg build #100: STILL FAILING in 4 min 42 sec: http://kci.pangea.pub/job/zesty_unstable_kajongg/100/01:21
-kubuntu-ci:#kubuntu-devel- Project zesty_unstable_calligra build #70: STILL UNSTABLE in 1 hr 15 min: http://kci.pangea.pub/job/zesty_unstable_calligra/70/02:14
-kubuntu-ci:#kubuntu-devel- Project xenial_unstable_calligra build #66: STILL UNSTABLE in 1 hr 21 min: http://kci.pangea.pub/job/xenial_unstable_calligra/66/02:22
-kubuntu-ci:#kubuntu-devel- Project yakkety_unstable_calligra build #70: STILL UNSTABLE in 1 hr 31 min: http://kci.pangea.pub/job/yakkety_unstable_calligra/70/02:30
DarinMilleranyone here board on a Saturday night and want to help me troubleshoot an sbuild package install anomaly?04:55
* tsimonq2 kicks DarinMiller 04:56
tsimonq2o/04:56
* DarinMiller ouch04:56
tsimonq2I'm tired though, is it quick?04:57
DarinMillerreal quick: have you ever seen where sbuild fails to install all packages listed in the depends of the control file?04:57
DarinMilleri.e.    appstreamtest.cmake04:58
tsimonq2You have a log I can inspect?04:58
DarinMillersry: extra-cmake-modules should install /usr/share/ECM/kde-modules/appstreamtest.cmake04:59
DarinMilleryes, just a sec....04:59
DarinMillerhttps://paste.ubuntu.com/23885005/05:00
DarinMillerbut after the build, the error claims file failed to open for reading (No such file or directory):05:00
tsimonq2Hmm let me see...05:01
tsimonq2oic that's weird05:03
DarinMillerthat's what I thought.... Ok, well I can try a few other things.  thanks for giving it a once over...05:03
tsimonq2I have an idea, let's see...05:04
tsimonq2:/ no...05:05
tsimonq2THa's really really weird05:05
tsimonq2*That's05:05
DarinMillerI had to modify the control file to help it past the depends issues and use the proposed ppa to bring in the new twisted packages.  Building using sbuild -d zesty-amd64 --extra-repository="deb [trusted=yes] http://us.archive.ubuntu.com/ubuntu/ zesty-proposed multiverse restricted universe main" -j405:06
DarinMilleron lp, it complains that a file name is too long.  Not the same as I get locally. (clive showed how to upload packages to a ppa to let lp build it.05:07
DarinMiller)05:08
DarinMillerWell sleep on it and if you think of something drop me a line.05:08
tsimonq2Ok, but it's really stupid that it's not working...05:09
* DarinMiller always thinks that's it's his fault...05:11
DarinMillerShould I trying manually installing extra-cmake-modules in my zesty sbuild envior to see if that solves the issue?  Easy enough to stomp on a create a new one....05:13
tsimonq2Yeah do it05:16
DarinMillerok, will do. thx05:16
DarinMillerFailed, same error missing appstreamtest.cmake.  And I verified /usr/share/ECM/kde-modules/appstreamtest.cmake was in my sbuild enviro before I started the build !!!05:25
DarinMilleruncle05:25
* tsimonq2 pushes clivejo into sbuild05:26
DarinMillergn tsimonq2, thx again.05:30
IrcsomeBot<tsimonq2> Np thanks for your help05:30
BluesKajHiya folks11:06
blazehi BluesKaj 11:08
BluesKajHi blaze11:08
acheronukclivejo: LP: #166010812:07
ubottuLaunchpad bug 1660108 in gcc-6 (Ubuntu) "Since 6.3.0-3ubuntu1 some acc autotests fail with "atomic_base.h:390:7: error: inlining failed in call to always_inline"" [Undecided,New] https://launchpad.net/bugs/166010812:07
acheronukclivejo: max's fave for lunch. lamb :P12:08
IrcsomeBot<tsimonq2> LOL12:34
acheronuktsimonq2: you awake at 06:34am CST on a Sunday? not normal for any teenager13:05
clivejoacheronuk: ping14:08
IrcsomeBot<ovidiuflorin> neat map with timezones: https://www.timeanddate.com/time/map/16:32
* ahoneybun jumps to ZZ17:58
ahoneybunand done18:54
clivejoacheronuk: so what you think?19:49
acheronukof what?19:50
clivejothe mess that is calligra!19:51
acheronukI *think* 'calligra' sounds like a type of pasta dish19:54
acheronukI'll have the seafood calligra with some garlic break please......19:56
acheronuk*bread19:56
clivejoyummmm19:57
clivejoIll have the same19:57
BluesKajso I guess a Calligrapher is bread baker  ;-)19:57
acheronuklol19:58
acheronukI would like to sort that dependency issue, although could maybe live with it for an initial upload to just get new calligra in20:00
acheronukl18n needs proper breaks etc20:00
acheronuknot sure if the old l18n source being there would block migration or not, but in worst case I suppose we could get an AA to remove that 20:02
blazewhy lintian is always complaining about zesty?20:45
blazebad distribution in changes file stuff20:45
IrcsomeBot<tsimonq2> acheronuk: Work. 7:15 AM to 3 PM yesterday and today 😴20:57
clivejowell the wildcard idea doesnt work :(21:26
ahoneybundarn my keyboard lights stopped working22:11
acheronukeek! how will you find it in the dark now?22:16
* acheronuk runs22:16
ahoneybunxD22:17
clivejodo you often type in the dark?22:18
IrcsomeBot<ahoneybun> Well I like messing with the lights too22:27
valoriemy keyboard has a control to turn that off and on22:27
valoriedon't usually use it22:27
valoriebut I do type while watching the news at night or so22:27
valoriesometimes22:27

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