Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 725862 - dev-lang/julia-1.4.0-r1 hardcodes Qt4 usage somewhere
Summary: dev-lang/julia-1.4.0-r1 hardcodes Qt4 usage somewhere
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-28 10:28 UTC by Andreas K. Hüttel
Modified: 2020-06-22 06:53 UTC (History)
3 users (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 Andreas K. Hüttel archtester gentoo-dev 2020-05-28 10:28:38 UTC
julia> include("CNT_JJ_5.jl");
 15.812944 seconds (60.55 M allocations: 3.057 GiB, 7.40% gc time)
/home/huettel/.julia/packages/GR/yMV3y/src/../deps/gr/bin/gksqt: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory
connect: Verbindungsaufbau abgelehnt
GKS: can't connect to GKS socket application

where the Julia code just does 

using Plots
plot(sol,vars=(0,3), title="Displacement", xaxis="t [ps]",yaxis="y(t) [pm]", label="y(t)")
...
gui()
Comment 1 Larry the Git Cow gentoo-dev 2020-06-17 17:19:19 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785fc5af79f2b0a81c9733291281175b4c93601e

commit 785fc5af79f2b0a81c9733291281175b4c93601e
Author:     Andreas K. Huettel <dilfridge@gentoo.org>
AuthorDate: 2020-06-17 17:18:10 +0000
Commit:     Andreas K. Huettel <dilfridge@gentoo.org>
CommitDate: 2020-06-17 17:18:59 +0000

    sci-visualization/gr: Version bump. Now useful for Julia.
    
    Bug: https://bugs.gentoo.org/725862
    Closes: https://bugs.gentoo.org/683188
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>

 sci-visualization/gr/Manifest         |  1 +
 sci-visualization/gr/gr-0.50.0.ebuild | 70 +++++++++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2020-06-22 06:53:45 UTC
The bug has been closed via the following commit(s):

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

commit be48d7f9326cc633f5f571413194c73ae1beb1da
Author:     Andreas K. Huettel <dilfridge@gentoo.org>
AuthorDate: 2020-06-22 06:53:00 +0000
Commit:     Andreas K. Huettel <dilfridge@gentoo.org>
CommitDate: 2020-06-22 06:53:31 +0000

    dev-lang/julia: Re-keyword 1.4.0-r2
    
    Closes: https://bugs.gentoo.org/725862
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>

 dev-lang/julia/julia-1.4.0-r2.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)