You are not logged in.
Mikos, your xgl-cvs PKGBUILD stopped compiling for me today.
with error:
attrib.c:28:22: error: arrayobj.h: No such file or directory
Please help!
Offline
hussam: I will look at it, but I am learning for exams, so you must wait some time...
Offline
Mikos, ok thanks Mikos.
I'll just have to live with metacity for now.
Offline
attrib.c:28:22: error: arrayobj.h: No such file or directory
make[3]: *** [attrib.lo] Error 1
make[3]: Leaving directory `/home/tim/XGL/xgl-cvs/src/xserver-build/xorg/GL/mesa/main'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tim/XGL/xgl-cvs/src/xserver-build/xorg/GL/mesa'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tim/XGL/xgl-cvs/src/xserver-build/xorg/GL'
make: *** [all-recursive] Error 1
==> ERROR: Build Failed. Aborting...
==> ERROR: Reverting pkgver...
http://timtux.net/ - my personal blog about almost everything
Offline
Yes, same error here. Anybody knows how to fix this? :-)
Offline
Probably this error is caused that xorg is moving from cvs to git. I'm trying to solve this.
I'm writing updated PKGBUILD, and quickly ( tomorrow or Monday ) I upload it in AUR.
Stay tuned
Offline
ok, now all PKGBUILDs are in aur.
Have fun ^^
Offline
DaNiMoTh, mesa-xgl-cvs won't compile. I posted about it in you package in aur.
Offline
I fix the problem
I had set-up a repository for xgl's package for athlon-xp, at http://jjdanimoth.altervista.org/arch/athlon-xp
bye
Offline
I fix the problem
I had set-up a repository for xgl's package for athlon-xp, at http://jjdanimoth.altervista.org/arch/athlon-xp
bye
are you considering to set up an i686 update repo?
I'm using an athlon xp but I'm thinking about the community... there's no noticeable different between athlonxp and i686
Offline
Offline
I can't use this repo
failed downloading /arch/i686/danimoth.db.tar.gz from jjdanimoth.altervista.org: HTTP/1.1 403 Forbidden
Offline
I understand shadowhand no longer build xgl packages.
However are the PKGBUILDs still maintained? As they seem out of date. If they aren't maintained I may look into making packages. Although I won't offer much support
Offline
However are the PKGBUILDs still maintained?
Have you seen on AUR?
Offline
checking package integrity...
error: archive libwnck-compiz-2.14.1-2.pkg.tar.gz is corrupted
This from repo athlonxp.
From repo 686:
checking package integrity...
error: archive xgl-git-20060715-1.pkg.tar.gz is corrupted
error: archive libwnck-compiz-2.14.1-2.pkg.tar.gz is corrupted
error: archive compiz-git-20060714-1.pkg.tar.gz is corrupted
Offline
Check if now it works.
Bye ! ( I'm going to Swimming Italian Championship, I'll back Sunday )
Offline
NOT works....still corrupted various files.
Offline
Hey, 1st off thank you four your hard work, ery apreciate it! 8)
Please update md5sum of "startxgl" from "xgl-cvs" package. Had to do manually (OH MY GOOOOOD )
Offline
As you can see, I don't have time to maintain my Xgl & Compiz PKGBUILDs anymore. But thanks to DaNiMoTh, who updated my PKGBUILDs and uploaded them to AUR, it is not important anymore.
One thing which I was missing was simple updating and rebuilding of all Xgl related PKGBUILDs from AUR. So I have created autoaur (script for automatic mass downloading, updating, building and installing groups of AUR packages). Now if you want to install and/or upgrade your Xgl, Compiz and all related packages, simply install autoaur from AUR, download xgl.autoaur config file, go to the directory where you want all things to be downloaded and builded and run this command:
autoaur --remove /path/to/xgl.autoaur
(--remove option is for automatic removing of all conflicting packages, try --help for more information)
If you find some autoaur bug, please report it HERE.
Offline
i have error plz help me:(
checking Whether to build pdf documentation... yes
checking for XLIB... yes
checking for GL... yes
Creating destination directories for mesa module ... DONE
Creating destination directories for glx module ... DONE
Checking that the source files exist for mesa module ...
error: /home/easycat/Desktop/autoaur/xgl-git/src/Mesa-build/src/mesa/shader/slang/library/slang_version_syn.h not found
configure: error: Failed to link Mesa source tree. Please specify a proper path to Mesa sources, or disable GLX.
==> ERROR: Build Failed. Aborting...
:oops:
Offline
I get the same error unfortunately, could someone shed any light on this? I want to run XGL so badly
Offline
Well when googleing I found this:
This commit in mesa breaks Xgl as its expecting slang_verions_syn which has been renamed slang_pp_version_syn
This is the Mesa commit
CVSROOT: /cvs/mesa
Module name: Mesa
Repository: Mesa/src/mesa/shader/slang/library/
Changes by: michal at kemper. 06/08/21 09:25:11
Log message:
More GLSL preprocessor code:
Rename slang_version.syn to slang_pp_version.syn.
The #version directive understands version 120.
Cosmetic changes in version preprocessor.
Checks if requested version is supported by the compiler.
Modified files:
Mesa/src/mesa/shader/slang/:
slang_compile.c slang_preprocess.c slang_preprocess.h
Added files:
Mesa/src/mesa/shader/slang/library/:
slang_pp_version.syn slang_pp_version_syn.h
Removed files:
Mesa/src/mesa/shader/slang/library/:
slang_version.syn slang_version_syn.h
Revision Changes Path
1.24 +5 -0 Mesa/src/mesa/shader/slang/slang_compile.c
http://webcvs.freedesktop.org/mesa/Mesa … _compile.c
1.7 +37 -46 Mesa/src/mesa/shader/slang/slang_preprocess.c
http://webcvs.freedesktop.org/mesa/Mesa … eprocess.c
1.4 +2 -1 Mesa/src/mesa/shader/slang/slang_preprocess.h
http://webcvs.freedesktop.org/mesa/Mesa … eprocess.h
patch to fix:
--- xserver/GL/symlink-mesa.sh 2006-07-14 12:58:12.000000000 -0400
+++ xserver/GL/symlink-mesa.sh 2006-08-26 10:22:30.000000000 -0400
@@ -468,7 +468,7 @@
action slang_core_gc.h
action slang_fragment_builtin_gc.h
action slang_shader_syn.h
- action slang_version_syn.h
+ action slang_pp_version_syn.h
action slang_vertex_builtin_gc.h
}
Well I have no idea how to make a new patch and new PKGBUILD.
make a patch symlink-mesa.patch
add the above diff to that fill
copy it to /pathto//xgl-git/src/
edit PKGBUILD
add " patch -Np0 -i ${startdir}/src/symlink-mesa.patch"
makepkg
pacman -A nameof.pkg.tar.gz
remove "xgl-git=a" from xgl.autoaur
now retry it should finish
I know it is a hack but it worked for me
but it is a big pain in the backside Just use the repo
01010100 01101000 01101001 01110011 00100000 01101001 01110011 00100000 01100001 00100000 01010100 01100101 01110011 01110100 00100001
Offline
==> Insert new version for package libwnck-compiz-quinn (default pkgver is '2.14.3'):
==> Insert new revision for package libwnck-compiz-quinn (default pkgrel is '2'):
==> Building package libwnck-compiz-quinn...
==> Entering fakeroot environment
==> Making package: libwnck-compiz-quinn 2.14.3-2 (Mon Sep 11 22:29:38 CST 2006)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==> Found libwnck-2.14.3.tar.gz in build dir
==> Found libwnck_compiz_quinn.diff in build dir
==> Validating source files with MD5sums
libwnck-2.14.3.tar.gz ... Passed
libwnck_compiz_quinn.diff ... Passed
==> Extracting Sources...
==> tar --use-compress-program=gzip -xf libwnck-2.14.3.tar.gz
==> Removing existing pkg/ directory...
==> Starting build()...
patching file ./libwnck/inlinepixbufs.h
patching file ./libwnck/pager.c
patching file ./libwnck/window-action-menu.c
patching file ./libwnck/window.c
patching file ./libwnck/window.h
......
window.c:33:26: error: wnck-marshal.h: No such file or directory
window.c: In function 'wnck_window_class_init':
window.c:263: error: '_wnck_marshal_VOID__FLAGS_FLAGS' undeclared (first use in this function)
window.c:263: error: (Each undeclared identifier is reported only once
window.c:263: error: for each function it appears in.)
make[2]: *** [window.lo] Error 1
make[2]: Leaving directory `/home/wd/pkg/xgl/libwnck-compiz-quinn/src/libwnck-2.14.3/libwnck'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wd/pkg/xgl/libwnck-compiz-quinn/src/libwnck-2.14.3'
make: *** [all] Error 2
==> ERROR: Build Failed. Aborting...
what shuould i do?
Offline