Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42749 - gtkmm-2.2.8 compile error
Summary: gtkmm-2.2.8 compile error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 42609
  Show dependency tree
 
Reported: 2004-02-24 06:11 UTC by Piotr Brzozowski
Modified: 2004-03-01 03:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge gtkmm-2.2.8 log file (1721-gtkmm-2.2.8.log,397.00 KB, text/plain)
2004-02-24 06:13 UTC, Piotr Brzozowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Brzozowski 2004-02-24 06:11:50 UTC
I try upgrade gtkmm from 2.2.7 to 2.2.8

my emerge info:
=========================
Gentoo Base System version 1.4.3.13
Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20040207-r0, 2.4.25_pre7-gss-r1)
=================================================================
System uname: 2.4.25_pre7-gss-r1 i686 Intel(R) Celeron(TM) CPU                1133MHz
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=pentium2 -march=pentium2 -O2 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/afs/C /etc/afs/afsws /etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=pentium2 -march=pentium2 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X afs apm avi berkdb bonobo crypt cups curl dga directfb encode esd foomaticdb gb gd gdbm ggi gif gnome gpm gtk gtk2 gtkhtml guile imlib java jpeg libg++ libwww linguas_en linguas_pl mad mikmod mmx motif mozilla mpeg mysql ncurses nls oggvorbis opengl oss pam pda pdflib perl png postgres python qt quicktime readline scanner sdl slang spell sse ssl svga tcltk tcpd tetex threads truetype usb video_cards_i830 x86 xml xml2 xmms xv zlib"


Reproducible: Always
Steps to Reproduce:
emerge gtkmm
Comment 1 Piotr Brzozowski 2004-02-24 06:13:09 UTC
Created attachment 26256 [details]
emerge gtkmm-2.2.8 log file
Comment 2 foser (RETIRED) gentoo-dev 2004-02-29 03:48:40 UTC
what libsigc++ version do you have installed ?
Comment 3 Piotr Brzozowski 2004-03-01 02:45:42 UTC
# emerge search libsigc++

*  dev-libs/libsigc++
      Latest version available: 1.2.5
      Latest version installed: 1.2.5


# ls libsigc* -la
lrwxrwxrwx    1 root     root           20 Feb 10 21:40 libsigc-1.0.so.0 -> libsigc-1.0.so.0.0.0
-rwxr-xr-x    1 root     root        35788 Feb 10 21:40 libsigc-1.0.so.0.0.0
-rw-r--r--    1 root     root        48324 Jul 14  2003 libsigc-1.2.a
-rwxr-xr-x    1 root     root          805 Jul 14  2003 libsigc-1.2.la
lrwxrwxrwx    1 root     root           20 Jul 14  2003 libsigc-1.2.so -> libsigc-1.2.so.5.0.5
lrwxrwxrwx    1 root     root           20 Jul 14  2003 libsigc-1.2.so.5 -> libsigc-1.2.so.5.0.5
-rwxr-xr-x    1 root     root        38402 Jul 14  2003 libsigc-1.2.so.5.0.5
-rw-r--r--    1 root     root        48376 Feb 10 21:40 libsigc.a
-rwxr-xr-x    1 root     root          644 Feb 10 21:40 libsigc.la
lrwxrwxrwx    1 root     root           20 Feb 10 21:40 libsigc.so -> libsigc-1.0.so.0.0.0
Comment 4 Piotr Brzozowski 2004-03-01 03:45:46 UTC
foser asked about my libsigc++ version.
so i recompiled it.
than i started to emerge gtkmm again, and

IT IS EMERGED SUCCESFULLY!!!

maybe important would be, that some time ago i started upgradeing gcc on my Gentoo from gcc-2.95.x to gcc-3.3.x.
I couldn't do "emerge -e world". I emerged only selected packages.
So right now it is possible that some of my packages are compiled widh different gcc versions.