First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 138112
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: GNOME C++ Bindings Maintainers <gnome-mm@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Russell Knighton <russell@annunaki2k2.co.uk>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 138112 depends on: Show dependency tree
Show dependency graph
Bug 138112 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-06-26 14:18 0000
Hello,

I need this as its a dependancy of gtkguitune.
Here is the end of the output of the emerge:

c++ -O3 -march=pentium4 -pipe -fomit-frame-pointer -o .libs/bind_slot_test
bind_slot_test.o ../../sigc++/.libs/libsigc.so -lpthread
c++ -O3 -march=pentium4 -pipe -fomit-frame-pointer -o .libs/rettype_slot_test
rettype_slot_test.o ../../sigc++/.libs/libsigc.so -lpthread
c++ -O3 -march=pentium4 -pipe -fomit-frame-pointer -o .libs/convert_slot_test
convert_slot_test.o ../../sigc++/.libs/libsigc.so -lpthread
c++ -O3 -march=pentium4 -pipe -fomit-frame-pointer -o .libs/disconnect
disconnect.o ../../sigc++/.libs/libsigc.so -lpthread
creating bind_slot_test
creating convert_slot_test
creating rettype_slot_test
c++ -O3 -march=pentium4 -pipe -fomit-frame-pointer -o .libs/retbind_slot_test
retbind_slot_test.o ../../sigc++/.libs/libsigc.so -lpthread
creating disconnect
creating retbind_slot_test
make[2]: Leaving directory
`/var/tmp/portage/libsigc++-1.0.4-r2/work/libsigc++-1.0.4/tests/signals'
make[2]: Entering directory
`/var/tmp/portage/libsigc++-1.0.4-r2/work/libsigc++-1.0.4/tests'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory
`/var/tmp/portage/libsigc++-1.0.4-r2/work/libsigc++-1.0.4/tests'
make[1]: Leaving directory
`/var/tmp/portage/libsigc++-1.0.4-r2/work/libsigc++-1.0.4/tests'
make[1]: Entering directory
`/var/tmp/portage/libsigc++-1.0.4-r2/work/libsigc++-1.0.4'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory
`/var/tmp/portage/libsigc++-1.0.4-r2/work/libsigc++-1.0.4'
>>> Source compiled.
>>> Test phase [not enabled]: dev-libs/libsigc++-1.0.4-r2

>>> Install libsigc++-1.0.4-r2 into /var/tmp/portage/libsigc++-1.0.4-r2/image/ category dev-libs
Making install in sigc++
make[1]: Entering directory
`/var/tmp/portage/libsigc++-1.0.4-r2/work/libsigc++-1.0.4/sigc++'
Making install in config
make[2]: Entering directory
`/var/tmp/portage/libsigc++-1.0.4-r2/work/libsigc++-1.0.4/sigc++/config'
make[3]: Entering directory
`/var/tmp/portage/libsigc++-1.0.4-r2/work/libsigc++-1.0.4/sigc++/config'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../scripts/mkinstalldirs
/var/tmp/portage/libsigc++-1.0.4-r2/image//usr/lib/sigc++-1.0/include
mkdir /var/tmp/portage/libsigc++-1.0.4-r2/image/usr
mkdir /var/tmp/portage/libsigc++-1.0.4-r2/image/usr/lib
mkdir /var/tmp/portage/libsigc++-1.0.4-r2/image/usr/lib/sigc++-1.0
mkdir /var/tmp/portage/libsigc++-1.0.4-r2/image/usr/lib/sigc++-1.0/include
 /bin/install -c -m 644 sigc++config.h
/var/tmp/portage/libsigc++-1.0.4-r2/image//usr/lib/sigc++-1.0/include/sigc++config.h
make  install-data-hook
make[4]: Entering directory
`/var/tmp/portage/libsigc++-1.0.4-r2/work/libsigc++-1.0.4/sigc++/config'
#@if test -d "/usr/lib/sigc++" ; then \
          echo ;\
          echo "*** WARNING ***:" ;\
          echo "You seem to have old libsigc++ config header files installed
in:" ;\
          echo ;\
          echo "  \"/usr/lib/sigc++\"" ;\
          echo ;\
          echo "The entire directory will be removed now." ;\
          echo "To allow parallel installation of sigc++-1.0 and sigc++-1.2,"
;\          echo "the header files are now installed in a version specific
subdirectory." ;\
          echo ; \
          rm -rf "/usr/lib/sigc++" ;\
        fi
/bin/sh: -c: line 12: syntax error near unexpected token `fi'
/bin/sh: -c: line 12: `fi'
make[4]: *** [install-data-hook] Error 2
make[4]: Leaving directory
`/var/tmp/portage/libsigc++-1.0.4-r2/work/libsigc++-1.0.4/sigc++/config'
make[3]: *** [install-data-am] Error 2
make[3]: Leaving directory
`/var/tmp/portage/libsigc++-1.0.4-r2/work/libsigc++-1.0.4/sigc++/config'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory
`/var/tmp/portage/libsigc++-1.0.4-r2/work/libsigc++-1.0.4/sigc++/config'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/libsigc++-1.0.4-r2/work/libsigc++-1.0.4/sigc++'
make: *** [install-recursive] Error 1

!!! ERROR: dev-libs/libsigc++-1.0.4-r2 failed.
Call stack:
  ebuild.sh, line 1540:   Called dyn_install
  ebuild.sh, line 1014:   Called src_install
  libsigc++-1.0.4-r2.ebuild, line 47:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if
relevant.

Please post back if you need extra info to help diagnose the issue.

Thanks.

------- Comment #1 From Pieter Van den Abeele 2006-07-12 13:26:58 0000 -------
Same issue here. A patch instead of sed in the ebuild probably fixes this.

Pieter

------- Comment #2 From Pieter Van den Abeele 2006-07-12 16:52:11 0000 -------
in cvs

------- Comment #3 From Pieter Van den Abeele 2006-07-12 16:53:15 0000 -------
closing

------- Comment #4 From Jakub Moc 2006-07-13 06:07:29 0000 -------
inherit belongs to the top of the ebuild ;) Now it gets description from
eutils.eclass. 

------- Comment #5 From Jakub Moc 2006-07-15 04:46:38 0000 -------
inherit fixed as well, closing again. Thanks! ;)

------- Comment #6 From Horst Schirmeier 2006-10-23 07:09:24 0000 -------
Please reopen: -r2 is still broken, -r3 (which fixes the problem accoording to
the ChangeLog) is still testing (~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sh ~sparc
~x86).

------- Comment #7 From Jakub Moc 2006-11-04 15:54:08 0000 -------
*** Bug 154080 has been marked as a duplicate of this bug. ***

------- Comment #8 From Jakub Moc 2006-11-04 15:55:55 0000 -------
Stabilize -r3 please.

------- Comment #9 From Jakub Moc 2006-11-04 15:57:24 0000 -------
arches, please stabilize 1.0.4-r3, -r2 doesn't install.

------- Comment #10 From Markus Meier 2006-11-04 16:36:00 0000 -------
1. emerges on x86
2. passes collision test
3. passes test suite
4. dev-cpp/gtkmm-1.2.9-r2 emerges with it

dev-libs/libsigc++-1.0.4-r3  USE="-debug"

Portage 2.1.1-r1 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3,
2.6.18.1 i686)
=================================================================
System uname: 2.6.18.1 i686 Genuine Intel(R) CPU           T2300  @ 1.66GHz
Gentoo Base System version 1.12.6
Last Sync: Fri, 03 Nov 2006 13:50:01 +0000
ccache version 2.3 [disabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.3.5-r3, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /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/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--nospinner"
FEATURES="autoconfig collision-protect distlocks metadata-transfer
parallel-fetch sandbox sfperms strict test userfetch userpriv usersandbox"
GENTOO_MIRRORS="http://mirror.switch.ch/mirror/gentoo/ http://gentoo.inode.at/"
LINGUAS="en de en_GB de_CH"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 X a52 aac acpi alsa apache2 asf berkdb bitmap-fonts cairo cdr cdrom
cli cracklib crypt cups dbus divx dlloader dri dts dvd dvdr dvdread eds
elibc_glibc emboss encode fam ffmpeg firefox flac fortran gdbm gif gnome gpm
gstreamer gtk hal iconv input_devices_keyboard input_devices_mouse ipv6 isdnlog
java jpeg kde kernel_linux ldap libg++ linguas_de linguas_de_CH linguas_en
linguas_en_GB mad mikmod mmx mono mp3 mpeg ncurses nls nptl nptlonly ogg opengl
oss pam pcre perl png ppds pppd python qt3 qt4 quicktime readline reflection
rtsp samba sdl session smp spell spl sse sse2 sse3 ssl svg tcpd test tetex
theora threads truetype truetype-fonts type1-fonts udev unicode userland_GNU
vcd video_cards_fbdev video_cards_i810 video_cards_vesa vorbis win32codecs
wxwindows x264 xine xml xorg xprint xv xvid zlib"
Unset:  CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS,
PORTDIR_OVERLAY

------- Comment #11 From Dustin J. Mitchell 2006-11-04 16:43:21 0000 -------
All combinations of USE flags merge on amd64.  I don't have X11 built, so no
tests were performed.

Gentoo Base System version 1.12.5
Portage 2.1.1-r1 (default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.4-r3,
2.6.15-gentoo-r72006040301 x86_64)
=================================================================
System uname: 2.6.15-gentoo-r72006040301 x86_64 AMD Athlon(tm) 64 Processor
3700+
Last Sync: Sat, 04 Nov 2006 23:50:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect confcache digest distlocks
metadata-transfer multilib-strict sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="amd64 berkdb bitmap-fonts cli cracklib crypt cups dlloader dri elibc_glibc
fortran gdbm gpm iconv input_devices_evdev input_devices_keyboard
input_devices_mouse ipv6 isdnlog kernel_linux libg++ ncurses nls nptl nptlonly
pam pcre perl ppds pppd python readline reflection session spl ssl tcpd
truetype-fonts type1-fonts udev unicode userland_GNU video_cards_apm
video_cards_ark video_cards_ati video_cards_chips video_cards_cirrus
video_cards_cyrix video_cards_dummy video_cards_fbdev video_cards_glint
video_cards_i128 video_cards_i810 video_cards_mga video_cards_neomagic
video_cards_nv video_cards_rendition video_cards_s3 video_cards_s3virge
video_cards_savage video_cards_siliconmotion video_cards_sis video_cards_sisusb
video_cards_tdfx video_cards_tga video_cards_trident video_cards_tseng
video_cards_v4l video_cards_vesa video_cards_vga video_cards_via
video_cards_vmware video_cards_voodoo xorg zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #12 From Michael Weyershäuser 2006-11-04 16:56:23 0000 -------
Emerges fine on amd64, gtkguitune emerges with it, good to go IMO.

Portage 2.1.1-r1 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3,
2.6.18-suspend2-Dudebox-Edition x86_64)
=================================================================
System uname: 2.6.18-suspend2-Dudebox-Edition x86_64 AMD Athlon(tm) 64
Processor 3200+
Gentoo Base System version 1.12.6
Last Sync: Fri, 03 Nov 2006 14:00:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632)
[enabled]
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -msse3 -Os -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf
/etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=k8 -msse3 -Os -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildpkg ccache collision-protect distcc distlocks
metadata-transfer multilib-strict parallel-fetch sandbox sfperms strict test"
GENTOO_MIRRORS="ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/
ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage_overlay"
SYNC="rsync://server/gentoo-portage"
USE="amd64 X alsa apache2 berkdb bitmap-fonts cairo cdr cli cracklib crypt cups
dbus dlloader dri dvd dvdr eds elibc_glibc emboss encode esd fam firefox
fortran gcj gdbm gif gpm gstreamer gtk gtk2 hal iconv imap
input_devices_keyboard input_devices_mouse isdnlog jpeg kde kdeenablefinal
kdehiddenvisibility kernel_linux libg++ mad mikmod mp3 mpeg mysql ncurses nls
nptl nptlonly objc objc++ ogg oss pam pcre perl png ppds pppd python qt3 qt4
quicktime readline reflection sdl session spell spl sqlite ssl tcpd test
truetype truetype-fonts type1-fonts udev unicode userland_GNU
video_cards_radeon vorbis xml xorg xv zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS,
PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #13 From OxO pHz.60 2006-11-04 18:14:46 0000 -------
samehere, works for amsynth too. (amd64)

------- Comment #14 From Daniel Gryniewicz 2006-11-05 10:36:14 0000 -------
amd64 done.

------- Comment #15 From Christian Faulhammer 2006-11-05 17:29:00 0000 -------
x86 has it!

------- Comment #16 From Gustavo Zacarias (RETIRED) 2006-11-07 06:22:35 0000 -------
sparc stable.

------- Comment #17 From nixnut 2006-11-10 07:19:02 0000 -------
Stable on ppc

------- Comment #18 From Bryan Østergaard (RETIRED) 2007-01-06 14:17:19 0000 -------
Stable on Alpha + IA64.

------- Comment #19 From Jeroen Roovers 2007-01-19 02:18:48 0000 -------
Could you please name a package that depends on this SLOT and is keyworded for
HPPA?

------- Comment #20 From Jakub Moc 2007-01-19 09:07:05 0000 -------
(In reply to comment #19)
> Could you please name a package that depends on this SLOT and is keyworded for
> HPPA?

dev-cpp/gtkmm-1.2.9-r2

Anyway, as none of dev-cpp/gtkmm:1.2  dependencies have hppa keyword, I'm
closing this bug. Feel free to stabilize if you want anyway. ;)

First Last Prev Next    No search results available      Search page      Enter new bug