oklopfer

Results 38 comments of oklopfer

@D-Brox ![dew-it-galactic-republic](https://github.com/pacstall/pacstall/assets/104327997/9d5c3bc6-9d97-4953-8aed-eb3d1e7b7399)

~~this will never work in Docker containers, as they do not allow mounting of /proc in any capacity. `bwrap` must be abandoned in favor of a different wrapper. `fakeroot` or...

complete in https://github.com/pacstall/pacstall/pull/1068

```bash /usr/share/pacstall/scripts/build-local.sh: line 60: name: parameter null or not set pacstall@docker-desktop:~$ ``` hm

```bash [+] INFO: Packaging renpy-full as renpy [>] Packing control.tar [>] Packing data.tar [>] Compressing Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting 'renpy'...

I think to solve this, pacstall would need to do an initialization on all metadata packages, and check if the package exists with dpkg-query as is currently throwing the error;...

solved in https://github.com/pacstall/pacstall/pull/1055 btw