Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge xchm - viewer für .chm => compile error.
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Sat Apr 09, 2005 3:33 pm    Post subject: emerge xchm - viewer für .chm => compile error. Reply with quote

Emerge:
Code:
>>> emerge (1 of 1) x11-misc/xchm-0.9.8 to /
>>> Downloading http://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/xchm-0.9.8.tar.gz
--17:31:09--  http://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/xchm-0.9.8.tar.gz
           => `/usr/portage/distfiles/xchm-0.9.8.tar.gz'
Resolving ftp.uni-erlangen.de... 131.188.3.71
Connecting to ftp.uni-erlangen.de[131.188.3.71]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 325,722 [application/x-gzip]

100%[=============================================================================>] 325,722      117.25K/s

17:31:13 (116.95 KB/s) - `/usr/portage/distfiles/xchm-0.9.8.tar.gz' saved [325722/325722]

>>> md5 src_uri ;-) xchm-0.9.8.tar.gz
>>> Unpacking source...
>>> Unpacking xchm-0.9.8.tar.gz to /var/tmp/portage/xchm-0.9.8/work
>>> Source unpacked.
 * econf: updating xchm-0.9.8/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating xchm-0.9.8/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /bin/install -c
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking for wx-config... /usr/bin/wx-config
checking for wxWindows version >= 2.4.0... yes (version 2.4.2)
checking whether build environment is sane... yes
checking for gawk... gawk
checking for style of include used by make... GNU
checking dependency style of i686-pc-linux-gnu-gcc... gcc3
checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of i686-pc-linux-gnu-g++... gcc3
checking for a BSD-compatible install... /bin/install -c
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking chm_lib.h usability... yes
checking chm_lib.h presence... yes
checking for chm_lib.h... yes
checking for chm_open in -lchm... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating art/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating config.h
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/xchm-0.9.8/work/xchm-0.9.8'
Making all in m4
make[2]: Entering directory `/var/tmp/portage/xchm-0.9.8/work/xchm-0.9.8/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/xchm-0.9.8/work/xchm-0.9.8/m4'
Making all in po
make[2]: Entering directory `/var/tmp/portage/xchm-0.9.8/work/xchm-0.9.8/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/xchm-0.9.8/work/xchm-0.9.8/po'
Making all in src
make[2]: Entering directory `/var/tmp/portage/xchm-0.9.8/work/xchm-0.9.8/src'
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../art  -I/usr/lib/wx/include/gtk2u-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES  -O3 -march=athlon-xp -msse -mmmx -m3dnow -pipe -fomit-frame-pointer  -W -Wall -MT chmapp.o -MD -MP -MF ".deps/chmapp.Tpo" -c -o chmapp.o chmapp.cpp; \
then mv -f ".deps/chmapp.Tpo" ".deps/chmapp.Po"; else rm -f ".deps/chmapp.Tpo"; exit 1; fi
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../art  -I/usr/lib/wx/include/gtk2u-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES  -O3 -march=athlon-xp -msse -mmmx -m3dnow -pipe -fomit-frame-pointer  -W -Wall -MT chmfile.o -MD -MP -MF ".deps/chmfile.Tpo" -c -o chmfile.o chmfile.cpp; \
then mv -f ".deps/chmfile.Tpo" ".deps/chmfile.Po"; else rm -f ".deps/chmfile.Tpo"; exit 1; fi
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../art  -I/usr/lib/wx/include/gtk2u-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES  -O3 -march=athlon-xp -msse -mmmx -m3dnow -pipe -fomit-frame-pointer  -W -Wall -MT chmframe.o -MD -MP -MF ".deps/chmframe.Tpo" -c -o chmframe.o chmframe.cpp; \
then mv -f ".deps/chmframe.Tpo" ".deps/chmframe.Po"; else rm -f ".deps/chmframe.Tpo"; exit 1; fi
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../art  -I/usr/lib/wx/include/gtk2u-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES  -O3 -march=athlon-xp -msse -mmmx -m3dnow -pipe -fomit-frame-pointer  -W -Wall -MT chmfshandler.o -MD -MP -MF ".deps/chmfshandler.Tpo" -c -o chmfshandler.o chmfshandler.cpp; \
then mv -f ".deps/chmfshandler.Tpo" ".deps/chmfshandler.Po"; else rm -f ".deps/chmfshandler.Tpo"; exit 1; fi
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../art  -I/usr/lib/wx/include/gtk2u-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES  -O3 -march=athlon-xp -msse -mmmx -m3dnow -pipe -fomit-frame-pointer  -W -Wall -MT chminputstream.o -MD -MP -MF ".deps/chminputstream.Tpo" -c -o chminputstream.o chminputstream.cpp; \
then mv -f ".deps/chminputstream.Tpo" ".deps/chminputstream.Po"; else rm -f ".deps/chminputstream.Tpo"; exit 1; fi
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../art  -I/usr/lib/wx/include/gtk2u-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES  -O3 -march=athlon-xp -msse -mmmx -m3dnow -pipe -fomit-frame-pointer  -W -Wall -MT contenttaghandler.o -MD -MP -MF ".deps/contenttaghandler.Tpo" -c -o contenttaghandler.o contenttaghandler.cpp; \
then mv -f ".deps/contenttaghandler.Tpo" ".deps/contenttaghandler.Po"; else rm -f ".deps/contenttaghandler.Tpo"; exit 1;fi
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../art  -I/usr/lib/wx/include/gtk2u-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES  -O3 -march=athlon-xp -msse -mmmx -m3dnow -pipe -fomit-frame-pointer  -W -Wall -MT chmfontdialog.o -MD -MP -MF ".deps/chmfontdialog.Tpo" -c -o chmfontdialog.o chmfontdialog.cpp; \
then mv -f ".deps/chmfontdialog.Tpo" ".deps/chmfontdialog.Po"; else rm -f ".deps/chmfontdialog.Tpo"; exit 1; fi
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../art  -I/usr/lib/wx/include/gtk2u-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES  -O3 -march=athlon-xp -msse -mmmx -m3dnow -pipe -fomit-frame-pointer  -W -Wall -MT chmsearchpanel.o -MD -MP -MF ".deps/chmsearchpanel.Tpo" -c -o chmsearchpanel.o chmsearchpanel.cpp; \
then mv -f ".deps/chmsearchpanel.Tpo" ".deps/chmsearchpanel.Po"; else rm -f ".deps/chmsearchpanel.Tpo"; exit 1; fi
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../art  -I/usr/lib/wx/include/gtk2u-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES  -O3 -march=athlon-xp -msse -mmmx -m3dnow -pipe -fomit-frame-pointer  -W -Wall -MT chmhtmlwindow.o -MD -MP -MF ".deps/chmhtmlwindow.Tpo" -c -o chmhtmlwindow.o chmhtmlwindow.cpp; \
then mv -f ".deps/chmhtmlwindow.Tpo" ".deps/chmhtmlwindow.Po"; else rm -f ".deps/chmhtmlwindow.Tpo"; exit 1; fi
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../art  -I/usr/lib/wx/include/gtk2u-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES  -O3 -march=athlon-xp -msse -mmmx -m3dnow -pipe -fomit-frame-pointer  -W -Wall -MT chmfinddialog.o -MD -MP -MF ".deps/chmfinddialog.Tpo" -c -o chmfinddialog.o chmfinddialog.cpp; \
then mv -f ".deps/chmfinddialog.Tpo" ".deps/chmfinddialog.Po"; else rm -f ".deps/chmfinddialog.Tpo"; exit 1; fi
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../art  -I/usr/lib/wx/include/gtk2u-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES  -O3 -march=athlon-xp -msse -mmmx -m3dnow -pipe -fomit-frame-pointer  -W -Wall -MT chmindexpanel.o -MD -MP -MF ".deps/chmindexpanel.Tpo" -c -o chmindexpanel.o chmindexpanel.cpp; \
then mv -f ".deps/chmindexpanel.Tpo" ".deps/chmindexpanel.Po"; else rm -f ".deps/chmindexpanel.Tpo"; exit 1; fi
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../art  -I/usr/lib/wx/include/gtk2u-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES  -O3 -march=athlon-xp -msse -mmmx -m3dnow -pipe -fomit-frame-pointer  -W -Wall -MT chmlistctrl.o -MD -MP -MF ".deps/chmlistctrl.Tpo" -c -o chmlistctrl.o chmlistctrl.cpp; \
then mv -f ".deps/chmlistctrl.Tpo" ".deps/chmlistctrl.Po"; else rm -f ".deps/chmlistctrl.Tpo"; exit 1; fi
i686-pc-linux-gnu-g++  -O3 -march=athlon-xp -msse -mmmx -m3dnow -pipe -fomit-frame-pointer  -W -Wall   -o xchm  chmapp.ochmfile.o chmframe.o chmfshandler.o chminputstream.o contenttaghandler.o chmfontdialog.o chmsearchpanel.o chmhtmlwindow.o chmfinddialog.o chmindexpanel.o chmlistctrl.o -pthread -lwx_gtk2u-2.4  -lchm
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../libwx_gtk2u-2.4.so: undefined reference to `_gtk_accel_group_detach'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../libwx_gtk2u-2.4.so: undefined reference to `_gtk_accel_group_attach'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../libwx_gtk2u-2.4.so: undefined reference to `_gtk_rc_context_get_default_font_name'
collect2: ld returned 1 exit status
make[2]: *** [xchm] Error 1
make[2]: Leaving directory `/var/tmp/portage/xchm-0.9.8/work/xchm-0.9.8/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xchm-0.9.8/work/xchm-0.9.8'
make: *** [all] Error 2

!!! ERROR: x11-misc/xchm-0.9.8 failed.
!!! Function src_compile, Line 20, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.


Emerge info:
Code:
emerge info
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5, glibc-2.3.4.20041102-r1, 2.6.12-rc1-love1 i686)
=================================================================
System uname: 2.6.12-rc1-love1 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar 30 2005, 14:15:46)]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.8.5-r3, 1.4_p6, 1.9.4, 1.6.3, 1.7.9-r1
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=athlon-xp -msse -mmmx -m3dnow -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config//usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=athlon-xp -msse -mmmx -m3dnow -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig candy ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/mirrors/gentoo/ http://pandemonium.tiscali.de/pub/gentoo/ http://www.ibiblio.org/pub/Linux/distributions/gentoo/ http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/"
LANG="en_GB"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/local"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X aalib alsa apm arts audiofile avi bash-completion berkdb bitmap-fonts c++ cdparanoia cdr cdrom codecs crypt cups curl divx4linux dvd dvdr dvdread emboss encode esd fam flac foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 gtkhtml icq imagemagick imlib ipv6 java jpeg junit kde lcms libg++ libwww mad mikmod motif mozilla mp3 mpeg mpeg4 mplayernas ncurses nls nvidia oggvorbis opengl oss pam pcre pdf pdflib perl png ppds python qt quicktime readline ruby sdl slang speex spell ssl svga tcltk tcpd tetex theora tiff truetype truetype-fonts type1-fonts unicode usb wmf xine xml xml2 xmms xv xvid zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS



sowohl ~x86 als auch x86 funktionieren nicht.
cheers
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
sandyisystem
n00b
n00b


Joined: 27 Jul 2004
Posts: 2

PostPosted: Sun Apr 10, 2005 4:48 pm    Post subject: Reply with quote

Ich hatte auch dieses Problem.
Ich habe gemacht:
emerge unmerge wxGTK
emerge -uv xchm

Das funktioniert für mich.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
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