-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bsp-layout won't reinstall after uninstall #45
Comments
early investigation, that is strange https://asciinema.org/a/nK01Us3Npbb0JO2icE7xxWiFn manual install: ~ ❯ tree $(find bsp-layout /usr/)
/usr/local/lib/bsp-layout
├── layouts
│ ├── even.sh
│ ├── grid.sh
│ ├── rgrid.sh
│ ├── rtall.sh
│ ├── rwide.sh
│ ├── tall.sh
│ └── wide.sh
├── utils
│ ├── common.sh
│ ├── config.sh
│ ├── desktop.sh
│ ├── layout.sh
│ └── state.sh
└── layout.sh
/usr/local/bin/bsp-layout -> /usr/local/lib/bsp-layout/layout.sh
/usr/local/man/man1/bsp-layout.1 and ~ ❯ find bsp-layout /usr/
# <-- that is an empty stdout lol |
i did just launch a fresh virtual machine running a very bare install of ArchLinux, i.e.
after a however, even with a and apart from that the |
i think on the VM above, after :: bsp-layout-0.0.10-1 is up to date -- skipping build or :: bsp-layout-git-0.0.10-1 is up to date -- skipping build that looks quite supsicious to me 🤔 any idea @phenax? could that be the use of the for instance, i've got other projects that require building the code with build() {
cd st
make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
}
package() {
cd st
mkdir -p ${pkgdir}/opt/${pkgname}
cp -rf * ${pkgdir}/opt/${pkgname}
make PREFIX=/usr DESTDIR="${pkgdir}" install
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
} see here |
Not sure. I'll look into this as well |
thanks a lot 😋 not a huge deal as |
@a2n-s, I've created a bsp-layout-git 0.0.11 testing out a change. I saw that the path for uninstalling the source was wrong. Can you check if this issue is fixed in bsp-layout-git? |
yes i see that in the
still not reinstalling, both on my personal machine and on a VM 🤔 |
the thing is that the package, i.e. the object in the package tree of |
can you reproduce that bug @phenax? 😋 |
I was trying to look at which files were being installed with
bsp-layout
andbsp-layout-git
through the AUR, see #44.I tried to uninstall the packages and reinstall them to see the changes in
/usr/
but now i am not able to reinstall the packages anymore...i'll investigate that further tomorrow and keep you up to date on that 👍
The text was updated successfully, but these errors were encountered: