Package Details: slashem 0.0.7E7F3-7

Git Clone URL: https://aur.archlinux.org/slashem.git (read-only, click to copy)
Package Base: slashem
Description: Nethack variant Super Lotsa Added Stuff Hack - Extended Magic
Upstream URL: http://www.slashem.org/
Keywords: game nethack
Licenses: custom
Submitter: ilpianista
Maintainer: aaronfischer
Last Packager: aaronfischer
Votes: 34
Popularity: 0.000000
First Submitted: 2008-04-12 13:05 (UTC)
Last Updated: 2020-10-20 22:53 (UTC)

Latest Comments

1 2 3 Next › Last »

simona commented on 2025-02-26 15:17 (UTC)


potion.c: In function ‘upgrade_obj’:
potion.c:2517:39: error: passing argument 2 of ‘artifact_name’ from incompatible pointer type [-Wincompatible-pointer-types]
2517 |         if (artifact_name(ONAME(obj), &otyp2) && otyp2 == obj->otyp) {
|                                       ^~~~~~
|                                       |
|                                       int *
In file included from ../include/config.h:316,
from ../include/hack.h:9,
from potion.c:5:
../include/extern.h:62:50: note: expected ‘short int *’ but argument is of type ‘int *’
62 | E const char *FDECL(artifact_name, (const char *,short *));
|                                                  ^~~~~~~
../include/tradstdc.h:124:27: note: in definition of macro ‘FDECL’
124 | # define FDECL(f,p)     f p
|                           ^

winny commented on 2019-01-28 00:44 (UTC)

Greetings, I cannot maintain AUR artifacts anymore, so I am disowning this package. Best of luck :)

nanohard commented on 2018-09-22 09:39 (UTC) (edited on 2018-09-22 09:57 (UTC) by nanohard)

Install error:

pkgrel mismatch between .SRCINFO and PKGBUILD.

rh995 commented on 2017-03-29 04:15 (UTC)

Thank you for your contribution. I'm glad to know the package is in capable hands.

winny commented on 2017-03-29 03:56 (UTC)

Thank you for your time maintaining this package. I recognize your resentment and I was too harsh. I am deeply sorry to see you are dissatisfied with the situation. I'll maintain this, as promised.

rh995 commented on 2017-03-26 03:39 (UTC) (edited on 2017-03-27 05:13 (UTC) by rh995)

I resent the accusation that I don't test the package. In fact as soon as you posted your first comment I reinstalled to ensure that the package would compile cleanly. It did. Therefore I concluded that it must be something particular to your setup which was causing the breakage. But you're right that this is a bug. It should be fixed. I would do so, but as you have volunteered to take over maintainer-ship, I will hand this job over to you as I retire from this package.

winny commented on 2017-03-25 22:52 (UTC)

Looks like parallel make breaks the build system. I added MAKEFLAGS='-j1' to the PKGBUILD and it now compiles with no errors. I think the idea of being a package maintainer is that you *build* and *test* your packages before updating them, and *test* relatively frequently especially with a rolling release distro such as Arch. If you're not interested in doing this, I would be happy to take over maintainer-ship. See also: https://forums.gentoo.org/viewtopic-p-4555442.html?sid=8edd5fbadb5d258f03667e7d77aa374c#4555442

rh995 commented on 2017-03-25 13:14 (UTC)

So it's giving you "can't open asmodeus.lev", can you verify that this file exists at "src/slashem-0.0.7E7F3/dat"?

winny commented on 2017-03-25 11:12 (UTC)

Build failure using makepkg (read: not yaourt), cloned package with git. https://gist.github.com/winny-/fe5f62434dbd44f955b33feaa0f9cb77

rh995 commented on 2017-03-24 02:57 (UTC)

Try building without yaourt