LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Gentoo (https://www.linuxquestions.org/questions/gentoo-87/)
-   -   failed to emerge amsn 0.97.2 (https://www.linuxquestions.org/questions/gentoo-87/failed-to-emerge-amsn-0-97-2-a-837070/)

the_rastaman 10-08-2010 10:36 PM

failed to emerge amsn 0.97.2
 
hi it's my again having trouble to emerge something xD

i try to emerge amsn 0.98.3 but this one never connects so i try to go back with the one i have been using, and that would be amsn 0.97.2, but when i tried to emerge this version again i get this error:
Code:

USE="-debug" emerge "<=net-im/amsn-0.97.2"
Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) net-im/amsn-0.97.2
 * amsn-0.97.2.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                                              [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                [ ok ]
 * checking auxfile checksums ;-) ...                                                                                              [ ok ]
 * checking miscfile checksums ;-) ...                                                                                              [ ok ]
 * CPV:  net-im/amsn-0.97.2
 * REPO: gentoo
 * USE:  amd64 elibc_glibc kernel_linux multilib userland_GNU
>>> Unpacking source...
>>> Unpacking amsn-0.97.2.tar.bz2 to /var/tmp/portage/net-im/amsn-0.97.2/work
 * Applying amsn-0.97_rc1-nostrip.patch ...                                                                                          [ ok ]
 * Running autoconf ...                                                                                                              [ ok ]
>>> Source unpacked in /var/tmp/portage/net-im/amsn-0.97.2/work
>>> Compiling source in /var/tmp/portage/net-im/amsn-0.97.2/work/amsn-0.97.2 ...
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-debug --disable-static
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking tcl build dir... ERROR: ld.so: object 'libsandbox.so' from LD_PRELOAD cannot be preloaded: ignored.
using tcl library in /usr/lib
checking tk build dir... using tk library in /usr/lib
checking for main in -lstdc++... yes
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for png_read_info in -lpng... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for jpeg_CreateDecompress in -ljpeg... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking jerror.h usability... yes
checking jerror.h presence... yes
checking for jerror.h... yes
checking for ftello... yes
checking for fseeko... yes
checking for getpt... yes
checking for strcasestr... yes
checking for memmem... yes
checking for dlopen... no
checking for pthread_create in -lpthread... yes
checking if mmx should be used... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating utils/linux/capture/config.h

compile time options summary
============================

    X11          : yes
    Tcl                : 8.5
    TK                  : 8.5
    DEBUG        : no
    STATIC      : no

make -j4
  CXX          utils/TkCximage/src/PhotoFormat.cpp.o
  CXX          utils/TkCximage/src/TkCximage.cpp.o
  CXX          utils/TkCximage/src/procs.cpp.o
  CXX          utils/TkCximage/src/CxImage/ximadsp.cpp.o
  CXX          utils/TkCximage/src/CxImage/ximaexif.cpp.o
  CXX          utils/TkCximage/src/CxImage/ximagif.cpp.o
  CXX          utils/TkCximage/src/CxImage/ximainfo.cpp.o
  CXX          utils/TkCximage/src/CxImage/ximajpg.cpp.o
  CXX          utils/TkCximage/src/CxImage/ximalyr.cpp.o
  CXX          utils/TkCximage/src/CxImage/ximapng.cpp.o
  CXX          utils/TkCximage/src/CxImage/ximatga.cpp.o
utils/TkCximage/src/CxImage/ximapng.cpp: In member function ‘bool CxImagePNG::Decode(CxFile*)’:
utils/TkCximage/src/CxImage/ximapng.cpp:145: error: ‘struct png_info_struct’ has no member named ‘trans_values’
utils/TkCximage/src/CxImage/ximapng.cpp:147: error: ‘struct png_info_struct’ has no member named ‘trans_values’
utils/TkCximage/src/CxImage/ximapng.cpp:155: error: ‘struct png_info_struct’ has no member named ‘trans’
utils/TkCximage/src/CxImage/ximapng.cpp:169: error: ‘struct png_info_struct’ has no member named ‘trans_values’
utils/TkCximage/src/CxImage/ximapng.cpp:170: error: ‘struct png_info_struct’ has no member named ‘trans_values’
utils/TkCximage/src/CxImage/ximapng.cpp:171: error: ‘struct png_info_struct’ has no member named ‘trans_values’
utils/TkCximage/src/CxImage/ximapng.cpp: In member function ‘bool CxImagePNG::Encode(CxFile*)’:
utils/TkCximage/src/CxImage/ximapng.cpp:420: error: ‘struct png_info_struct’ has no member named ‘trans’
utils/TkCximage/src/CxImage/ximapng.cpp:421: error: ‘struct png_info_struct’ has no member named ‘trans_values’
utils/TkCximage/src/CxImage/ximapng.cpp:422: error: ‘struct png_info_struct’ has no member named ‘trans_values’
utils/TkCximage/src/CxImage/ximapng.cpp:423: error: ‘struct png_info_struct’ has no member named ‘trans_values’
utils/TkCximage/src/CxImage/ximapng.cpp:424: error: ‘struct png_info_struct’ has no member named ‘trans_values’
utils/TkCximage/src/CxImage/ximapng.cpp:425: error: ‘struct png_info_struct’ has no member named ‘trans_values’
utils/TkCximage/src/CxImage/ximapng.cpp:425: error: ‘struct png_info_struct’ has no member named ‘trans_values’
utils/TkCximage/src/CxImage/ximapng.cpp:446: error: ‘struct png_info_struct’ has no member named ‘trans’
make: *** [utils/TkCximage/src/CxImage/ximapng.cpp.o] Error 1
make: *** Waiting for unfinished jobs....
 * ERROR: net-im/amsn-0.97.2 failed:
 *  Compilation failed
 *
 * Call stack:
 *    ebuild.sh, line  54:  Called src_compile
 *  environment, line 3012:  Called die
 * The specific snippet of code:
 *      emake || die "Compilation failed"
 *
 * If you need support, post the output of 'emerge --info =net-im/amsn-0.97.2',
 * the complete build log and the output of 'emerge -pqv =net-im/amsn-0.97.2'.
 * The complete build log is located at '/var/tmp/portage/net-im/amsn-0.97.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-im/amsn-0.97.2/temp/environment'.
 * S: '/var/tmp/portage/net-im/amsn-0.97.2/work/amsn-0.97.2'

>>> Failed to emerge net-im/amsn-0.97.2, Log file:

>>>  '/var/tmp/portage/net-im/amsn-0.97.2/temp/build.log'

 * Messages for package net-im/amsn-0.97.2:

 * ERROR: net-im/amsn-0.97.2 failed:
 *  Compilation failed
 *
 * Call stack:
 *    ebuild.sh, line  54:  Called src_compile
 *  environment, line 3012:  Called die
 * The specific snippet of code:
 *      emake || die "Compilation failed"
 *
 * If you need support, post the output of 'emerge --info =net-im/amsn-0.97.2',
 * the complete build log and the output of 'emerge -pqv =net-im/amsn-0.97.2'.
 * The complete build log is located at '/var/tmp/portage/net-im/amsn-0.97.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-im/amsn-0.97.2/temp/environment'.
 * S: '/var/tmp/portage/net-im/amsn-0.97.2/work/amsn-0.97.2'

here is the output of: emerge --info =net-im/amsn-0.97.2
Code:

Portage 2.1.8.3 (default/linux/amd64/10.0, gcc-4.3.4, glibc-2.10.1-r1, 2.6.31-gentoo-r6 x86_64)
=================================================================
                        System Settings
=================================================================
System uname: Linux-2.6.31-gentoo-r6-x86_64-Intel-R-_Pentium-R-_Dual_CPU_T3200_@_2.00GHz-with-gentoo-1.12.13
Timestamp of tree: Thu, 07 Oct 2010 03:30:01 +0000
app-shells/bash:    4.0_p35
dev-java/java-config: 2.1.9-r2
dev-lang/python:    2.6.5-r2
dev-util/cmake:      2.6.4-r3
sys-apps/baselayout: 1.12.13
sys-apps/sandbox:    1.6-r2
sys-devel/autoconf:  2.13, 2.65-r1
sys-devel/automake:  1.4_p6-r1, 1.9.6-r2, 1.10.2, 1.11.1
sys-devel/binutils:  2.18-r3
sys-devel/gcc:      4.3.4
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:  2.2.6b
sys-devel/make:      3.81
virtual/os-headers:  2.6.30-r1
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=nocona -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X a52 aac acc acl acpi alsa amd64 berkdb bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus divx dri dts dvd encode exif extras ffmpeg firefox flac fortran gdbm gif gnome gpm gtk h264 hal iconv ipod ipv6 java jpeg kde latex mad matroska mikmod mmx modules mono mp2 mp3 mp4 mpeg mudflap multilib mysql ncurses nls nptl nptlonly ogg opengl openmp pam pcre peer perl png postscript pppd pulseaudio python qt3 qt3support qt4 quicktime readline reflection session sse sse2 ssl svg sysfs tcpd theora tiff unicode vorbis wmf x264 xanim xorg xpm xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev synaptic" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage sis tdfx trident vesa via vmware voodoo" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

so i really appreciated any help. and greetings from Guatemala :D

P.s.
i have been using Kmess but now when i tried to run it i get this messege:
kmess: error while loading shared libraries: libjpeg.so.7: cannot open shared object file: No such file or directory

quanta 10-09-2010 01:38 PM

Have a look at this: http://www.amsn-project.net/forums/i...p?topic=7680.0

the_rastaman 10-21-2010 09:31 PM

Quote:

Originally Posted by quanta (Post 4122323)

thanks for the suggestion quanta, but i read the other post and i really don't understand xD so if you could help to understand it, i would really appreciated :D


All times are GMT -5. The time now is 10:06 AM.