Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 561824 - =dev-python/Kivy-1.9.0 stable request
Summary: =dev-python/Kivy-1.9.0 stable request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Keywording and Stabilization (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: ALLARCHES, STABLEREQ
Depends on:
Blocks:
 
Reported: 2015-09-29 12:51 UTC by Christian Strahl
Modified: 2015-10-05 17:02 UTC (History)
0 users

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 Christian Strahl 2015-09-29 12:51:25 UTC
No bug reports for more than 30 days.

Please stabilize.

Reproducible: Always
Comment 1 Christian Strahl 2015-09-29 12:56:38 UTC
BTW: Why is the package written with big K?

# emerge -av dev-python/kivy

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "dev-python/kivy".

emerge: searching for similar names...
emerge: Maybe you meant any of these: dev-python/Kivy, dev-python/pivy, dev-python/kid?
Comment 2 Patrice Clement gentoo-dev 2015-10-05 16:11:47 UTC
There's a missing dependency with this package as far as I'm concerned.

x86_64-pc-linux-gnu-gcc -O2 -pipe -fPIC -I/usr/include/python3.3 -c kivy/graphics/c_opengl_debug.c -o /var/tmp/portage/dev-python/Kivy-1.9.0/work/Kivy-1.9.0-python3_3/temp.li
nux-x86_64-3.3/kivy/graphics/c_opengl_debug.o
In file included from kivy/graphics/c_opengl_debug.c:250:0:
kivy/graphics/gl_redirect.h:38:22: fatal error: GL/gl.h: No such file or directory
 #   include <GL/gl.h>
                      ^
compilation terminated.
 /usr/lib64/python3.3/distutils/dist.py:258: UserWarning: Unknown distribution option: 'install_requires'
   warnings.warn(msg)
 /usr/lib64/python3.3/distutils/dist.py:258: UserWarning: Unknown distribution option: 'dependency_links'
   warnings.warn(msg)
 warning: build_py: byte-compiling is disabled, skipping.
 
 error: command 'x86_64-pc-linux-gnu-gcc' failed with exit status 1
 * ERROR: dev-python/Kivy-1.9.0::gentoo failed (compile phase):
 *   (no error message)

I had to manually install media-libs/mesa to get this error sorted out.
Comment 3 Patrice Clement gentoo-dev 2015-10-05 16:49:40 UTC
commit 60c70ec (HEAD, master)
Author: Patrice Clement <monsieurp@gentoo.org>
Date:   Mon Oct 5 16:47:14 2015 +0000

    dev-python/Kivy: Add media-libs/mesa to DEPEND.
    
    Package-Manager: portage-2.2.18
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 create mode 100644 dev-python/Kivy/Kivy-1.9.0-r1.ebuild
Comment 4 Patrice Clement gentoo-dev 2015-10-05 16:59:58 UTC
commit 0e5dae5 (HEAD, master)
Author: Patrice Clement <monsieurp@gentoo.org>
Date:   Mon Oct 5 16:57:33 2015 +0000

    dev-python/kivy-garden: Stable for amd64. Stable for x86 using the ALLARCHES policy. Fixes bug 561824.
    
    Package-Manager: portage-2.2.18
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

commit c14b965 (HEAD, master)
Author: Patrice Clement <monsieurp@gentoo.org>
Date:   Mon Oct 5 16:58:20 2015 +0000

    dev-python/Kivy: Stable for amd64. Stable for x86 using the ALLARCHES policy.
    
    Package-Manager: portage-2.2.18
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Comment 5 Patrice Clement gentoo-dev 2015-10-05 17:02:10 UTC
commit ff6f224 (HEAD, master)
Author: Patrice Clement <monsieurp@gentoo.org>
Date:   Mon Oct 5 17:00:28 2015 +0000

    dev-python/Kivy: Clean up old.
    
    Package-Manager: portage-2.2.18
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 delete mode 100644 dev-python/Kivy/Kivy-1.8.0.ebuild
 delete mode 100644 dev-python/Kivy/Kivy-1.9.0.ebuild
 delete mode 100644 dev-python/Kivy/files/cython-0.22.patch
 delete mode 100644 dev-python/Kivy/files/cython-fixes.patch