Ticket #2107: pcre-bug

File pcre-bug, 2.7 KB (added by colomon, 11 years ago)
Line 
1Summary: "Failed to load libpcre" during build
2Reported by: colomon@gmail.com
3---
4Using RELEASE_3_3_0-199-g3b374ae, I get the following (under OS X):
5
6Failed to load libpcre
7current instr.: 'parrot;PCRE;init' pc 0 (runtime/parrot/library/pcre.pir:57)
8called from Sub 'read_one_sig' pc 1943 (tools/dev/nci_thunk_gen.pir:854)
9called from Sub 'read_sigs' pc 1864 (tools/dev/nci_thunk_gen.pir:816)
10called from Sub 'main' pc 40 (tools/dev/nci_thunk_gen.pir:48)
11gmake: *** [src/glut_nci_thunks.c] Error 1
12Command failed (status 512): gmake install-dev
13Error while executing perl build/gen_parrot.pl --prefix=/Users/colomon/sol/temp/rakudo/parrot_install --gc=gms --optimize; aborting
14
15I've been successfully building Parrot this way for years, so this would appear to be a fairly recent change.  Scuttlebutt on #perl6 is that other people have seen this problem as well.
16
17
18
19---
20osname= darwin
21osvers= 9.0
22arch=   darwin-thread-multi-2level
23cc=     cc
24---
25Flags:
26    category=core
27    severity=high
28    ack=no
29---
30Summary of my parrot 3.3.0 (r1) configuration:
31  configdate='Wed May 11 18:47:17 2011 GMT'
32  Platform:
33    osname=darwin, archname=darwin-multi-2level
34    perl=perl
35  Compiler:
36    cc='/usr/bin/gcc-4.0', ccflags='-O2 -fno-common -I/opt/local/include -no-cpp-precomp  -pipe -fstack-protector -I/opt/local/include -pipe -fno-common  -DHASATTRIBUTE_CONST  -DHASATTRIBUTE_DEPRECATED  -DHASATTRIBUTE_MALLOC  -DHASATTRIBUTE_NONNULL  -DHASATTRIBUTE_NORETURN  -DHASATTRIBUTE_PURE  -DHASATTRIBUTE_UNUSED  -DHASATTRIBUTE_WARN_UNUSED_RESULT  -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT',
37  Linker and Libraries:
38    link='c++', linkflags='-undefined dynamic_lookup -L/opt/local/lib',
39    ld='c++', ldflags='-L/opt/local/lib -fstack-protector -L"/Users/colomon/sol/temp/rakudo/parrot/blib/lib"',
40    cc_ldflags='',
41    libs='-lm -lutil -lgmp -lreadline -lintl'
42  Dynamic Linking:
43    cc_shared=' ',
44    link_dynamic=' ',
45    ld_share_flags='-dynamiclib -undefined dynamic_lookup',
46    ld_load_flags='-undefined dynamic_lookup -bundle'
47  Extensions:
48    o='.o', a='.a', exe='',
49    share_ext='.dylib', load_ext='.bundle'
50  Misc Programs:
51    ar='ar', ranlib='ranlib',
52    make='gmake', make_set_make='#'
53  Types:
54    iv=long, intvalsize=4, intsize=4, opcode_t=long, opcode_t_size=4,
55    ptrsize=4,  byteorder=1234,
56    nv=double, numvalsize=8, doublesize=8, longdoublesize=16
57
58---
59Environment:
60    DYLD_LIBRARY_PATH =:/usr/local/netpbm/lib
61    HOME =/Users/colomon
62    LANG =en_US.UTF-8
63    LANGUAGE  (unset)
64    LC_CTYPE =en_US.UTF-8
65    LD_LIBRARY_PATH  (unset)
66    LOGDIR  (unset)
67    PATH =/Users/colomon/.perl6/bin:/opt/local/bin:/opt/local/sbin::/Users/colomon/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/local/bin:/usr/local/git/bin:/usr/local/netpbm/bin
68    SHELL =/bin/bash