Search Criteria
Package Details: comcom32 0.0.alpha_3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/comcom32.git (read-only, click to copy) |
---|---|
Package Base: | comcom32 |
Description: | 32 bit command interpreter for fdpp and dosemu2 |
Upstream URL: | https://github.com/dosemu2/comcom32 |
Licenses: | GPL3 |
Conflicts: | djgpp-djcrx-bootstrap |
Submitter: | severach |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-04-07 22:22 (UTC) |
Last Updated: | 2022-04-17 19:16 (UTC) |
Dependencies (2)
- djgpp-djcrx (djgpp-djcrx-cvs, djgpp-djcrx-bootstrap) (make)
- djgpp-gcc (make)
Latest Comments
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:
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.