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. Pleas
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.
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:
/gnu/store/4sqps8dczv3g7rwbdibfz6rf5jlk7
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 rednotebook
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
> > > part
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
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 speci
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 cr