**** BEGIN LOGGING AT Thu Sep 12 03:02:41 2019 Sep 12 04:46:56 Question : Does Python 2.7 actually work? Because I cannot find /opt/python27/bin/python2.7 Sep 12 04:48:45 Python 3 would also be nice to have, but that's a different topic. Sep 12 05:35:17 sixwheeledbeast: cutetube still works for me (and the others reported the same on TMO), are you sure it is not something on your side? could you point me to a clip that doesn;t wotk for you? Sep 12 05:39:59 facebrick, /me trying to create an application - "You're restricted from creating apps indefinitely." Sep 12 05:40:30 not that this makes me cry though :) Sep 12 08:05:58 the uploaded files with extras assistant doesn't reach the autobuilder my package got rejected and another package does not get imported to repository :( Sep 12 08:06:51 and I have still some in line for upload... Sep 12 11:50:50 does anybody know how to use this gcc-4.6 for the autobuilder that it not falling back and using 4.2 Sep 12 11:57:01 I'm not certain autobuilder can use gcc 4.6 at all Sep 12 11:57:53 but gcc-4.6 is in extras thought it will work Sep 12 11:58:41 maybe by specifying gcc-4.6 as a dependency and writing own rules/build script? Sep 12 11:58:45 but that's a hackery Sep 12 11:59:38 i step around old gcc issue by simply building nonfree package and not worrying about autobuilder hiccups Sep 12 11:59:39 ;) Sep 12 11:59:45 wanted to compile nettle but it fails with 4.2 and it seems to build with 4.72 Sep 12 12:00:23 own rules might be as simple as changing CC variable etc Sep 12 12:00:39 try dependency+env variables in rules Sep 12 12:00:41 yeah I think so too that I need to feed openrepos anyway maemo buildsystem is stuck Sep 12 12:01:19 ah ok thx I will have a look how I can hack it with env variables Sep 12 12:02:14 keep in mind that compiling with newer gcc might rely on newer stdc++ Sep 12 12:02:31 unless code is plain c, then there shouldnt be much trouble Sep 12 12:03:00 btw. s/dependency/build dependency/ Sep 12 12:03:47 cssu has a new stdc++ or? Sep 12 12:04:31 there are people still on stock Sep 12 12:04:46 and i suspect cssu has 4.2 stdc++ Sep 12 15:50:31 hmm it seems that gcc-4.6 is only for development on the device not in sb Sep 12 15:55:17 halftux: there is a sb-only gcc-4.6 toolchain available though (the one with thumb support), but I guess you already know that Sep 12 15:55:31 I wonder how hard it would be to add it to autobuilder Sep 12 15:56:04 (I never quite understood why we never agreed on doing it tbh) Sep 12 15:58:12 yes I am using thumb sb-only gcc-4.72 but then you can't upload to extras Sep 12 15:59:23 maybe they don't want to have something parallel in autobuilder and to rebuild everything glibc is the show stopper? Sep 12 16:00:38 we already have x86/armel, I don't really see a reason not to add -thumb and only build packages that are imported there (and there dependencies) Sep 12 16:00:42 their* Sep 12 16:01:01 (oh and, right, it's 4.7, not 4.6) Sep 12 16:02:37 yeah you are right this would be great Sep 12 16:03:57 actually I wonder how one would bootstrap a new target for autobuilder Sep 12 16:04:23 (how would you import base packages needed to build others) Sep 12 16:05:57 hmm maybe the people who know it are gone and could also be that SB has limitations but we could use SB2. The base packages could be compiled on the device? Sep 12 16:06:57 if anything one could build them in a regular sb, the question is how would they get imported in autobuilder Sep 12 16:09:14 maybe as non free package so only debs? or maintainer of autobuilder need to update them manually Sep 12 16:10:41 probably the latter I guess Sep 12 16:18:12 oh I think I got it working Sep 12 16:18:53 it takes now gcc-4.6 lets see if it builds until the end Sep 12 16:30:13 it definitely takes gcc-4.6 but has same arm bug Error: bad instruction 'rrx r5,r5' Sep 12 16:41:32 hmm now it would be nice to get gcc-4.7 to extras Sep 12 16:52:49 omg looked at the gcc-4.6 source file and it is killing my brain... where is Apo now :( Sep 12 17:38:10 As a note for using gcc-4.6 in the autobuilder or standard SB target add to your rules file: Sep 12 17:38:16 export CC=/usr/bin/gcc-4.6 Sep 12 17:38:23 export CXX=/usr/bin/g++-4.6 Sep 12 17:38:30 export SBOX_REDIRECT_IGNORE=/usr/bin/gcc-4.6:/usr/bin/g++-4.6 Sep 12 17:38:53 when you know it, it is easy :) Sep 12 20:02:38 freemangordon: No videos worked when I tried yesterday now all the ones I tried play fine. I can only assume something was changed there end? **** ENDING LOGGING AT Fri Sep 13 02:59:57 2019