Ticket #898 (closed defect: worksforme)

Opened 3 years ago

Last modified 3 years ago

Problem of compilation

Reported by: yfig Owned by: rakshasa
Priority: lowest Milestone:
Component: rtorrent Version:
Severity: minor Keywords:
Cc:

Description

I compiled libtorrent 0.11.4 without problem
but when I try to compile rtorrent 0.7.4 it ends like this :

        g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I./.. -I../..    -O2 -Wall -g -DDEBUG -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/local/include   -c -o curl_stack.o `test -f 'curl_stack.cc' || echo './'`curl_stack.cc
source='download.cc' object='download.o' libtool=no \
        depfile='.deps/download.Po' tmpdepfile='.deps/download.TPo' \
        depmode=gcc3 /bin/sh ../../depcomp \
        g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I./.. -I../..    -O2 -Wall -g -DDEBUG -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/local/include   -c -o download.o `test -f 'download.cc' || echo './'`download.cc
source='download_factory.cc' object='download_factory.o' libtool=no \
        depfile='.deps/download_factory.Po' tmpdepfile='.deps/download_factory.TPo' \
        depmode=gcc3 /bin/sh ../../depcomp \
        g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I./.. -I../..    -O2 -Wall -g -DDEBUG -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/local/include   -c -o download_factory.o `test -f 'download_factory.cc' || echo './'`download_factory.cc
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [download_factory.o] Error 1
make[3]: Leaving directory `/home/yfig/tmp/rtorrent-0.7.4/src/core'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/yfig/tmp/rtorrent-0.7.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/yfig/tmp/rtorrent-0.7.4'
make: *** [all] Error 2 

I don't understand where is the problem.

Attachments

Change History

Changed 3 years ago by someguy <spam.nospam.spam@gmail.com>

A good bug report should always indicate the version of each software involved. Which distro are you running? What version is GCC?

Changed 3 years ago by rakshasa

  • status changed from new to closed
  • resolution set to worksforme

Either way, an ICE is unlikely to be a problem with rtorrent. Upgrade/downgrade your compiler.

Changed 3 years ago by yfig

Sorry, my problem didn't come from rtorrent. When I tried to compile the last gcc, it said me that I didn't have enough memory, in fact when I installed my distro (zenwalk), it didn't used the swap partition. I just added a swap line to /etc/fstab and rtorrent compiled perfectly. Thank you for your help.

Add/Change #898 (Problem of compilation)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.