--- Log opened Sat Jan 17 00:00:59 2015 | ||
olofk | poke53282: I just used jor1k to solve a problem :) | 06:12 |
---|---|---|
olofk | Oh, just remembered. Should we apply for GSoC this year? | 06:15 |
stekern | olofk: when is that? | 06:31 |
stekern | we should probably start preparing a bit earlier than last year | 06:31 |
olofk | stekern: Yeah, I can't remember the dates any more. I read something a few months ago, but kept forgetting to look it up | 06:41 |
olofk | ok, we can start applying as an org February 9 | 06:44 |
olofk | Did we colllect any proposals last year? | 06:45 |
olofk | project proposals, I mean | 06:45 |
stekern | yes, there was some wiki page blueCmd put up iirc | 06:52 |
olofk | "Some wiki page". This seems to be the case of OpenRISC documentation in general | 08:15 |
poke53282 | olofk: At the moment, around 60 people are visiting the website each day. At least the people who allow google analytics. | 11:34 |
poke53282 | But there are sometimes pretty significant peaks. | 11:34 |
poke53282 | So, unfortunately not so many people are using this site to solve a problem. | 11:35 |
poke53282 | But I guess the real number of visitors is higher. | 11:38 |
poke53282 | Because most of the people who are interested in such a project would also have addons to ban trackers. | 11:39 |
stekern | that comment made me think about a pretty interesting swedish documentary about stolen identities on internet | 12:31 |
stekern | the conclusion they made was that the more promiscous you were, the less chance the "identity stealer" would have to seem like they are you | 12:31 |
stekern | iow, your own strong precense on internet overshadows them impersonating you | 12:34 |
olofk | The problem with that is you need to be visible in many places on the internet | 13:20 |
olofk | So for me, someone could probably successfully steal my identity as long as they stay away from the opencores bugtracker or #openrisc :) | 13:20 |
stekern | nah, you're a little twitter bitch, you'll stay safe | 13:21 |
stekern | it's worse for me | 13:21 |
olofk | No problem for you either. We would quickly see the drop in progress on everything OpenRISC-related and ring the alarm :) | 13:22 |
stekern | this was the documentary btw: https://www.youtube.com/watch?v=6JFIfvZV2VM | 13:28 |
olofk | jeremybennett: I'm trying to kill off old bugs in OpenCores bugzilla, and got some questions for you. Are you around? | 13:29 |
olofk | stekern: Cool. I got to watch that | 13:30 |
olofk | For heaven's sake. How long time can it take to compile a compiler? It's been running for more than three hours now | 14:24 |
ysangkok | poke53282: i'm having some problems with jor1k-toolchain... the version of libffi referenced is older than 3.2.1, so i assume it doesn't support openrisc yet | 14:50 |
ysangkok | poke53282: so i tried updating the version number in the make file... | 14:50 |
ysangkok | poke53282: but now the include file is installed in /usr/lib/libffi-3.2.1 which of course doesn't work | 14:51 |
ysangkok | poke53282: well, i assume it can't work. but the actual error i get is /opt/cross/or1k-linux-musl/lib/gcc/or1k-linux-musl/4.9.0/../../../../or1k-linux-musl/bin/ld: cannot find -lffi | 14:53 |
ysangkok | (when building glib) | 14:53 |
ysangkok | or, rather, linking | 14:53 |
ysangkok | ah, i see libffi uses pkg-config | 14:55 |
ysangkok | looks like somehow -L${toolexeclibdir} from the pkg-config isn't getting written.. maybe it's the pkg-config-path... i'll research | 14:59 |
stekern | down to 83 gcc failures now | 16:10 |
olofk | stekern: Sounds like it's soon time for me to send you a Steam gift code ;) | 16:45 |
olofk | Cool. Seems like the newlib guys are positive to doing a 2.2.1 release with the last or1k patches | 17:07 |
olofk | But they failed to build or1k-gcc. Haven't had any problems myself. Anyone else got any clues? | 17:09 |
olofk | https://sourceware.org/ml/newlib/2015/msg00042.html | 17:09 |
poke53282 | ysangkok: Yes my libffi script might be wrong. This is the script for my version of libffi before I send the patches. | 17:29 |
poke53282 | even an update of the version string might not work as you said. | 17:30 |
poke53282 | do you use my scripts? In the Makefile I set several environment variables for pkg-config | 17:30 |
poke53282 | stekern: If you send me your Steam ID maybe I have something for you as well. :) | 17:31 |
poke53282 | stekern: Do you have a repository with updates? | 17:34 |
stekern | the only "real" gcc bug so far is in or1k-gcc | 17:49 |
stekern | other have just beeen musl related | 17:49 |
stekern | like profiling tests needed to be disabled | 17:50 |
poke53282 | I guess one is related to a missing stack usage function. | 18:12 |
olofk | Noooo!!! make install failed :( | 18:17 |
olofk | mkdir -p -- /usr/local/libexec/gcc/i686-pc-linux-gnu/4.9.1/install-tools | 18:18 |
olofk | mkdir: cannot create directory ‘/usr/local/libexec’: Permission denied | 18:18 |
olofk | You got to be kidding me. I found a bug in my makefile so I have spent the day compiling a native version to be installed in /usr/local | 18:19 |
olofk | A ':=' instead of '+=' reset the configure arguments :( | 18:20 |
poke53282 | :) | 18:36 |
poke53282 | olofk: do you a raspi to compile? | 18:37 |
olofk | poke53282: Almost. It's an Atom N270 | 22:17 |
dalias | :) | 22:41 |
dalias | atoms are not that slow | 22:41 |
poke53282 | That explains it. | 22:49 |
poke53282 | Well, I had one by my own. And I installed gentoo on it. | 22:49 |
poke53282 | I regret it | 22:50 |
dalias | :) | 22:51 |
poke53282 | olofk: Use the options "--enable-languagues=c" | 23:24 |
poke53282 | add only a comma separated list of programming languages, which you need. | 23:24 |
poke53282 | =c,c++ | 23:24 |
poke53282 | maybe | 23:24 |
olofk | poke53282: Yeah, I'm using c,c++ but I'm considering using only c next time. Not sure I ever used c++ for this tc | 23:34 |
olofk | And I'm running gentoo on this atom. Perfectly happy with that. Just got firefox as a prebuilt package | 23:35 |
olofk | Got ubuntu installed on it as well, and that is insanely slow compared to the gentoo system | 23:36 |
olofk | I see it as Amdahls law. Upgrading is slower, but using the system is faster, and I spend much more time using the system than upgrading it | 23:38 |
--- Log closed Sun Jan 18 00:00:00 2015 |
Generated by irclog2html.py 2.15.2 by Marius Gedminas - find it at mg.pov.lt!