[Bug 525510] Review Request: geda-gaf - Design Automation toolkit for electronic design

bugzilla at redhat.com bugzilla at redhat.com
Sun Oct 4 14:18:54 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=525510





--- Comment #13 from Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>  2009-10-04 10:18:52 EDT ---
Well, I don't think we should close review request when
build fails on "rawhide" (currently F-12).

The problem is that gattrib/src/gtkitementry_2_2.c uses members of
struct GtkEntry which is "declared" as "private" in gtk-2.0/gtk/gtkentry.h.
The following can be a workaround, however in the future
gattrib/src/gtkitementry_2_2.c should be fixed not to use "private" member
of GtkEntry.

----------------------------------------------------------
%if 0%{?fedora} >= 12
sed -i.gtkver -e 's|2.17.3|2.19.0|' configure
sed -i.gtkver \
 -e 's|entry->text_size|entry->x_text_size|g' \
 -e 's|entry->n_bytes|entry->x_n_bytes|g' \
 gattrib/src/gtkitementry_2_2.c
%endif
----------------------------------------------------------

c.f.
https://www.redhat.com/archives/fedora-extras-commits/2009-September/msg01015.html
This seems to be using the exactly same code.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list