Package Details: astrometry.net 0.94-2

Git Clone URL: https://aur.archlinux.org/astrometry.net.git (read-only, click to copy)
Package Base: astrometry.net
Description: Automatic recognition of astronomical images
Upstream URL: http://astrometry.net
Keywords: astrometry astronomy science
Licenses: GPL
Submitter: gypaetus
Maintainer: NikP
Last Packager: NikP
Votes: 7
Popularity: 0.000387
First Submitted: 2016-02-05 23:11 (UTC)
Last Updated: 2024-03-24 15:10 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

pierros commented on 2019-07-13 12:28 (UTC)

Build is failing: gcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -g -Wall -ffinite-math-only -fno-signaling-nans -pthread -march=native -O3 -fomit-frame-pointer -DNDEBUG -fpic -Winline wcs-to-tan.o libanutils.a ../qfits-an/libqfits.a libanbase.a -lgsl -lgslcblas -lm -lwcs -lm -lm -lgsl -lgslcblas -lm -lwcs -lm -lm -o wcs-to-tan /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib/libwcs.so: undefined reference to gFitsFiles' /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../lib/libwcs.so: undefined reference tofits_read_wcstab' collect2: error: ld returned 1 exit status make[1]: [<builtin>: wcs-to-tan] Error 1 make[1]: Leaving directory '/home/liknus/.cache/aurman/astrometry.net/src/astrometry.net-0.78/util' make: [Makefile:87: util] Error 2 ==> ERROR: A failure occurred in build(). Aborting... 2019-07-13 15:26:31,501 - wrappers - makepkg - ERROR - makepkg query ['makepkg', '-cf', '--noconfirm'] failed in directory /home/liknus/.cache/aurman/astrometry.net

Universebenzene commented on 2019-04-04 06:57 (UTC)

@JamesHarrison Thanks. I changed the source from github to astrometry.net. You can check it again.

JamesHarrison commented on 2019-03-30 11:30 (UTC) (edited on 2019-03-30 11:38 (UTC) by JamesHarrison)

For KStars/Ekos to be able to use this correctly, the version number must be set so that Ekos can determine if it needs to use the --nofits2fits flag or not. This is normally done during releases so pulls from Github won't work.

As a workaround I've used the following in prepare():

sed "s/AN_GIT_REVISION .=.*/AN_GIT_REVISION := ${pkgver}/" -i util/makefile.common

Another, probably better fix is to use the actual source releases at http://astrometry.net/downloads/ rather than from GitHub, as these have the AN_GIT_REVISION value set correctly from the outset.

catpool commented on 2019-02-21 13:00 (UTC)

@Universebenzene I try it, thanks. I'll give feed back.

Universebenzene commented on 2019-02-21 12:43 (UTC)

@catpool This error is caused by git describe, but the source file itself is not a git repo, so the error occurs, but this error does not affect the building process. I don't know why you can't install it. How about install it without AUR helper and just use makepkg -sri?

catpool commented on 2019-02-21 12:08 (UTC)

@Universebenzene No, unfortunately I am unable to install it (I use Antergos)

Universebenzene commented on 2019-02-21 02:16 (UTC)

@catpool No idea. But the package building finally succeed anyway.

catpool commented on 2019-02-20 20:42 (UTC)

What is wrong? A part of the messages of building:

==> Making package: astrometry.net 0.76-2 (2019. febr. 17., vasárnap, 18:01:56 CET) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Starting build()... fatal: No names found, cannot describe anything. fatal: No names found, cannot describe anything. fatal: No names found, cannot describe anything. fatal: No names found, cannot describe anything. make -C util config make -C qfits-an make -C sdss make -C libkd pyspherematch make -C util cairoutils.o make[1]: Entering directory '/home/nor/.cache/yay/astrometry.net/src/astrometry.net-0.76/qfits-an' make[1]: Entering directory '/home/nor/.cache/yay/astrometry.net/src/astrometry.net-0.76/util' make[1]: Entering directory '/home/nor/.cache/yay/astrometry.net/src/astrometry.net-0.76/libkd' make[1]: Entering directory '/home/nor/.cache/yay/astrometry.net/src/astrometry.net-0.76/sdss' make[1]: Entering directory '/home/nor/.cache/yay/astrometry.net/src/astrometry.net-0.76/util' fatal: No names found, cannot describe anything. fatal: No names found, cannot describe anything. fatal: No names found, cannot describe anything. fatal: No names found, cannot describe anything. fatal: No names found, cannot describe anything. gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-pl

Universebenzene commented on 2018-09-05 13:07 (UTC)

@oldherl Strange... I didn't get any problem while building... Anyone else can solve this?

oldherl commented on 2018-09-05 12:51 (UTC)

0.76-1 build error:

make[1]: *** No rule to make target '../catalogs/libcatalogs.a', needed by '_plotstuff_c.cpython-37m-x86_64-linux-gnu.so'. Stop.