Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 323127 - sci-electronics/geda-gattrib-1.4.3 compile error: 'GtkEntry' has no member named 'n_bytes'
Summary: sci-electronics/geda-gattrib-1.4.3 compile error: 'GtkEntry' has no member na...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: The Soldering-Iron Brotherhood
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-07 23:09 UTC by matt
Modified: 2010-06-08 17:15 UTC (History)
0 users

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


Attachments
build.log (build.log,15.22 KB, text/plain)
2010-06-08 01:16 UTC, matt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matt 2010-06-07 23:09:35 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -Wall -march=athlon64 -O2 -pipe -c listsort.c
gtkitementry_2_2.c: In function 'gtk_entry_real_insert_text':
gtkitementry_2_2.c:814: error: 'GtkEntry' has no member named 'n_bytes'
gtkitementry_2_2.c:814: error: 'GtkEntry' has no member named 'text_size'
gtkitementry_2_2.c:816: error: 'GtkEntry' has no member named 'n_bytes'
gtkitementry_2_2.c:816: error: 'GtkEntry' has no member named 'text_size'
gtkitementry_2_2.c:818: error: 'GtkEntry' has no member named 'text_size'
gtkitementry_2_2.c:819: error: 'GtkEntry' has no member named 'text_size'

[ebuild  N    ] sci-electronics/geda-gattrib-1.4.3  USE="nls"

Portage 2.1.8.3 (default/linux/amd64/10.0, gcc-4.4.3, glibc-2.10.1-r1, 2.6.31-gentoo-r6 x86_64)
=================================================================
System uname: Linux-2.6.31-gentoo-r6-x86_64-AMD_Athlon-tm-_Dual_Core_Processor_4850e-with-gentoo-1.12.13
Timestamp of tree: Fri, 04 Jun 2010 00:45:02 +0000
app-shells/bash:     4.0_p37
dev-java/java-config: 2.1.10
dev-lang/python:     2.6.5-r2, 3.1.2-r3
dev-python/pycrypto: 2.1.0
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
sys-devel/automake:  1.4_p6-r1, 1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:       4.3.4, 4.4.3-r2
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6b
virtual/os-headers:  2.6.30-r1
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* @FSF-APPROVED"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -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"
CXXFLAGS="-march=athlon64 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests collision-protect distlocks fixpackages multilib-strict news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1"
LINGUAS="en en_US"
MAKEOPTS="-j3"
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"
PORTDIR_OVERLAY="/usr/local/portage/layman/java-overlay /usr/local/portage/layman/sugar /usr/local/portage/layman/sunrise /usr/local/portage/layman/ikelos /usr/local/portage/layman/foo-overlay /usr/local/portage/layman/maggu2810-overlay /usr/local/portage/layman/science"
SYNC="rsync://192.168.168.16/portage"
Comment 1 Michael Weber (RETIRED) gentoo-dev 2010-06-07 23:28:05 UTC
Hi matt, 

full build.log and the version of gtk+ you have installed, pleaz.

Michael
Comment 2 matt 2010-06-08 01:16:57 UTC
Created attachment 234485 [details]
build.log
Comment 3 matt 2010-06-08 01:17:32 UTC
[ebuild   R   ] x11-libs/gtk+-2.18.9  USE="jpeg tiff (-aqua) -cups -debug -doc -jpeg2k -test -vim-syntax -xinerama"
Comment 4 Thomas Beierlein gentoo-dev 2010-06-08 17:15:56 UTC
Thanks for reporting matt. Struct members have new names in actual gtk+ (n_bytes -> x_n_bytes, text_size -> x_text_size).

Fixed in 1.4.3-r1

+*geda-gattrib-1.4.3-r1 (08 Jun 2010)
+
+  08 Jun 2010; Thomas Beierlein <tomjbe@gentoo.org>
+  +geda-gattrib-1.4.3-r1.ebuild, +files/geda-gattrib-1.4.3-gtkentry.patch:
+  Fix for bug #323127.