Ticket #1123 (closed bug: noreply)

Opened 12 years ago

Last modified 11 years ago

Make Test errors on OS X 10.6.1

Reported by: ash.gti Owned by: jkeenan
Priority: normal Milestone:
Component: testing Version: trunk
Severity: medium Keywords: osx tests
Cc: jkeenan Language:
Patch status: Platform:

Description

Here is the result of make test from a fresh checkout on OS X. It happens inconstantly, but it has happened more than once for me, and at least 1 other person using OS X on the IRC channel.

Here are the error messages from running make test:

 http://paste.lisp.org/display/88921

 http://nopaste.com/p/a8EsOqgAl

not exactly sure what the problem is.

Change History

follow-up: ↓ 2   Changed 12 years ago by coke

On Mon, Oct 19, 2009 at 4:26 PM, Parrot <parrot-tickets@lists.parrot.org> wrote:
>  Here are the error messages from running make test:
>
>  http://paste.lisp.org/display/88921
>
>  http://nopaste.com/p/a8EsOqgAl

Can someone capture these and attach them to the ticket? (I don't want
them to expire before someone has a chance to work on the ticket.)

Thanks.

--
Will "Coke" Coleda

in reply to: ↑ 1   Changed 11 years ago by jkeenan

  • cc jkeenan added

Replying to coke: That apparently was never done. Only the first of the two pastes is still available:

perl -MExtUtils::Command -e cp compilers/nqp/nqp.pbc parrot_nqp.pbc
./pbc_to_exe parrot_nqp.pbc
gcc-4.2 -o parrot_nqp.o -I/Users/njahnke/Desktop/parrot/include -g -pipe -fno-common  -I/usr/local/include -pipe -fno-common  -DHASATTRIBUTE_CONST  -DHASATTRIBUTE_DEPRECATED  -DHASATTRIBUTE_MALLOC  -DHASATTRIBUTE_NONNULL  -DHASATTRIBUTE_NORETURN  -DHASATTRIBUTE_PURE  -DHASATTRIBUTE_UNUSED  -DHASATTRIBUTE_WARN_UNUSED_RESULT  -falign-functions=16 -fvisibility=hidden -funit-at-a-time -maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wmissing-braces -Wmissing-field-initializers -Wno-missing-format-attribute -Wmissing-include-dirs -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused -Wvariadic-macros -Wwrite-strings -Wbad-function-cast -Wc++-compat -Wdeclaration-after-statement -Werror=declaration-after-statement -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull -c parrot_nqp.c
Compiled: parrot_nqp.o
c++ -o parrot_nqp parrot_nqp.o /Users/njahnke/Desktop/parrot/src/parrot_config.o -L/Users/njahnke/Desktop/parrot/blib/lib -L/Users/njahnke/Desktop/parrot/blib/lib -lparrot   -undefined dynamic_lookup -lm -lutil -lreadline 
ld: can't write output file: parrot_nqp
collect2: ld returned 1 exit status
linking failed
current instr.: 'link_file' pc 934 (tools/dev/pbc_to_exe.pir:557)
called from Sub 'main' pc -1 ((unknown file):-1)
make: *** [parrot_nqp] Error 1
MINI:parrot njahnke$ 

Could we get a more recent report from the OP? Otherwise, given the ticket's age, I think we should close this ticket.

Thank you very much.

kid51

  Changed 11 years ago by jkeenan

  • owner set to jkeenan

We'll need an updated report to pursue this issue. Closing this ticket.

  Changed 11 years ago by jkeenan

  • status changed from new to closed
  • resolution set to noreply
Note: See TracTickets for help on using tickets.