Contents:
whats the easiest way to check for compiled versions in repo?
What you put in alias?
btw will that replace rust?
morning all – can sometime tell me what the latest version of rust includes please?
whats the easiest way to check for compiled versions in repo?
What you put in alias?
btw will that replace rust?
morning all – can sometime tell me what the latest version of rust includes please?
Francesco Ruotolo 2022-07-19 20:06:35
https://www.buymeacoffee.com/venomlinux
Venom Linux is Linux based Operating System – Buy Me a Coffee
Hey π I just created a page here. You can now buy me a coffee!
Hey π I just created a page here. You can now buy me a coffee!
Francesco Ruotolo 2022-07-19 20:06:38
Done
Francesco Ruotolo 2022-07-19 20:06:48
Youβre doing an hell of a work
Francesco Ruotolo 2022-07-19 20:06:50
Thanks
emmett1 2022-07-19 20:16:49
thanks a lot
emmett1 2022-07-19 20:17:07

i got this
emmett1 2022-07-19 20:17:17

and this
emmett1 2022-07-19 20:17:28
its very late here now
emmett1 2022-07-19 20:17:36
will take a look more tomorrow
Francesco Ruotolo 2022-07-19 20:21:41
Thanks @emmett1
Francesco Ruotolo 2022-07-19 20:41:14
emmett1 2022-07-19 20:17:07
i got this
Same
bja_au 2022-07-20 04:32:53
morning all – can sometime tell me what the latest version of rust includes please? My system runs out of space compiling it π
emmett1 2022-07-20 04:44:15
Francesco Ruotolo 2022-07-19 20:41:14
Same
So the qt5webkit libraries works fine now, gotta check why those error
emmett1 2022-07-20 04:44:42
bja_au 2022-07-20 04:32:53
morning all – can sometime tell me what the latest version of rust includes please? My system runs out of space compiling it π
You need at least 30gb free space to compile it
bja_au 2022-07-20 04:46:07
yeah I only have 20G – is there a way I can force it to use space on another disk/partition?
bja_au 2022-07-20 04:46:32
or better still is there a compiled version π
emmett1 2022-07-20 04:46:43
Change WORKDIR in /etc/scratchpkg.conf
emmett1 2022-07-20 04:46:58
bja_au 2022-07-20 04:46:32
or better still is there a compiled version π
Theres rust-bin in repo
emmett1 2022-07-20 04:47:09
Make alias for it in /etc/scratchpkg.alias
bja_au 2022-07-20 04:47:12
ahhh should hsve checked – thanks π
bja_au 2022-07-20 04:51:51
whats the easiest way to check for compiled versions in repo?
emmett1 2022-07-20 04:53:59
scratch info <portname>
bja_au 2022-07-20 05:13:27
ok I made an alias for rust but it still tried to install the non-compiled version π
emmett1 2022-07-20 05:59:25
What you put in alias?
emmett1 2022-07-20 06:04:27
And how the alias works is:
scratch will use aliased port when calculating dependency
If ‘rust-bin’ aliased from ‘rust’, installing package depends on rust will use rust-bin instead. Installing rust will just install rust.
Eg;
– scratch install firefox
When installing firefox (which is depends on rust) will pull rust-bin as dependency.
– scratch install rust
This will install rust not rust-bin, because you install it directly, not as dependency
bja_au 2022-07-20 06:21:04
I used what you have in the wiki
bja_au 2022-07-20 06:21:25
ie. echo ‘rust rust-bin’ >> /etc/scratchpkg.alias
bja_au 2022-07-20 06:21:39
and then used scratch sysup
bja_au 2022-07-20 06:22:24
will try scratch install rust-bin
emmett1 2022-07-20 06:22:34
bja_au 2022-07-20 06:21:39
and then used scratch sysup
Owh, since rust is installed, then sysup will upgrade it
bja_au 2022-07-20 06:22:37
btw will that replace rust?
emmett1 2022-07-20 06:22:45
Remove rust then install rust-bin
bja_au 2022-07-20 06:22:49
ok
emmett1 2022-07-20 06:22:59
bja_au 2022-07-20 06:22:37
btw will that replace rust?
No, need manually replace that
bja_au 2022-07-20 06:24:03
btw still getting chmod errors when running scartchpkg