Package Base Details: comcom-git

Git Clone URL: https://aur.archlinux.org/comcom-git.git (read-only, click to copy)
Submitter: dreieck
Maintainer: dreieck
Last Packager: dreieck
Votes: 0
Popularity: 0.000000
First Submitted: 2024-03-25 21:16 (UTC)
Last Updated: 2024-05-27 15:55 (UTC)

Pinned Comments

dreieck commented on 2024-03-26 09:41 (UTC) (edited on 2024-03-26 21:33 (UTC) by dreieck)

A note:

For comcom64, /dev/shm has to be mounted with exec/ without noexec (mount -o remount,exec /dev/shm), otherwise DOSEMU will fail on this:
In the terminal where dosemu is launched:

cannot dlopen /dev/shm/dosemu_COMMAND.COM: /dev/shm/dosemu_COMMAND.COM: failed to map segment from shared object

And in the DOSEMU window:

Shell E:\command.com exited, press any key...

So for now only comcom32 seems to be compatible with dosemu2 out of the box, where comcom64 needs tweaking of mount parameters for /dev/shm.
See also ↗ this comment on github.com.

Latest Comments

severach commented on 2024-03-26 15:59 (UTC)

comcom64-git running fine here.

dreieck commented on 2024-03-26 09:41 (UTC) (edited on 2024-03-26 21:33 (UTC) by dreieck)

A note:

For comcom64, /dev/shm has to be mounted with exec/ without noexec (mount -o remount,exec /dev/shm), otherwise DOSEMU will fail on this:
In the terminal where dosemu is launched:

cannot dlopen /dev/shm/dosemu_COMMAND.COM: /dev/shm/dosemu_COMMAND.COM: failed to map segment from shared object

And in the DOSEMU window:

Shell E:\command.com exited, press any key...

So for now only comcom32 seems to be compatible with dosemu2 out of the box, where comcom64 needs tweaking of mount parameters for /dev/shm.
See also ↗ this comment on github.com.

dreieck commented on 2024-03-26 09:03 (UTC)

I got all the packages built.

Wow. Great. Thanks.

So I now have enabled to build comcom64-git, too.

severach commented on 2024-03-26 07:10 (UTC) (edited on 2024-03-26 07:16 (UTC) by severach)

I got all the packages built. makedepends+=('dj64'). Edit: nope! makedepends+=('dj64' 'thunk_gen' 'djstub')

dreieck commented on 2024-03-25 21:19 (UTC) (edited on 2024-03-25 21:19 (UTC) by dreieck)

Note that build of 64bit-variant currently is disabled (to enable, set _build_64=true at the top of the PKGBUILD) due to unknown source of the required dj64-gcc to build it; see also ↗ here.

If anyone knows where to obtain it or how to build the 64bit variant otherwise, please leave a comment.