*** handaxe has quit IRC | 00:12 | |
*** handaxe has joined #maemo-ssu | 00:56 | |
*** handaxe has quit IRC | 01:01 | |
*** handaxe has joined #maemo-ssu | 01:03 | |
*** handaxe has quit IRC | 01:07 | |
*** handaxe has joined #maemo-ssu | 01:08 | |
merlin1991 | hah so I wasn't wrong remembering the nick from the past :) | 01:29 |
---|---|---|
*** Pali_ has quit IRC | 01:55 | |
*** Oksana has joined #maemo-ssu | 01:58 | |
*** povbot has joined #maemo-ssu | 06:34 | |
*** ChanServ sets mode: +v povbot | 06:34 | |
*** jon_y has quit IRC | 07:03 | |
*** DocScrutinizer05 has quit IRC | 07:50 | |
*** DocScrutinizer05 has joined #maemo-ssu | 07:50 | |
*** jon_y has joined #maemo-ssu | 08:33 | |
*** ilew has joined #maemo-ssu | 09:30 | |
ilew | merlin1991: 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. | 09:34 |
*** Wizzup has quit IRC | 09:40 | |
*** arcean has joined #maemo-ssu | 09:40 | |
freemangordon | ilew: from extras :( | 09:44 |
ilew | Hmm. Is it a problem? | 09:45 |
freemangordon | in theory yes, as we should not have dependencies to extras | 09:46 |
ilew | So do we build it in cssu and release it with a higher number or find another workaround? | 09:48 |
freemangordon | no need to increase the version | 09:51 |
freemangordon | it just has to be in cssu repo | 09:51 |
*** handaxe has quit IRC | 09:51 | |
freemangordon | however, I don;t have time now, sorry, be back on Sunday | 09:51 |
ilew | np, laters | 09:52 |
freemangordon | lets see what merlin1991 and Pali has to say about it | 09:52 |
ilew | Alright, I'll try building other some other packages in the mean time. | 09:53 |
*** handaxe has joined #maemo-ssu | 10:47 | |
*** ilew has quit IRC | 11:10 | |
*** handaxe has quit IRC | 11:38 | |
DocScrutinizer05 | I still fail to grok the "don't depend on stuff from maemo-extras" | 11:39 |
*** LauRoman has quit IRC | 14:54 | |
*** LauRoman has joined #maemo-ssu | 14:58 | |
*** NishanthMenon has joined #maemo-ssu | 16:05 | |
*** NishanthMenon has joined #maemo-ssu | 16:05 | |
*** arcean has quit IRC | 16:24 | |
*** arcean has joined #maemo-ssu | 16:45 | |
*** arcean has quit IRC | 17:17 | |
*** spinal84 has joined #maemo-ssu | 17:33 | |
*** Pali has joined #maemo-ssu | 18:46 | |
*** atk has quit IRC | 21:49 | |
merlin1991 | DocScrutinizer05: it pulls a tree | 21:52 |
merlin1991 | you depend on 1 package from there that depends on another package version > x .... | 21:52 |
merlin1991 | ilew where is mawk used / whatever | 21:55 |
merlin1991 | I can't find it in the depends / the repo | 21:55 |
*** atk has joined #maemo-ssu | 21:56 | |
merlin1991 | okay ilew I had a look | 22:00 |
merlin1991 | the version in cssu of libpng (1.2.49-1maemo1+0cssu3) does not requrie mawk | 22:02 |
merlin1991 | 1.2.49-1maemo1+0cssu4 in git does require it | 22:02 |
merlin1991 | now your is to find out if it is really necessary and if possible downgrade to awk | 22:02 |
*** ilew has joined #maemo-ssu | 22:03 | |
merlin1991 | err insert job after your | 22:03 |
merlin1991 | ilew: see logs | 22:03 |
ilew | I saw it in libpng. | 22:04 |
ilew | Build-Depends: debhelper (>= 5), libtool, automake, autoconf, quilt (>= 0.40), zlib1g-dev, mawk | 22:04 |
*** Oksana has quit IRC | 22:05 | |
ilew | Ooops logs updated. Yeah I was wondering if you could use awk instead. | 22:06 |
*** Oksana has joined #maemo-ssu | 22:08 | |
ilew | It does build if you depend on awk instead of mawk. | 22:09 |
merlin1991 | I'm just trying to find out how I built that back then | 22:11 |
merlin1991 | hm can't find anyrhing in the repo, I can have a look tomorrow in my actual build env | 22:13 |
merlin1991 | but you should add the cssu repo to your repo list | 22:15 |
ilew | The 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 | 22:15 |
merlin1991 | hm looks like they fixed a build fail we don't have | 22:17 |
merlin1991 | then I probably removed the mawk dependency | 22:17 |
ilew | Should I just remove the dependency altogether or change it to awk? | 22:19 |
merlin1991 | you never need to depend on awk, that's part of base files | 22:19 |
ilew | Cheers, I thought as much but just wanted to check. | 22:20 |
merlin1991 | put that into a commit and link the bug report in the commit message | 22:20 |
merlin1991 | I just sent out the github invite to the cssu grou | 22:23 |
merlin1991 | +p | 22:23 |
ilew | Will do, btw do we care about small typos in 'How to build' files? Like in https://github.com/community-ssu/openssl/blob/master/HOWTOBUILD | 22:24 |
merlin1991 | if you spot them, just fix them | 22:24 |
merlin1991 | it's not top priority, but if you've already noticed one fixing it is just one edit away ;) | 22:26 |
ilew | Cool, now I just have to figure out how to commit in git. | 22:28 |
merlin1991 | make your change | 22:29 |
merlin1991 | git add FILENAME | 22:29 |
merlin1991 | this adds the changes in the file into the staging part of your index (everything that will go into your next commit) | 22:29 |
merlin1991 | git commit -m "some text" | 22:29 |
merlin1991 | this commits stuff from staging into an actual commit | 22:30 |
ilew | Oh it's pretty much the same as svn. | 22:31 |
merlin1991 | yep only that you have local branches and tags are metadata and not a copy of your folders | 22:31 |
merlin1991 | and other stuff under the hood, but your process is similar | 22:36 |
merlin1991 | ie you have git pull that does svn update | 22:37 |
ilew | Looks like everything committed fine. Thanks for the help. | 22:52 |
*** Wizzup has joined #maemo-ssu | 23:03 | |
ilew | pali: 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? | 23:50 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!