Search Criteria
Package Details: dosemu2-git 2.2.0pre9.2.r511.gc694047e7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dosemu2-git.git (read-only, click to copy) |
---|---|
Package Base: | dosemu2-git |
Description: | Virtual machine that allows you to run DOS programs under Linux |
Upstream URL: | https://github.com/dosemu2/dosemu2 |
Keywords: | DOS emulator machine virtual |
Licenses: | GPL-2.0-only |
Conflicts: | dosemu, dosemu2 |
Provides: | dosemu, dosemu2 |
Submitter: | felix.s |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 6 |
Popularity: | 0.000073 |
First Submitted: | 2016-05-22 20:11 (UTC) |
Last Updated: | 2024-09-03 06:46 (UTC) |
Dependencies (39)
- acl (acl-gitAUR)
- alsa-lib
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- dj64 (dj64-gitAUR)
- fdppAUR (fdpp-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- jansson (jansson-gitAUR)
- json-c (json-c-gitAUR)
- libb64 (libb64-gitAUR)
- libcap
- libieee1284
- libsearpcAUR
- libslirp
- libx11 (libx11-gitAUR)
- libxext (libxext-gitAUR)
- readline (readline-gitAUR)
- sdl2_ttf
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (make)
- binutils (make)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- flex (flex-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- i386-elf-binutilsAUR (make)
- libb64 (libb64-gitAUR) (make)
- perl (perl-gitAUR) (make)
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- upx (upx-gitAUR) (make)
- fbset (optional) – graphical display on console
- fluidsynth (fluidsynth-gitAUR) (optional) – MIDI support
- gpm (gpm-vmAUR, gpm-gitAUR) (optional) – mouse support in console
- libao (libao-gitAUR) (optional) – audio output
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR) (optional) – graphical display
- slang (slang-gitAUR, slang-snapshotAUR) (optional) – console display
- soundfont-fluid (optional) – or other SoundFont for MIDI support
Required by (1)
- fdpp-git (requires dosemu2) (optional)
Sources (19)
- fd10_bwbasicx.zip
- fd10_libx.zip
- fd10_teex.zip
- fd10_touchx.zip
- fd10_vim16x.zip
- fd10_wcdx.zip
- fd11_FDchange.log
- fd11_freedos-autoexec.bat
- fd11_freedos-config.sys
- fd11_README.bindist
- git+https://github.com/stsp/dosemu2.git
- gnu_diff23x.zip
- gnu_find32.zip
- gnu_fut312bx.zip
- gnu_grep20ax.zip
- gnu_gzip124x.zip
- gnu_tut111ax.zip
- https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.1/official/fd11src.iso
- https://www.pement.org/sed/sed16bin.zip
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
dreieck commented on 2023-09-23 09:46 (UTC) (edited on 2023-09-23 12:12 (UTC) by dreieck)
Sorry,
echo "${}"
, which is literally in thePKGBUILD
, is invalid bash code. That needs to be adapted anyway -- if you wantpackage()
to exit cleanly with an error then usereturn n
withn
>0, and print an error message before.For example, replace
test -d "${pkgdir}/usr/local" && echo "${}"
by
If you just wanted to print something and not to abort, you need to replace
"${}"
with some valid content.More specifically, it is detecting that
${pkgdir}/usr/local/
is present.By the way, why is this needed? Do the
dosemu2
install routines sometimes install stuff into$DESTDIR/usr/local/
, and it is not easy to handle it cleanly, so an abort and clean rebuild is the better way?Tried.
Have deleted complete content of
$BUILDDIR/
and$SRCDEST/
and$PKGDEST/
before.Worked.
Thanks :-).
severach commented on 2023-09-22 19:13 (UTC)
That bash error is one of the few that shows the line number so I know right away where the error is from your post. That error is detecting that
/usr/local
is present. Trymakepkg -scCfi
.dreieck commented on 2023-09-22 18:03 (UTC) (edited on 2023-09-23 12:13 (UTC) by dreieck)
package()
(run withmakepkg -sfi
) fails with a bashbad substitution
error:In line 497 of the
PKGBUILD
there isecho "${}"
, which makes bash fail.Regards!
dreieck commented on 2023-09-22 17:58 (UTC)
Actually, you now have
fdpp>=1.6
as versioned dependency, but that does not suffice:fdpp>=1.6+170
does suffice. (fdpp-git
is currently at version 1.7.r1443.)Regards!
dreieck commented on 2023-07-25 16:54 (UTC)
This and this issue resolve by having
fdpp-git
installed.Maybe you change the dependency on
fdpp
to a versioned dependency (fdpp>=1.6+170
currently)?Regards!
dreieck commented on 2023-07-24 14:18 (UTC)
Fails to build for me with
#error wrong fdpp version
and subsequent errors:Regards!
severach commented on 2022-12-08 17:25 (UTC)
Build the git version in fdpp/PKGBUILD. You can also disable fdpp and use freedos.
mikearch commented on 2022-12-07 21:04 (UTC)
It fails on the build now. Seems to expect another fdpp version?
https://pastebin.com/yrhrL33z
mikearch commented on 2022-12-05 12:30 (UTC) (edited on 2022-12-05 13:35 (UTC) by mikearch)
I can't find any other download links for dosemu-freedos-1.1-bin.tgz. Does anybody have a backup they can upload?
« First ‹ Previous 1 2 3 4 5 Next › Last »