--- Log opened Tue Aug 29 00:00:05 2017 00:38 #navit: < Navit> The following compiles failed: http://download.navit-project.org/logs/navit/android_armv5te/svn/navit-svn-.failed http://download.navit-project.org/logs/navit/osm-exp/svn/navit-svn-.failed http://download.navit-project.org/logs/navit/src/svn/navit-svn-.failed http://download.navit-project.org/logs/navit/openmoko/svn/navit-svn-.failed http://download.navit-project.org/logs/navit/win32/svn/navit-svn-.failed http://download.navit-project.org/logs/navit/n 00:38 #navit: < Navit> oad.navit-project.org/logs/navit/android_armv4t/svn/navit-svn-.failed http://download.navit-project.org/logs/navit/android_x86/svn/navit-svn-.failed http://download.navit-project.org/logs/navit/tomtom/svn/navit-svn-.failed 00:38 #navit: < Navit> See compile results history at http://download.navit-project.org/logs/navit/stats.html 02:47 -!- noradtux [~noradtux@port-7114.pppoe.wtnet.de] has quit [Ping timeout: 252 seconds] 02:48 -!- noradtux [~noradtux@2a02:2028:75a:c801:bc7d:b9a:6399:4bfc] has joined #navit 05:05 -!- noradtux [~noradtux@2a02:2028:75a:c801:bc7d:b9a:6399:4bfc] has quit [Ping timeout: 255 seconds] 05:08 -!- noradtux [~noradtux@2a02:2028:75a:c801:bc7d:b9a:6399:4bfc] has joined #navit 08:08 -!- pini [~pini@bou-fi.pustule.org] has joined #navit 16:32 -!- noradtux [~noradtux@2a02:2028:75a:c801:bc7d:b9a:6399:4bfc] has quit [Quit: Bye] 16:34 -!- noradtux [~noradtux@port-34142.pppoe.wtnet.de] has joined #navit 16:37 -!- noradtux [~noradtux@port-34142.pppoe.wtnet.de] has quit [Client Quit] 16:39 -!- noradtux [~noradtux@2a02:2028:75a:c801::1] has joined #navit 16:47 -!- ilovekiruna [~ilovekiru@ip2505a0ef.dynamic.kabel-deutschland.de] has quit [Quit: Konversation terminated!] 17:00 -!- noradtux [~noradtux@2a02:2028:75a:c801::1] has quit [Quit: Bye] 17:06 -!- noradtux [~noradtux@port-34142.pppoe.wtnet.de] has joined #navit 18:14 -!- ilovekiruna [~ilovekiru@ip2505a0ef.dynamic.kabel-deutschland.de] has joined #navit 18:38 -!- gernot_ [d9e52cd2@gateway/web/freenode/ip.217.229.44.210] has joined #navit 18:39 #navit: < gernot_> hi 18:40 #navit: < gernot_> KaZeR: now i think i found the build and the problem with TT. 18:41 #navit: < gernot_> How du you test a corrected build script? 18:41 #navit: < gernot_> Use a local container to test local or sccess you the build container via ssh? 18:43 #navit: < gernot_> I noticed there are no ssh keys for VM acess in the project. 18:44 #navit: <@KaZeR> hi there 18:44 #navit: < gernot_> Do you upload on demand or is it possible to store the key in my circleci profile? 18:44 #navit: < gernot_> Hi 18:45 #navit: <@KaZeR> gernot_: you should be able to log in using the same ssh key that you use to push to github, if you have one 18:45 #navit: <@KaZeR> but otherwise you should also be able to test locally, by starting a docker container and running the same ci script 18:46 #navit: < gernot_> I get the error "No SSH key is found. Please make sure you've added at least one SSH key in your VCS account." 18:47 #navit: < gernot_> I try to upload on to github. 18:47 #navit: < gernot_> for now I use password for github uploads 18:56 #navit: < gernot_> hmmm. Cant add a ssh key at github ... trying 19:06 #navit: < gernot_> Great, now it work. thanks 19:24 #navit: < gernot_> ./configure: 370: ./configure: arm-linux-gcc: not found 19:25 #navit: < gernot_> look like arm-linux-gcc is not in place... 19:34 #navit: < gernot_> found the problem. Ubuntu is 64 bit, arm-linux-gcc is 32 bit. 19:40 #navit: < gernot_> KaZeR: I had to install some additional packages for 32 bit support: 19:40 #navit: < gernot_> dpkg --add-architecture i386 19:40 #navit: < gernot_> apt-get update 19:40 #navit: < gernot_> apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 19:43 #navit: < gernot_> apt-get install libglib2.0-dev 19:44 #navit: < gernot_> new problem tomtom_minimal.sh: line 114: git: command not found 19:44 #navit: < gernot_> so add 19:45 #navit: < gernot_> apt-get install git 19:46 #navit: < gernot_> new problem.../glib-genmarshal: cannot execute binary file: Exec format error 19:48 #navit: < gernot_> I had this problem also in opentom. I dont remember exact , but think ist was that automake used the wrong linker 19:48 #navit: < gernot_> (glib build...) 19:56 #navit: <@KaZeR> thanks gernot_ that's super helpful! 19:57 #navit: < gernot_> now i moved the arm genmarshal away. The i386 is installed... 19:58 #navit: < gernot_> next problem .. 19:59 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has joined #navit 20:02 #navit: < gernot_> apt-get install autogen autoconf 20:03 #navit: < gernot_> mv /opt/tomtom-sdk/gcc-3.3.4_glibc-2.3.2/arm-linux/sys-root/bin//glib-genmarshal /opt/tomtom-sdk/gcc-3.3.4_glibc-2.3.2/arm-linux/sys-root/bin//glib-genmarshal_not after unpacking the toolchain 20:05 #navit: < gernot_> next problem: configure.ac:24: error: possibly undefined macro: AC_DISABLE_STATIC I know this problem... 20:06 #navit: < gernot_> apt-get install libtool 20:08 #navit: < gernot_> i think i'm near the target: cd: /root/navit: No such file or directory 20:21 #navit: < gernot_> KaZeR: change path.. cd ~/navit to cd ~/project/navit 20:22 #navit: < gernot_> Now i get a cmake error and dont know why. 20:23 #navit: < gernot_> Tomorrow i change the build scripts to this point. 20:23 #navit: < gernot_> by 20:23 -!- gernot_ [d9e52cd2@gateway/web/freenode/ip.217.229.44.210] has quit [] 22:18 -!- xenos1984 [~xenos1984@22-164-191-90.dyn.estpak.ee] has quit [Quit: Leaving.] 23:41 -!- Horwitz [~mich1@p200300800E017000022268FFFE64E7C4.dip0.t-ipconnect.de] has quit [Ping timeout: 276 seconds] 23:54 -!- Horwitz [~mich1@p200300800E00F000022268FFFE64E7C4.dip0.t-ipconnect.de] has joined #navit 23:54 -!- mode/#navit [+o Horwitz] by ChanServ 23:55 -!- pmckinley [~Peter_McK@88-110-220-76.dynamic.dsl.as9105.com] has joined #navit 23:56 #navit: < pmckinley> pmckinley has made landfall 23:57 #navit: < pmckinley> hi KaZeR --- Log closed Wed Aug 30 00:00:07 2017