Opened 13 years ago

Closed 13 years ago

#27224 closed defect (fixed)

root @5.26.00b +python build failure

Reported by: moretti@… Owned by: mattiafrancescomoro@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: root

Description

Hello,

I am tying to install the root port, but it fails in the building phase. My system version is a Mac OS X 10.6.4, with a Darwin 10.4.0 kernel and the Xcode is 3.2.4. The log from the installing (only the failure part):

:info:build cp cint/cint/inc/configcint.h include/configcint.h
:info:build g++ -O2 -m64 -o bin/rmkdepend build/rmkdepend/cppsetup.o build/rmkdepend/ifparser.o build/rmkdepend/include.o build/rmkdepend/main.o build/rmkdepend/parse.o build/rmkdepend/pr.o build/rmkdepend/mainroot.o
:info:build bin/rmkdepend -R -fcint/cint/src/g__cfunc.d -Y -w 1000 -- -m64 -pipe -W -Wall -fsigned-char -fno-common -Iinclude -DR__HAVE_CONFIG  -DG__REGEXP -DG__UNIX -DG__SHAREDLIB -DG__ROOT -DG__REDIRECTIO -DG__OSFDLL -DG__STD_EXCEPTION -DG__HAVE_CONFIG -DG__NOMAKEINFO -DG__CINTBODY -Icint/cint/inc -Icint/cint/src -Icint/cint/src/dict -D_REENTRANT -pthread -I. -- cint/cint/src/g__cfunc.c
:info:build rmkdepend(73202) malloc: *** error for object 0x1001226c0: pointer being freed was not allocated
:info:build *** set a breakpoint in malloc_error_break to debug
:info:build bin/rmkdepend -R -fcint/cint/main/G__setup.d -Y -w 1000 -- -m64 -pipe -W -Wall -fsigned-char -fno-common -Iinclude -DR__HAVE_CONFIG  -DG__REGEXP -DG__UNIX -DG__SHAREDLIB -DG__ROOT -DG__REDIRECTIO -DG__OSFDLL -DG__STD_EXCEPTION -DG__HAVE_CONFIG -DG__NOMAKEINFO -DG__CINTBODY -Icint/cint/inc -Icint/cint/src -Icint/cint/src/dict -D_REENTRANT -pthread -I. -- cint/cint/main/G__setup.c
:info:build /usr/bin/gcc-4.2 -O2 -m64 -pipe -W -Wall -fsigned-char -fno-common -Iinclude -DR__HAVE_CONFIG  -DG__REGEXP -DG__UNIX -DG__SHAREDLIB -DG__ROOT -DG__REDIRECTIO -DG__OSFDLL -DG__STD_EXCEPTION -DG__HAVE_CONFIG -DG__NOMAKEINFO -DG__CINTBODY -Icint/cint/inc -Icint/cint/src -Icint/cint/src/dict -D_REENTRANT -pthread -I. -o cint/cint/main/G__setup.o -c cint/cint/main/G__setup.c
:info:build make: *** [cint/cint/src/g__cfunc.o] Abort trap
:info:build make: *** Waiting for unfinished jobs....
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_root/work/root" && /usr/bin/make -j2 all CC=/usr/bin/gcc-4.2 CXX=/usr/bin/g++-4.2 F77= " returned error 2
:error:build Target org.macports.build returned: shell command failed (see log for details)
:debug:build Backtrace: shell command failed (see log for details)
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 8)

And if I give the last failing command I have:

sudo /usr/bin/make -j2 all CC=/usr/bin/gcc-4.2 CXX=/usr/bin/g++-4.2 F77= 
Password:
cint/cint/src/g__cfunc.d:1: *** missing separator.  Stop.

I must say that I had updated the macports compiler (GCC 4.4.5) and the ports just before installing root (and its all dependencies).

Please let me know if I have to use another compiler or i have to set some environment variables.

Thanks,

Elena

Change History (2)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Keywords: root@5.26.00b removed
Owner: changed from macports-tickets@… to mattiafrancescomoro@…
Port: root added

Please remember to cc the maintainer, and put the name of the port in the Port field.

comment:2 Changed 13 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: newclosed

Should be fixed in r78935.

Note: See TracTickets for help on using tickets.