Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
libutf8proc and Julia [Solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
iandoug
l33t
l33t


Joined: 11 Feb 2005
Posts: 849
Location: Cape Town, South Africa

PostPosted: Sat Mar 09, 2024 7:29 am    Post subject: libutf8proc and Julia [Solved] Reply with quote

Hi

Call me confused, but what does Portage want me to do to fix this?

Code:

WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

dev-libs/libutf8proc:0

  (dev-libs/libutf8proc-2.9.0:0/2.9.0::gentoo, ebuild scheduled for merge) USE="-cjk -static-libs -test" ABI_X86="(64)" conflicts with
    >=dev-libs/libutf8proc-2.6.1:0/2.7.0=[-cjk] required by (dev-lang/julia-1.7.3:0/0::gentoo, installed) USE="system-llvm userland_GNU" ABI_X86="(64)"
                                ^^^^^^^^^


Nothing to merge; quitting.

fractal /home/ian # eix dev-lang/julia
[?] dev-lang/julia
     Available versions:  ~1.8.3-r4 ~1.8.5-r1^t **1.9.0^t **1.9.4^t
     Installed versions:  1.7.3(14:04:09 08/06/2022)(system-llvm)
     Homepage:            https://julialang.org/ https://github.com/JuliaLang/julia/
     Description:         High-performance programming language for technical computing

* dev-lang/julia-bin
     Available versions:
     (1.6)  ~1.6.7^s
     (1.7)  ~1.7.3^s
     (1.8)  ~1.8.3^s ~1.8.5^s
     (1.9)  ~1.9.4^s
     (1.10) ~1.10.0^s
     (9999) **9999*l^s
     Homepage:            https://julialang.org/
     Description:         High-performance programming language for technical computing


Thanks, Ian
_________________
Asus X570-PRO, Ryzen 7 5800X, GeForce GTX 1650, 32 GB RAM | Asus Sabertooth P990, AMD FX-8150, GeForce GTX 560, 16GB Ram


Last edited by iandoug on Sat Mar 09, 2024 2:57 pm; edited 1 time in total
Back to top
View user's profile Send private message
GDH-gentoo
Veteran
Veteran


Joined: 20 Jul 2019
Posts: 1641
Location: South America

PostPosted: Sat Mar 09, 2024 11:05 am    Post subject: Reply with quote

It wants you to allow it to rebuild dev-lang/julia, because there is an upgrade of dev-libs/libutf8proc, but it is in a new subslot (2.9.0).

You didn't show the emerge command, so we don't know why dev-lang/julia wasn't allowed to be rebuilt.

Anyway, this might fix it:
Code:
# emerge --oneshot dev-libs/libutf8proc dev-lang/julia

_________________
NeddySeagoon wrote:
I'm not a witch, I'm a retired electronics engineer :)
Ionen wrote:
As a packager I just don't want things to get messier with weird build systems and multiple toolchains requirements though :)
Back to top
View user's profile Send private message
iandoug
l33t
l33t


Joined: 11 Feb 2005
Posts: 849
Location: Cape Town, South Africa

PostPosted: Sat Mar 09, 2024 11:48 am    Post subject: Reply with quote

Thanks.

Portage wanting me to go unstable. How do people stay on Stable Only?

Code:

fractal /home/ian # emerge -a1  dev-libs/libutf8proc dev-lang/julia

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

Calculating dependencies... done!
Dependency resolution took 1.30 s (backtrack: 0/20).


!!! All ebuilds that could satisfy "dev-lang/julia" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-lang/julia-1.9.4::gentoo (masked by: missing keyword)
- dev-lang/julia-1.9.0::gentoo (masked by: missing keyword)
- dev-lang/julia-1.8.5-r1::gentoo (masked by: ~amd64 keyword)
- dev-lang/julia-1.8.3-r4::gentoo (masked by: ~amd64 keyword)


Code:

ractal /home/ian # eix dev-libs/libutf8proc
[U] dev-libs/libutf8proc
     Available versions:  2.9.0(0/2.9.0)^t {cjk static-libs test}
     Installed versions:  2.7.0(0/2.7.0)^t(10:33:03 29/09/2022)(-cjk -static-libs -test)
     Homepage:            https://github.com/JuliaStrings/utf8proc
     Description:         A clean C Library for processing UTF-8 Unicode data

fractal /home/ian # eix dev-lang/julia
[?] dev-lang/julia
     Available versions:  ~1.8.3-r4 ~1.8.5-r1^t **1.9.0^t **1.9.4^t
     Installed versions:  1.7.3(14:04:09 08/06/2022)(system-llvm)
     Homepage:            https://julialang.org/ https://github.com/JuliaLang/julia/
     Description:         High-performance programming language for technical computing

* dev-lang/julia-bin
     Available versions:
     (1.6)  ~1.6.7^s
     (1.7)  ~1.7.3^s
     (1.8)  ~1.8.3^s ~1.8.5^s
     (1.9)  ~1.9.4^s
     (1.10) ~1.10.0^s
     (9999) **9999*l^s
     Homepage:            https://julialang.org/
     Description:         High-performance programming language for technical computing


I can do that, but I see it as a slippery slope as more and more gets dragged to unstable.

Thanks, Ian
_________________
Asus X570-PRO, Ryzen 7 5800X, GeForce GTX 1650, 32 GB RAM | Asus Sabertooth P990, AMD FX-8150, GeForce GTX 560, 16GB Ram
Back to top
View user's profile Send private message
GDH-gentoo
Veteran
Veteran


Joined: 20 Jul 2019
Posts: 1641
Location: South America

PostPosted: Sat Mar 09, 2024 12:05 pm    Post subject: Reply with quote

Ah, dev-lang/julia is not (or no longer) on the stable branch. It must have been at some point in the past if you have it installed.

So either ignore the message in the OP (it is not an error, only a warning), or, if it bothers you, get rid of Julia.
_________________
NeddySeagoon wrote:
I'm not a witch, I'm a retired electronics engineer :)
Ionen wrote:
As a packager I just don't want things to get messier with weird build systems and multiple toolchains requirements though :)
Back to top
View user's profile Send private message
iandoug
l33t
l33t


Joined: 11 Feb 2005
Posts: 849
Location: Cape Town, South Africa

PostPosted: Sat Mar 09, 2024 2:57 pm    Post subject: Reply with quote

Hi

I did consider that.

Code:

fractal /home/ian # equery depends  dev-lang/julia
 * These packages depend on dev-lang/julia:
kde-apps/cantor-23.08.5 (julia ? dev-lang/julia)


I may have installed Julia during one of my drives to "find a better language to work in than PHP".

I don't actually use Cantor, and I see the installed version has -julia, so let me uninstall Julia ....

Code:

[I] kde-apps/cantor
     Available versions:  (5) 23.08.5^t ~24.02.0^t
       {R +analitza debug +handbook julia lua postscript python qalculate test LUA_SINGLE_TARGET="+luajit" PYTHON_SINGLE_TARGET="python3_10 python3_11 python3_12"}
     Installed versions:  23.08.5(5)^t(10:19:28 06/03/2024)(analitza handbook postscript python -R -debug -julia -lua -qalculate -test LUA_SINGLE_TARGET="luajit" PYTHON_SINGLE_TARGET="python3_11 -python3_10 -python3_12")
     Homepage:            https://apps.kde.org/cantor/ https://edu.kde.org/cantor/
     Description:         Interface for doing mathematics and scientific computing


Okay that allowed libutf8proc to upgrade, just had one package to rebuild after.

Thanks, Ian

Thanks, Ian
_________________
Asus X570-PRO, Ryzen 7 5800X, GeForce GTX 1650, 32 GB RAM | Asus Sabertooth P990, AMD FX-8150, GeForce GTX 560, 16GB Ram
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum