Package Details: ds9 8.5-3

Git Clone URL: https://aur.archlinux.org/ds9.git (read-only, click to copy)
Package Base: ds9
Description: SAOImage DS9: Astronomical Data Visualization Application
Upstream URL: http://hea-www.harvard.edu/RD/ds9/
Licenses: GPL2
Submitter: ydallilar
Maintainer: edombek
Last Packager: edombek
Votes: 6
Popularity: 0.004678
First Submitted: 2018-06-02 01:52 (UTC)
Last Updated: 2024-06-18 09:56 (UTC)

Latest Comments

1 2 3 4 Next › Last »

edombek commented on 2024-06-18 09:56 (UTC)

Thanks, fixed!

oldherl commented on 2024-06-14 14:37 (UTC)

Oh, sorry, you still have to apply some patches from git

oldherl commented on 2024-06-14 14:30 (UTC)

Please upgrade to 8.6b1 as it solves the new gcc problem.

micwoj92 commented on 2024-06-13 19:32 (UTC)

Fails build with gcc14 while building tclzipfs. This is due to turning warnings to errors in this gcc release.

Also it probably should use system tcl instead of bundled one (this also applies to some other libs, but I only mention this now that it fails):

tclZipfs.c: In function ‘ZipFSCatalogFilesystem’:
tclZipfs.c:1282:8: error: assignment to ‘ZipFile *’ from incompatible pointer type ‘char *’ [-Wincompatible-pointer-types]
 1282 |     zf = Tcl_AttemptAlloc(sizeof(ZipFile) + strlen(mountPoint) + 1);
      |        ^

Freso commented on 2024-03-29 10:29 (UTC)

@Firestar https://wiki.archlinux.org/title/Arch_User_Repository#Updating_packages :

The AUR is unsupported, so any packages you install are your responsibility to update, not pacman's. If packages in the official repositories are updated, you will need to rebuild any AUR packages that depend on those libraries.

(emphasis mine)

edombek commented on 2024-03-26 09:08 (UTC)

@Firestar, try to recompile ds9

Firestar commented on 2024-03-26 09:05 (UTC)

Cannot run ds9, it said that ICU is outdated:

$ ds9
ds9: error while loading shared libraries: libicui18n.so.73: cannot open shared object file: No such file or directory

and if I install icu73-bin from AUR it will say:

ds9
Error in startup script: couldn't read file "zipfs:/mntpt/library/ds9.tcl": no such file or directory

Freso commented on 2023-11-11 14:42 (UTC)

ds9-bin now correctly both provides and conflicts with ds9, so those two lines can be removed from this PKGBUILD.

Additionally, please rename the source file so that it is unique. See the warning at https://wiki.archlinux.org/title/PKGBUILD#source for details.

micwoj92 commented on 2023-10-21 23:20 (UTC)

No need to have "ds9" in provides as packages provide themselves, also no need to have ds9-bin in conflicts, it's enough that ds9-bin conflicts with ds9.

Bkasthapa commented on 2023-03-31 09:34 (UTC)

@edombek Thanks. I don't know how it worked.