anonfunc
anonfunc commented on issue ALHP/ALHP.GO#16 2021-07-10 00:04:39 +02:00
Blacklisted packages

I just removed

  • texi2html
  • gradle
  • re2
  • basket
  • w3m
  • ctags
  • libedit
  • jre-openjdk-headless
  • jre-openjdk
  • qca
  • skia-sharp58

and added

  • dhclient (#20)
anonfunc commented on issue ALHP/ALHP.GO#20 2021-07-09 23:52:54 +02:00
dhclient (with NetworkManager, wireless) issue

Thanks for your report. That seems like the first package to not work due to possibly -O3 or x86-64-v3 (highly unlikely).

That needs to be tested further, possibly by compiling dhclient with…

anonfunc closed issue ALHP/ALHP.GO#11 2021-07-09 23:04:16 +02:00
shellcheck (and other haskell packages) are built against x86-64 haskell-* packages, and fail when using x86-64-v3 haskell libraries
anonfunc opened issue ALHP/ALHP.GO#19 2021-07-09 22:56:04 +02:00
Unblock Haskell packages
anonfunc opened issue ALHP/ALHP.GO#18 2021-07-09 22:51:30 +02:00
Provide x86-64-v4
anonfunc opened issue ALHP/ALHP.GO#17 2021-07-09 22:46:49 +02:00
Add x86-64-v2
anonfunc pushed to master at ALHP/ALHP.GO 2021-07-09 20:49:47 +02:00
899f48c181 increase purge channel buffer
anonfunc pushed to master at ALHP/ALHP.GO 2021-07-09 20:44:42 +02:00
a006f1b286 init maps first
anonfunc pushed to master at ALHP/ALHP.GO 2021-07-09 20:37:06 +02:00
003c15a9ee added one thread per repo for repo actions (add/remove packages)
anonfunc opened issue ALHP/ALHP.GO#16 2021-07-09 20:02:55 +02:00
Cut down on blacklisted packages
anonfunc opened issue ALHP/ALHP.GO#15 2021-07-09 17:43:22 +02:00
Check (make-)depends are latest before trying to build
anonfunc commented on issue ALHP/ALHP.GO#14 2021-07-09 17:35:52 +02:00
Dependency-oriented build order

Never mind, I just realized that since we build in a clean chroot with (hopefully, depends on the mirror somewhat) up to date packages from [core], [extra] and [community], this should be no…

anonfunc closed issue ALHP/ALHP.GO#14 2021-07-09 17:33:21 +02:00
Dependency-oriented build order
anonfunc opened issue ALHP/ALHP.GO#14 2021-07-09 17:29:35 +02:00
Dependency-oriented build order
anonfunc closed issue ALHP/ALHP.GO#13 2021-07-09 17:12:38 +02:00
error: failed retrieving file 'libkeybinder2-0.3.1-4.1-x86_64.pkg.tar.zst' from alhp.harting.dev : Maximum file size exceeded
anonfunc commented on issue ALHP/ALHP.GO#11 2021-07-09 15:07:38 +02:00
shellcheck (and other haskell packages) are built against x86-64 haskell-* packages, and fail when using x86-64-v3 haskell libraries

With 293f1752a8 all Haskell packages are going to be removed.

You may experience loads of `local is newer then…

anonfunc pushed to master at ALHP/ALHP.GO 2021-07-09 14:50:31 +02:00
9a0dc87659 don't wait forever if package to purge was not found
anonfunc pushed to master at ALHP/ALHP.GO 2021-07-09 14:48:33 +02:00
e124e7f359 dont mix blacklisted/any packages with haskell packages