Search Criteria
Package Details: comcom32 0.0.0.2-1
Package Actions
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.000006 |
First Submitted: | 2020-04-07 22:22 (UTC) |
Last Updated: | 2025-04-28 00:51 (UTC) |
Dependencies (4)
- dj64 (dj64-gitAUR) (make)
- djstub (djstub-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- thunk_gen (thunk_gen-gitAUR) (make)
Latest Comments
1 2 Next › Last »
severach commented on 2025-04-29 19:52 (UTC)
QUIET and logpipe aren't the error. It's before that. The requirements are all listed in the PKGBUILD. Ensure that all of the dj64 requirements are updated to the latest version, particularly the git packages.
simona commented on 2025-04-29 19:42 (UTC)
/usr/share/makepkg/util/message.sh: riga 51: QUIET: variabile non assegnata /usr/bin/makepkg: riga 133: logpipe: variabile non assegnata -> error making: comcom32-exit status 1
simona commented on 2024-12-18 18:49 (UTC)
now perfect. tnx.
simona commented on 2024-11-15 19:28 (UTC)
command.c:78:10: fatal error: go64.h: File o directory non esistente
simona commented on 2024-08-26 06:09 (UTC)
problem with djgpp-djcrx and djgpp-gcc
patlefort commented on 2024-08-24 19:31 (UTC)
Missing
git
in makedepends for the 32 bits version.simona commented on 2024-07-01 08:45 (UTC)
gcc -E -x assembler-with-cpp asm.S | as --32 -o asm.o /usr/libexec/thunk_gen/parse_decls.sh 3 thunk_calls.tmp >plt.inc || (rm -f plt.inc ; false) cc -E -I. -fpic -P plt.S >plt.asm || (rm -f plt.asm ; false) plt.S:1:10: fatal error: dj64/plt.S.inc: File o directory non esistente 1 | #include <dj64/plt.S.inc> | ^
~~~ compilation terminated.severach commented on 2024-03-25 22:15 (UTC)
Conflicting with
djgpp-djcrx-bootstrap
forces people to build djgpp-djcrx and not just run with bootstrap forever. Aborting in prepare doesn't work well. Clean Chroot programs output build() errors but not prepare() errors. This won't matter soon since djgpp utils is going away for dj64dev.We're a long ways off from building comcom-git. I did the first step building smallerc. I added you as a maintainer in case you need to fix stuff building the next packages: stsp/lfanew stsp/djstub stsp/dj64dev and probably more.
dreieck commented on 2024-03-25 20:51 (UTC) (edited on 2024-03-25 21:36 (UTC) by dreieck)
At which point does this conflict with
djgpp-djcrx-bootstrap
?Or is this a "make conflict"?
Then you should not list it in the
conflicts
array but do a test inprepare()
. (Package build is carried out without conflict tests, and built packages do not need to have a working compilation environment.)(I am currently making a ↗ 
comcom-git
$pkgbase
(which should build bothcomcom32-git
andcomcom64-git
), and I stumbled upon this strangeconflicts
entry in yourPKGBUILD
. I did implement such a test inprepare()
-- you can check ↗ here.)Regards!
dreieck commented on 2024-03-25 20:29 (UTC)
Regarding this I have created an ↗ upstream issue.
1 2 Next › Last »