[gentoo-user] evolution problem

2008-04-18 Thread Stéphane ANCELOT
Hi,
WHen I try to emerge evolution I have the mistake
import libxml2
 

failed


how to solve it
Best Regards
Steph
 

-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] gnome 2.22

2008-03-28 Thread Stéphane ANCELOT
I have tried to find it , but by the way how to enable gnome 2.22 in
gentoo ??
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] emerge can not work !

2008-02-20 Thread Stéphane ANCELOT
Hi,
I made a silly mistake :
emerge --unmerge python*

now emerge does not work anymore since it needs python !!!

Any idea ?
Best Regards
Steph
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] python bug on gentoo with webbrowser module

2007-11-28 Thread Stéphane ANCELOT
Benno Schulenberg a écrit :
> Stéphane ANCELOT wrote:
>> import webbrowser
>> webbrowser.open('http://www.python.org')
> 
> Works fine for me, opens the site in Firefox.
> 
> What version of Python?
v2.5
> What's in your webbrowser._browsers?

this is :
 Python 2.5.1 (r251:54863, Nov 19 2007, 10:54:31)
[GCC 4.1.2 (Gentoo 4.1.2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import webbrowser
>>> webbrowser._browsers
{'konqueror': [, ], 'firefox': [None, ], 'gnome': [None, ], 'links': [None, ], 'opera': [None, ],
'seamonkey': [None, ],
'epiphany': [None, ], 'lynx':
[None, ]}
>>> 


> Python 2.4.4 (#1, Nov  9 2007, 16:26:42)
> 
>>>> webbrowser._browsers
> {'kfm': [, 
> ], 'links': [None, 
> ], 'lynx': [None, 
> ]}
> 
> There's no Firefox in there, but it is marked as default browser 
> somewhere in KControl.
> 
> When doing:

This works :

> webbrowser.register("firefox", None, webbrowser.Netscape("firefox"))
> webbrowser._browsers['firefox'][1].open('http://www.python.org')
> 
> it opens two Firefoxes, and opens the site in a second tab of the 
> first window.  Strange.
> 
> Benno

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] python bug on gentoo with webbrowser module

2007-11-27 Thread Stéphane ANCELOT
I do not manage to solve this problem :

import webbrowser
webbrowser.open('http://www.python.org')


always open the following url in my firefox instead of www.python.org :
file:///home/steph/%22http://www.python.org%22
Best Regards
Steph
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] impossible to emerge gcl

2007-06-27 Thread Stéphane ANCELOT
following mistake has appeared :

/var/tmp/portage/dev-lisp/gcl-2.6.7-r2/image//usr/lib/gcl-2.6.7/unixport;
fi ; fi
cd
/var/tmp/portage/dev-lisp/gcl-2.6.7-r2/image//usr/lib/gcl-2.6.7/unixport
&& \
mv saved_gcl temp && \
echo '(reset-sys-paths
"/usr/lib/gcl-2.6.7/")(si::save-system "saved_gcl")' | ./temp && \
rm -f temp
GCL (GNU Common Lisp)  2.6.7 CLtL1Jun 27 2007 16:38:32
Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl)
Binary License:  GPL due to GPL'ed components: (XGCL READLINE BFD UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.
Temporary directory for compiler files set to
/var/tmp/portage/dev-lisp/gcl-2.6.7-r2/temp/

>
NIL

>/bin/sh: line 3: 24439 Doneecho '(reset-sys-paths
"/usr/lib/gcl-2.6.7/")(si::save-system "saved_gcl")'
 24440 Segmentation fault  | ./temp
make[1]: *** [install1] Error 139
make[1]: Leaving directory
`/var/tmp/portage/dev-lisp/gcl-2.6.7-r2/work/gcl-2.6.7'
make: *** [install] Error 2

!!! ERROR: dev-lisp/gcl-2.6.7-r2 failed.
Call stack:
  ebuild.sh, line 1637:   Called dyn_install
  ebuild.sh, line 1077:   Called qa_call 'src_install'
  ebuild.sh, line 44:   Called src_install
  gcl-2.6.7-r2.ebuild, line 68:   Called die

!!! (no error message)
!!! 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/dev-lisp/gcl-2.6.7-r2/temp/build.log'.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Touch screen

2007-06-08 Thread Stéphane ANCELOT
Hi,

Have you got calibration software running under X or is it working only
in console mode ?

Best Regards
steph

Rodrigo Forlin a écrit :
> Timo Boettcher wrote this:
>> * Rodrigo Forlin <[EMAIL PROTECTED]> wrote:
>>> Can someone point me a touch screen monitor that works under console?
>> I bought a Touchscreen from some car-tuning guy on ebay. The touchscreen
>> is detected as an eGalax compatible unit and works using the
>> usbtouchscreen-module of the linux-kernel (using 2.6.19-gentoo-?).
>> Works as in "the cursor moves when I touch it". I had to patch the
>> kernel to add some sysfs-entries to be able to calibrate it without X.
>> I sent the patch to the maintainer some days ago, who has not repiled
>> yet. If anybody is interested in the patch, please ask.
>>> I develop programs under console using framebuffer so i need also
>>> a nice api to make my programs work with touchscreen. 
>> I use pygame with the fbcon SDL-Driver, that works without any problems.
>> Some rough project overview and screenshots can be found at
>> http://www.spida.net/projects/pympdtouchgui/, code will follow.
>>
>>  HTH, if you want more details, feel free to ask.
>>
>>  Timo
> 
> Thanks Timo, but I receveid an e-mail from hampshire with a new
> driver and this one works. It seems that it is a good product, and they
> trying to support linux.
> 
> I'll work a little harder with this one and if this does not succeed
> i'll ask your help.
> 
> Thanks again,
> 
> Rodrigo Forlin

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: glib-1.2.10-r5 broken for lame

2007-05-23 Thread Stéphane ANCELOT
thanks all
Naga a écrit :
> On Wednesday 23 May 2007 09:27:37 Bo Ørsted Andresen wrote:
> 
> Damn I was 1 min to slow :)
> 

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] glib-1.2.10-r5 broken for lame

2007-05-22 Thread Stéphane ANCELOT
trying to update my system , glib is broken

here is the output


10'
/bin/sh ./libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H
-I. -I. -
I. -DG_LOG_DOMAIN=g_log_domain_glib -DG_ENABLE_DEBUG-O2
-march=pentium4 -fPI
C -Wall  -D_REENTRANT -c garray.c
./libtool: line 297: s,^.*/,,g: No such file or directory
./libtool: line 711: -e: command not found
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require --mode=MODE be specified.
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1022: -e: command not found
./libtool: line 1050: -e: command not found
./libtool: line 1074: -e: command not found
: compile: cannot determine name of library object from `'
make[2]: *** [garray.lo] Error 1
make[2]: Leaving directory
`/var/tmp/portage/dev-libs/glib-1.2.10-r5/work/glib-1

   .2.10'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/dev-libs/glib-1.2.10-r5/work/glib-1

   .2.10'
make: *** [all-recursive-am] Error 2

!!! ERROR: dev-libs/glib-1.2.10-r5 failed.
Call stack:
  ebuild.sh, line 1615:   Called dyn_compile
  ebuild.sh, line 972:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  glib-1.2.10-r5.ebuild, line 54:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call
stack if rel
  evant.
!!! A complete build log is located at
'/var/tmp/portage/dev-libs/glib-1.2.10-r5

/temp/build.log'.
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] php+ctype_data

2007-05-16 Thread Stéphane ANCELOT
did not help
Johannes Skov Frandsen a écrit :
> Stéphane ANCELOT wrote:
>> hi,
>> looks like ctype_data does not work with php5 ? is there a special use
>> flag ? or something else ?
>> Best Regards
>> Steph
>>   
> Yes!
> 
> just add:
> 
> dev-lang/php ctype
> 
> to:
> 
> /etc/portage/package.use
> 
> and re emerge php.

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] php+ctype_data

2007-05-15 Thread Stéphane ANCELOT
did not help ...

Elias Probst a écrit :
> On Tuesday 15 May 2007 12:18:57 Stéphane ANCELOT wrote:
>> hi,
>> looks like ctype_data does not work with php5 ? is there a special use
>> flag ? or something else ?
>> Best Regards
>> Steph
> 
> Did you emerge php with USE="ctype"?
> 
> Regards, Elias P.
> 

-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] php+ctype_data

2007-05-15 Thread Stéphane ANCELOT
hi,
looks like ctype_data does not work with php5 ? is there a special use
flag ? or something else ?
Best Regards
Steph
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] sodipodi

2006-10-17 Thread Stéphane ANCELOT

Hi,

I can not find sodipodi in emerge 
where is it ?
Bye
--
gentoo-user@gentoo.org mailing list