Package Base Details: soh

Git Clone URL: https://aur.archlinux.org/soh.git (read-only, click to copy)
Keywords: harkinian ship shipwright soh
Submitter: AltoXorg
Maintainer: AltoXorg
Last Packager: AltoXorg
Votes: 1
Popularity: 0.036997
First Submitted: 2022-11-09 06:14 (UTC)
Last Updated: 2024-02-29 07:57 (UTC)

Latest Comments

exponential commented on 2023-11-14 16:20 (UTC)

you can also try with high niceness, so everything else has priority put this in front of the command: "nice -n 19" This will not help with low memory

AltoXorg commented on 2023-11-14 09:23 (UTC) (edited on 2023-12-03 13:45 (UTC) by AltoXorg)

If compiling slows down your system, try to minimize your parallel job count (-j<count>) (should be atleast 4 or 2). Modify the PKGBUILD on something along the lines of cmake --build, add -j4 (or -j2 for less) at the end of the line.

UPDATE: added NINJAFLAGS environment variable to control the job count without editing PKGBUILD. (NINJAFLAGS=-j4 makepkg)

Glorious7060 commented on 2023-11-14 03:54 (UTC) (edited on 2023-11-14 18:08 (UTC) by Glorious7060)

My computer start freezing in this part: [9/867] Building CXX Object soh.......dlViewer.coo.o At this point my keyboard stop working and my mouse became very slow, and I have to force a restart in my computer With the git package is the same

EDIT: cmake --build -j4 solve my problem, thanks!

CocaineJohnsson commented on 2023-06-27 00:21 (UTC)

==> Extracting sources...
  -> Extracting Shipwright-7.1.0.tar.gz with bsdtar
  -> Extracting libultraship-04ef63c74270dfe9df458bd8335aac7a7097468a.tar.gz with bsdtar
==> Starting prepare()...
patching file src/CMakeLists.txt
patching file src/Context.cpp
patching file src/Context.h
The next patch would create the file src/install_config.h.in,
which already exists!  Skipping patch.
1 out of 1 hunk ignored
patching file src/public/libultra/os.cpp
==> ERROR: A failure occurred in prepare().

Having to manually delete this file from the cache for soh every time you update is very annoying.