Parrot 2.9.1 Released | parrot.org | Log: irclog.perlgeek.de/parrot/today | Nopaste: nopaste.snit.ch:8001 | merge gsoc_nci |
Set by moderator on 2 November 2010.
00:04 dalek joined 00:07 dmalcolm left 00:08 GeJ left 00:10 dalek left, whiteknight joined, GeJ joined
cotto ~~ 00:13
00:14 hercynium joined
GeJ Bonjour everyone. 00:21
00:22 rurban left
GeJ aloha: clock? 00:22
aloha GeJ: GeJ: LAX: Fri, 17:22 PDT / CHI: Fri, 19:22 CDT / NYC: Fri, 20:22 EDT / UTC: Sat, 00:22 UTC / LON: Sat, 00:22 GMT / BER: Sat, 01:22 CET / TOK: Sat, 09:22 JST / SYD: Sat, 11:22 EST
00:22 dngor joined 00:35 kid51 joined 00:37 patspam left 00:46 dngor_ joined, dngor left 00:53 jsut joined 00:58 jsut_ left, dngor_ is now known as dngor 01:15 dngor_ joined 01:18 dngor left 01:25 dngor_ left 02:02 dngor joined 02:15 whiteknight left 02:44 patspam joined 02:45 hercynium left 02:57 hercynium joined, kid51 left 04:00 plobsing joined 04:21 lidden left 04:23 hercynium left 04:35 Maddingue left, Maddingue joined 04:37 mikehh_ joined, mikehh left 04:52 theory left
bacek aloha, humans 06:15
06:22 patspam left 07:07 AzureSto_ left 07:13 AzureStone joined
cotto aloha, bacek 07:32
07:51 fperrad joined 09:13 fperrad left 09:29 dalek joined 09:30 dalek left 09:54 dalek joined 10:07 mikehh_ is now known as mikehh
mikehh opbots, names 10:07
10:10 dalek left 10:15 dalek joined, dalek left 10:17 dalek joined 10:19 dalek left 10:21 dalek joined 10:24 dalek left, dalek joined 10:27 dalek left 10:28 dalek joined 10:29 dalek left, dalek joined 10:31 dalek left 10:32 bacek left 10:34 dalek joined 10:42 mikehh left 10:43 mikehh joined 10:48 jsut_ joined 10:53 jsut left 10:56 mikehh left 11:01 fperrad joined 11:15 mikehh joined
tadzik o/ 11:17
11:21 M_o_C joined 11:52 M_o_C left 12:03 Hunger left 12:05 Hunger joined 12:23 lidden joined 12:50 kid51 joined
kid51 ~~ 12:52
12:54 kid51_ joined 12:58 kid51 left 13:14 whiteknight joined 13:15 bacek joined 14:00 kid51_ left 14:41 kid51 joined
dalek rrot: r49788 | jkeenan++ | trunk (104 files):
Merge tt1841_osvers branch into trunk. Adds 'osvers' to configuration data.
14:48
rrot: r49789 | jkeenan++ | branches/tt1841_osvers:
Branch has been merged into trunk and is no longer needed at HEAD.
14:49
TT #1841 closed by jkeenan++: Add 'osvers' key-value pair to Configure.pl 14:50
TT #1841: trac.parrot.org/parrot/ticket/1841
ttbot Parrot trunk/ r49788 i386-freebsd-64int make error tt.taptinder.org/file/cmdout/416245.txt ( tt.taptinder.org//buildstatus/pr-Pa.../rp-trunk/ ) 14:58
dalek rrot: r49790 | jkeenan++ | trunk/config/init/hints/freebsd.pm:
Attempting to deal with tinderbox build failure report. Commenting out assignment to 'osvers'.
15:04
kid51 That's a very unusual taptinder error. It's saying that __APPLE_CC__ is not defined. But why would it be on FreeBSD? 15:05
dalek tracwiki: v7 | jkeenan++ | Lorito 15:07
tracwiki: trac.parrot.org/parrot/wiki/Lorito?...ction=diff
arnsholt kid51: Good question. But I think Apple has contributed some source code to fBSD via Darwin, so that might be it 15:08
15:08 patspam joined
kid51 arnsholt: But the curious thing is: That assignment to 'osvers' in configuration is not, to our knowledge, used anywhere within 'make'. 15:09
We are just stashing it away for future use.
arnsholt Curious 15:17
kid51 Re-opening TT #1841. 15:18
dalek TT #1841 reopened by jkeenan++: Add 'osvers' key-value pair to Configure.pl 15:21
TT #1841: trac.parrot.org/parrot/ticket/1841
kid51 On my Mac, I'm looking at /opt/local/include/libintl.h. This file's path suggests that I installed it via macports or Fink several years ago. 15:27
(In contrast, on my Linux box, I have /usr/include/libintl.h ... which suggests it came with Debian.) 15:28
This /opt/local/include/libintl.h does have some code referencing __APPLE_CC__ -- as you would expect on Darwin. 15:29
The fact that on the Taptinder box this file was found in /usr/local/include/ suggests to me that it is not a vendor-supplied file. Perhaps a 'port'.
mikehh kid51: seems ok now 15:30
15:30 theory joined
kid51 But why would something that, AFAICT, is never used during 'make' cause a 'make' failure? 15:31
mikehh kid51: sumtimes dese here 'puters are not as deterministic as we would like :-} 15:33
kid51 Even more weird: Taptinder reported this successful build: tt.taptinder.org/file/cmdout/416288.txt 15:35
But this one has just as many __APPLE_CC__ warnings as the one that failed!
So maybe that was spurious.
The failure in 416245 came in 'miniparrot': 15:37
cc -o ./miniparrot src/main.o src/null_config.o -L/usr/home/jurosz/tt1/client-data/Parrot-trunk-temp/blib/lib -lparrot -lm -lcrypt -lutil -lreadline -lintl -Wl,-E -L/usr/local/lib
src/thread.c:753: undefined reference to `pthread_create'
*** Error code 1
Stop in /usr/home/jurosz/tt1/client-data/Parrot-trunk-temp.
In tt.taptinder.org/file/cmdout/416245.txt (the failure), 'miniparrot' was being invoked by 'cc'. 15:43
tt.taptinder.org/file/cmdout/416288.txt (the success), 'miniparrot' was being invoked by 'g++'.
mikehh kid51: those warnings go way back: it has them in the oldest report there for r49577 15:46
kid51 mikehh: Yes, and if I google for them I find them in lots of other contexts
So they have nothing to do with Parrot or 'osvers' 15:47
As an experiment, I'm going to un-revert and see what that Taptinder FreeBSD box does.
mikehh kid51: not AFAICS
dalek rrot: r49791 | jkeenan++ | trunk/config/init/hints/freebsd.pm:
Trying to track down source of build failure on FreeBSD.
15:51
mikehh kid51: the only ref to __APPLE_CC__ I could find in parrot was in src/pmc/env.pmc 15:54
ttbot Parrot trunk/ r49791 i386-freebsd-64int make error tt.taptinder.org/file/cmdout/416333.txt ( tt.taptinder.org//buildstatus/pr-Pa.../rp-trunk/ ) 16:01
kid51 Well, the build failure returned, so I shall have to re-revert. 16:05
dalek rrot: r49792 | jkeenan++ | trunk/config/init/hints/freebsd.pm:
Again have to comment out assignment to 'osvers' to prevent build error reported by taptinder.
16:07
kid51 We'll have to see if we can get one of our live developers who works of FreeBSD to help out with this.
mikehh kid51: weird, what is wrong with building miniparrot with gcc on FreeBSD, is seems to work fine with g++ with the rest built with gcc 16:20
kid51: I seem to remember you mentioning that on your PPC you used g++ for ld but gcc for the rest 16:21
kid51 mikehh: I haven't actually svn up on my Darwin/PPC yet. 16:24
But, in any case, that case would be governed by config/init/hints/darwin.pm ... not hints/freebsd.pm.
dalek tracwiki: v61 | whiteknight++ | GoogleCodeIn2010Tasks 16:26
tracwiki: + create a website at <span class="icon">ļæ½</span>parrot.github.org</a>
tracwiki: trac.parrot.org/parrot/wiki/GoogleC...ction=diff
tracwiki: v62 | whiteknight++ | GoogleCodeIn2010Tasks
tracwiki: +project about a census of users
tracwiki: trac.parrot.org/parrot/wiki/GoogleC...ction=diff
kid51 testing on Darwin/PPC 16:28
bbial
17:14 kid51 left 17:37 mikehh left
dukeleto whiteknight: thanks for making new tasks! 17:45
whiteknight: keeping them in difficulty order would be nice, tho :)
(whoever fixed dalek)++
17:46 mikehh joined
dukeleto whiteknight: how is your census task different than the "create a survey" task? 17:47
18:03 jasonmay joined
cotto ~~ 18:05
18:30 dalek left 18:31 dalek joined 18:34 kid51 joined 18:46 hercynium joined 19:00 bluescreen joined 19:07 dalek left 19:08 dalek joined, dalek left 19:10 dalek joined 19:19 kid51 left 19:22 hercynium left
whiteknight dukeleto: I didn't see the "create a survey " task 19:23
dukeleto whiteknight: it is near the top 19:25
whiteknight do you think we should break this long list up into subpages?
it's hard to navigate as-is
19:26 patspam left
cotto seen chromatic 19:30
aloha chromatic was last seen in #parrot 2 days 16 hours ago saying "msg kid51 anything Rakudo related.".
whiteknight yay! first volunteer for the API team 19:36
cotto I thought you already had a couple. 19:37
whiteknight where do we stand on the git migration? We're still waiting for people to verify their author names?
cotto That's my understanding. 19:38
dalek tracwiki: v3 | whiteknight++ | ProductManagementTeam
tracwiki: +bluescreen
tracwiki: trac.parrot.org/parrot/wiki/Product...ction=diff
whiteknight oh, nice! updates about the wiki again!
cotto If dukeleto is ok with it, I'd like to finalize the schedule and post it to the relevant lists.
Great! I really missed those. 19:39
whiteknight I would like that too, if duke is cool
cotto dukeleto, ping
We got a correction from moritz, so it'd be hard to say that people didn't get a fair shot at making corrections. 19:41
19:46 jsut joined 19:51 jsut_ left
cotto toys with getting an addendum to his employment contract that gives him the right to add "Rocket Surgeon" to his job description. 19:57
This makes legalese much more fun, though I'm sure any lawyer looking at it would laugh and tell me to go away. 20:12
20:22 luben joined
dukeleto cotto: pong 20:24
cotto dukeleto, how do you feel about nailing down a git migration schedule today? 20:27
whiteknight I think it's more important to have any timeline, than to have any particular one 20:33
so it doesn't matter what the schedule is, so long as we can put something on the calendar 20:34
cotto That's pretty much what I want to do.
dukeleto cotto: sure 20:43
nopaste "cotto" at 192.168.1.3 pasted "any holes in this?" (7 lines) at nopaste.snit.ch/25354 20:49
cotto dukeleto, ^
20:54 perlite joined 20:58 perlite_ left
cotto goes afk for a bit 20:58
21:12 whiteknight left
dukeleto cotto: sounds ok to me, as long as the OSUOSL people konw about it 21:37
21:40 fperrad left
cotto ~~ 21:42
dukeleto, is anything missing? How will the author maps figure in? 22:05
22:09 M_o_C joined
dukeleto cotto: that will have to be massaged 22:32
cotto: what did you mean that we got something from moritz? Did the CREDITS get updated?
dukeleto has a really busy day, and won't be able to do much until Monday, most probably
cotto dukeleto, moritz updated CREDITS 22:34
cotto knows the feeling
dukeleto cotto: ok, that means i need to regenerate from CREDITS and fix the "a.k.a" lines again
22:40 patspam joined 22:53 M_o_C left 23:03 dalek left, dalek joined 23:27 dalek left 23:28 dalek joined 23:36 dalek left 23:38 dalek joined
sorear Infinoid: ping 23:55