Solved libgd-2.3.3,1 requires lang/rust which wont install

I'm using PHP that requires graphics/gd.
The new update and version of graphics/gd requires a new install; lang/rust, that wont install due to low RAM (5 GB).

Code:
===>>> The following actions will be taken if you choose to proceed:
        Upgrade libgd-2.3.1,1 to libgd-2.3.3,1
        Install graphics/libheif
        Install multimedia/librav1e
        Install devel/cargo-c
        Install lang/rust
        Install multimedia/x265

===>>> Proceed? y/n [y]

Is there a way around this, as we can't change the RAM on the fly?
Thanks,
 
Post the actual error you're receiving. I doubt that 5GB isn't enough as I have systems with less RAM that have no problems installing it. Or are you building from ports? Building lang/rust does take up a lot of resources.

Code:
root@williscorto:~ # sysctl hw.realmem
hw.realmem: 4294967296
root@williscorto:~ # pkg info -x rust
librsvg2-rust-2.52.5_1
rust-1.58.1
rust-cbindgen-0.20.0_5
 
Post the actual error you're receiving. I doubt that 5GB isn't enough as I have systems with less RAM that have no problems installing it. Or are you building from ports? Building lang/rust does take up a lot of resources.

Code:
root@williscorto:~ # sysctl hw.realmem
hw.realmem: 4294967296
root@williscorto:~ # pkg info -x rust
librsvg2-rust-2.52.5_1
rust-1.58.1
rust-cbindgen-0.20.0_5

Yes building from ports, going to move to pkg next time, thanks for your input!
 
Back
Top