Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142677 - gnucash-2.0.0-r1 fails to emerge without deprecated gtk and gdk
Summary: gnucash-2.0.0-r1 fails to emerge without deprecated gtk and gdk
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-03 10:40 UTC by Chris Mayo
Modified: 2006-08-04 13:02 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2006-08-03 10:40:41 UTC
emerging gnucash-2.0.0-r1 failed with:

In file included from dialog-account.c:39:
dialog-utils.h:116: error: expected ')' before '*' token
dialog-account.c: In function 'gnc_account_to_ui':
...
make[5]: *** [dialog-account.lo] Error 1

Removing --disable-deprecated-gtk from econf and it failed with:

dialog-utils.c: In function 'check_realize':
dialog-utils.c:625: warning: implicit declaration of function 'gdk_font_from_description'
dialog-utils.c:625: warning: assignment makes pointer from integer without a cast
dialog-utils.c:627: error: dereferencing pointer to incomplete type
dialog-utils.c:627: error: dereferencing pointer to incomplete type
make[5]: *** [dialog-utils.lo] Error 1

After removing --disable-deprecated-gdk as well it completed OK.

Some details:
USE="-chipcard -debug doc -graphviz -hbci nls -ofx -postgres quotes -tetex"
x11-libs/gtk+-1.2.10-r11
x11-libs/gtk+-2.8.20-r1

Info:

Portage 2.1-r1 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.3.6-r4, 2.6.17-gentoo-r4 i686)
=================================================================
System uname: 2.6.17-gentoo-r4 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz
Gentoo Base System version 1.6.15
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5-r2, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  0.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
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-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=prescott -fomit-frame-pointer -mfpmath=sse -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/grass60/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/splash /etc/terminfo"
CXXFLAGS="-O3 -march=prescott -fomit-frame-pointer -mfpmath=sse -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--alphabetical"
FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.blueyonder.co.uk/ http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ http://www.ibiblio.org/pub/Linux/distributions/gentoo http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ http://gentoo.osuosl.org"
LC_ALL="en_GB.UTF-8"
LINGUAS="en_GB en"
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"
PORTDIR_OVERLAY="/usr/portage/local /usr/portage/local/layman/vmware"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa apache2 arts avi bash-completion berkdb bitmap-fonts bonobo bzip2 cairo cdr cli crypt cups dbus dlloader doc dri dvd dvdr eds emboss encode esd fam flac foomaticdb fortran gcj gd gdbm gif gnome gnomedb gnutls gpm gstreamer gtk gtk2 gtkhtml hal imap imlib ipv6 isdnlog jpeg jpeg2k lcms libg++ libgda libwww logrotate mad mikmod mmx mmxext motif mozilla moznoirc mozsvg mozxmlterm mp3 mpeg ncurses nfs nls nptl ogg openexr opengl oss pam pcre pdflib perl png postgres pppd python qt qt3 qt4 quicktime readline reflection samba sdl session spell spl sqlite sqlite3 sse sse2 ssl svg tcpd theora tiff truetype truetype-fonts type1-fonts udev unicode vorbis xml xmms xorg xprint xv zlib elibc_glibc input_devices_evdev input_devices_keyboard input_devices_mouse kernel_linux linguas_en_GB linguas_en userland_GNU video_cards_none video_cards_nv video_cards_nvidia video_cards_vesa"
Unset:  CTARGET, INSTALL_MASK, LANG, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2006-08-03 17:25:07 UTC
it's package masked for a reason ;)
Comment 2 Chris Mayo 2006-08-04 10:55:44 UTC
OK, but it in the Changelog it looked like you were asking for comments:

Also, 2.0.0-r1 is hard-masked, but needs testing by some of you
  fine folks out there for its extra features: locale-specific-taxes, removal
  of depreacted functions, documentation extras like LaTeX, dot (graphviz) and
  html docs. Please test and report
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2006-08-04 13:02:31 UTC
Yeah, I should have been clearer about it -- I was targetting it to a specific subset of people.  I'll be clearer in the future about that. I do, however, appreciate that you did test it, and I'll be happy to take you into consideration for my future gnucash experiments :)