IRC log for #maemo-ssu on 20161209

04:34.49*** join/#maemo-ssu povbot (~supybot@office.pov.lt)
04:34.49*** mode/#maemo-ssu [+v povbot] by ChanServ
05:50.15*** join/#maemo-ssu DocScrutinizer05 (~saturn@openmoko/engineers/joerg)
06:33.19*** join/#maemo-ssu jon_y (~enforcer@2001:e68:4075:55cd:b548:2e95:2fef:b0c2)
07:30.29*** join/#maemo-ssu ilew (cbdbe4e3@gateway/web/freenode/ip.203.219.228.227)
07:34.50ilewmerlin1991: Well that's good, means I am not a complete stranger. Btw do you have any idea where your mawk package came from? It's needed for libpng but not in the default scratchbox repos.
07:40.37*** join/#maemo-ssu arcean (~arcean@131.228.32.166)
07:44.01freemangordonilew: from extras :(
07:45.33ilewHmm. Is it a problem?
07:46.02freemangordonin theory yes, as we should not have dependencies to extras
07:48.22ilewSo do we build it in cssu and release it with a higher number or find another workaround?
07:51.25freemangordonno need to increase the version
07:51.34freemangordonit just has to be in cssu repo
07:51.52freemangordonhowever, I don;t have time now, sorry, be back on Sunday
07:52.10ilewnp, laters
07:52.13freemangordonlets see what merlin1991 and Pali has to say about it
07:53.12ilewAlright, I'll try building other some other packages in the mean time.
08:47.49*** join/#maemo-ssu handaxe (~chatter@c83-248-17-44.bredband.comhem.se)
09:39.33DocScrutinizer05I still fail to grok the "don't depend on stuff from maemo-extras"
12:58.01*** join/#maemo-ssu LauRoman (~LauRoman@5-14-180-133.residential.rdsnet.ro)
14:05.54*** join/#maemo-ssu NishanthMenon (~nmenon@unaffiliated/nishanthmenon)
14:45.41*** join/#maemo-ssu arcean (~arcean@131.228.32.166)
15:33.00*** join/#maemo-ssu spinal84 (~spinal@nat4-minsk-pool-46-53-176-225.telecom.by)
16:46.00*** join/#maemo-ssu Pali (~pali@Maemo/community/contributor/Pali)
19:52.10merlin1991DocScrutinizer05: it pulls a tree
19:52.23merlin1991you depend on 1 package from there that depends on another package version > x ....
19:55.06merlin1991ilew where is mawk used / whatever
19:55.16merlin1991I can't find it in the depends / the repo
19:56.01*** join/#maemo-ssu atk (~Arch-TK@fsf/member/Arch-TK)
20:00.18merlin1991okay ilew I had a look
20:02.05merlin1991the version in cssu of libpng (1.2.49-1maemo1+0cssu3) does not requrie mawk
20:02.21merlin19911.2.49-1maemo1+0cssu4 in git does require it
20:02.54merlin1991now your is to find out if it is really necessary and if possible downgrade to awk
20:03.26*** join/#maemo-ssu ilew (7c941fd4@gateway/web/freenode/ip.124.148.31.212)
20:03.39merlin1991err insert job after your
20:03.42merlin1991ilew: see logs
20:04.34ilewI saw it in libpng.
20:04.58ilewBuild-Depends: debhelper (>= 5), libtool, automake, autoconf, quilt (>= 0.40), zlib1g-dev, mawk
20:06.39ilewOoops logs updated. Yeah I was wondering if you could use awk instead.
20:08.17*** join/#maemo-ssu Oksana (~Wikiwide@Maemo/community/ex-council/Wikiwide)
20:09.06ilewIt does build if you depend on awk instead of mawk.
20:11.27merlin1991I'm just trying to find out how I built that back then
20:13.51merlin1991hm can't find anyrhing in the repo, I can have a look tomorrow in my actual build env
20:15.36merlin1991but you should add the cssu repo to your repo list
20:15.56ilewThe dependency to mawk was added in version 1.2.8rel-4 - Use mawk instead of awk (closes: #329812). https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329812
20:17.36merlin1991hm looks like they fixed a build fail we don't have
20:17.52merlin1991then I probably removed the mawk dependency
20:19.09ilewShould I just remove the dependency altogether or change it to awk?
20:19.40merlin1991you never need to depend on awk, that's part of base files
20:20.22ilewCheers, I thought as much but just wanted to check.
20:20.51merlin1991put that into a commit and link the bug report in the commit message
20:23.34merlin1991I just sent out the github invite to the cssu grou
20:23.36merlin1991+p
20:24.09ilewWill do, btw do we care about small typos in 'How to build' files? Like in https://github.com/community-ssu/openssl/blob/master/HOWTOBUILD
20:24.38merlin1991if you spot them, just fix them
20:26.55merlin1991it's not top priority, but if you've already noticed one fixing it is just one edit away ;)
20:28.02ilewCool, now I just have to figure out how to commit in git.
20:29.12merlin1991make your change
20:29.14merlin1991git add FILENAME
20:29.42merlin1991this adds the changes in the file into the staging part of your index (everything that will go into your next commit)
20:29.49merlin1991git commit -m "some text"
20:30.05merlin1991this commits stuff from staging into an actual commit
20:31.09ilewOh it's pretty much the same as svn.
20:31.53merlin1991yep only that you have local branches and tags are metadata and not a copy of your folders
20:36.41merlin1991and other stuff under the hood, but your process is similar
20:37.00merlin1991ie you have git pull that does svn update
20:52.20ilewLooks like everything committed fine. Thanks for the help.
21:03.49*** join/#maemo-ssu Wizzup (~Wizzup@a82-161-36-93.adsl.xs4all.nl)
21:50.54ilewpali: In osso-wlan (3.0.20.1+0cssu3) you added a dependency for ghostscript to replace gs-gpl. Is this another extra's only package?
22:01.33Paliyes, this package is only in extra
22:01.41Paliand is really needed to correctly build -doc package
22:06.46ilewSo ghostscript should be added to cssu?
22:09.57Paliit is just build dependency
22:10.23Paliso useless in cssu repository, not target n900/cssu
22:18.54ilewSo grabbing stuff from extras to fulfil build dependencies is fine? oes make it a tad harder to catch other dependencies from slipping in.
22:28.23Paliinstall it from extras
23:05.19*** join/#maemo-ssu Wizzup (~Wizzup@a82-161-36-93.adsl.xs4all.nl)
23:07.08ilewDoes anyone know how I would go about getting libxml2 to build? - Link to build log http://pastebin.com/tnkLQSfb
23:07.52*** join/#maemo-ssu Wizzup (~Wizzup@a82-161-36-93.adsl.xs4all.nl)
23:17.01ilewErr sorry I should have said the correct way to build it. I know it will build if I copy the generated symbols into debian/libxml2.symbols but there's a huge amount of differences.

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.