Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Official thread: "zen-sources"
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 6, 7, 8 ... 38, 39, 40  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
massimo
Veteran
Veteran


Joined: 22 Jun 2003
Posts: 1226

PostPosted: Fri Nov 23, 2007 4:03 pm    Post subject: Re: Official thread: "zen-sources" Reply with quote

Waninkoko wrote:

Code:
# cd /usr/src
# git clone http://repo.or.cz/w/linux-2.6/zen-sources.git


"zen-sources" git repository will be downloaded to your hard disk and ready to be compiled.

Update tree:

Just move to the kernel tree directory and run:
Code:
# git pull


During the last pull something screwed the local repo. Anything I can try resolving this without pulling in the whole tree again?

Code:

# cd /usr/src/zen-sources
# git-pull
You are in the middle of a conflicted merge.


BTW as suggested in the initial post of this thread:
Code:

# git clone http://repo.or.cz/w/linux-2.6/zen-sources.git

returns here:
Code:

Initialized empty Git repository in /usr/src/zen-sources/.git/
cat: /usr/src/zen-sources/.git/refs/remotes/origin/master: No such file or directory
/usr/bin/git-clone: line 381: cd: /usr/src/zen-sources/.git/refs/remotes/origin: No such file or directory
fatal: Not a valid object name HEAD


I clone the repo with:
Code:

# cd /usr/src
# git clone git://repo.or.cz/linux-2.6/zen-sources.git zen-sources

_________________
Hello 911? How are you?
Back to top
View user's profile Send private message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Fri Nov 23, 2007 4:06 pm    Post subject: Reply with quote

Yeah, git repository is broken right now. In 1 hour it'll be fixed.
Back to top
View user's profile Send private message
ocin
Guru
Guru


Joined: 01 Jan 2006
Posts: 500

PostPosted: Fri Nov 23, 2007 4:28 pm    Post subject: Reply with quote

Waninkoko wrote:
Yeah, git repository is broken right now. In 1 hour it'll be fixed.

oh no, I'm indexing atm. Should I stop and start again after you fixed it or is it safe to checkout now?
btw why are the digests of the ebuilds in custom-kernels always wrong? :p
Back to top
View user's profile Send private message
kriko
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2006
Posts: 92
Location: Slovenia

PostPosted: Fri Nov 23, 2007 5:20 pm    Post subject: Reply with quote

Waninkoko wrote:
Probably I'll modify CFS tunables to make the "boost privileged tasks" optional.


Whats the difference between "boost privileged tasks" and PRIVILEGED_TASKS_NICE_VALUE option? Does the first one disable renicing of privileged tasks?
Back to top
View user's profile Send private message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Fri Nov 23, 2007 6:24 pm    Post subject: Reply with quote

kriko wrote:
Waninkoko wrote:
Probably I'll modify CFS tunables to make the "boost privileged tasks" optional.


Whats the difference between "boost privileged tasks" and PRIVILEGED_TASKS_NICE_VALUE option? Does the first one disable renicing of privileged tasks?


Boost Privileged Tasks enables task renicing. PRIVILEGED_TASKS_NICE_VALUE is just a variable to store the nice value for privileged tasks.
Back to top
View user's profile Send private message
kriko
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2006
Posts: 92
Location: Slovenia

PostPosted: Fri Nov 23, 2007 6:51 pm    Post subject: Reply with quote

Waninkoko wrote:
kriko wrote:
Waninkoko wrote:
Probably I'll modify CFS tunables to make the "boost privileged tasks" optional.


Whats the difference between "boost privileged tasks" and PRIVILEGED_TASKS_NICE_VALUE option? Does the first one disable renicing of privileged tasks?


Boost Privileged Tasks enables task renicing. PRIVILEGED_TASKS_NICE_VALUE is just a variable to store the nice value for privileged tasks.


Then yes, please. Make it as an option :)
Back to top
View user's profile Send private message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Fri Nov 23, 2007 7:12 pm    Post subject: Reply with quote

kriko wrote:
Waninkoko wrote:
kriko wrote:
Waninkoko wrote:
Probably I'll modify CFS tunables to make the "boost privileged tasks" optional.


Whats the difference between "boost privileged tasks" and PRIVILEGED_TASKS_NICE_VALUE option? Does the first one disable renicing of privileged tasks?


Boost Privileged Tasks enables task renicing. PRIVILEGED_TASKS_NICE_VALUE is just a variable to store the nice value for privileged tasks.


Then yes, please. Make it as an option :)


Made ;)
Back to top
View user's profile Send private message
ocin
Guru
Guru


Joined: 01 Jan 2006
Posts: 500

PostPosted: Fri Nov 23, 2007 8:45 pm    Post subject: Reply with quote

Is it possible to let git create a dynamic archive and to download this? (I remember to have seen this somewhere) git cone failed the second time for me now and I have slow internet. This git stuff is pain for me. Also doesn't this waste a lot of traffic? Is it possible that I clone the repo at the server and then create a archive, download this and unpack it to the distfile folder?
Back to top
View user's profile Send private message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Fri Nov 23, 2007 9:43 pm    Post subject: Reply with quote

most.idiot wrote:
Is it possible to let git create a dynamic archive and to download this? (I remember to have seen this somewhere) git cone failed the second time for me now and I have slow internet. This git stuff is pain for me. Also doesn't this waste a lot of traffic? Is it possible that I clone the repo at the server and then create a archive, download this and unpack it to the distfile folder?


We're working on this.
Back to top
View user's profile Send private message
gimpel
Advocate
Advocate


Joined: 15 Oct 2004
Posts: 2720
Location: Munich, Bavaria

PostPosted: Sat Nov 24, 2007 1:53 am    Post subject: Reply with quote

Waninkoko wrote:
kriko wrote:
Waninkoko wrote:
kriko wrote:
Waninkoko wrote:
Probably I'll modify CFS tunables to make the "boost privileged tasks" optional.


Whats the difference between "boost privileged tasks" and PRIVILEGED_TASKS_NICE_VALUE option? Does the first one disable renicing of privileged tasks?


Boost Privileged Tasks enables task renicing. PRIVILEGED_TASKS_NICE_VALUE is just a variable to store the nice value for privileged tasks.


Then yes, please. Make it as an option :)


Made ;)

Cool! Thanks a lot.

Will test ASAP as renicing the audio player still leads to hickups here and there.
_________________
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
Back to top
View user's profile Send private message
broch
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jul 2005
Posts: 94

PostPosted: Sat Nov 24, 2007 2:08 am    Post subject: Re: Official thread: "zen-sources" Reply with quote

I am getting the following error
# git clone http://repo.or.cz/w/linux-2.6/zen-sources.git
Initialized empty Git repository in /usr/src/zen-sources/.git/
error: Could not interpret <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">

how can I fix this?
Back to top
View user's profile Send private message
zxy
Veteran
Veteran


Joined: 06 Jan 2006
Posts: 1160
Location: in bed in front of the computer

PostPosted: Sat Nov 24, 2007 2:17 am    Post subject: Re: Official thread: "zen-sources" Reply with quote

broch wrote:
I am getting the following error
# git clone http://repo.or.cz/w/linux-2.6/zen-sources.git
Initialized empty Git repository in /usr/src/zen-sources/.git/
error: Could not interpret <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">

how can I fix this?

Don't use http:// but git://
Code:
# git clone git://repo.or.cz/linux-2.6/zen-sources.git

_________________
Nature does not hurry, yet everything is accomplished.
Lao Tzu
Back to top
View user's profile Send private message
broch
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jul 2005
Posts: 94

PostPosted: Sat Nov 24, 2007 2:29 am    Post subject: Reply with quote

thanks :)
I did not noticed http://

now it works
Back to top
View user's profile Send private message
seren
Guru
Guru


Joined: 27 Aug 2005
Posts: 448
Location: Wisconsin

PostPosted: Sat Nov 24, 2007 8:08 am    Post subject: Reply with quote

rmh3093 wrote:
seren wrote:
i get this error when trying to compile the new ati drivers version 7.11

Code:
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/x11-drivers/catalyst-ati-7.11/work ...
 * Preparing fglrx module
/var/tmp/portage/x11-drivers/catalyst-ati-7.11/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function ‘__ke_check_pci’:
/var/tmp/portage/x11-drivers/catalyst-ati-7.11/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1990: warning: ‘pci_find_slot’ is deprecated (declared at include/linux/pci.h:493)
/var/tmp/portage/x11-drivers/catalyst-ati-7.11/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function ‘__ke_pci_find_slot’:
/var/tmp/portage/x11-drivers/catalyst-ati-7.11/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:2899: warning: ‘pci_find_slot’ is deprecated (declared at include/linux/pci.h:493)
  Building modules, stage 2.
FATAL: modpost: GPL-incompatible module fglrx.ko uses GPL-only symbol '__rcu_read_lock'
make[2]: *** [__modpost] Error 1
make[1]: *** [modules] Error 2
make: *** [kmod_build] Error 2
 *
 * ERROR: x11-drivers/catalyst-ati-7.11 failed.
 * Call stack:
 *                  ebuild.sh, line 1701:  Called dyn_compile
 *                  ebuild.sh, line 1039:  Called qa_call 'src_compile'
 *                  ebuild.sh, line   44:  Called src_compile
 *   catalyst-ati-7.11.ebuild, line  180:  Called linux-mod_src_compile
 *           linux-mod.eclass, line  518:  Called die
 * The specific snippet of code:
 *                      emake HOSTCC="$(tc-getBUILD_CC)" CC="$(get-KERNEL_CC)" LDFLAGS="$(get_abi_LDFLAGS)" \
 *                                ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS} \
 *                              || die "Unable to make ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}."
 *  The die message:
 *   Unable to make  GCC_VER_MAJ=4 KVER=2.6.24-rc3-zen1 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/tmp/portage/x11-drivers/catalyst-ati-7.11/temp/build.log'.
 * This ebuild is from an overlay: '/usr/local/portage/'
 *


enable CONFIG_PCI_LEGACY



still getting same error heres my config http://code.bulix.org/3thj7m-62105
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Sat Nov 24, 2007 9:59 am    Post subject: Reply with quote

WOW 8O

anyone got catalyst / ati-drivers to work with these kernel-sources ?
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
dhave
Apprentice
Apprentice


Joined: 28 Oct 2005
Posts: 298
Location: Still outside the Matrix ...

PostPosted: Sat Nov 24, 2007 1:10 pm    Post subject: Reply with quote

gimpel wrote:


[...]

For Arch Linux, simply replace the Gentoo'ish steps with the ones used on Arch..


Thanks, gimpel. I appreciate you Gentoo guys looking after your cousins in the Arch Linux camp.
_________________
This space available!
Back to top
View user's profile Send private message
ocin
Guru
Guru


Joined: 01 Jan 2006
Posts: 500

PostPosted: Sat Nov 24, 2007 1:53 pm    Post subject: Reply with quote

dhave wrote:
gimpel wrote:


[...]

For Arch Linux, simply replace the Gentoo'ish steps with the ones used on Arch..


Thanks, gimpel. I appreciate you Gentoo guys looking after your cousins in the Arch Linux camp.

zen-sources and modules are in AUR now btw
http://aur.archlinux.org/packages.php?do_Details=1&ID=13900
Back to top
View user's profile Send private message
unK
l33t
l33t


Joined: 06 Feb 2007
Posts: 769

PostPosted: Sat Nov 24, 2007 3:07 pm    Post subject: Reply with quote

I get following error compiling zen-sources:
Code:
  LD      lib/zlib_inflate/built-in.o
   CC      lib/klist.o
  CC      lib/kobject.o
  CC      lib/kobject_uevent.o
  CC      lib/kref.o
  CC      lib/prio_heap.o
  CC      lib/prio_tree.o
  CC      lib/proportions.o
  CC      lib/radix-tree.o
  CC      lib/rbtree.o
  CC      lib/reciprocal_div.o
  CC      lib/rwsem.o
  CC      lib/semaphore-sleepers.o
  CC      lib/sha1.o
  CC      lib/string.o
  CC      lib/vsprintf.o
  AR      lib/lib.a
  LD      arch/x86/lib/built-in.o
  CC      arch/x86/lib/bitops_32.o
  AS      arch/x86/lib/checksum_32.o
  CC      arch/x86/lib/delay_32.o
  AS      arch/x86/lib/getuser_32.o
  CC      arch/x86/lib/memcpy_32.o
  CC      arch/x86/lib/mmx_32.o
  AS      arch/x86/lib/putuser_32.o
  AS      arch/x86/lib/semaphore_32.o
  CC      arch/x86/lib/string_32.o
  CC      arch/x86/lib/strstr_32.o
  CC      arch/x86/lib/usercopy_32.o
  AR      arch/x86/lib/lib.a
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
kernel/built-in.o:(.data+0x4e8): undefined reference to `sysctl_sched_min_bal_int_shares'
kernel/built-in.o:(.data+0x514): undefined reference to `sysctl_sched_max_bal_int_shares'
make: *** [.tmp_vmlinux1] Błąd 1

here's my .config.
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Sat Nov 24, 2007 3:46 pm    Post subject: Reply with quote

kernelOfTruth wrote:
WOW 8O

anyone got catalyst / ati-drivers to work with these kernel-sources ?


yeah, why?
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Sat Nov 24, 2007 4:17 pm    Post subject: Reply with quote

rmh3093 wrote:
kernelOfTruth wrote:
WOW 8O

anyone got catalyst / ati-drivers to work with these kernel-sources ?


yeah, why?


that "yeah" refers to the 7.11 catalyst driver ?

I just wanted to know whether to use .23-kamikaze5 or zen-sources on my ol' lappy
so I guess it'll be zen-sources - thanks :)
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Sat Nov 24, 2007 4:20 pm    Post subject: Reply with quote

kernelOfTruth wrote:
rmh3093 wrote:
kernelOfTruth wrote:
WOW 8O

anyone got catalyst / ati-drivers to work with these kernel-sources ?


yeah, why?


that "yeah" refers to the 7.11 catalyst driver ?

I just wanted to know whether to use .23-kamikaze5 or zen-sources on my ol' lappy
so I guess it'll be zen-sources - thanks :)


yeah the 7.11 driver works with this kernel
_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
DarkDEUS
n00b
n00b


Joined: 14 Nov 2007
Posts: 13

PostPosted: Sat Nov 24, 2007 7:30 pm    Post subject: Reply with quote

Is splashutils supported with the new zen-sources? On a clean install, using zen-sources causes the emerge of splashutils to say that an unsupported version of uvesafb is being used on the kernel, so verbose console decoration support will be disabled (the graphical background for the console). This isn't a really big deal, but I'd like to know if there's a way to resolve this.
Back to top
View user's profile Send private message
Kashyyk
n00b
n00b


Joined: 03 Sep 2003
Posts: 33
Location: Germany

PostPosted: Sat Nov 24, 2007 7:34 pm    Post subject: Reply with quote

How do I get uvesafb with these sources?
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


Joined: 06 Aug 2003
Posts: 2138
Location: Albany, NY

PostPosted: Sat Nov 24, 2007 7:46 pm    Post subject: Reply with quote

Kashyyk wrote:
How do I get uvesafb with these sources?

Code:
  │ Symbol: FB_UVESA [=y]                                                                                                   │ 
  │ Prompt: Userspace VESA VGA graphics support                                                                             │ 
  │   Defined at drivers/video/Kconfig:613                                                                                  │ 
  │   Depends on: HAS_IOMEM && FB && CONNECTOR                                                                              │ 
  │   Location:                                                                                                             │ 
  │     -> Device Drivers                                                                                                   │ 
  │       -> Graphics support                                                                                               │ 
  │         -> Support for frame buffer devices (FB [=y])                                                                   │ 
  │   Selects: FB_CFB_FILLRECT && FB_CFB_COPYAREA && FB_CFB_IMAGEBLIT && FB_MODE_HELPERS                                    │ 

_________________
Do not meddle in the affairs of wizards, for they are subtle and quick to anger.
Back to top
View user's profile Send private message
Kashyyk
n00b
n00b


Joined: 03 Sep 2003
Posts: 33
Location: Germany

PostPosted: Sat Nov 24, 2007 7:54 pm    Post subject: Reply with quote

ah, right. thanks :)
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 6, 7, 8 ... 38, 39, 40  Next
Page 7 of 40

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum