Closed GoogleCodeExporter closed 9 years ago
Original comment by flier...@gmail.com
on 31 Oct 2013 at 9:00
[deleted comment]
[deleted comment]
I have the same problem on Ubuntu 12.04, with Kernel version 3.8.0-32-generic
('Precise'); Installing the package systemtap-sdt-dev in order to get dtrace
didn't help.
Original comment by mmueller...@gmail.com
on 10 Nov 2013 at 11:15
To be more precise: Once I installed dtrace using systemtap, the error message
changed to
'''
ERROR: generate DTrace probes.o failed: code=1
DEBUG: Assembler messages:
Fatal error: can't create /home/forge/lib/pyv8/build/probes.o: No such file or
directory
INFO: dtrace or systemtap doesn't works, force to disable probes
'''
Original comment by mmueller...@gmail.com
on 10 Nov 2013 at 11:17
It may caused by GCC 4.7 or later, please try the latest PyV8 SVN trunk code,
which should make GCC 4.7 happy
Original comment by flier...@gmail.com
on 11 Nov 2013 at 6:34
This has resolved the issue. Thanks a lot for your efforts!
Original comment by mmueller...@gmail.com
on 11 Nov 2013 at 9:31
Sorry, but I continue same error
Original comment by addo.del...@gmail.com
on 11 Nov 2013 at 10:58
hi, addo,
It seems your compiler crashed, could you try a clean build again?
i686-linux-gnu-gcc: internal compiler error: Killed (program cc1plus)
What's your OS, Python and GCC version?
Original comment by flier...@gmail.com
on 12 Nov 2013 at 2:16
Thanks your reply.
gcc --version
gcc (Ubuntu/Linaro 4.8.1-10ubuntu8) 4.8.1
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
python --version
Python 2.7.5+
uname -a
Linux lettura 3.8.0-19-generic #30-Ubuntu SMP Wed May 1 16:36:13 UTC 2013 i686
i686 i686 GNU/Linux
cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.10
DISTRIB_CODENAME=saucy
DISTRIB_DESCRIPTION="Ubuntu 13.10"
Original comment by addo.del...@gmail.com
on 12 Nov 2013 at 4:34
Attachments:
Original issue reported on code.google.com by
addo.del...@gmail.com
on 30 Oct 2013 at 12:27