Package Details: comcom32 0.0.0.2-1

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.000000
First Submitted: 2020-04-07 22:22 (UTC)
Last Updated: 2025-04-28 00:51 (UTC)

Dependencies (4)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

dreieck commented on 2024-03-25 20:29 (UTC)

Unfortunately the -git version requires dj64-gcc which I can't find.

Regarding this I have created an ↗ upstream issue.

severach commented on 2024-03-25 19:33 (UTC)

No need as this doesn't build anything new and the -git doesn't compile yet. comcom32 is gone so isn't needed in any form. Delete and make new packages for comcom64.

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

Don't forget to increment $pkgrel when you update the PKGBUILD without updating $pkgver (and then re-generate .SRCINFO and also add it to the git upload).

Seems you have just updated the PKGBUILD without a $pkgrel increment.

severach commented on 2024-03-25 18:47 (UTC) (edited on 2024-03-25 18:57 (UTC) by severach)

This is already a git package. Uncomment the -git line in the PKGBUILD. Unfortunately the -git version requires dj64-gcc which I can't find.

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.