You are not logged in.

#1 2005-06-02 21:25:14

deficite
Member
From: Augusta, GA
Registered: 2005-06-02
Posts: 693

Wiki problems

Is anybody else having issues with the Wiki? I can't seem to log in or edit anything. I get this when I try to log in

Fatal error: Cannot instantiate non-existent class: file_passwd in /home/judd/public_html/lib/WikiUserNew.php on line 2122

I have a new PKGBUILD for qemu that incorporates kqemu and is for the newest (0.7.0) version of qemu. I'd like to edit the wiki page on qemu, but since I can't I'll just give you guys my PKGBUILD and see if you can edit it for me.

pkgname=qemu
pkgver=0.7.0
pkgrel=1
url="http://fabrice.bellard.free.fr/qemu/"
pkgdesc="QEMU is a fast portable CPU emulator"
depends=('sdl' 'xorg')
source=(http://fabrice.bellard.free.fr/$pkgname/$pkgname-$pkgver.tar.gz kqemu-0.6.2-1.tar.gz configure.patch)

build() {
    cd $startdir/src/$pkgname-$pkgver
    mv $startdir/src/kqemu .
    patch -p1 < $startdir/configure.patch

    ./configure --target-list=i386-softmmu --prefix=/usr
    mv config-host.h config-host.h.tmp

    ./configure --target-list=i386-softmmu --prefix=$startdir/pkg/usr
    mv -f config-host.h.tmp config-host.h
    make || return 1
    make install
    rm -r $startdir/pkg/usr/share/doc
    mv $startdir/pkg/usr/share/man $startdir/pkg/usr/man
}

Be aware that this is just to replace the PKGBUILD on the wiki, so don't try to makepkg this PKGBUILD without the patch on the wiki page, http://wiki2.archlinux.org/index.php/qemu

edit: I was just looking at the PKGBUILD and I can't think of a simple way to download the kqemu and have an updated version of it. Perhaps it should be local and the user download it manually? It sounds good to me, so I'm going to change the PKGBUILD for that. Of course, the Wiki will need to provide a link to the kqemu tarball.

Offline

#2 2005-06-02 21:36:04

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: Wiki problems

hello,

you don't have to log in to edit wikipages,
but your name should be something like "DeFicite" for it to work,


arch + gentoo + initng + python = enlisy

Offline

#3 2005-06-02 22:09:53

deficite
Member
From: Augusta, GA
Registered: 2005-06-02
Posts: 693

Re: Wiki problems

I tried not even logging in and I had problems. Although I can log in now thanks to your advice smile.

I tried twice now since I made this post to edit the wiki and right before I click save my power goes out. Twice in a row. Very frustrating. Once this storm passes I will get the qemu wiki updated.

edit: The storm has finally passed and I have updated the wiki. Once I logged in I stopped getting errors when I tried editing the wiki. I decided to include the link to the kqemu tarball.

Offline

#4 2005-06-03 02:55:03

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: Wiki problems

thank you for being patient enough to contribute your changes even after encountering such difficulties! smile

Offline

Board footer

Powered by FluxBB