venomlinux / ports

Contain all ports used by scratchpkg
https://venomlinux.org/
77 stars 48 forks source link

Plank will not build #174

Closed FlexCoreOS closed 4 years ago

FlexCoreOS commented 4 years ago

Listed below is the error that is given when trying to install plank. Note that package "gee" was also being flagged as not being installed as a dependency, but installing the package "libgee" got rid of that error.

bamf-0.5.4

Build Environment Install Prefix: /usr Introspection: yes Headless tests: no Coverage Reporting: no Export actions menus: no

emmett1 commented 4 years ago

Thanks for the report. Its fixed. https://github.com/venomlinux/ports/commit/966e94ddf79261e2178da6c9cb4544488199cad8

FlexCoreOS commented 4 years ago

Thanks. Miyolinux told me about this distro. I like it.

emmett1 commented 4 years ago

Yeah, Dan is a very good friend. I'm glad you like it. Just tell me if you need help about this distro :D

FlexCoreOS commented 4 years ago

After my big update, I went to install the package, and got this error

==> Source 'bamf-0.5.4.tar.gz' found. ==> ERROR: md5sum=() is empty, please provide it.

emmett1 commented 4 years ago

Theres a huge changes to scratchpkg from 20191227, md5sum=() deprecated replaced with ‘.checksums’ file can be generate with ‘pkgbuild -g’. To fix it, run ‘scratch build scratchpkg -m && scratch upgrade scratchpkg’ to build latest scratchpkg with md5sum check skipped then upgrade it. After that scratchpkg should be working normally. Dont forget to run ‘updateconf’ to update configuration files.