Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED ] problem emerging blt-2.4 / python
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
EddyC158
n00b
n00b


Joined: 13 Mar 2013
Posts: 3

PostPosted: Wed Mar 13, 2013 3:33 am    Post subject: [SOLVED ] problem emerging blt-2.4 / python Reply with quote

Hi forum , as the title of the topic says im having a hard time trying to emerge this pkg . I have recently upgraded world including gcc and tcl-8.6.0-r1 (wich i think is causing the trouble ) after i did a revdep-rebuild this was what i got

Code:


* Configuring search environment for revdep-rebuild

 * Checking reverse dependencies
 * Packages containing binaries and libraries broken by a package update
 * will be emerged.

 * Collecting system binaries and libraries
 * Found existing 1_files.rr
 * Collecting complete LD_LIBRARY_PATH
 * Found existing 2_ldpath.rr.
 * Checking dynamic linking consistency
 * Found existing 3_broken.rr.
 * Assigning files to packages
 * Found existing 4_raw.rr
 * Cleaning list of packages to rebuild
 * Found existing 4_pkgs.rr
 * Assigning packages to ebuilds
 * Found existing 4_ebuilds.rr
 * Evaluating package order
 * Found existing 5_order.rr
 * Generated new 5_order.rr
 * All prepared. Starting rebuild
emerge --complete-graph=y --oneshot   dev-lang/python:2.7 dev-lang/python:3.2
..........
Calculating dependencies  .... done!

>>> Verifying ebuild manifests

>>> Starting parallel fetch

>>> Emerging (1 of 3) dev-tcltk/blt-2.4z-r10
 * blt2.4z-8.5.2.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...             [ ok ]
>>> Unpacking source...
>>> Unpacking blt2.4z-8.5.2.tar.gz to /var/tmp/portage/dev-tcltk/blt-2.4z-r10/work
>>> Source unpacked in /var/tmp/portage/dev-tcltk/blt-2.4z-r10/work
>>> Preparing source in /var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2 ...
 * Applying blt-2.4z-r4-fix-makefile.patch ...
 [ ok ]
 * Applying blt-2.4z-r4-fix-makefile2.patch ...
 [ ok ]
 * Applying blt2.4z-64bit.patch ...
 [ ok ]
 * Applying blt-2.4z-tcl8.5-fixpkgruntime.patch ...
 [ ok ]
 * Applying blt-2.4z-ldflags.patch ...
 [ ok ]
 * Applying blt-2.4z-linking.patch ...
 [ ok ]
 * Applying blt-2.4z-darwin.patch ...
 [ ok ]
 * Applying blt-2.4z-gbsd.patch ...
 [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2 ...
 * econf: updating blt2.4z-8.5.2/cf/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating blt2.4z-8.5.2/cf/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --x-includes=/usr/include --x-libraries=/usr/lib --with-blt=/usr/lib --with-tcl=/usr/lib --with-tk=/usr/lib --with-tclincls=/usr/include --with-tkincls=/usr/include --with-tcllibs=/usr/lib --with-tklibs=/usr/lib --with-cc=i686-pc-linux-gnu-gcc --with-cflags=-O2 -march=i686 -pipe -fPIC --with-gnu-ld --enable-jpeg --with-x
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking which C compiler... i686-pc-linux-gnu-gcc
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking if C compiler is really gcc... yes
checking default compiler flags... -O2 -march=i686 -pipe -fPIC
checking for Cygwin environment... no
checking for mawk... no
checking for gawk... gawk
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... i686-pc-linux-gnu-ranlib
checking whether ln -s works... yes
checking for main in -lsocket... no
checking for main in -lnsl... yes
checking for main in -lm... yes
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking for inttypes.h... yes
checking for limits.h... yes
checking for sys/param.h... yes
checking for string.h... yes
checking for ctype.h... yes
checking for errno.h... yes
checking for float.h... yes
checking for math.h... yes
checking for ieeefp.h... no
checking for sys/time.h... yes
checking for waitflags.h... no
checking for sys/wait.h... (cached) yes
checking for malloc.h... yes
checking for memory.h... yes
checking for setjmp.h... yes
checking for jpeglib.h... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking for size_t... yes
checking for pid_t... yes
checking whether union wait is defined correctly... yes
checking whether byte ordering is bigendian... no
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking size of void *... 4
checking for strdup... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for drand48... yes
checking for srand48... yes
checking for finite... yes
checking for isnan... yes
checking for isfinite... yes
checking whether DBL_EPSILON is defined in float.h... yes
checking whether declaration is needed for strdup... no
checking whether declaration is needed for drand48... no
checking whether declaration is needed for srand48... no
checking whether declaration is needed for j1... no
checking for X... libraries /usr/lib, headers /usr/include
checking for tclConfig.sh... /usr/lib/tclConfig.sh
checking for tkConfig.sh... /usr/lib/tkConfig.sh
checking for jpeg_read_header in -ljpeg... yes
checking for XExtendedMaxRequestSize... yes
checking BLT_MAJOR_VERSION... 2
checking BLT_MINOR_VERSION... 4
checking TCL_VERSION in tcl.h... 8.6
checking TK_VERSION in tk.h... 8.6

Configuration results:

  tcl.h      found in  /usr/include
  tk.h       found in  /usr/include
  X11/Xlib.h found in  /usr/include
  libtcl8.6  found in  /usr/lib
  libtk8.6   found in  /usr/lib
  libX11     found in  /usr/lib

Directories where BLT is to be installed:

  "$prefix" is /usr
  "$exec_prefix" is /usr

  bltwish      to be installed in  ${exec_prefix}/bin
  libBLT.a     to be installed in  /usr/lib
  scripts      to be installed in  /usr/lib/blt2.4
  manual pages to be installed in  /usr/share/man

creating ./config.status
creating Makefile
creating src/Makefile
creating src/bltHash.h
creating src/shared/Makefile
creating man/Makefile
creating library/Makefile
creating demos/Makefile
creating src/bltConfig.h
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2 ...
make -j1 'LDFLAGS=-Wl,-O1 -Wl,--as-needed'
(cd src; make all)
make[1]: Entering directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/src'
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltAlloc.c
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltArrayObj.c
bltArrayObj.c: In function 'SetArrayFromAny':
bltArrayObj.c:57:31: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltBgexec.c
bltBgexec.c: In function 'CollectData.isra.6':
bltBgexec.c:1252:8: warning: 'length' may be used uninitialized in this function [-Wuninitialized]
bltBgexec.c:1312:6: note: 'length' was declared here
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltChain.c
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltDebug.c
bltDebug.c: In function 'GetWatch':
bltDebug.c:61:20: warning: the comparison will always evaluate as 'false' for the address of 'watchChain' will never be NULL [-Waddress]
bltDebug.c: In function 'DeleteWatch':
bltDebug.c:84:20: warning: the comparison will always evaluate as 'false' for the address of 'watchChain' will never be NULL [-Waddress]
bltDebug.c: In function 'DebugProc':
bltDebug.c:124:9: warning: the comparison will always evaluate as 'false' for the address of 'watchChain' will never be NULL [-Waddress]
bltDebug.c:130:17: warning: the comparison will always evaluate as 'false' for the address of 'watchChain' will never be NULL [-Waddress]
bltDebug.c: In function 'DebugCmd':
bltDebug.c:283:20: warning: the comparison will always evaluate as 'false' for the address of 'watchChain' will never be NULL [-Waddress]
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltHash.c
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltList.c
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltNsUtil.c
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltParse.c
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltPool.c
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltSpline.c
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltSwitch.c
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltTree.c
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltTreeCmd.c
bltTreeCmd.c: In function 'TypeOp':
bltTreeCmd.c:4833:2: warning: passing argument 2 of 'Tcl_SetResult' discards 'const' qualifier from pointer target type [enabled by default]
/usr/include/tclDecls.h:689:14: note: expected 'char *' but argument is of type 'const char * const'
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltUnixPipe.c
bltUnixPipe.c: In function 'CreateTempFile':
bltUnixPipe.c:114:12: warning: ignoring return value of 'mkstemp', declared with attribute warn_unused_result [-Wunused-result]
bltUnixPipe.c: In function 'CreateProcess':
bltUnixPipe.c:433:11: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
bltUnixPipe.c:443:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltUtil.c
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltVector.c
i686-pc-linux-gnu-gcc -c -Wall -O2 -march=i686 -pipe -fPIC   -I. -I.  bltVecMath.c
bltVecMath.c: In function 'MathError':
bltVecMath.c:767:52: error: 'Tcl_Interp' has no member named 'result'
bltVecMath.c:774:59: error: 'Tcl_Interp' has no member named 'result'
bltVecMath.c:780:58: error: 'Tcl_Interp' has no member named 'result'
bltVecMath.c:789:53: error: 'Tcl_Interp' has no member named 'result'
make[1]: *** [bltVecMath.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2/src'
make: *** [all] Error 2
emake failed
 * ERROR: dev-tcltk/blt-2.4z-r10 failed (compile phase):
 *   emake failed
 *
 * Call stack:
 *     ebuild.sh, line  93:  Called src_compile
 *   environment, line 2333:  Called die
 * The specific snippet of code:
 *       emake -j1 LDFLAGS="${LDFLAGS}" || die "emake failed"
 *
 * If you need support, post the output of `emerge --info '=dev-tcltk/blt-2.4z-r10'`,
 * the complete build log and the output of `emerge -pqv '=dev-tcltk/blt-2.4z-r10'`.
 * The complete build log is located at '/var/tmp/portage/dev-tcltk/blt-2.4z-r10/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-tcltk/blt-2.4z-r10/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2'
 * S: '/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2'

>>> Failed to emerge dev-tcltk/blt-2.4z-r10, Log file:

>>>  '/var/tmp/portage/dev-tcltk/blt-2.4z-r10/temp/build.log'

 * Messages for package dev-tcltk/blt-2.4z-r10:

 * ERROR: dev-tcltk/blt-2.4z-r10 failed (compile phase):
 *   emake failed
 *
 * Call stack:
 *     ebuild.sh, line  93:  Called src_compile
 *   environment, line 2333:  Called die
 * The specific snippet of code:
 *       emake -j1 LDFLAGS="${LDFLAGS}" || die "emake failed"
 *
 * If you need support, post the output of `emerge --info '=dev-tcltk/blt-2.4z-r10'`,
 * the complete build log and the output of `emerge -pqv '=dev-tcltk/blt-2.4z-r10'`.
 * The complete build log is located at '/var/tmp/portage/dev-tcltk/blt-2.4z-r10/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-tcltk/blt-2.4z-r10/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2'
 * S: '/var/tmp/portage/dev-tcltk/blt-2.4z-r10/work/blt2.4z-8.5.2'
 * - If emerge failed during the build, fix the problems and re-run revdep-rebuild.
 * - Use /etc/portage/package.keywords to unmask a newer version of the package.
 *   (and remove 5_order.rr to be evaluated again)
 * - Modify the above emerge command and run it manually.
 * - Compile or unmerge unsatisfied packages manually,
 *   remove temporary files, and try again.
 *   (you can edit package/ebuild list first)
 * To remove temporary files, please run:
 * rm /var/cache/revdep-rebuild/*.rr






also i tried to compile only blt itself and failed , this is the output of --info emerge --info '=dev-tcltk/blt-2.4z-r10' :

Code:


Portage 2.1.11.52 (default/linux/x86/13.0/desktop, gcc-4.6.3, glibc-2.15-r3, 2.6.39-gentoo-r3 i686)
=================================================================
                        System Settings
=================================================================
System uname: Linux-2.6.39-gentoo-r3-i686-Intel-R-_Pentium-R-_Dual_CPU_T3400_@_2.16GHz-with-gentoo-2.1
KiB Mem:     2002100 total,    166612 free
KiB Swap:     524284 total,    524284 free
Timestamp of tree: Wed, 13 Mar 2013 00:15:01 +0000
ld GNU ld (GNU Binutils) 2.22
app-shells/bash:          4.2_p37
dev-java/java-config:     2.1.12-r1
dev-lang/python:          2.7.3-r2, 3.2.3
dev-util/cmake:           2.8.9
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.6.3
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.6 (virtual/os-headers)
sys-libs/glibc:           2.15-r3
Repositories: gentoo x-portage
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="* -@EULA @GPL-COMPATIBLE @OSI-APPROVED @EULA atheros-hal BitstreamVera"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/rc.d /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/wget"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -march=i686 -pipe"
GENTOO_MIRRORS="ftp://mirror.mcs.anl.gov/pub/gentoo http://gentoo.localhost.net.ar/ ftp://mirrors.localhost.net.ar/pub/mirrors/gentoo/ "
LANG="C"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage "
USE="/etc/machine-id /var/lib/dbus/machine-id 3dnow 3dnowex C++ X a52 aac aalib acl acpi adns alsa apache2 berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emboos emboss encode exif fam firefox flac flash fortran gcc gdbm gif glibc gnome gnome-keyrings gpm gstramer gtk hal iconv icu ipv6 java jpeg kdrive lcms ldap libg++ libnotify ln mad mng modules mp3 mp4 mpeg mpg mudflap nano-syntax ncurses nls nptl ogg opengl openmp pam pango pcre pdf perl png policykit ppds python qt3support qt4 readline sdl session spell sqlite ssh ssl startup-notification svg symlink tcpd tiff tk truetype udev udisks unicode upower usb vidix vorbis webcam wxwidgets x x264 x86 xcb xml xorg xulrunnerr xv xvid zlib" ABI_X86="32" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 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="authn_core authz_core socache_shmcb unixd 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" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" 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 synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="intel" 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, INSTALL_MASK, LC_ALL, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON




i hope you can help me , thanks indeed


EDIT : now that i've been testing some things i cant use any python program involving gtk / tkinter =(


Last edited by EddyC158 on Wed Mar 13, 2013 4:03 pm; edited 1 time in total
Back to top
View user's profile Send private message
eyoung100
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1428

PostPosted: Wed Mar 13, 2013 2:57 pm    Post subject: Reply with quote

Try:
Code:
equery hasuse tk
equry hasuse gtk
eselect profile list

_________________
The Birth and Growth of Science is the Death and Atrophy of Art -- Unknown
Registerd Linux User #363735
Adopt a Post | Strip Comments| Emerge Wrapper
Back to top
View user's profile Send private message
EddyC158
n00b
n00b


Joined: 13 Mar 2013
Posts: 3

PostPosted: Wed Mar 13, 2013 3:48 pm    Post subject: Reply with quote

Thanks for the response , i got gtk working again . But still cant compile dev-tcltk/blt-2.4z-r10



equery hasuse tk

Code:


gentoo eddy # equery hasuse tk
 * Searching for USE flag tk ...
[IP-] [  ] dev-lang/python-2.7.3-r2:2.7
[IP-] [  ] dev-lang/python-3.2.3:3.2
[IP-] [  ] dev-lang/ruby-1.8.7_p371:1.8
[IP-] [  ] dev-lang/ruby-1.9.3_p392:1.9
[IP-] [  ] dev-python/pyopengl-3.0.1:0
[IP-] [  ] net-im/pidgin-2.10.6:0




nothing useful in the output =(
Back to top
View user's profile Send private message
EddyC158
n00b
n00b


Joined: 13 Mar 2013
Posts: 3

PostPosted: Wed Mar 13, 2013 4:00 pm    Post subject: Reply with quote

solved it !! , had to emerge tktable pkg
Back to top
View user's profile Send private message
The Unabeefer
n00b
n00b


Joined: 23 Dec 2008
Posts: 60
Location: Chicago, IL

PostPosted: Thu Apr 04, 2013 9:55 pm    Post subject: Reply with quote

EddyC158 wrote:
solved it !! , had to emerge tktable pkg


I'm having this compile problem too, but emerging tktable didn't help a bit for me... :(

[edit] Oh, also, the version of blt that is giving me this error is -r12, not 10... but it looks to be the same output. [/edit]

..
_________________
I am a flying cow... worship me or DIE!!!

...and there he was, reigning supreme at number two...
The One... The Only... The Unabeefer
Back to top
View user's profile Send private message
rickj
Guru
Guru


Joined: 06 Feb 2003
Posts: 427
Location: Calgary, Alberta, Canada

PostPosted: Wed Jul 31, 2013 4:43 pm    Post subject: Reply with quote

I have this problem with -r10 on a brand new installation using an AMD x86-64. Merging tktable did not help.

This seems to block a lot of useful packages like firefox, thunderbird, and gajim.

In my case moving to -r12 compiled with no problems.
Back to top
View user's profile Send private message
RubyTuesdayDONO
n00b
n00b


Joined: 25 Nov 2013
Posts: 1

PostPosted: Mon Nov 25, 2013 3:09 pm    Post subject: Opened Bug # 492506 Reply with quote

I took a cue from post bugs on bugs(dot)gentoo(dot)org! and opened 492506.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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