Rune Morling
Rune Morling
> [@malfisya](https://github.com/malfisya) you and your crew deserve a medal for this. 💪🥇 ☝
I got `libvpx` to build. It is currently failing on trying to strip debug info from a specific x86_64 static archive. For me, the solution was to add `--enable-debug` to...
Successfully did: - `sudo eopkg4-bin it --components games.action` - `sudo eopkg4-bin rm --components games.action` - `sudo eopkg4-bin rmo.` All worked as expected.
``` ermo@solbox:~/repos/getsolus/solpkgs/common/Scripts [cpesearch-updates* +1 ~0 -0 !] $ command -v eopkg alias eopkg='sudo eopkg4-bin' ermo@solbox:~/repos/getsolus/solpkgs/common/Scripts [cpesearch-updates* +1 ~0 -0 !] $ eopkg index --debug --skip-signing /var/lib/solbuild/local/ --output /var/lib/solbuild/local/eopkg-index.xml Building index...
@EbonJaeger @sheepman4267 @joebonrichie @livingsilver94 : Have any of you found anything concerning with eopkg4-bin release 4 since python-3.11 landed? For context, I haven't and even though eopkg4-bin release 4 was...
Successfully completed usr-merge on my KDE workstation (and symlinks look correct): ``` ermo@solbox:~ $ sudo systemd-analyze blame | grep usr-merge 819ms usr-merge.service ermo@solbox:~ $ ls -l /var/solus/usr-merge/orphaned-files ls: cannot access...
> Well it seemed to failed for me. This is on Budgie stable. > > ``` > > × usr-merge.service - Perform the usr-merge > Loaded: loaded (/usr/lib/systemd/system/usr-merge.service; disabled; preset:...
> Shouldn't this be a ` if [[ -f "$new_file_name" ]]; then` > > https://github.com/getsolus/packages/blob/167335e80d85849094b0bdf38f0c678e28d48937/packages/u/usysconf-epoch/files/usr-merge.sh#L281 @silkeh ^ I'm afraid that this error was carried over from my bash porting gist....
@brent111 4.something seconds is not "suspiciously fast"; anything under ~100 ms is "suspiciously fast" in this context, inasmuch as it implies that something made the script abort. For reference, on...
> With `ent` landing in repository, wouldn't that supersede this PR? Only once `ent` begins supporting checking for updates per package?