[Xfce-bugs] [Bug 2816] New: Build error in pyexobinding.c building on 4.4, FC5 (using installer)

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Thu Jan 25 02:26:03 CET 2007


DO NOT REPLY TO THIS EMAIL.  Also, do not reply via email to the person
whose email is mentioned below.  To comment on this bug, please visit:
http://bugzilla.xfce.org/show_bug.cgi?id=2816

           Summary: Build error in pyexobinding.c building on 4.4, FC5
                    (using installer)
           Product: Xfce
           Version: unknown
          Platform: PC (x86)
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Medium
         Component: general
        AssignedTo: xfce-bugs at xfce.org
        ReportedBy: gbell_spamless at yahoo.com


User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12)
Gecko/20050920 Firefox/1.0.7
Build Identifier: 

(note - there is no 4.4 version available in the pulldown here on bugzilla)

See log below:

 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/u/gbell/local_root/include -I/usr/include
-I/opt/include -DHAVE_GNUC_VISIBILITY -I.. -I/usr/include/gtk-2.0
-I/usr/lib/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/lib/glib-2.0/include
-I/u/gbell/local_root/include/xfce4 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -fno-strict-aliasing
-I/opt/bin/../python-2.2.3/include/python2.2 -I/u/gbell/local_root/include
-I/usr/include -I/opt/include -O2 -pipe -DNDEBUG -DG_DISABLE_CAST_CHECKS
-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT _exo_la-exomodule.lo -MD -MP -MF
.deps/_exo_la-exomodule.Tpo -c exomodule.c  -fPIC -DPIC -o
.libs/_exo_la-exomodule.o
pyexobinding.c: In function 'pyexo_binding_is_bound':
pyexobinding.c:294: warning: return makes pointer from integer without a cast
pyexobinding.c: In function 'pyexo_binding_transform':
pyexobinding.c:333: error: 'PyGILState_STATE' undeclared (first use in this
function)
pyexobinding.c:333: error: (Each undeclared identifier is reported only once
pyexobinding.c:333: error: for each function it appears in.)
pyexobinding.c:333: error: expected ';' before 'state'
pyexobinding.c:338: error: 'state' undeclared (first use in this function)
pyexobinding.c: In function 'pyexo_mutual_binding_is_bound':
pyexobinding.c:513: warning: return makes pointer from integer without a cast
pyexobinding.c: In function 'pyexo_mutual_binding_transform':
pyexobinding.c:552: error: 'PyGILState_STATE' undeclared (first use in this
function)
pyexobinding.c:552: error: expected ';' before 'state'
pyexobinding.c:557: error: 'state' undeclared (first use in this function)
pyexobinding.c: In function 'pyexo_mutual_binding_rtransform':
pyexobinding.c:595: error: 'PyGILState_STATE' undeclared (first use in this
function)
pyexobinding.c:595: error: expected ';' before 'state'
pyexobinding.c:600: error: 'state' undeclared (first use in this function)
gmake[4]: *** [_exo_la-pyexobinding.lo] Error 1
gmake[4]: *** Waiting for unfinished jobs....
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/u/gbell/local_root/include -I/usr/include
-I/opt/include -DHAVE_GNUC_VISIBILITY -I.. -I/usr/include/gtk-2.0
-I/usr/lib/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/lib/glib-2.0/include
-I/u/gbell/local_root/include/xfce4 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -fno-strict-aliasing
-I/opt/bin/../python-2.2.3/include/python2.2 -I/u/gbell/local_root/include
-I/usr/include -I/opt/include -O2 -pipe -DNDEBUG -DG_DISABLE_CAST_CHECKS
-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -MT _exo_la-exomodule.lo -MD -MP -MF
.deps/_exo_la-exomodule.Tpo -c exomodule.c -o _exo_la-exomodule.o >/dev/null
2>&1
gmake[4]: Leaving directory `/tmp/xfce4-4.4.0-installer/exo/python'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/tmp/xfce4-4.4.0-installer/exo/python'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/tmp/xfce4-4.4.0-installer/exo/python'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/xfce4-4.4.0-installer/exo'
gmake: *** [all] Error 2
!! Failed to build exo, see the errors above
!! for details on the problem.


Reproducible: Always

Steps to Reproduce:
sh ./xfce4-4.4.0-installer.run
Password:
Verifying file integrity... OK.
Extracting the installer... OK.
Checking for usable C compiler... gcc
Checking for usable C++ compiler... g++
Checking for GNU make... gmake
Checking for package config tool... pkg-config
Checking for GLib (GModule) >= 2.6.0... detected 2.10.1 in /usr
Checking for Gtk+ >= 2.6.0... detected 2.8.20 in /usr
Compiling installer-gui... OK (ignored warnings)
Running installer-gui...

only odd thing i did was tell it to install in /home/me/local_root


-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Xfce-bugs mailing list