[Bug 597681] New: Review Request: <kupfer> - <A free software launcher>

bugzilla at redhat.com bugzilla at redhat.com
Sun May 30 04:17:14 UTC 2010


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

Summary: Review Request: <kupfer> - <A free software launcher>

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

           Summary: Review Request: <kupfer> - <A free software launcher>
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: rtnpro at gmail.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora


Spec URL: http://rtnpro.fedorapeople.org/Packages/SPECS/kupfer.spec
SRPM URL: 
Description:

I am packaging kupfer for fedora. I have already packaged
python-keyring which is a dependency for kupfer.

http://rtnpro.fedorapeople.org/Packages/SRPMS/python-keyring-0.2-1.fc12.src.rpm

kupfer SPEC used : http://rtnpro.fedorapeople.org/Packages/SPECS/kupfer.spec
kupfer src : http://kaizer.se/publicfiles/kupfer/kupfer-v200.tar.gz
kupfer uses the waf build system. While
./waf configure
works from the source folder of kupfer
#################################
[rtnpro at xps kupfer-v200]$ waf configure
Check for program python                 : /usr/bin/python
Checking for Python version >= 2.6.0     : ok 2.6.2
Check for program gcc or cc              : /usr/lib/ccache/gcc
Check for program cpp                    : /usr/bin/cpp
Check for program ar                     : /usr/bin/ar
Check for program ranlib                 : /usr/bin/ranlib
Check for program msgfmt                 : /usr/bin/msgfmt
Check for program intltool-merge         : /usr/bin/intltool-merge
Checking for header locale.h             : ok
Check for program xml2po                 : /usr/bin/xml2po
Installing python modules into: /usr/local/share/kupfer
Checking for Python module gio           : ok
Checking for Python module gtk           : ok
Checking for Python module xdg           : ok
Checking for Python module dbus          : ok
Checking for Python module keyring       : ok
Checking optional dependencies:
Check for program dbus-send              : /bin/dbus-send
Check for program rst2man                : not found
Optional, allows: Generate and install man page
Checking for Python module keybinder     : not found
Python module keybinder is recommended
Please see README
Checking for Python module wnck          : ok
Checking for Python module gnome         : ok
'configure' finished successfully (0.808s)

But while I am doing rpmbuild, it says that
Python gtk module not found

#################################
[rtnpro at xps SPECS]$ rpmbuild -ba kupfer.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.AtQBIg
+ umask 022
+ cd /home/rtnpro/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/rtnpro/rpmbuild/BUILD
+ rm -rf kupfer-v200
+ /usr/bin/gzip -dc /home/rtnpro/rpmbuild/SOURCES/kupfer-v200.tar.gz
+ /bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd kupfer-v200
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.sxcUp9
+ umask 022
+ cd /home/rtnpro/rpmbuild/BUILD
+ cd kupfer-v200
+ LANG=C
+ export LANG
+ unset DISPLAY
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686
-mtune=atom -fasynchronous-unwind-tables'
+ LDFLAGS=-lm
+ waf configure --prefix=/usr
Check for program python                 : /usr/bin/python
Checking for Python version >= 2.6.0     : ok 2.6.2
Check for program gcc or cc              : /usr/lib/ccache/gcc
Check for program cpp                    : /usr/bin/cpp
Check for program ar                     : /usr/bin/ar
Check for program ranlib                 : /usr/bin/ranlib
Check for program msgfmt                 : /usr/bin/msgfmt
Check for program intltool-merge         : /usr/bin/intltool-merge
Checking for header locale.h             : ok
Check for program xml2po                 : /usr/bin/xml2po
Installing python modules into: /usr/share/kupfer
Checking for Python module gio           : ok
Checking for Python module gtk           : not found
/home/rtnpro/rpmbuild/BUILD/kupfer-v200/wscript:143: error: Could not
find the python module 'gtk'
error: Bad exit status from /var/tmp/rpm-tmp.sxcUp9 (%build)


RPM build errors:
   Bad exit status from /var/tmp/rpm-tmp.sxcUp9 (%build)

I am not able to figure out why this is happening.

-- 
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