Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Official thread: "zen-sources" - Part III

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
462 posts
  • Page 8 of 19
    • Jump to page:
  • Previous
  • 1
  • …
  • 6
  • 7
  • 8
  • 9
  • 10
  • …
  • 19
  • Next
Author
Message
stable.entropy
n00b
n00b
Posts: 11
Joined: Thu Mar 27, 2008 11:14 pm
Contact:
Contact stable.entropy
Website

  • Quote

Post by stable.entropy » Fri Apr 18, 2008 4:08 am

progresso wrote:I still can not get an ati-driver to build against a 2.6.25 kernel. When I try and compile it I get this:

Code: Select all

 * Preparing fglrx module
make -C /usr/src/linux M=/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x modules
make[1]: Entering directory `/usr/src/zen-sources'
  CC [M]  /var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function 'KCL_SetPageNoCache':
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1161: error: implicit declaration of function 'change_page_attr'
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function 'firegl_put_user_ptr':
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1594: warning: cast from pointer to integer of different size
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1594: warning: cast from pointer to integer of different size
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1594: warning: cast from pointer to integer of different size
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1594: warning: cast from pointer to integer of different size
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function 'KCL_PosixSecurityCapGetEffectiveVector':
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1888: error: implicit declaration of function 'cap_t'
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function 'KCL_PosixSecurityCapSetEffectiveVector':
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1896: error: lvalue required as left operand of assignment
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function '__ke_unregister_ioctl32_conversion':
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2972: warning: 'return' with a value, in function returning void
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function 'KAS_SlabCache_Initialize':
/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:5219: warning: cast from pointer to integer of different size
make[2]: *** [/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o] Error 1
make[1]: *** [_module_/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/work/common/lib/modules/fglrx/build_mod/2.6.x] Error 2
make[1]: Leaving directory `/usr/src/zen-sources'
make: *** [kmod_build] Error 2
 * 
 * ERROR: x11-drivers/ati-drivers-8.471.3 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 3257:  Called linux-mod_src_compile
 *             environment, line 2466:  Called die
 * The specific snippet of code:
 *               eval "emake HOSTCC="$(tc-getBUILD_CC)" 						CC="$(get-KERNEL_CC)" 						LDFLAGS="$(get_abi_LDFLAGS)" 					${BUILD_FIXES} 						${BUILD_PARAMS} 						${BUILD_TARGETS} " || die "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CC="$(get-KERNEL_CC)" LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}";
 *  The die message:
 *   Unable to emake HOSTCC=x86_64-pc-linux-gnu-gcc CC=x86_64-pc-linux-gnu-gcc LDFLAGS=  GCC_VER_MAJ=4 KVER=2.6.25-rc9-zen0-09526-gb8d280d KDIR=/usr/src/linux kmod_build
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/x11-drivers:ati-drivers-8.471.3:20080417-172609.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/ati-drivers-8.471.3/temp/environment'.
 * 
I have no idea what to do to fix this, any help is appreciated.

Thanks,
P
I have the same problem, master-devel 2.6.25-zen0 (I modified the ebuild to have EGIT_BRANCH and EGIT_TREE set to "master-devel" instead.)
Top
stable.entropy
n00b
n00b
Posts: 11
Joined: Thu Mar 27, 2008 11:14 pm
Contact:
Contact stable.entropy
Website

ATI fixed maybe?

  • Quote

Post by stable.entropy » Fri Apr 18, 2008 4:37 am

Code: Select all

--- common/lib/modules/fglrx/build_mod/firegl_public.c.orig     2008-04-06 01:20:21.000000000 -0300
+++ common/lib/modules/fglrx/build_mod/firegl_public.c  2008-04-06 01:17:58.000000000 -0300
@@ -1885,7 +1885,7 @@
  */
 KCL_TYPE_Cap ATI_API_CALL KCL_PosixSecurityCapGetEffectiveVector()
 {
-    return cap_t(current->cap_effective);
+    return (current->cap_effective).cap[0];
 }
 
 /** \brief Set vector of effective security caps for the current process
@@ -1893,7 +1893,7 @@
  */
 void ATI_API_CALL KCL_PosixSecurityCapSetEffectiveVector(KCL_TYPE_Cap cap)
 {
-    cap_t(current->cap_effective) = cap;
+    (current->cap_effective).cap[0] = cap;
 }
 
 /** \brief Get number of available RAM pages
--- common/lib/modules/fglrx/build_mod/firegl_public.c.orig     2008-04-06 02:10:13.000000000 -0300
+++ common/lib/modules/fglrx/build_mod/firegl_public.c  2008-04-06 02:23:05.000000000 -0300
@@ -120,6 +120,7 @@
 #include <asm/cpufeature.h>
 #ifdef CONFIG_MTRR
 #include <asm/mtrr.h>
+#include <asm/cacheflush.h>
 #endif
 #include <asm/delay.h>
 #include <linux/agp_backend.h>
@@ -1158,7 +1159,7 @@
 
 int ATI_API_CALL KCL_SetPageNoCache(void* virt, int pages)
 {
-    return change_page_attr(virt_to_page(virt), pages, PAGE_KERNEL_NOCACHE);
+    return set_pages_uc(virt_to_page(virt), pages);
 }
 
 /** /brief Call global kernel task/thread scheduler */
^^ (Credits to sarah.a.happy for the patch.)

The above code is a patch for ati-drivers. I have modified the 8.471.3 (Catalyst 8.3) and version bumped it to 8.476.4 (Catalyst 8.4). With the above patch, and the kernel configured to export unused and obsolete symbols, it builds (with warnings). I am running 2.6.25-zen0 "master-devel".

I will compile are reboot when all is kosher.

:D

edit: looks like master-devel may be broken, i'm getting bad relocations on build. I'm rollin back some enhancements on the build to double check.
Top
tranquilcool
Veteran
Veteran
Posts: 1246
Joined: Fri Mar 25, 2005 1:16 pm

  • Quote

Post by tranquilcool » Fri Apr 18, 2008 9:53 am

i really need the reise4 patch for 2.6.25 or at least the one in zen-sources.
please can anybody help?
this is a strange strange world.
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Fri Apr 18, 2008 10:44 am

tranquilcool wrote:i really need the reise4 patch for 2.6.25 or at least the one in zen-sources.
please can anybody help?
just use Edward's latest 2.6.24-patch & the 2 pending patches mentioned in this post

Cheers :)
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
tranquilcool
Veteran
Veteran
Posts: 1246
Joined: Fri Mar 25, 2005 1:16 pm

  • Quote

Post by tranquilcool » Fri Apr 18, 2008 11:21 am

kernelOfTruth wrote:
tranquilcool wrote:i really need the reise4 patch for 2.6.25 or at least the one in zen-sources.
please can anybody help?
just use Edward's latest 2.6.24-patch & the 2 pending patches mentioned in this post

Cheers :)
thanks kernelOfTruth. needed the patch for dark-sources.
this is a strange strange world.
Top
tranquilcool
Veteran
Veteran
Posts: 1246
Joined: Fri Mar 25, 2005 1:16 pm

  • Quote

Post by tranquilcool » Fri Apr 18, 2008 11:33 am

ok this is not the right place.

post to inform that the reiser4 patches do not work with dark-sources.

errors;

CC fs/reiser4/plugin/file/file.o
fs/reiser4/plugin/file/file.c: In function ‘shorten_file’:
fs/reiser4/plugin/file/file.c:547: error: implicit declaration of function ‘zero_user_page’
this is a strange strange world.
Top
dusanc
Apprentice
Apprentice
Posts: 248
Joined: Mon Sep 19, 2005 9:58 pm
Location: Serbia

  • Quote

Post by dusanc » Fri Apr 18, 2008 1:49 pm

Or maybe just wait for reiser4-for-2.6.25.patch as there is surely some intree differences between .24 and .25 :)
I sure wouldn't value my data a lot if it were on a untested fs under untested kernel made with some patch for different version? :)
(Untested as in not tested to work together and not meant globaly)
Maybe just ask on #reiser4 or reiser4-devel@vger.kernel.org
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Fri Apr 18, 2008 4:25 pm

MostAwesomeDude wrote:My temperatures haven't increased at all, except recently when DynamicClocks was enabled for R500 Radeons. I'm running a Core 2 Duo laptop in 32-bit mode with latest git and my aufs and xpad patches.
*bump* :wink:

Linus & the lkml now know of this issue: see

could anyone who can reproduce it - and has the time - bisect it ?

I'd really like to do it myself but we're writing exams on an almost weekly basis (in several cases on an daily basis !) til' july & that way you might be able to find the patch causing this much faster than I would

I - of course - will start bisecting but at earliest starting next weekend (I need this production box & my laptop is out and in use)

thanks :)
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
hoacker
Guru
Guru
User avatar
Posts: 507
Joined: Sat Aug 04, 2007 12:06 pm
Location: Bürstadt, Germany
Contact:
Contact hoacker
Website

  • Quote

Post by hoacker » Fri Apr 18, 2008 4:46 pm

hoacker wrote:v2.6.25-zen0:
arch/x86/oprofile/nmi_int.c: In function 'nmi_setup':
arch/x86/oprofile/nmi_int.c:195: error: implicit declaration of function 'pfm_session_allcpus_acquire'
arch/x86/oprofile/nmi_int.c:199: error: implicit declaration of function 'pfm_session_allcpus_release'
make[1]: *** [arch/x86/oprofile/nmi_int.o] Error 1
make: *** [arch/x86/oprofile] Error 2
This is fixed in latest version here: http://repo.or.cz/w/linux-2.6.git?a=his ... a3;hb=HEAD
Top
dusanc
Apprentice
Apprentice
Posts: 248
Joined: Mon Sep 19, 2005 9:58 pm
Location: Serbia

  • Quote

Post by dusanc » Sat Apr 19, 2008 2:35 pm

And there is now reiser4-for-2.6.25, and you can now get it from new place at kernel.org
http://www.kernel.org/pub/linux/kernel/ ... 4-for-2.6/ where it would be more available than untill now :)

Live long and prosper :)
Dushan
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Sat Apr 19, 2008 4:22 pm

Live long and prosper :)
++

kudos & thanks to the kernel.org guys :)
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
tranquilcool
Veteran
Veteran
Posts: 1246
Joined: Fri Mar 25, 2005 1:16 pm

  • Quote

Post by tranquilcool » Sun Apr 20, 2008 8:27 am

dusanc wrote:And there is now reiser4-for-2.6.25, and you can now get it from new place at kernel.org
http://www.kernel.org/pub/linux/kernel/ ... 4-for-2.6/ where it would be more available than untill now :)

Live long and prosper :)
Dushan
thank you so much buddy!
this is a strange strange world.
Top
kriko
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 92
Joined: Sat Mar 18, 2006 10:35 pm
Location: Slovenia

  • Quote

Post by kriko » Sun Apr 20, 2008 4:04 pm

I saw BFQ, but kernel didn't compile with it previously. Will it be reincluded and fixed?
I'm curious about performance with it.
Zen sources - fastest kernel in world
Top
tranquilcool
Veteran
Veteran
Posts: 1246
Joined: Fri Mar 25, 2005 1:16 pm

  • Quote

Post by tranquilcool » Sun Apr 20, 2008 4:17 pm

kriko wrote:I saw BFQ, but kernel didn't compile with it previously. Will it be reincluded and fixed?
I'm curious about performance with it.
BFQ compiles with vanilla and dark-sources.
this is a strange strange world.
Top
dodo1122
Guru
Guru
User avatar
Posts: 347
Joined: Sat Sep 02, 2006 7:33 pm
Location: York, England

  • Quote

Post by dodo1122 » Sun Apr 20, 2008 9:49 pm

bfq will be in 2.6.25-zen1, which will (hopefully) be ready tomorrow.

dodo
#zen-sources on irc.rizon.net
Top
Veldrin
Veteran
Veteran
User avatar
Posts: 1945
Joined: Tue Jul 27, 2004 5:47 pm
Location: Zurich, Switzerland

  • Quote

Post by Veldrin » Mon Apr 21, 2008 6:34 am

Yay... I started wondering when it would come. ;)

OTOH I might wait with the upgrade until nvidia releases some decent drivers (173.08 are slow on 2.6.24, needs checking)

cheers
V.
Top
are
Apprentice
Apprentice
Posts: 188
Joined: Tue Jan 03, 2006 8:15 pm

can't mount with dmcrypt anymore?

  • Quote

Post by are » Mon Apr 21, 2008 6:35 am

Hi all,

here 2.6.24-zen4 works great so far, but with 2.6.24-zen5 i can't mount my crypted device anymore:

Code: Select all

device-mapper: table: 253:0: crypt: Error initializing ESSIV hash
device-mapper: ioctl: error adding target to table
device-mapper: ioctl: device doesn't appear to be in the dev hash table.
Any hint, how I can hunt down this beast?
I thank you in advance! best regards
are
Top
kriko
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 92
Joined: Sat Mar 18, 2006 10:35 pm
Location: Slovenia

  • Quote

Post by kriko » Mon Apr 21, 2008 7:03 am

Oh, yes - almost forgot. Are nvidia drivers working on 2.6.15? I mean older that those latest beta because they are slow like hell.
Zen sources - fastest kernel in world
Top
dodo1122
Guru
Guru
User avatar
Posts: 347
Joined: Sat Sep 02, 2006 7:33 pm
Location: York, England

  • Quote

Post by dodo1122 » Tue Apr 22, 2008 1:20 pm

We are still working on -zen1... it's taking a lot of time to rebase and update everything :/

Fortunately, I can announce that zen-sources will have proper patch distribution, just like kamikaze. This means that you won't have to clone the git repo in order to get the patchset, i will be uploading diffs between vanilla kernel and zen in bzip2 to (i already registered zen-sources, now waiting for approval or refusal :P) sourceforge.

dodo
#zen-sources on irc.rizon.net
Top
creidiki
Apprentice
Apprentice
User avatar
Posts: 283
Joined: Fri Mar 23, 2007 12:20 pm
Location: Varese (Italy)

  • Quote

Post by creidiki » Tue Apr 22, 2008 2:02 pm

kriko wrote:Oh, yes - almost forgot. Are nvidia drivers working on 2.6.15? I mean older that those latest beta because they are slow like hell.
If you mean .25, yeah, they compile and work on 25-zen0
'((eINIT) (soor overlay))
Top
dodo1122
Guru
Guru
User avatar
Posts: 347
Joined: Sat Sep 02, 2006 7:33 pm
Location: York, England

  • Quote

Post by dodo1122 » Tue Apr 22, 2008 4:46 pm

ok, here it is.

http://sourceforge.net/projects/zen-sources/

i uploaded 2.6.25-zen0 there already :).


dodo
#zen-sources on irc.rizon.net
Top
Gregoire
Apprentice
Apprentice
User avatar
Posts: 292
Joined: Sat Apr 15, 2006 9:51 am

  • Quote

Post by Gregoire » Tue Apr 22, 2008 6:15 pm

2.6.25 being finally out :-) Which according to this forum, should be the kernel which gets multiproto getting in :-)

Just for the reccord, there is now a multiproto_plus : http://jusst.de/hg/multiproto_plus which still lack support for some cards, like HVR-4000, but that's available though patch (see for example my last asking for inclusion of multiproto in this forum).

Thanks.
Top
Uzytkownik
Guru
Guru
Posts: 399
Joined: Sun Oct 31, 2004 8:08 pm
Location: Bay Area, US
Contact:
Contact Uzytkownik
Website

  • Quote

Post by Uzytkownik » Thu Apr 24, 2008 7:17 am

I've getting an error with zen-sources-2.6.25-zen0 (+ versions from master-devel)[1]. I in certain conditions (after few houres of running?) cannot hibernate. It hangs on the 'seeking to xxxx free MB of ram'. If I press escape it start 'escaping'(ie. says so) but it do not seem to do anything more. What can be wrong?

[1] It worked on 2.6.24-zen*
I've probably left my head... somwhere. Please wait untill I find it.
Top
mmike
n00b
n00b
Posts: 19
Joined: Fri May 02, 2003 8:33 am

  • Quote

Post by mmike » Thu Apr 24, 2008 7:23 am

i have the same problem, but i workaround in freeing the memory myself before hibernating.
--
there is no save distance
Top
deno
Guru
Guru
User avatar
Posts: 411
Joined: Wed Sep 13, 2006 4:23 pm

  • Quote

Post by deno » Thu Apr 24, 2008 8:01 am

mmike wrote:i have the same problem, but i workaround in freeing the memory myself before hibernating.
How do you do that?
Top
Post Reply

462 posts
  • Page 8 of 19
    • Jump to page:
  • Previous
  • 1
  • …
  • 6
  • 7
  • 8
  • 9
  • 10
  • …
  • 19
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy