@eclairevoyant Thank you. You are absolutely right. And as soon as you send me this patch, I will add it to the build.
Search Criteria
Package Details: starplot 0.95.5-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/starplot.git (read-only, click to copy) |
---|---|
Package Base: | starplot |
Description: | A 3-dimensional star chart viewer. |
Upstream URL: | http://starplot.org/ |
Keywords: | astronomy science starplot |
Licenses: | GPL |
Submitter: | None |
Maintainer: | None |
Last Packager: | bidulock |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2011-05-27 13:17 (UTC) |
Last Updated: | 2020-05-09 03:01 (UTC) |
Dependencies (3)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR)
- starplot-gliese3AUR (optional) – star catalog
- starplot-yale5AUR (optional) – star catalog
Required by (2)
Sources (6)
- http://starplot.org/downloads/starplot-0.95.5.tar.gz
- https://sources.debian.org/data/main/s/starplot/0.95.5-8.3/debian/patches/01-starplot_desktop_file.diff
- https://sources.debian.org/data/main/s/starplot/0.95.5-8.3/debian/patches/02-fix-ftbfs-and-hrdiagram-opts.diff
- https://sources.debian.org/data/main/s/starplot/0.95.5-8.3/debian/patches/03-fix-ftbfs-convert.diff
- https://sources.debian.org/data/main/s/starplot/0.95.5-8.3/debian/patches/04-fix-ftbfs-strings.diff
- https://sources.debian.org/data/main/s/starplot/0.95.5-8.3/debian/patches/05-startup-crash.diff
Latest Comments
Mr.Smith1974 commented on 2023-07-25 05:18 (UTC)
eclairevoyant commented on 2023-07-25 05:17 (UTC)
@Mr.Smith1974 That's not a solution, the correct solution is to patch the code ;)
Mr.Smith1974 commented on 2023-07-23 06:58 (UTC)
To successfully build this package please disable -Werror=format-security
in /etc/makepkg.conf
eclairevoyant commented on 2023-05-26 05:24 (UTC)
The actual error is this:
gui/infodialogs.cc: In function ‘void my_gtk_error(GtkWindow*, const char*)’:
gui/infodialogs.cc:34:47: error: format not a string literal and no format arguments [-Werror=format-security]
34 | GtkWidget * dialog = gtk_message_dialog_new (parent_win,
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
35 | GTK_DIALOG_DESTROY_WITH_PARENT,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36 | GTK_MESSAGE_ERROR,
| ~~~~~~~~~~~~~~~~~~
37 | GTK_BUTTONS_CLOSE,
| ~~~~~~~~~~~~~~~~~~
38 | error_msg);
| ~~~~~~~~~~
Mr.Smith1974 commented on 2023-05-16 14:35 (UTC)
make[1]: Leaving directory '/home/archlinux/.cache/yay/starplot/src/starplot-0.95.5'
make: *** [Makefile:250: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
-> error making: starplot-exit status 4
-> Failed to install the following packages. Manual intervention is required:
starplot - exit status 4
bidulock commented on 2020-05-09 03:09 (UTC)
Works a bit better after patches. I can still get it to crash (zooming out), but it at least starts and functions somewhat.
hisacro commented on 2020-04-25 15:44 (UTC)
https://sources.debian.org/patches/starplot/0.95.5-8.3/
indeed it works after applying patches..
procras commented on 2018-10-14 15:47 (UTC) (edited on 2018-10-14 15:59 (UTC) by procras)
Not building for me at present unless I edit three files
Found these mostly on googles for patches regarding debian.
- /src/classes/stararray.cc
- /src/classes/strings.h
- /src/convert/convert.cc
Pinned Comments
Mr.Smith1974 commented on 2023-07-23 06:58 (UTC)
To successfully build this package please disable
-Werror=format-security
in/etc/makepkg.conf