xdeb-org / xdeb

XDEB - Convert deb (Debian) packages to xbps (Void Linux)
MIT License
305 stars 16 forks source link

Package not found in repository pool #14

Open akbrucke opened 2 years ago

akbrucke commented 2 years ago

Script works until I get to the last step to install with xbps. I keep getting Package 'minecraft-launcher-928_1' not found in repository pool. Happened with both Minecraft and Discord. Using the exact command shown on Github and in the script itself

akbrucke commented 2 years ago

Btw, using 1.3

toluschr commented 2 years ago

Works fine for me:

bash-5.1$ git rev-parse HEAD
12faddbfe6af35b4ab178604a8731064e6bd9434

bash-5.1$ xbps-install --version
XBPS: 0.59.1 API: 20200221 GIT: UNSET

bash-5.1$ ls
 LICENSE   README.md   xdeb

bash-5.1$ ./xdeb -Sed ~/dwn/Minecraft.deb
[+] Synced shlibs
[+] Extracted files
[+] Resolved dependencies (glib>=2.70.0_1 glibc>=2.32_1 gtk+3>=3.0.0_1 libgcc>=4.4.0_1 libstdc++>=4.4.0_1)
index: added `minecraft-launcher-928_1' (x86_64).
index: 1 packages registered.
[+] Done. Install using `xbps-install -R binpkgs minecraft-launcher-928_1

bash-5.1$ xbps-query --repository=binpkgs -f minecraft-launcher-928_1
/usr/bin/minecraft-launcher
/usr/share/applications/minecraft-launcher.desktop
/usr/share/icons/hicolor/symbolic/apps/minecraft-launcher.svg

bash-5.1$ doas xbps-install -R binpkgs minecraft-launcher-928_1

Name               Action    Version           New version            Download size
minecraft-launcher install   -                 928_1                  -

Size required on disk:        1555KB
Space available on disk:       291GB

Do you want to continue? [Y/n] n
Aborting!
akbrucke commented 2 years ago

Perhaps it's that I'm running a copy of the script inside the same folder as the .deb? I haven't made a link to the copy in /usr/local/bin

akbrucke commented 2 years ago

Nor have I set XDEB_PKGROOT because I don't know how to frankly

K0-RR commented 2 years ago

I have the same issue. I tried multiple times and I always get this error message

K0-RR commented 2 years ago

Ok, so this is a really weird issue. Everything worked fine for multimc.deb but for the official MC launcher and MS Edge I get the error already mentioned