Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 845642 - dev-lang/gdl: version bump to 1.0.1, needs upgrade to Python 3.10 (PythonCompatUpdate)
Summary: dev-lang/gdl: version bump to 1.0.1, needs upgrade to Python 3.10 (PythonComp...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: py310, python3.10-compat
  Show dependency tree
 
Reported: 2022-05-18 18:50 UTC by Sam James
Modified: 2022-10-06 13:02 UTC (History)
1 user (show)

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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-18 18:50:22 UTC
This package does not support Python 3.10. Please test it with Python 3.10 as a matter of urgency as the default will change in early June, as per message on gentoo-dev: https://archives.gentoo.org/gentoo-dev/message/13aa993921f19b6b095297721ffb0d0b. Ask in #gentoo-python on IRC if need any help.

$ pkgcheck scan -k PythonCompatUpdate dev-lang/gdl
dev-lang/gdl
  PythonCompatUpdate: version 1.0.0_rc3-r1: PYTHON_COMPAT update available: python3_10
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-23 04:22:16 UTC
Tried to bump it and I've got no idea what's going on:
/var/tmp/portage/dev-lang/gdl-1.0.1/work/gdl-1.0.1/src/otherdevices/gdlxstream.cpp:18:10: fatal error: includefirst.hpp: No such file or directory
   18 | #include "includefirst.hpp"
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
Comment 2 Larry the Git Cow gentoo-dev 2022-10-06 13:00:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ee6aa862be7cb1cf32b401ebac12cb55d16eaa

commit 15ee6aa862be7cb1cf32b401ebac12cb55d16eaa
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2022-10-06 12:56:12 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2022-10-06 13:00:32 +0000

    dev-lang/gdl: add 1.0.1, enable python3_{10,11}
    
    switch to python-single-r1 to avoid compiling the whole
    package two or three times when python support is enabled
    
    add flag for shapelib support
    
    add missing dep on net-libs/libtirpc
    
    tests still need some work
    
    Closes: https://bugs.gentoo.org/845642
    Closes: https://bugs.gentoo.org/830817
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 dev-lang/gdl/Manifest                    |   1 +
 dev-lang/gdl/files/gdl-1.0.1-cmake.patch | 110 +++++++++++++++++++++++
 dev-lang/gdl/gdl-1.0.1.ebuild            | 146 +++++++++++++++++++++++++++++++
 dev-lang/gdl/metadata.xml                |   1 +
 4 files changed, 258 insertions(+)
Comment 3 Andrew Ammerlaan gentoo-dev 2022-10-06 13:02:43 UTC
(In reply to Sam James from comment #1)
> Tried to bump it and I've got no idea what's going on:
> /var/tmp/portage/dev-lang/gdl-1.0.1/work/gdl-1.0.1/src/otherdevices/
> gdlxstream.cpp:18:10: fatal error: includefirst.hpp: No such file or
> directory
>    18 | #include "includefirst.hpp"
>       |          ^~~~~~~~~~~~~~~~~~
> compilation terminated.

The problem was the patch. It removes ${CMAKE_SRC_DIR}/src from include_directories for unclear reasons.