Package Details: comcom32 0.0.alpha_3-2

Git Clone URL: https://aur.archlinux.org/comcom32.git (read-only, click to copy)
Package Base: comcom32
Description: 64 bit command interpreter for fdpp and dosemu2
Upstream URL: https://github.com/dosemu2/comcom64
Licenses: GPL-3.0-or-later
Conflicts: comcom32, comcom64
Provides: comcom32, comcom64
Submitter: severach
Maintainer: severach
Last Packager: severach
Votes: 1
Popularity: 0.000099
First Submitted: 2020-04-07 22:22 (UTC)
Last Updated: 2024-11-15 19:26 (UTC)

Dependencies (4)

Required by (3)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

dreieck commented on 2024-03-25 18:39 (UTC)

Source checksum verification fails:

==> Validating source files with md5sums...
    comcom32-alpha-3.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

… maybe it is time to make a comcom32-git and comcom64-git anyway, since the latest release is quite old?

Regards!

dreieck commented on 2024-03-24 20:27 (UTC) (edited on 2024-03-24 20:28 (UTC) by dreieck)

↗ Here the upstream maintainer of thunk_gen, which is a dependency of fdpp, suggests that the comcom32-dependency should be moved from fdpp(-git) to dosemu2-git.

I forward this suggestion to you so you can check what is the correct way to go.

Regards!

yusuke commented on 2021-07-13 09:44 (UTC)

I couldn't build djgpp-gcc. It gives me compilation errors. I tried both: with yay and without it. I installed first the djgpp-djcrx-bootstrap as are saying here. I get this error:

make: *** [Makefile:25017: bootstrap] Error 2

severach commented on 2021-02-03 20:27 (UTC)

Sounds like you're building djgpp with an AUR helper like yay and it doesn't know there's a last step because it has resolved all the dependencies. The conflicts is there to say that one more step is needed. yay djgpp-gcc should build the first 3 and yay djgpp-djcrx should build the last one. Then yay comcom32 should work.

patlefort commented on 2021-02-03 12:04 (UTC)

Ok, my source of confusion is that djgpp-djcrx-bootstrap provides djgpp-djcrx and I expected djgpp-djcrx to have been installed automatically as a dependency of another package.

severach commented on 2021-02-03 11:46 (UTC)

djgpp-djcrx-bootstrap is only temporary. Build binutils, gcc, and the last step is to replace bootstrap with djgpp-djcrx.

patlefort commented on 2021-02-03 11:24 (UTC)

Is there a reason why it conflict with djgpp-djcrx-bootstrap? It is impossible to install as is.