Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
<ZEN>: Official zen-overlay and THE thread / support thread
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Fri Sep 19, 2008 2:28 am    Post subject: <ZEN>: Official zen-overlay and THE thread / support t Reply with quote

I thought we should create a thread, since we have some very useful overlays available via git :)

The first one:
Zen-Overlay:
- Contains any driver (kernel-related), or zen patch required (for example, it contains new alsa ebuilds, fixed nvidia over certain zen, the zen releases themselves, zen-hotfix, etc)
obtain by:
Code:
# layman -a zen-overlay
or
# playman -a zen-overlay; paludis -s x-zen-overlay


The second one:
THE overlay:
- Contains any non-kernel or non-zen related packages (example, up to date qt-copy 3 ebuilds and qt-copy 4 split up ebuilds, as well as any live/mercurial ebuilds such as git-9999, lxde/now in lxde-overlay, plop/paludis genlop, vlc patched for root, realplayer with gcc3 use flag, mutt)
Not available in layman yet, should be within 24 hours
Code:
git://zen-sources.org/zen/THE.git


Paludis the-overlay.conf
Code:
location = /var/paludis/repositories/the-overlay
format = ebuild
sync = git://zen-sources.org/zen/THE.git

master_repository = gentoo
names_cache = ${location}/.cache/names
write_cache = /var/cache/paludis/metadata

----

Both of these overlays are expected to work at any given time. If any errors are encountered please report them :)
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
a.b.
Apprentice
Apprentice


Joined: 23 Mar 2008
Posts: 218
Location: Anus Mundi, Germany

PostPosted: Wed Sep 24, 2008 7:54 pm    Post subject: Reply with quote

I've installed mutt with sidebar from zen-overlay (before the split). It hangs when trying to read certain mailboxes, that's what it says in the status bar:
Code:
Reading /home/erik/.maildir/default... 20/57 (35%)

That happens both when I access the mailbox with mutt -f or via the sidebar. Without the sidebar patch, there's no problem.
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Wed Sep 24, 2008 10:39 pm    Post subject: Reply with quote

a.b. wrote:
I've installed mutt with sidebar from zen-overlay (before the split). It hangs when trying to read certain mailboxes, that's what it says in the status bar:
Code:
Reading /home/erik/.maildir/default... 20/57 (35%)

That happens both when I access the mailbox with mutt -f or via the sidebar. Without the sidebar patch, there's no problem.


Is this mutt or muttng? If it's mutt-1.5.8, i would temporarily mask it and try the dated version in portage to see if the problem exists there (i think portage has 1.5.6.

if it's muttng the only option is to wait for upstream to fix it and report it if it hasnt been yet :-p

Either way, let me know if you get the problems with 1.5.6, if not i'll exhaust some resources into finding the problem.
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
a.b.
Apprentice
Apprentice


Joined: 23 Mar 2008
Posts: 218
Location: Anus Mundi, Germany

PostPosted: Thu Sep 25, 2008 2:18 pm    Post subject: Reply with quote

It's mutt 1.5.18, portage's older version 1.5.16 doesn't work either. I've tried about ask about that problem on mutt's mailing list but there seems to be some problem with my subscription.
Back to top
View user's profile Send private message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Sat Sep 27, 2008 3:36 pm    Post subject: Reply with quote

KDEmod 3.5.10 ebuilds added. Enjoy them :P
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Sat Sep 27, 2008 5:06 pm    Post subject: Reply with quote

When I try your commands, I get nowhere; to whit:
Code:
pappy-lap ~ # layman -a zen-overlay
* Overlay "zen-overlay" does not exist!
and
Code:
pappy-lap ~ # git://zen-sources.org/zen/THE.git
bash: git://zen-sources.org/zen/THE.git: No such file or directory


So, what's up with that? I'd like to install zen-source ebuilds so I can experiment with them, but I get nothing! What am I not doing right?

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
Waninkoko
Guru
Guru


Joined: 13 May 2005
Posts: 549

PostPosted: Sat Sep 27, 2008 6:08 pm    Post subject: Reply with quote

For zen-overlay try:

Code:
# layman -f
# layman -a zen-overlay


For THE overlay try:

Code:
# git clone git://zen-sources.org/zen/THE.git
Back to top
View user's profile Send private message
pappy_mcfae
Watchman
Watchman


Joined: 27 Dec 2007
Posts: 5999
Location: Pomona, California.

PostPosted: Sat Sep 27, 2008 6:58 pm    Post subject: Reply with quote

Now that made something happen. Yep, that's what I was looking for. Thanks.

Blessed be!
Pappy
_________________
This space left intentionally blank, except for these ASCII symbols.
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


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

PostPosted: Sun Sep 28, 2008 3:27 am    Post subject: Reply with quote

layman -a THE
_________________
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
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Sun Sep 28, 2008 6:28 am    Post subject: Re: <ZEN>: Official zen-overlay and THE thread / suppo Reply with quote

cheater1034 wrote:
I thought we should create a thread, since we have some very useful overlays available via git :)

The first one:
Zen-Overlay:
- Contains any driver (kernel-related), or zen patch required (for example, it contains new alsa ebuilds, fixed nvidia over certain zen, the zen releases themselves, zen-hotfix, etc)
obtain by:
Code:
# layman -a zen-overlay
or
# playman -a zen-overlay; paludis -s x-zen-overlay


The second one:
THE overlay:
- Contains any non-kernel or non-zen related packages (example, up to date qt-copy 3 ebuilds and qt-copy 4 split up ebuilds, as well as any live/mercurial ebuilds such as git-9999, lxde/now in lxde-overlay, plop/paludis genlop, vlc patched for root, realplayer with gcc3 use flag, mutt)
Code:
layman -a THE


Both of these overlays are expected to work at any given time. If any errors are encountered please report them :)

_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
JoKo
Tux's lil' helper
Tux's lil' helper


Joined: 16 May 2004
Posts: 141
Location: Xanthi, Greece

PostPosted: Fri Oct 24, 2008 10:49 am    Post subject: Reply with quote

Hi,

Could you update the x11-drivers/nvidia-drivers ebuild in the zen-overlay to 177.80?

The one in the official tree is requiring linux sources and I am currently using zen-sources directly from Git.
Back to top
View user's profile Send private message
Rion
Guru
Guru


Joined: 12 Oct 2006
Posts: 383
Location: Minsk, Belarus

PostPosted: Fri Oct 24, 2008 1:57 pm    Post subject: Reply with quote

JoKo wrote:
Hi,

Could you update the x11-drivers/nvidia-drivers ebuild in the zen-overlay to 177.80?

The one in the official tree is requiring linux sources and I am currently using zen-sources directly from Git.

just create and install ebuild which contains PROVIDE="virtual/linux-sources"
_________________
rion-overlay
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Fri Oct 24, 2008 9:32 pm    Post subject: Reply with quote

JoKo wrote:
Hi,

Could you update the x11-drivers/nvidia-drivers ebuild in the zen-overlay to 177.80?

The one in the official tree is requiring linux sources and I am currently using zen-sources directly from Git.


-i virtual/kernel-sources from zen overlay
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
rolis
n00b
n00b


Joined: 24 Apr 2008
Posts: 12

PostPosted: Sat Oct 25, 2008 11:13 am    Post subject: zen.eclass problem Reply with quote

hi,

i tried to install zen-sources-2.6.27-r[23] via paludis and noticed that the zen patches were not applied to vanilla kernel. at closer look i found out that neither src_unpack nor pkg_postinst inherited zen functions are being called.

placing EXPORT_FUNCTIONS after inherit statement in zen.eclass solved the problem. i don't know if this is paludis related but i've checked few eclasses in portage tree and noticed that EXPORT_FUNCTIONS always comes after inherit.

i wonder if anybody else experienced this problem?

-rolis
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Sat Oct 25, 2008 1:00 pm    Post subject: Re: zen.eclass problem Reply with quote

rolis wrote:
hi,

i tried to install zen-sources-2.6.27-r[23] via paludis and noticed that the zen patches were not applied to vanilla kernel. at closer look i found out that neither src_unpack nor pkg_postinst inherited zen functions are being called.

placing EXPORT_FUNCTIONS after inherit statement in zen.eclass solved the problem. i don't know if this is paludis related but i've checked few eclasses in portage tree and noticed that EXPORT_FUNCTIONS always comes after inherit.

i wonder if anybody else experienced this problem?

-rolis


Thanks, that was my mistake :X
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
hajit
n00b
n00b


Joined: 07 Sep 2007
Posts: 9
Location: Russia

PostPosted: Wed Nov 12, 2008 12:28 pm    Post subject: Reply with quote

Hi, kopete ebuild in THE-overlay needs update, there is a fix for jingle support with gcc-4.3 in main tree
Back to top
View user's profile Send private message
RaZoR1394
Guru
Guru


Joined: 09 Jan 2005
Posts: 356

PostPosted: Thu Nov 13, 2008 12:23 pm    Post subject: Reply with quote

The git repository has been down since yesterday morning. What has happened?
_________________
http://en.wikipedia.org/wiki/Cell_(microprocessor)
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


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

PostPosted: Thu Nov 13, 2008 12:50 pm    Post subject: Reply with quote

RaZoR1394 wrote:
The git repository has been down since yesterday morning. What has happened?


fried mobo on the server, waiting for a new sever...
_________________
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
RaZoR1394
Guru
Guru


Joined: 09 Jan 2005
Posts: 356

PostPosted: Thu Nov 13, 2008 12:53 pm    Post subject: Reply with quote

Crap, that doesn't sound too good. I hope it turns out ok.
_________________
http://en.wikipedia.org/wiki/Cell_(microprocessor)
Back to top
View user's profile Send private message
Strowi
l33t
l33t


Joined: 19 Aug 2003
Posts: 656
Location: Bonn

PostPosted: Thu Nov 13, 2008 6:55 pm    Post subject: Reply with quote

i was just about to report an error in the kdialog-3.5.10 ebuild from THE overlay. It keeps complaining
"CANNOT FIND $EPATCH SRC". (Deleted the ebuild, using portage works) Will try again when the overlay is back up ( i hope this happens soon, seems to be going around... gentoo-wiki, zen, at least 2 other servers i used).
_________________
--
Linux & such ...
http://blog.hasnoname.de
Back to top
View user's profile Send private message
Bumbl
n00b
n00b


Joined: 05 Sep 2007
Posts: 50

PostPosted: Sun Nov 16, 2008 10:03 am    Post subject: Reply with quote

could it be that zen-overlay is down?
Back to top
View user's profile Send private message
gerardo
Apprentice
Apprentice


Joined: 05 Feb 2004
Posts: 228
Location: Belgium

PostPosted: Mon Nov 17, 2008 7:22 pm    Post subject: Reply with quote

Bumbl wrote:
could it be that zen-overlay is down?

read above -> server is down.
I hope they get a new server soon...
_________________
Windoze : Plug and Pay...
Back to top
View user's profile Send private message
Lepaca Kliffoth
l33t
l33t


Joined: 28 Apr 2004
Posts: 737
Location: Florence, Italy

PostPosted: Mon Dec 01, 2008 7:10 pm    Post subject: Reply with quote

Still waiting for the new server? I miss my sources :)
_________________
It isn't enough to win - everyone else must lose, and you also have to rub it in their face (maybe chop off an arm too for good measure).
Animebox!
Back to top
View user's profile Send private message
Sawn
n00b
n00b


Joined: 19 Aug 2007
Posts: 18
Location: Reims, France. Yeah...the country ruled by a ridiculous dwarf.

PostPosted: Mon Dec 01, 2008 10:35 pm    Post subject: Reply with quote

What would you need to setup a new THE overlay (includes git repository for zen-sources) ? I miss the overlay & zen-sources too.

I may provide a temporary vhost on this server (I have a "free" dedicate server in the hosting company i'm working for) but it is not very powerful and i don't know if i have the right to host that kind of project (conditions of are kind of obscures, it's mostly a problem of bandwith but i can ask).

So let me know if you're interested :)

P.S. : I'm not promising anything ;)
_________________
Born Loser.
Back to top
View user's profile Send private message
rmh3093
Advocate
Advocate


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

PostPosted: Mon Dec 01, 2008 10:54 pm    Post subject: Reply with quote

Sawn wrote:
What would you need to setup a new THE overlay (includes git repository for zen-sources) ? I miss the overlay & zen-sources too.

I may provide a temporary vhost on this server (I have a "free" dedicate server in the hosting company i'm working for) but it is not very powerful and i don't know if i have the right to host that kind of project (conditions of are kind of obscures, it's mostly a problem of bandwith but i can ask).

So let me know if you're interested :)

P.S. : I'm not promising anything ;)


the server willl be up in a few days, it was finally ordered on the 26
_________________
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
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
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