Git Clone URL: |
https://aur.archlinux.org/uml_utilities.git (read-only, click to copy)
|
Package Base: |
uml_utilities
|
Description: |
User Mode Linux Utilities (Debian package uml-utilities). It contains uml_net, uml_mconsole, uml_switch, tunctl, … and the lib port-helper. |
Upstream URL: |
http://user-mode-linux.sourceforge.net/
|
Licenses: |
GPL2 |
Conflicts: |
humfsify, jailtest, jail_uml, tunctl, uml_mconsole, uml_mkcow, uml_moo, uml_mount, uml_net, uml_switch, uml_utilities, uml_watchdog
|
Provides: |
humfsify, jailtest, jail_uml, tunctl, uml_mconsole, uml_mkcow, uml_moo, uml_mount, uml_net, uml_switch, uml_utilities, uml_watchdog
|
Submitter: |
JulioJu
|
Maintainer: |
nobodywasishere
|
Last Packager: |
nobodywasishere
|
Votes: |
13 |
Popularity: |
0.56 |
First Submitted: |
2016-05-22 15:23 (UTC) |
Last Updated: |
2020-08-15 20:59 (UTC) |
Latest Comments
Sourcelink commented on 2020-08-01 03:59 (UTC)
provides=('uml_utilities') conflicts=('uml_net')
问题已经修复:
https://github.com/SourceLink/uml_utilities-20070815-1
titaniumtown commented on 2020-05-26 03:37 (UTC)
Please fix!!!!
bkb commented on 2020-04-17 07:28 (UTC)
He hasn't been active since 2 years...
andraantariksa commented on 2020-04-17 05:54 (UTC)
Someone should fix this...
Tom1234 commented on 2020-04-13 08:37 (UTC)
If you just remove the apostrophe in the brackets it should work provides=() conflicts=()
0xFF1E071F commented on 2020-04-06 10:03 (UTC)
Can somebody please fix pkgbuild
provides=('')
conflicts=('')
bkb commented on 2020-03-12 10:49 (UTC) (edited on 2020-03-12 10:50 (UTC) by bkb)
@kaivai commenting
bkb commented on 2020-03-12 10:46 (UTC) (edited on 2020-03-12 10:46 (UTC) by bkb)
Why this package is on AUR and not on core or extra ?
ciferkey commented on 2020-02-17 04:12 (UTC)
Same issue as @kaivai and was able to resolve it the same way they did.
Any updates on fixing the PKGBUILD?
drws commented on 2020-01-05 09:59 (UTC)
The conflicts/provides error is still present in the PKGBUILD. Are there any plans to maintain this package further?
kaivai commented on 2019-11-24 04:23 (UTC) (edited on 2019-11-24 04:24 (UTC) by kaivai)
Just letting you know,
makepkg -s
is failing with the following issue.I was able to work around it by commenting out the variables.
JulioJu commented on 2018-11-21 10:43 (UTC)
@coderobe thanks for your anser Sorry for all for the delay ! Now, this package is up to date ! ;-)
coderobe commented on 2018-11-12 00:26 (UTC)
The git+https interface is read-only. Push to the ssh upstream instead.
JulioJu commented on 2018-10-30 15:12 (UTC)
@urucod could you help me please ;-).
JulioJu commented on 2018-10-22 09:12 (UTC)
I don't know why, I can't update this package. I have an error 403. Maybe it's because there is a pending request ? I don't know.
JulioJu commented on 2018-10-19 15:51 (UTC) (edited on 2018-10-19 15:52 (UTC) by JulioJu)
Sorry for the time. I've tried to update with https://github.com/maksverver/uml_utilities from @maksverver without success, But I have error "fatal: unable to access 'https://aur.archlinux.org/uml_utilities.git/': The requested URL returned error: 403". As I've lost my old Private key, I've updated it thanks https://wiki.archlinux.org/index.php/Arch_User_Repository#Authentication without success.
I will try again tomorrow. Maybe the server take time to update the public key?
Il will delete this comment when
git pull
will success.urucod commented on 2018-10-06 06:14 (UTC)
This package is unmaintained and the user seems to be inactive, @alexf91 you patch works well. We have any way to revive the maintenance of this package by our selves?
alexf91 commented on 2018-09-19 19:00 (UTC) (edited on 2018-09-19 19:05 (UTC) by alexf91)
Please apply this patch:
https://pastebin.com/x6iacrSU
Gloorious_Walrus commented on 2018-08-20 13:14 (UTC) (edited on 2018-08-20 13:19 (UTC) by Gloorious_Walrus)
the package fails to build with the following error:
aur-uml_utilities/src/tools-20070815/uml_net/host.c:216: undefined reference to `makedev'
to fix that, you need to add the following into host.c includes:
#include <sys/sysmacros.h>
JulioJu commented on 2016-05-22 16:16 (UTC)