@oldherl See archlinuxcn/repo#4111
Search Criteria
Package Details: libpasastro 1.4.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libpasastro.git (read-only, click to copy) |
---|---|
Package Base: | libpasastro |
Description: | Provide Pascal interface for standard astronomy libraries |
Upstream URL: | https://github.com/pchev/libpasastro |
Licenses: | GPL-2.0-or-later |
Submitter: | anatolyb |
Maintainer: | oldherl (lilac) |
Last Packager: | lilac |
Votes: | 5 |
Popularity: | 0.000093 |
First Submitted: | 2017-05-24 17:20 (UTC) |
Last Updated: | 2024-11-09 13:36 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (6)
Sources (1)
cgobat commented on 2024-12-08 22:40 (UTC)
cgobat commented on 2024-12-08 20:05 (UTC)
Can you add aarch64
to arch
? I just tested makepkg
on armv8 using a modified version of this PKGBUILD where that was the only change I made, and it works fine.
oldherl commented on 2024-10-14 15:08 (UTC)
@louielu lilac is a bot run by archlinuxcn.org . I am the human behind her that actually maintains and updates this package. :)
louielu commented on 2024-10-14 15:00 (UTC)
Thanks @lilac swiftly fix it!
schnedan commented on 2020-06-10 18:20 (UTC)
Thx
pacman -Qo /usr/lib/libpasgetdss.so.1 reports it does not belong to any package, but I followed your advice to apply the obvious solution and removed/reinstalled skychart with its dependencies.
oldherl commented on 2020-06-10 14:32 (UTC)
You can install pre-compiled binary package of libpasastro and 1000+ other supplemental packages from third-party [archlinuxcn] repo. Check out https://github.com/archlinuxcn/repo for URL, mirrors, bug reports and more.
oldherl commented on 2020-06-10 14:29 (UTC)
@schnedan
Thank you for your feedback.
Can you run pacman -Qo /usr/lib/libpasgetdss.so.1
to check which package these files belong to?
I guess you have older versions of skychart (or virtualmoon) installed. If so, please remove it and install the new version from AUR or [archlinuxcn] repo (see my comments). Newer versions of skychart don't have those files and use libpasastro dependency to install them.
schnedan commented on 2020-06-10 09:00 (UTC) (edited on 2020-06-10 09:00 (UTC) by schnedan)
Hi, when updating I get an error:
translated: checking for file conflicts, and reporting 3 files already exisitng in the filesystem (yes, libpasatro is installed...)
(1/1) Prüfe auf Dateikonflikte
Fehler: Konnte den Vorgang nicht durchführen (In Konflikt stehende Dateien)
libpasastro: /usr/lib/libpasgetdss.so.1 existiert im Dateisystem
libpasastro: /usr/lib/libpasplan404.so.1 existiert im Dateisystem
libpasastro: /usr/lib/libpaswcs.so.1 existiert im Dateisystem
Guess the pkgbuld script has some error...
oldherl commented on 2020-05-31 07:41 (UTC)
Thanks @paulkerry. Done.
paulkerry commented on 2020-05-31 06:29 (UTC)
1.3.0-1 creates a blank package for me - files are installed into /tmp/libpasastro and not into the pkg directory tree. Changing the PKGBUILD package section to the following makes it work for me...
package() { cd "$srcdir/$pkgname" mkdir -p "$pkgdir/usr" make install PREFIX="$pkgdir/usr" }
Pinned Comments
oldherl commented on 2020-06-10 14:32 (UTC)
You can install pre-compiled binary package of libpasastro and 1000+ other supplemental packages from third-party [archlinuxcn] repo. Check out https://github.com/archlinuxcn/repo for URL, mirrors, bug reports and more.