[gentoo-user] Emerge updating world

2004-01-18 Thread Thomas Degris
Hello,

I would like to know if there is some way for asking to emerge to
continue to update the packages for the target world, even if one of
them failed to build.
Thanks,

Thomas



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Scilab

2004-01-17 Thread Thomas Degris
Thank you it seems to do the trick. My scilab is working now. I think it 
is because these files are compiled with scilab and scilab can't run if 
it can't get a X connection.

Thomas

Felix Salfelder wrote:

hello.
i dont know why the ebuild is missing that but:
$ cd /usr/lib/scilab-2.7/macros  make
will do the trick.
regards
-- felix
 

I just emerged scilab and when I run it, I get:
Startup execution:
 loading initial environment
load('SCI/macros/mtlb/lib')
   !--error   241
File SCI/macros/mtlb/lib does not exist or read access denied
at line  50 of exec file called by :   
exec('SCI/scilab.star',-1);;quit
   



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] fluxbox keys

2004-01-15 Thread Thomas Degris
Thank you for your email: it just solves the problem I had after 
updating my fluxbox. I can start working now :-)

Thomas

Marshal Newrock wrote:

I found the solution.  In the default 'keys' file, it has:
Mod1 F1: Workspace1
Looking at the docs, I noticed the command is 'Window', so the line should
be:
Mod1 F1: Workspace 1
Making that change allows me to switch desktops.

 



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Emerge problem

2004-01-14 Thread Thomas Degris
Hello,

thanks for your quick answer, the Depgraph seems to be created with no 
troubles... but then if I use the same emerge command to upgrade my 
Gentoo, does that mean that all my package will become at the very last 
buggy version ?

I think I only have few package that needs the x86 keyword and it would 
be pitty to upgrade everything in a unstable state because of these few 
packages...

Thomas

Deling Ren wrote:

It seems that you are trying to emerge a ~x86 ebuild? Try exporting env
variable ACCEPT_KEYWORDS as ~x86.
Regards.
Deling
On Wed, 14 Jan 2004, Thomas Degris wrote:

 

Hello,

what should I do with this kind of error ?

# emerge -uUDpv world

These are the packages that I would merge, in order:

Calculating world dependencies |
!!! all ebuilds that could satisfy virtual/linux-sources have been masked.
!!!(dependency required by media-sound/alsa-driver-0.9.8 [ebuild])
!!! Problem with ebuild kde-base/kdeedu-3.1.4
!!! Possibly a DEPEND/*DEPEND problem.
!!! Depgraph creation failed.

Thanks,

Thomas



--
[EMAIL PROTECTED] mailing list
   

--
[EMAIL PROTECTED] mailing list
 



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Emerge problem

2004-01-14 Thread Thomas Degris
But then, how can I update all the package of my gentoo without
upgrading to the latest unstable release if I have to use
ACCEPT_KEYWORDS to be able to run 'emerge -UuD world' ?
Thomas

Diego Zamboni wrote:

I think I only have few package that needs the x86 keyword and it 
would be pitty to upgrade everything in a unstable state because of 
these few packages...


Exactly - you only use ACCEPT_KEYWORDS=~x86 for installing/upgrading 
the packages that you want to have in their unstable versions. In bash 
(root's default shell) the easiest way of doing it is to specify the 
variable in the same command line as the command:

# ACCEPT_KEYWORDS=~x86 emerge -v package

In this way, the variable doesn't become permanently set. Of course, 
if you use it with emerge world, then you _will_ update everything 
to the latest unstable release.

--Diego

--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Emerge problem

2004-01-14 Thread Thomas Degris
I think yes... I have :
# emerge -p gentoo-sources
These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N] sys-kernel/gentoo-sources-2.4.22-r5 

I think the problem was about the kdeedu package...

Thomas

Diego Zamboni wrote:


But then, how can I update all the package of my gentoo without
upgrading to the latest unstable release if I have to use
ACCEPT_KEYWORDS to be able to run 'emerge -UuD world' ?


Hm.. from your original post:

!!! all ebuilds that could satisfy virtual/linux-sources have been 
masked.
!!!(dependency required by media-sound/alsa-driver-0.9.8 
[ebuild])

I don't have my gentoo box handy at the moment, but I would assume 
that you need to install one of the -sources packages (gentoo-sources, 
gentoo-dev-sources, etc.) to satisfy the virtual/linux-sources 
dependency. Do you have any of them?

--Diego

--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Emerge problem

2004-01-14 Thread Thomas Degris
Adding :
sys-kernel/gaming-sources~x86
virtual/linux-sources  ~x86
media-sound/alsa-driver~x86
to /etc/portage/package.keywords does not change anything for emerge
-UupD world
I still got:
These are the packages that I would merge, in order:
Calculating world dependencies |
!!! all ebuilds that could satisfy virtual/linux-sources have been masked.
!!!(dependency required by media-sound/alsa-driver-0.9.8 [ebuild])
!!! Problem with ebuild kde-base/kdeedu-3.1.4
!!! Possibly a DEPEND/*DEPEND problem.
!!! Depgraph creation failed.

Do I have to specify to use this config file somewhere ?

Thanks for your help,

Thomas

Ciaran McCreesh wrote:

On Thu, 15 Jan 2004 00:28:35 +0100 Thomas Degris [EMAIL PROTECTED]
wrote:
| But then, how can I update all the package of my gentoo without
| upgrading to the latest unstable release if I have to use
| ACCEPT_KEYWORDS to be able to run 'emerge -UuD world' ?
Sounds like you need /etc/portage/package.keywords, which is a new
feature in the .50. version of portage. I have the following in mine:
sys-apps/portage ~sparc
app-portage/gentoolkit   ~sparc
app-portage/gentoolkit-dev   ~sparc
x11-wm/fluxbox   ~sparc
sys-kernel/sparc-dev-sources ~sparc
x11-base/xfree   ~sparc
 



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Emerge problem

2004-01-14 Thread Thomas Degris
Thanks... it works. Gentoo is great.

Thomas

Ciaran McCreesh wrote:

On Thu, 15 Jan 2004 01:17:26 +0100 Thomas Degris [EMAIL PROTECTED]
wrote:
| Do I have to specify to use this config file somewhere ?
No, you need to use a newer version of portage :) It's not in the stable
release yet unfortunately.
sys-apps/portage-2.0.50_pre16 will definitely work.

 



--
[EMAIL PROTECTED] mailing list


[gentoo-user] Video capture

2004-01-13 Thread Thomas Degris
Hello,

I would like to make a mpg video of what happen in a window in my X 
environment. Any suggestions of package to emerge ?

Thanks,

Thomas

--
[EMAIL PROTECTED] mailing list


[gentoo-user] Emerge problem

2004-01-13 Thread Thomas Degris
Hello,

what should I do with this kind of error ?

# emerge -uUDpv world

These are the packages that I would merge, in order:

Calculating world dependencies |
!!! all ebuilds that could satisfy virtual/linux-sources have been masked.
!!!(dependency required by media-sound/alsa-driver-0.9.8 [ebuild])
!!! Problem with ebuild kde-base/kdeedu-3.1.4
!!! Possibly a DEPEND/*DEPEND problem.
!!! Depgraph creation failed.

Thanks,

Thomas



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Blender

2004-01-12 Thread Thomas Degris
Thanks, very handy and usefull indeed.

Thomas

Andrew Cowie wrote:

On Mon, 2004-01-12 at 04:10, Thomas Degris wrote:
 

Thanks, why didn't I get this package by emerge -s blender ?
   

I use etcat for this sort of thing. It's in gentoolkit.

procyon:~ # qpkg -f /usr/bin/etcat
app-portage/gentoolkit *
procyon:~ #
Do this yourself at home - it's really impressive in full colour:

procyon:~ # etcat versions blender
[ Results for search key : blender ]
[ Applications found : 1 ]
*  media-gfx/blender :
   [   ] media-gfx/blender-2.23-r1 (0)
   [M~ ] media-gfx/blender-2.26 (0)
   [   ] media-gfx/blender-2.27 (0)
   [M~ ] media-gfx/blender-2.28a (0)
   [   ] media-gfx/blender-2.28c (0)
   [M~ ] media-gfx/blender-2.28 (0)
   [M~ ] media-gfx/blender-2.30 (0)
   [M~ ] media-gfx/blender-2.31a (0)
   [M~ ] media-gfx/blender-2.31 (0)
procyon:~ #

This shows that blender 2.28c is the latest stable version for my arch. 
~ mark packages which are marked ~x86 (for my arch); The M show masked
packages (in this case, because I of course am a good boy who doesn't
have ~x86 as a default USE variable.

If you use the `ACCEPT_KEYWORDS=~x86 emerge blender -p` thing that
others have mentioned, you'll see the way to pull in the newer version.
AfC

 



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Questions about kernel and /etc/issue

2004-01-12 Thread Thomas Degris
How do you do if you are using DHCP ?

Thanks,

Thomas

Kathy Wills wrote:

Davide Brini wrote:

1) When will the latest stable kernel be considered stable for gentoo
(eg,
when will something like vanilla-sources-2.6.x be available)?
2) I put \O (uppercase) in my /etc/issue, and put my dns domain name
in /etc/dnsdomainname, but the login prompt still prints (none) for the
domain name. What's wrong?
Thanks



 

I had the same problem until I fixed my /etc/hosts file like this:

127.0.0.1 localhost
192.168.0.2machinename.domainname machinename #note replace the 
192.168.0.2 with whatever your network card ip is.

my /etc/hostname contains only my machine name

my /etc/dnsdomainname contains the domain name.



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] am i the only person with genkernel gentoo problems?

2004-01-12 Thread Thomas Degris
I had a problem with genkernel when the kernel was configured from a
wrong configuration file in /etc/kernels.
Thomas

HvR wrote:

i have

genkernel-1.8
and
gentoo-sources-2.4.22-r4
gs-sources-2.4.23_pre8-r2
ck-sources-2.4.23-r1
except for gentoo-sources they all build fine
when i run genkenrnel on gentoo it will just sit there for 8 hours in 
make oldconfig
why is that?
all the previous versions of gentoo-sources worked fine

for now i have switched to ck-sources but the control freak in me 
wants to know why gentoo-sources doesn't work anymore. 




--
[EMAIL PROTECTED] mailing list


[gentoo-user] Blender

2004-01-11 Thread Thomas Degris
Hello,

the current Blender ebuild is for blender 2.28 and Blender is now at
version 2.31 (there is already a package in Debian Sid). So, I first
compiled Blender myself and it runs fine without any trouble. Then, I
decided to write an ebuild for that, so I started reading the
documentation from gentoo.org about ebuild dev
(http://www.gentoo.org/doc/en/gentoo-howto.xml).
It says to check before on http://bugs.gentoo.org/ if the ebuild was not
written by somebody else already. Effectively, I found the bug
corresponding to the blender 2.31 ebuild
(http://bugs.gentoo.org/show_bug.cgi?id=34906). So, I updated my portage
tree but the current ebuild is still for version 2.28.
My question: what do I have to do to get the ebuild of the version 2.31
of Blender ?
Thanks,

Thomas



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Blender

2004-01-11 Thread Thomas Degris
Thanks, why didn't I get this package by emerge -s blender ?

Simon Prosser wrote:

On Sunday 11 January 2004 4:40 pm, Thomas Degris wrote:
 

My question: what do I have to do to get the ebuild of the version 2.31
of Blender ?
   

ACCEPT_KEYWORDS=~x86 emerge blender -pv

--
[EMAIL PROTECTED] mailing list
 



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Blender

2004-01-11 Thread Thomas Degris
then what's kind of package is blender-2.31a because:

[EMAIL PROTECTED] emerge -s crystalspace
Searching...
[ Results for search key : crystalspace ]
[ Applications found : 2 ]
*  dev-games/crystalspace
 Latest version available: 20030413-r1
 Latest version installed: 20030413-r1
 Size of downloaded files: 16,634 kB
 Homepage:http://crystal.sourceforge.net/
 Description: portable 3D Game Development Kit written in C++
*  dev-games/crystalspace-cvs [ Masked ]
 Latest version available: 0.97
 Latest version installed: [ Not Installed ]
 Size of downloaded files: 0 kB
 Homepage:http://crystal.sourceforge.net/
 Description: portable 3D Game Development Kit written in C++
I have all the package of CrystalSpace, even the dev and masked version...

Thomas

Simon Prosser wrote:

On Sunday 11 January 2004 5:40 pm, Thomas Degris wrote:
 

Thanks, why didn't I get this package by emerge -s blender ?
   

because:=
[EMAIL PROTECTED] pross # ACCEPT_KEYWORDS=~x86 emerge -s blender
Searching...
[ Results for search key : blender ]
[ Applications found : 1 ]
*  media-gfx/blender
 Latest version available: 2.31a
 Latest version installed: [ Not Installed ]
 Size of downloaded files: 4,433 kB
 Homepage:http://www.blender.org/
 Description: 3D Creation/Animation/Publishing System
[EMAIL PROTECTED] pross # emerge -s blender
Searching...
[ Results for search key : blender ]
[ Applications found : 1 ]
*  media-gfx/blender
 Latest version available: 2.28c
 Latest version installed: [ Not Installed ]
 Size of downloaded files: 4,679 kB
 Homepage:http://www.blender.org/
 Description: 3D Creation/Animation/Publishing System
--
[EMAIL PROTECTED] mailing list
 



--
[EMAIL PROTECTED] mailing list


[gentoo-user] Scilab

2004-01-07 Thread Thomas Degris
Hello,

I just emerged scilab and when I run it, I get:
Startup execution:
 loading initial environment
load('SCI/macros/mtlb/lib')
   !--error   241
File SCI/macros/mtlb/lib does not exist or read access denied
at line  50 of exec file called by :   
exec('SCI/scilab.star',-1);;quit

Nothing is working after that... even the quit function doesn't work. 
Any hint ?

Thanks,

Thomas

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] hello

2004-01-05 Thread Thomas Degris
Aaron Stout wrote:

hello

Bonjour de Paris... France

Thomas

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] fluxbox questions

2004-01-04 Thread Thomas Degris
Hello

1. When I tell a window not to tab the setting is not saved. Next time app
starts it has a tab
I don't know

2.  I emerged fluxspace and setup some backgrounds for each desktop, 
however
the bg appears on desktop1, but if I switch desktops I lose all 
backgrounds
I use Esetroot to set up my background and it works fine (but I use only 
one background for all my desktops).

3.  Is there a way to start a program on a specefic desktop?  I tried 
to do
this with fluxspace, but it wants to start the program every time I 
switch to
that desktop
I am using a blackbox tool called bbappconf. The package is broken on 
gentoo, so you will get a seg fault when you tried to run it. But it 
works fine with other distro and also with Gentoo when you comment the 
line that causes the problem in the source code. It remembers me I have 
to submit a bug for the Gentoo team.

4.  Is there a way to stretch the toolbar to fit the screen?
I don't think so.

5.  Can you add anything to the toolbar?
I don't think so. The toolbar is quite useless. I use it only to get 
back application I minimized. This is the reason why it is everytime hidden.

6.  Where is the slit? and how do I get it to show up
The slit will appear only when you put application in it. You can try 
gkrellm -w and the slit will appear.

Thomas

--
[EMAIL PROTECTED] mailing list


[gentoo-user] Updating Gentoo

2004-01-04 Thread Thomas Degris
Hello,

I would like to update the portage tree and the target world every day 
automatically. So, I have put my script updategentoo in /etc/cron.daily 
and modify the line
0  3 * * * rootrm -f /var/spool/cron/lastrun/cron.daily
for
0  * * * * rootrm -f /var/spool/cron/lastrun/cron.daily
because I would like to update my system every 24h and not every 3h am 
of  every day.  My problem is it seems that my updategentoo script is 
run every hours or something like that. Did I miss something in the 
crontab configuration ?

Thomas

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Updating Gentoo

2004-01-04 Thread Thomas Degris
Thank you very much,

Thomas

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] fluxbox questions

2004-01-04 Thread Thomas Degris
Hello,

One thing the fluxbox.org docs mention is a prog called 
fluxbox-generate_menu which didn't come with fluxbox (at least that I 
could find). But I found it on sourceforge (just google for it... 
first result) and ran it... seemed to do a good job.


It seems that Debian and Mandrake are using a tool to generate menu for 
every window manager. I like it for two reasons :
1) you get the same organised menu whatever window manager you are using
2) after installing a package, new entries appears in the menu only few 
seconds after the installation finished

The bad thing about it is it is difficult to customize, like having your 
favorite entries at the top of the menu. So, I use shortcuts instead.

I don't know if there is such features in Gentoo (I am using the Debian 
generated menu in my Gentoo).

Thomas

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Emerge question

2004-01-01 Thread thomas . degris
Hello,

this is what I was wondering. I am thinking of doing something on top on emerge
to be able to build non-dependant package at the same time for the same target.
I think it would be more efficient than a 'make -jx' especially for the 'world'
target. 

Thomas

If I understand what you are asking, I would suppose that starting

# emerge C 

in one terminal, and then

# emerge B 

in another, will result in package B being built twice, as, if I'm not 
mistaken, portage only looks at dependancies once

   If you are certain that packages you want to emerge have no comon 
dependancies or dependant functions, it is generally safe to emerge 
them at the same time. If you are not positive, don't take the 
chance. Fixing problems you might create may more than use up the 
time you might have saved.



--
[EMAIL PROTECTED] mailing list



[gentoo-user] Emerge question

2003-12-30 Thread thomas . degris
Hello,

I would like some information about emerge. I want to get the package C.
C depends of the package A and the package B. The package B does not
depend on the package A or vice-versa. I do 'emerge C': emerge will
build A, then B, then C. When emerge is building A, I run 'emerge B'.
So, B is builded at the same time than A. Will 'emerge C' will build B
again after A or will it emerge directly C ?

Thank very much,

Thomas



--
[EMAIL PROTECTED] mailing list