bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-06-18 Thread Andreas Enge
On Tue, Jun 18, 2019 at 10:34:27AM -0600, Jesse Gibbons wrote: > This issue can be closed. Webkitgtk-2.24 uses gcc 7 which must be a > dependency for packages that use it. Luckily my package works just fine > with the older version of webkitgtk. Done by cc-ing bugnumber-d...@debbugs.gnu.org.

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-06-18 Thread Jesse Gibbons
This issue can be closed. Webkitgtk-2.24 uses gcc 7 which must be a dependency for packages that use it. Luckily my package works just fine with the older version of webkitgtk.

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-05-21 Thread Jesse Gibbons
When I set LD_LIBRARY_PATH=$LIBRARY_PATH before I run the program in the guix environment I get an error like the following: ** (journal.py:22592): WARNING **: 23:24:01.406: Failed to load shared library 'libwebkit2gtk-4.0.so.37' referenced by the typelib:

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-05-19 Thread Jesse Gibbons
The good news is this bug is no longer an impediment to installing the package because I took a(n arguably foolish) risk and disabled the tests in the package definition (see attachment: rednotebook.scm). The bad news is this bug persists when I run the installed package. When I install

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-05-19 Thread Jesse Gibbons
On Wed, 8 May 2019 09:31:50 -0600 Jesse Gibbons wrote: > On Wed, 8 May 2019 14:38:02 +0200 > Gábor Boskovits wrote: > > > Hello Jesse, > > > > Jesse Gibbons ezt írta (időpont: 2019. máj. > > 8., Sze, 0:33): > > > > > I brought this to the help mailing list, and now I see it as a > > >

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-05-08 Thread Jesse Gibbons
On Wed, 8 May 2019 14:38:02 +0200 Gábor Boskovits wrote: > Hello Jesse, > > Jesse Gibbons ezt írta (időpont: 2019. máj. > 8., Sze, 0:33): > > > I brought this to the help mailing list, and now I see it as a > > particular bug in guix. When I change into a guix environment and > > try to run a

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-05-08 Thread Gábor Boskovits
Hello Jesse, Jesse Gibbons ezt írta (időpont: 2019. máj. 8., Sze, 0:33): > I brought this to the help mailing list, and now I see it as a > particular bug in guix. When I change into a guix environment and try > to run a Python project that uses the WebKitGTK2 library, it cannot > find the

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-05-07 Thread Jesse Gibbons
I brought this to the help mailing list, and now I see it as a particular bug in guix. When I change into a guix environment and try to run a Python project that uses the WebKitGTK2 library, it cannot find the specified shared library, even though it is in $LIBRARY_PATH. As a result, the project