libxcrypt-compat is no longer in aur so this package is borked atm.
error while loading shared libraries: libcrypt.so.1
Git Clone URL: | https://aur.archlinux.org/local-by-flywheel-bin.git (read-only, click to copy) |
---|---|
Package Base: | local-by-flywheel-bin |
Description: | A program to create a local WordPress development environment. |
Upstream URL: | https://localbyflywheel.com/ |
Keywords: | flywheel local localwp wordpress |
Licenses: | custom:proprietary |
Submitter: | trojanshakib |
Maintainer: | dyrer (peddamax) |
Last Packager: | peddamax |
Votes: | 20 |
Popularity: | 0.152617 |
First Submitted: | 2020-01-17 13:19 (UTC) |
Last Updated: | 2024-10-07 17:37 (UTC) |
libxcrypt-compat is no longer in aur so this package is borked atm.
error while loading shared libraries: libcrypt.so.1
Please kindly remove makedepends=(rpmextract)
and rpmextract.sh
from package()
function. It is unneeded and it makes the package build process break.
RPM archives get extracted by bsdtar
, part of core/libarchive package, a dependency of pacman. So no need for any special extractor tools.
==> Extracting sources...
-> Extracting local-6.3.0-linux.rpm with bsdtar
==> Sources are ready.
local-by-flywheel-bin-6.3.0-5756: parsing pkg list...
==> Making package: local-by-flywheel-bin 6.3.0-5756 (2022-02-23 11:23:49 CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
no package supplied
==> ERROR: A failure occurred in package().
Aborting...
error: failed to build 'local-by-flywheel-bin-6.3.0-5756'
This is needed as a dependency:
libxcrypt-compat
Is anybody else having problems with libcrypt.so.1?
Also having problems with the Local Router?
To get version 6.2.0 that fixes Database > Open Adminer problem: edit PKGBUILD as follows
git clone https://aur.archlinux.org/local-by-flywheel-bin.git
cd local-by-flywheel-bin
edit PKGBUILD
pkgver=6.2.0
pkgrel=5679
sha1sums=('e450bf9fc4956ba7705b7e765ad1a22c1ffed99b')
makepkg
pacman -U local-by-flywheel-bin-6.2.0-5679-x86_64.pkg.tar.zst
I have a weird fault, the application works fine for me, but when I close it and shut down my computer. When i restart it even hours later i can get 2 cores out of 8 pinned to 100%.. htop shows /opt/local/resources as being the problem
I have a weird fault, the application works fine for me, but when I close it and shut down my computer. When i restart it even hours later i can get 2 cores out of 8 pinned to 100%.. htop shows /opt/local/resources as being the problem
Latest version (as of 5 Oct 2021).
pkgver=6.1.4
pkgrel=5521
...
sha1sums=('c3313a687725fbbc4e6b8467c3ab81aba5405307')
If anyone is getting key errors for nettle6 and ncurses, this worked for me:
gpg --keyserver keyserver.ubuntu.com --recv-keys 702353E0F7E48EDB
gpg --keyserver keyserver.ubuntu.com --recv-keys F3599FF828C67298
Pinned Comments