Search Criteria
Package Details: terminal.app 0.9.9-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/terminal.app.git (read-only, click to copy) |
---|---|
Package Base: | terminal.app |
Description: | A terminal emulator for GNUstep |
Upstream URL: | http://www.nongnu.org/gap/terminal/index.html |
Licenses: | GPL2 |
Groups: | gnustep-apps |
Submitter: | ubuntuxp |
Maintainer: | Beebo |
Last Packager: | Beebo |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-08 18:40 (UTC) |
Last Updated: | 2021-05-12 12:37 (UTC) |
Dependencies (4)
- gnustep-backAUR
- gnustep-base
- gnustep-guiAUR
- gcc-objc (gcc-objc-gitAUR, gcc-objc-snapshotAUR) (make)
Latest Comments
Beebo commented on 2021-05-12 12:37 (UTC)
Patches have been applied.
micwoj92 commented on 2021-05-12 07:02 (UTC)
Patch is https://savannah.nongnu.org/bugs/?58583 could you apply?
zkm2fw commented on 2021-02-07 14:30 (UTC)
Beebo commented on 2018-08-17 22:02 (UTC)
It's possible to add
source /usr/share/GNUstep/Makefiles/GNUstep.sh
to thebuild()
function in your PKGBUILD. Users can just pull the package normally with their AUR Helper. Your package will be more popular you'll reduce the number of error reports, win-win.This doesn't change the state of the installation and so it's safe to update without incrementing
pkgrel
.Hope that helps.
Beebo commented on 2018-08-13 23:54 (UTC) (edited on 2018-08-14 07:11 (UTC) by Beebo)
I rebuilt them manually and the dependency issues cleared right up.
Not sure why my AUR helper wasn't updating those but if anyone has issues like I had, then reinstalling should do the trick.
ubuntuxp commented on 2018-08-13 22:43 (UTC)
gnustep-base got an update recently, so gnustep-gui, gnustep-back, and any other GNUstep apps you have installed will need rebuilding.
Beebo commented on 2018-08-13 22:39 (UTC) (edited on 2018-08-13 22:40 (UTC) by Beebo)
I added that line to my .bashrc, but taking a closer look the source of the make errors turned out to be this:
/usr/bin/ld: warning: libicuuc.so.61, needed by /usr/lib/libgnustep-gui.so, not found (try using -rpath or -rpath-link)
ubuntuxp commented on 2018-08-13 13:08 (UTC)
Do you have
source /usr/share/GNUstep/Makefiles/GNUstep.sh
in your .bashrc? It sets important variables necessary for building and running GNUstep apps from command-line.Beebo commented on 2018-08-13 05:05 (UTC) (edited on 2018-08-13 05:06 (UTC) by Beebo)
Build Fails:
collect2: error: ld returned 1 exit status
make[3]: *** [/usr/share/GNUstep/Makefiles/Instance/application.make:133: Terminal.app/./Terminal] Error 1
make[2]: *** [/usr/share/GNUstep/Makefiles/Instance/application.make:147: internal-app-run-compile-submake] Error 2
make[1]: *** [/usr/share/GNUstep/Makefiles/Master/rules.make:297: Terminal.all.app.variables] Error 2
make: *** [/usr/share/GNUstep/Makefiles/Master/application.make:38: internal-all] Error 2
==> ERROR: A failure occurred in build().