Parrot 4.8.0 "Spix's Macaw" | parrot.org/ | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC
Set by moderator on 8 November 2012.
00:24 aloha joined 00:34 mtk joined 01:07 benabik joined 01:18 Mike-PerlRecruiter_ joined 02:01 benabik joined 02:45 benabik joined 03:28 benabik joined 04:43 Patterner joined 04:49 diakopter joined 09:28 PacoAir joined 10:23 eternaleye joined 10:24 arnsholt joined 10:25 dalek joined 10:26 sri joined 10:29 drift_ joined 10:31 drift joined 12:35 Psyche^ joined 13:16 brrt joined 13:17 Mike-PerlRecruiter_ joined
dalek kudo/nom: c82d103 | coke++ | t/spectest.data:
run new macros test file
15:16
15:52 dmalcolm joined 16:06 benabik joined 16:18 contingencyplan joined 16:35 alester joined 16:57 benabik joined 16:59 diakopter left 17:02 bluescreen joined 17:03 bluescreen_ joined 17:15 bluescreen__ joined 18:56 zby_home joined 19:21 tuxit joined
Reini Checking out the openbsd icu problem 19:24
but /usr: write failed, file system is full
It might be this: tug.org/pipermail/tlbuild/2012q2/002348.html 19:41
19:50 brrt joined
cotto good fine, Reini 20:02
rurban++
Reini src/pmc/proxy.pmc is missing from MANIFEST 20:03
cotto that's odd. I thought it'd been around for a long time.
talking about the thread branch? 20:04
I must have been thinking about pmcproxy
Reini But I could compile strings with icu 4.4. on openbsd just fine
20:14 perlite_ joined 20:29 brrt joined 20:47 brrt left
Reini proxy was my mistake, left-over from the proxy branch 20:54
uuh, from the threads branch
21:28 tuxit joined, bluescreen joined, alester joined, contingencyplan joined, Mike-PerlRecruiter_ joined, drift joined, sri joined, dalek joined, mtk joined, aloha joined, jlaire joined, Infinoid joined, jsut joined, Hunger joined, Woodi joined, schm00ster joined, particle joined, slavorg joined, janus joined, dngor joined, p6eval joined, TonyC joined, schmooster joined, cotto joined, simcop2387 joined, ruoso joined, Maddingue joined, dukeleto joined, Timbus joined, Tene joined, sorear joined, tokuhirom joined, he_ joined, smash joined, patspam joined, allison joined, cxreg joined, moritz joined
Reini rechecking openbsd 4.9 with icu 4.4 21:40
Okay, I can now fully reproduce the ops icu problem 21:46
/usr/local/include/unicode/uset.h:250: error: function declaration isn't a prototype
cotto excellent 21:48
is it an icu thing? 21:49
Reini extern __attribute__((visibility("default"))) is invalid
no, looks like a macro clash 21:50
21:50 slavorg joined
Reini got it. uset_openEmpty(); => uset_openEmpty(void); in icu. Some warning flag needs to be pessimized. 21:54
I guess it is -Wmissing-declarations, -Wmissing-prototypes or such 21:55
22:00 benabik joined
Reini -Werror=strict-prototypes it is 22:04
22:29 slavorg joined
Reini I found a strange -I$(@D) macro in ## SUFFIX OVERRIDE which does nothing. Does it? 22:37
cotto looking 22:39
hmmm
doesn't ring a bell 22:40
Reini Looks like a forgotten @D@ to me 22:41
patch tested ok. new branch or direct to master?
cotto master 22:42
Reini Just a warning exception for one src file
dalek rrot: 1cc9caa | rurban++ | config/ (2 files):
[GH #867] icu 4.4 uses a wrong uset_openEmpty(); function declaration

Since we cannot check icu in auto::warnings (it comes later), remove
  -Werror=strict-prototypes from src/string/encoding/shared.c.
Note that I noticed an apprently wrong -I$(@D) macro in the suffix override rules, which looks wrong, but does no harm.
22:45
Reini smolder.parrot.org/app/projects/rep...ails/32286 openbsd smoke 23:02
sorear hello Reini, welcome back 23:11
23:55 whiteknight joined
whiteknight good evening, #parrot 23:55
cotto 'evening, whiteknight 23:56
whiteknight hello cotto