Search Criteria
Package Details: v86d 0.1.10-13
Package Actions
Git Clone URL: | https://aur.archlinux.org/v86d.git (read-only, click to copy) |
---|---|
Package Base: | v86d |
Description: | userspace helper for uvesafb that runs x86 code in an emulated environment. |
Upstream URL: | https://github.com/mjanusz/v86d |
Licenses: | GPL2 |
Submitter: | bartus |
Maintainer: | dreieck |
Last Packager: | dreieck |
Votes: | 5 |
Popularity: | 0.82 |
First Submitted: | 2018-07-11 15:29 (UTC) |
Last Updated: | 2024-11-11 20:24 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- git (git-gitAUR, git-glAUR) (make)
- uvesafb-dkmsAUR (uvesafb-dkms-gitAUR) (optional) – For uvesafb kernel module, the ownly known thing that makes use of 'v86d'.
- UVESAFB-MODULE (uvesafb-dkms-gitAUR) (optional) – For uvesafb kernel module, the ownly known thing that makes use of 'v86d'.
Latest Comments
whoknows commented on 2024-11-11 20:29 (UTC)
@dreieck it works now, thnx!
dreieck commented on 2024-11-11 20:25 (UTC) (edited on 2024-11-11 20:26 (UTC) by dreieck)
@whoknows:
Thanks for reporting.
I now added as workaround
-Wno-error=implicit-function-declaration
to$CFLAGS
and$CXXFLAGS
, and reported it upstream ↗ here.Regards!
whoknows commented on 2024-11-04 13:00 (UTC)
dreieck commented on 2019-08-04 14:22 (UTC) (edited on 2019-08-05 09:56 (UTC) by dreieck)
The email address
v86d (at) github.com
you mentioned for bug reports does not work:dreieck commented on 2019-08-04 14:12 (UTC) (edited on 2019-08-04 14:20 (UTC) by dreieck)
Best idea to resolving is not to depend on any
uvesafb
-package, sincev86d
might be also wanted to used for other hacking. (In fact,v86d
is a helper foruvesafb
, not the other way round) or a custom kernel might already haveuvesafb
compiled in.And, please take care of proble reports on the AUR-page and not just refer to somewhere else. You can configure the AUR to send you emails, when someone reports something. And you cannot expect of bug-reporters to have an github-account. Do not make hindrances for bug-reporters.
bartus commented on 2019-04-10 11:43 (UTC)
Please report
issues
andpatches
to v86d@github.comx3ro commented on 2018-07-18 10:04 (UTC)
There is a conflict with uvesafb-dkms which (now?) also provides v86d.
So installing v86d will also install uvesafb-dkms which will cause the following error:
error: failed to commit transaction (conflicting files) v86d: /usr/bin/v86d exists in filesystem (owned by uvesafb-dkms) v86d: /usr/lib/initcpio/hooks/v86d exists in filesystem (owned by uvesafb-dkms) v86d: /usr/lib/initcpio/install/v86d exists in filesystem (owned by uvesafb-dkms) v86d: /usr/lib/modprobe.d/uvesafb.conf exists in filesystem (owned by uvesafb-dkms) Errors occurred, no packages were upgraded.
Installing uvesafb-dkms "fixes" this problem because then the v86d command is also available.