View previous topic :: View next topic |
Author |
Message |
SpaceSyl n00b

Joined: 31 Dec 2005 Posts: 18 Location: Yokohama
|
Posted: Tue May 23, 2006 1:11 pm Post subject: [inkscape] Problème à la compilation |
|
|
Bonjour,
Lorsque je tente de compiler inkscape-0.43-r1 j'obtiens les erreurs suivante :
Code: | if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python2.4 -I/usr/include/freetype2 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -DPOTRACE=\"potrace\" -pthread -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/atk-1.0 -I/usr/include/libxml2 -I/usr/include/gtkspell-2.0 -I../cxxtest -Wall -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -march=pentium-m -O3 -pipe -ftracer -fomit-frame-pointer -ffast-math -MT text-editing.o -MD -MP -MF ".deps/text-editing.Tpo" -c -o text-editing.o text-editing.cpp; \
then mv -f ".deps/text-editing.Tpo" ".deps/text-editing.Po"; else rm -f ".deps/text-editing.Tpo"; exit 1; fi
text-editing.cpp: In function 'const SPStyle* sp_te_style_at_position(const SPItem*, const Inkscape::Text::Layout::iterator&)':
text-editing.cpp:114: warning: dereferencing type-punned pointer will break strict-aliasing rules
text-editing.cpp: In function 'Inkscape::Text::Layout::iterator sp_te_insert_line(SPItem*, const Inkscape::Text::Layout::iterator&)':
text-editing.cpp:296: warning: dereferencing type-punned pointer will break strict-aliasing rules
text-editing.cpp: In function 'Inkscape::Text::Layout::iterator sp_te_insert(SPItem*, const Inkscape::Text::Layout::iterator&, const gchar*)':
text-editing.cpp:384: warning: dereferencing type-punned pointer will break strict-aliasing rules
text-editing.cpp: In function 'Inkscape::Text::Layout::iterator sp_te_delete(SPItem*, const Inkscape::Text::Layout::iterator&, const Inkscape::Text::Layout::iterator&)':
text-editing.cpp:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
text-editing.cpp:594: warning: dereferencing type-punned pointer will break strict-aliasing rules
text-editing.cpp: In function 'Glib::ustring sp_te_get_string_multiline(const SPItem*, const Inkscape::Text::Layout::iterator&, const Inkscape::Text::Layout::iterator&)':
text-editing.cpp:717: warning: dereferencing type-punned pointer will break strict-aliasing rules
text-editing.cpp: In function 'TextTagAttributes* text_tag_attributes_at_position(SPItem*, const Inkscape::Text::Layout::iterator&, unsigned int*)':
text-editing.cpp:801: warning: dereferencing type-punned pointer will break strict-aliasing rules
text-editing.cpp: In function 'void sp_te_adjust_rotation_screen(SPItem*, const Inkscape::Text::Layout::iterator&, const Inkscape::Text::Layout::iterator&, SPDesktop*, gdouble)':
text-editing.cpp:845: warning: dereferencing type-punned pointer will break strict-aliasing rules
text-editing.cpp: In function 'void sp_te_adjust_tspan_letterspacing_screen(SPItem*, const Inkscape::Text::Layout::iterator&, const Inkscape::Text::Layout::iterator&, SPDesktop*, gdouble)':
text-editing.cpp:882: warning: dereferencing type-punned pointer will break strict-aliasing rules
text-editing.cpp: In function 'void sp_te_apply_style(SPItem*, const Inkscape::Text::Layout::iterator&, const Inkscape::Text::Layout::iterator&, const SPCSSAttr*)':
text-editing.cpp:1610: warning: dereferencing type-punned pointer will break strict-aliasing rules
text-editing.cpp:1611: warning: dereferencing type-punned pointer will break strict-aliasing rules
text-editing.cpp: In function 'void sp_te_adjust_linespacing_screen(SPItem*, const Inkscape::Text::Layout::iterator&, const Inkscape::Text::Layout::iterator&, SPDesktop*, gdouble)':
text-editing.cpp:950: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
Preprocessed source stored into /var/tmp/portage/inkscape-0.43-r1/temp/cc2cEDTj.out file, please attach this to your bugreport.
make[2]: *** [text-editing.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/inkscape-0.43-r1/work/inkscape-0.43/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/inkscape-0.43-r1/work/inkscape-0.43'
make: *** [all] Error 2
!!! ERROR: media-gfx/inkscape-0.43-r1 failed.
Call stack:
ebuild.sh, line 1527: Called dyn_compile
ebuild.sh, line 931: Called src_compile
ebuild.sh, line 1240: Called gnome2_src_compile
gnome2.eclass, line 58: Called die
!!! compile failure
!!! If you need support, post the topmost build error, and the call stack if relevant. |
Or j'ai bien ajouter -perl dans le fichier package.use comme spécifier dans un autre topic ... Je précise que j'utilise gcc4.1
Donc si quelqu'un a un idée sur la manière de compiler, je dois dire que le "internal compiler error" me laisse assez songeur ... |
|
Back to top |
|
 |
bong Apprentice


Joined: 26 Oct 2004 Posts: 276 Location: Brest / Metz
|
Posted: Tue May 23, 2006 4:25 pm Post subject: |
|
|
Code: | text-editing.cpp:950: internal compiler error: Segmentation fault |
Je crois que le probleme se pose avant inkscape
Peut être le probleme vient-il de gcc4. Est-ce que cette erreur est reproductible? car si elle est aléatoire, c'est peut être un probleme matériel (ram deffectueuse le plus souvent) |
|
Back to top |
|
 |
galerkin Tux's lil' helper


Joined: 04 Mar 2006 Posts: 115 Location: /dev/toulouse
|
Posted: Tue May 23, 2006 5:03 pm Post subject: |
|
|
Je l'ai compilé sans problème avec gcc4.1 (amd64)
quels sont tes flags dans ton make.conf? |
|
Back to top |
|
 |
SpaceSyl n00b

Joined: 31 Dec 2005 Posts: 18 Location: Yokohama
|
Posted: Wed May 24, 2006 12:26 pm Post subject: |
|
|
Voici mon fichier make.conf
Code: | # These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-march=pentium-m -O3 -pipe -ftracer -fomit-frame-pointer -ffast-math"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
USE="7zip X aac aalib acpi alsa amarok -amd amuled -apache2 -apm aqua aqua_theme arts artswrappersuid artworkextra asf asm async atm audiofile automount avahi avi batch berkdb bitmap-fonts bittorrent blender-game bluetooth bmp bonjour -bonobo bookmarks bzip2 c++ cairo canna cdda cddb cdinstall cdparanoia cdr cdrom cli crypt cscope css csv ctype cups curl cvs dba dbus dhcp dict dlloader dpms dri dvd dvdr dvdread eds elibc_glibc emboss emoticon encode esd ethereal exif expat extraicons fam fastbuild fastcgi fat ffmpeg firefox flac flash flatfile flexresp font-server fontconfig foomaticdb force-cgi-redirect fortran ftp gd gdbm gif gimp glade glibc-omitfp glut gmail gmailtimestamps gmp gnome gpm -graphicsmagick gstreamer gtk gtk2 gtkhtml guile gzip h323 hal icp icq idn ieee1394 imagemagick imap imlib immqt inkjar intl -iproute2 ipv6 ipv6arpa irc isdn jabber john jpeg jpeg2k justify kakasi kcal kde kdeenablefinal kdepim kdexdeltas kernel_linux lame latex lcms ldap libcaca libg++ libwww linuxthreads-tls lm_sensors logitech-mouse mad madwifi matroska md5sum memlimit mikmod mime ming mmx mmxext mng motif mounts-check mozilla mozsvg mp3 mp4live mpeg mpeg2 mplayer msn msnextras musepack ncurses nfs nis nls nntp nptl nsplugin ntfs ogg oggvorbis opengl openntpd openssh openssl oss pam patch pcre pda pdf pdflib perl png posix python qt quicktime rar readline real remix remote roundrobin rpm rsh rss samba scanner sdl sensord session sftp sftplogging sguil shout silverxp simplexml skins slang smime smtp snmp soap sockets spell spl sqlite sse sse-filters sse2 ssl stream subtitles subversion svg svgz -svn-mirror -swarmcache symlink sysfs syslog tcltk -tcp tcpd tga -threads -threadsonly tiff tokenizer truetype truetype-fonts type1-fonts udev unicode usb userland_GNU utf8 v4l v4l2 vcd vfat videos visualization -vnc vorbis wifi win32codecs winbind wma wma123 wmf -wxgtk1 wxwindows x264 x86 xanim xchat xchatdccserver xchattext xcomposite xine xinerama xml xml2 xmms xprint xrandr xscreensaver xsl xv xvid xvmc yp zeroconf zip zlib zvbi"
FEATURES=""
GENTOO_MIRRORS="ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO/ ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ http://mir.zyrianes.net/gentoo/ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo"
PKGDIR="/usr/paquetages"
ACCEPT_KEYWORDS="~x86"
#ALSA_CARDS="emu10k1,via82xx"
KERNEL_DIR="/usr/src/linux"
PORT_DIR="/usr/portage"
KDEDIR="/usr/kde/3.5"
LINGUAS="fr"
PORTDIR="/usr/portage"
#PORTDIR_OVERLAY=" /usr/local/xgl-coffee"
##/usr/local/portage-xgl
MAKEOPTS="-j1"
PORT_LOGDIR="/var/log/portage"
OSTYPE="linux"
#FEATURES="ccache distcc"
#CCACHE_SIZE="2G"
LANGS="fr"
#LIRC_OPTS="--with-driver=leadtek_0010"
I_PROMISE_TO_SUPPLY_PATCHES_WITH_BUGS=1
VIDEO_CARDS="fglrx"
INPUT_DEVICES="keyboard mouse synaptics"
|
Sinon, cette erreur me viens tjs sur ce fichier specifiquement. Et j'ai compiler il y a peu GIMP et GNOME ... donc je ne pense pas que cela provienne de GCC !
Bah d'ailleurs, si vous voyez des erreurs, n'hésitez pas à me le dire ... |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|