Raku / old-issue-tracker

Tickets from RT
https://github.com/Raku/old-issue-tracker/issues
2 stars 1 forks source link

Rakudo Star build failure #2007

Closed p6rt closed 13 years ago

p6rt commented 14 years ago

Migrated from rt.perl.org#76958 (status was 'resolved')

Searchable as RT76958$

p6rt commented 14 years ago

From sglover@ita.uni-heidelberg.de

  Hi,

  Rakudo Star fails to build for me on my iMac, when I attempt to build it   following the instructions in the README. It dies close to the end of the   'perl Configure.pl --gen-parrot' step, apparently while trying to link the   object files to create the parrot executable. The full output from Configure   is quite lengthy, so I've attached it as a separate file. Also, in case   these are useful, here's the output from gcc -v​:

  Using built-in specs. Target​: i686-apple-darwin9 Configured with​: /var/tmp/gcc/gcc-5488~2/src/configure
--disable-checking -enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/
--with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib
--build=i686-apple-darwin9 --with-arch=apple --with-tune=generic
--host=i686-apple-darwin9 --target=i686-apple-darwin9 Thread model​: posix gcc version 4.0.1 (Apple Inc. build 5488)

  and from perl -V​:

Summary of my perl5 (revision 5 version 8 subversion 8) configuration​:   Platform​:   osname=darwin, osvers=9.0, archname=darwin-thread-multi-2level   uname='darwin b04.apple.com 9.0 darwin kernel version 9.6.0​: mon
nov 24 17​:37​:00 pst 2008; root​:xnu-1228.9.59~1release_i386 i386 '   config_args='-ds -e -Dprefix=/usr -Dccflags=-g -pipe -Dldflags=
-Dman3ext=3pm -Duseithreads -Duseshrplib'   hint=recommended, useposix=true, d_sigaction=define   usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define   useperlio=define d_sfio=undef uselargefiles=define usesocks=undef   use64bitint=define use64bitall=define uselongdouble=undef   usemymalloc=n, bincompat5005=undef   Compiler​:   cc='cc', ccflags ='-arch ppc -arch i386 -g -pipe -fno-common
-DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing
-Wdeclaration-after-statement -I/usr/local/include',   optimize='-O3',   cppflags='-no-cpp-precomp -arch ppc -g -pipe -fno-common
-DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing
-Wdeclaration-after-statement -I/usr/local/include'   ccversion='', gccversion='4.0.1 (Apple Inc. build 5465)', gccosandvers=''   intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234   d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16   ivtype='long', ivsize=4, nvtype='double', nvsize=8,
Off_t='off_t', lseeksize=8   alignbytes=8, prototype=define   Linker and Libraries​:   ld='cc -mmacosx-version-min=10.5.6', ldflags ='-arch ppc -arch
i386 -L/usr/local/lib'   libpth=/usr/local/lib /usr/lib   libs=-ldbm -ldl -lm -lutil -lc   perllibs=-ldl -lm -lutil -lc   libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true, libperl=libperl.dylib   gnulibc_version=''   Dynamic Linking​:   dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '   cccdlflags=' ', lddlflags='-arch ppc -arch i386 -bundle
-undefined dynamic_lookup -L/usr/local/lib'

Characteristics of this binary (from libperl)​:   Compile-time options​: MULTIPLICITY PERL_IMPLICIT_CONTEXT   PERL_MALLOC_WRAP USE_ITHREADS USE_LARGE_FILES   USE_PERLIO USE_REENTRANT_API   Locally applied patches​:   fix for regcomp CVE-2007-5116 security vulnerability   fix for double-free CVE-2008-1927 security vulnerability   /Library/Perl/Updates/\ comes before system perl directories   installprivlib and installarchlib points to the Updates directory   Built under darwin   Compiled at Jan 27 2010 23​:39​:09   @​INC​:   /Library/Perl/Updates/5.8.8   /System/Library/Perl/5.8.8/darwin-thread-multi-2level   /System/Library/Perl/5.8.8   /Library/Perl/5.8.8/darwin-thread-multi-2level   /Library/Perl/5.8.8   /Library/Perl   /Network/Library/Perl/5.8.8/darwin-thread-multi-2level   /Network/Library/Perl/5.8.8   /Network/Library/Perl   /System/Library/Perl/Extras/5.8.8/darwin-thread-multi-2level   /System/Library/Perl/Extras/5.8.8   /Library/Perl/5.8.6   /Library/Perl/5.8.1   .

  Regards,   Simon Glover

p6rt commented 14 years ago

From sglover@ita.uni-heidelberg.de

configure-output

p6rt commented 13 years ago

From @coke

On Tue Aug 03 08​:51​:02 2010, sglover@​ita.uni-heidelberg.de wrote​:

Hi,

Rakudo Star fails to build for me on my iMac, when I attempt to build it following the instructions in the README. It dies close to the end

Very sorry for the delay in responding here.

Are you still having trouble with the latest Star release on your mac? I build rakudo/parrot pretty frequently these days with no issue.

Latest release is at​: https://github.com/rakudo/star/downloads/

-- Will "Coke" Coleda

p6rt commented 13 years ago

The RT System itself - Status changed from 'new' to 'open'

p6rt commented 13 years ago

From @coke

On Tue Sep 20 05​:19​:54 2011, coke wrote​:

On Tue Aug 03 08​:51​:02 2010, sglover@​ita.uni-heidelberg.de wrote​:

Hi,

Rakudo Star fails to build for me on my iMac, when I attempt to build it following the instructions in the README. It dies close to the end

Very sorry for the delay in responding here.

Are you still having trouble with the latest Star release on your mac? I build rakudo/parrot pretty frequently these days with no issue.

Latest release is at​: https://github.com/rakudo/star/downloads/

Again, sorry for the delay. I know some users have reported difficulty with memory issues on the build; if you still have problems with the latest star release, please open a new ticket and attach a copy of the build log.

Thanks for trying rakudo!

-- Will "Coke" Coleda

p6rt commented 13 years ago

@coke - Status changed from 'open' to 'resolved'