Search Criteria
Package Details: tiemu 3.04-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tiemu.git (read-only, click to copy) |
---|---|
Package Base: | tiemu |
Description: | Emulator of TI-89/92/92+/V200 calculators |
Upstream URL: | https://github.com/debrouxl/tiemu |
Licenses: | GPL-2.0-or-later |
Submitter: | Wintervenom |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 26 |
Popularity: | 0.000000 |
First Submitted: | 2009-03-28 04:30 (UTC) |
Last Updated: | 2024-10-11 22:21 (UTC) |
Dependencies (4)
- libgladeAUR
- libticalcsAUR (libticalcs-gitAUR)
- sdl12-compat (sdl12-compat-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
1 2 3 4 5 Next › Last »
xiota commented on 2024-10-11 22:32 (UTC)
Switched sources to debrouxl/tiemu, which is the git repo Debian packages are based on. The alternate ROM does not work (or I don't know how to use). ROM downloaded from TI does work.
allonsy commented on 2024-10-07 21:44 (UTC) (edited on 2024-10-07 21:46 (UTC) by allonsy)
I got caught up in this conversation and made some patches that seem to work. I've uploaded a new version to a mirror repo on github https://github.com/allonsy/tiemu-arch Take a look there and see if it works for you.
Some notes, I had to duplicate log_link.c since patch really hated me since it is written with CR+LF line endings while everything else has LF line endings. All it needed was adding the word int to line 39 so if anyone can figure it out in a patch, that is preferred.
I don't think I'm the right person to upload this to the official repo since I don't use tiemu anymore so probably someone more active should adopt the package. I don't want to leave you guys hanging if other issues pop up. However, if you want me to re-adopt I can.
allonsy commented on 2024-10-07 18:56 (UTC)
Apologies, I no longer use the package and don't have much time to work on this. I'll disown the package so others can adopt.
If I find some more time I can try and help diagnose the issues
Eeems commented on 2024-10-07 01:29 (UTC)
I've sent an email to @allonsy to ask for them to either address the reported issues or disown the package. In a couple of weeks, if there is no response, we can request the package be orphaned. At that point, someone can pick up the package and get it building again.
Eeems commented on 2024-10-07 01:22 (UTC)
@JohnRobson the package is not out of date just because it's not compiling for you. As stated on the "flag out of date" page:
JohnRobson commented on 2024-06-22 13:55 (UTC)
I found this patch, it works for the previous problem.
But still not compiling:
JohnRobson commented on 2024-06-22 13:33 (UTC)
MrAureliusR commented on 2023-09-01 21:02 (UTC)
@eyeonus
To make it stick, we'd have to add a prepare() section to the PKGBUILD that uses sed to make those fixes to the makefiles, dboxes.c and popup.c. I don't have the time to tackle it right now, but I've maintained some PKGBUILDs before and it's fairly intuitive.
Then, if you get a PKGBUILD that consistently works, you can contact allonsy (the current maintainer) and ask them to update it; or, if they're MIA, you can request to take over as maintainer.
eyeonus commented on 2023-07-27 23:15 (UTC) (edited on 2023-07-27 23:32 (UTC) by eyeonus)
Managed to get this to build and install using yay, correctly, using these steps:
Download the pckeys patch from https://web.archive.org/web/20201105195928/http://code.technoplaza.net/tiemu/pckeys_evdev.patch
Replace everything in the patch file to
@@ -189,44 +189,7 @@
with:(Make sure to get the md5 sum after making these changes.)
Add the patch to the PKGBUILD source list, add the md5 sum to the md5sums list, and add a new line below the other two patch lines in the build section for this patch:
patch -p1 --input ../pckeys_evdev.patch
add
-Wno-format-security
to the flags in the core/uae Makefile immediately after-Wno-format
replace
message
with"%s", message
in "dboxes.c" and "popup.c", at all the places in those files where the error occurs (4 in 'dboxes.c', 3 in 'popup.c')Couldn't figure out how to make the changes stick, yay overwrites the changes when run, so if installing using yay, make sure to save "PKGBUILD", "tiemu-3.03/src/core/uae/MAKEFILE", "tiemu-3.03/src/gui/calc/dboxes.c", and "tiemu-3.03/src/gui/calc/popup.c", as quickly as possible after the prompt to select which diffs to show, before yay needs to access them.
A_Bart commented on 2021-12-10 14:46 (UTC)
Build fails with
cc1: error: ‘-Wformat-security’ ignored without ‘-Wformat’ [-Werror=format-security]
Problem seems to be in the core/uae Makefile, it has a-Wno-format
flag1 2 3 4 5 Next › Last »