Re: [gentoo-user] OT: DVD recording speed is awfully low

2006-10-19 Thread Matias Grana
On Wed, Oct 18, 2006 at 04:51:05PM -0500, Joe Menola wrote:
 On Wednesday 18 October 2006 10:43 am, Matias Grana wrote:
  Also, when I booted there was a message saying that it couldn't load
  ide-cd. I can't find that message now. I don't have ide-cd compiled into
  the kernel nor as a module, though.
 
 What say hdparm /dev/hdb ?
 -- 
 gentoo-user@gentoo.org mailing list

-
# hdparm /dev/hdb

/dev/hdb:
IO_support   =  1 (32-bit)
unmaskirq=  1 (on)
using_dma=  1 (on)
keepsettings =  0 (off)
readonly =  0 (off)
readahead= 256 (on)
HDIO_GETGEO failed: Inappropriate ioctl for device
-

Matías
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] OT: DVD recording speed is awfully low

2006-10-18 Thread Matias Grana
I'm recording a DVD which is capable of doing 16x, using k3b. Before
starting, k3b explicitly said:
Writing speed: 22713 KB/s (16,40x)
but then, it began writing at speeds between 0.5x and 0.9x, so it took
me about 2 hours to record.
Before I begin writing the next 2 dvds I need to, I beg for any advise
as to how correct this.

Thanks in advance,
Matías
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT: DVD recording speed is awfully low

2006-10-18 Thread Matias Grana

On Thu, Oct 19, 2006 at 12:39:10AM +0930, Raymond Lewis Rebbeck wrote:
 On Thursday 19 October 2006 0:26, Matias Grana wrote:
  I'm recording a DVD which is capable of doing 16x, using k3b. Before
  starting, k3b explicitly said:
  Writing speed: 22713 KB/s (16,40x)
  but then, it began writing at speeds between 0.5x and 0.9x, so it took
  me about 2 hours to record.
  Before I begin writing the next 2 dvds I need to, I beg for any advise
  as to how correct this.
 
 Is DMA enabled for this drive? Does anything odd appear in dmesg?
 
 -- 
 Raymond Lewis Rebbeck
 -- 

I think this is the relevant part of dmesg. I don't see anything strange here,
but perhaps you do.

NFORCE2-U400R: IDE controller at PCI slot :00:09.0
NFORCE2-U400R: chipset revision 163
NFORCE2-U400R: not 100% native mode: will probe irqs later
NFORCE2-U400R: BIOS didn't set cable bits correctly. Enabling workaround.
NFORCE2-U400R: :00:09.0 (rev a3) UDMA133 controller
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
Probing IDE interface ide0...
hda: ST3160021A, ATA DISK drive
input: ImPS/2 Generic Wheel Mouse as /class/input/input1
hdb: HL-DT-ST DVDRAM GSA-H10A, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
Probing IDE interface ide1...
hda: max request size: 512KiB
hda: 312581808 sectors (160041 MB) w/2048KiB Cache, CHS=19457/255/63, UDMA(100)
hda: cache flushes supported
 hda: hda1 hda2 hda3 hda4  hda5 hda6 hda7 hda8 
hdb: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20

Also, when I booted there was a message saying that it couldn't load ide-cd. I
can't find that message now. I don't have ide-cd compiled into the kernel nor
as a module, though.

Matías
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] files emerge will download

2006-09-25 Thread Matias Grana
hi,
Is it possible to get a list of the files an emerge command would
download?
I have a dial-up connection at home, so I can't download large files.
However, I can download them at work, put them on my usb-stick, bring
them home and put them on my /usr/portage/distfiles/, so I can emerge
the packages I want. But (there's always a but) sometimes an emerge
command downloads more than one file for each ebuild. So I would like to
have a way to know exactly which files the emerge would need, would I do
something like
% emerge x

Hope I made myself clear. Thanks in advance,
Matías
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] files emerge will download

2006-09-25 Thread Matias Grana
On Mon, Sep 25, 2006 at 04:48:03PM +0100, Neil Bothwick wrote:
 On Mon, 25 Sep 2006 12:28:52 -0300, Matias Grana wrote:
 
  Is it possible to get a list of the files an emerge command would
  download?
 
 emerge -pf packagelist...
 
 
 -- 
 Neil Bothwick
 
 CAUTION: Do not install prior to installation.

Thanks!
don't know why I didn't think of that combination -pf (maybe just
dumbness :) ).
Matias
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] can't emerge --sync

2006-05-15 Thread Matias Grana
hi;
Beginning a week ago or so, I can't emerge --sync anymore. It always
quits with a timeout error. Like this:

receiving file list ...
143979 files to consider
rsync error: timeout in data send/receive (code 30) at io.c(171) [sender=2.6.8]
rsync: connection unexpectedly closed (3358508 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(463) 
[receiver=2.6.8]
rsync: connection unexpectedly closed (3358508 bytes received so far) 
[generator]
rsync error: error in rsync protocol data stream (code 12) at io.c(463) 
[generator=2.6.8]
 retry ...

Judging by the number of files, I'd think it just finished updating
the tree; but it timeouts anyway. Playing with RSYNC_TIMEOUT at
/etc/make.conf doesn't seem to help either.

OTOH, emerge-webrsync works fine.
Any thoughts?

TIA,
-- 
Matías Graña
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] can't emerge --sync

2006-05-15 Thread Matias Grana
 On 10:30 Mon 15 May , Matias Grana wrote:
  hi;
  Beginning a week ago or so, I can't emerge --sync anymore. It always
  quits with a timeout error. Like this:
  
  receiving file list ...
  143979 files to consider
  rsync error: timeout in data send/receive (code 30) at io.c(171) 
  [sender=2.6.8]
  rsync: connection unexpectedly closed (3358508 bytes received so far) 
  [receiver]
  rsync error: error in rsync protocol data stream (code 12) at io.c(463) 
  [receiver=2.6.8]
  rsync: connection unexpectedly closed (3358508 bytes received so far) 
  [generator]
  rsync error: error in rsync protocol data stream (code 12) at io.c(463) 
  [generator=2.6.8]
   retry ...


On Mon, May 15, 2006 at 03:37:54PM +0100, Neil Bothwick wrote:
 Try a different rsync server.
 -- 
 Neil Bothwick


On Mon, May 15, 2006 at 11:19:36AM -0300, Pablo Antonio wrote:
 I'm pretty likely not the best person to help you out but, I'm
 wondering... Have you tried with any other mirror? Does it still happen?

I tried with
SYNC=rsync://rsync.gentoo.org/gentoo-portage
SYNC=rsync://rsync.samerica.gentoo.org/gentoo-portage
SYNC=rsync://rsync.namerica.gentoo.org/gentoo-portage

with no luck. If it's just a matter of non-permanent congestion, I can
live with emerge-webrsync. Anyway, I was wondering whether there was a
different approach.

By the way, Pablo: it seems that we are very close to each other. Which
mirror do you use?

Thanks,
Matias
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: OT: loooong delay with keyboard

2006-04-22 Thread Matias Grana
On Thu, Apr 20, 2006 at 09:11:35PM +0200, Francesco Talamona wrote:
On Thu, Apr 20, 2006 at 09:16:41PM +0200, Benno Schulenberg wrote:
On Thu, Apr 20, 2006 at 10:21:27PM +0300, Mantas Povilaitis wrote:

This list is awesome...
Yes, your help worked fine. Thank you guys!

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



[gentoo-user] OT: loooong delay with keyboard

2006-04-20 Thread Matias Grana
hi;
a mate at work is using KDE (actually, he has Slackware, not Gentoo,
but I guess it's the same). All of a sudden, a strange thing happened:
When he logs in his account, the keyboard has a really long delay (about
half a second) to echo each pressed key. So to write, say, 'no', he has
to press the 'n', hold it for 1/2 second, then the 'o', hold it for 1/2
second, and that's it.
This happens in only one account, the others are unaffected.

Does someone here know what the problem might be?

TIA,
Matias
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] can't compile audacity

2006-03-28 Thread Matias Grana
On Sun, Mar 26, 2006 at 04:05:45AM -0600, Zac Slade wrote:
 On Sunday 26 March 2006 02:13, Martins Steinbergs wrote:
  Calculating dependencies ... done!
  [ebuild  N] media-sound/audacity-1.2.3-r1  USE=encode gtk2
  vorbis -flac -libsamplerate -mad 4,078 kB
 This is a package to definately put in package.keywords with ~arch.
 
 Not only is it under rapid development, each ebuild contains a release (even 
 the betas) that is almost of release quality.  I feel completely safe using 
 the betas that come out of the audacity project for my every day audio work.
 -- 
 Zac Slade

Thanks to all who answered. I was pointed to an ebuild for 1.3.0b in
b.g.o, which works fine.
Matias
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] can't compile audacity

2006-03-01 Thread Matias Grana
hi all;
I need some help on this one:
I can't emerge audacity.

If I try to do it, it first pulls wxGTK 2.4.2-r4, and then complains
about wxGTK being compiled with unicode support. So it tells me to
re-emerge wxGTK with USE=-gtk2.
If I do this, then wxGTK complains. So I have to emerge it with
-unicode. And then I get the following error:

/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../libwx_gtk2-2.4.so:
undefined reference to `vtable for wxFileProto'
collect2: ld returned 1 exit status
make[1]: *** [../audacity] Error 1
make[1]: Leaving directory
`/var/tmp/portage/audacity-1.2.1/work/audacity-src-1.2.1/src'
make: *** [audacity] Error 2

If I use  -gtk2 -unicode, then wxGTK tells that I should at least
USE=wxgtk1. When I do it, then audacity again fails on compilation with
the same error.

What should I do here?

Thanks in advance,
Matias
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] how to use msmtp?

2006-02-15 Thread Matias Grana
hi;
I've using msmtp for a long time now and it works fine with mutt.
However, I couldn't instruct dcron to send me emails using msmtp.
Anyway, this is not so important for me. But now, I installed tikiwiki
and I can't tell it to use msmtp instead of sendmail.

Does anyone know how to do this? Tried google with no luck :(, tikiwiki
man pages and docs at their site, with no luck again :((.

TIA,
Matías
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] openmotif behavior

2005-12-26 Thread Matias Grana
On Mon, Dec 26, 2005 at 05:08:25PM +0100, ÿc1lvaro Castro wrote:
 Hello!
 
 :-) I have to say that I managed to switch completely
 to Linux!
 I'm very happy with that, although I'm still using a
 couple of closed-source programs (I cannot replace
 them at these moments)
 
 The problem I'm having with them (both) is that they
 use openmotif (I believe, looking inside their /lib
 files) and they have some collisions in its behavior
 against enlightenment.
 
 One of them is, for example, Maya7.0, which uses the
 left button+ALT as combination for camera rotation.
 The point is that the same input combination is used
 by englithenment for Window resizing. Similarly
 happens with ALT+MIDDLE button.
 
 I'm using the enlightenment 16 (the normally
 distributed in gentoo).
 
 Do you know any way to supress this behavior for
 enlightenment (or however), and, if possible, only for
 the problematic windows.
 
 
 
 Thank you very much for reading and trying to help!

emerge e16keyedit

Suerte ;-)
Matias Grana
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] openmotif behavior

2005-12-26 Thread Matias Grana
On Mon, Dec 26, 2005 at 12:04:16PM -0500, Willie Wong wrote:
 On Mon, Dec 26, 2005 at 05:08:25PM +0100, Penguin Lover ?c1lvaro Castro 
 squawked:
  Hello!
[snip]
  Do you know any way to supress this behavior for
  enlightenment (or however), and, if possible, only for
  the problematic windows.
  
 
 Try (caveat: I haven't done this myself before):
 
 copy /usr/share/enlightenment/config/keybindings.cfg to
 ~/.enlightenment/keybindings.cfg
 
 Edit the file, it should be fairly intuitive. For example, you can
 probably just comment out the lines 
 begin snip-
[snip]
 end snip
 with C style comments. and get rid of all the mouse bindings on windows. 
 
 HTH, 
 
 W

Yes, that should do it. I think I answered too fast. I haven't used e16
for a while now (I'm using e17) and I already forgot a few things about it.
The analogous application for e17 allows to change mouse bindings and I
just thought it was the same for e16. Glad you corrected me.

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



Re: [gentoo-user] Let's make a map of Gentoo users

2005-12-07 Thread Matias Grana
On Wed, Dec 07, 2005 at 12:00:17AM -0300, Arturo 'Buanzo' Busleiman wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Daniel da Veiga wrote:
  I couldn't find my location in portuguese, c'mon, try just Buenos
  Aires, I'm pretty sure its there, else I would have to try país
  Brasil instead of Brazil. I live in a small city and still it got my
  location right, yours should be piece of cake...
 
 Buenos Aires IS there. Just click the not in us link, then type Buenos 
 Aires.. - People, we do
 stuff far more difficult than navigatin a web site, for googlegod's sake!
 
 - --
 Arturo Buanzo Busleiman - www.buanzo.com.ar
 Consultor en Seguridad Informatica / Dominio Digital TV - Da FOSS man!
 KTP Consultores - info AT ktpconsultores.com.ar

Yes, it IS there. Anyway, whether or not google finds it depends on the
browser somehow.  I had troubles with Konqueror (it said it didn't know
Buenos Aires) but I could find it with Firefox.

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



Re: [gentoo-user] emerge e17

2005-11-03 Thread Matias Grana

On Thu, Nov 03, 2005 at 11:19:07AM +0800, 赵光 wrote:
 thx to all
 i emerge it already
 BTW,i want to ask another questions
 where to find the e17's theme files,i want to change the font of e17
 default theme
 because the font can not display chinese font correctly
 thx
 
 --
 look at my blog
 http://poorc.wordpress.com
 
 -- 
 gentoo-user@gentoo.org mailing list

Official guides are in
http://www.get-e.org/

Maybe you'll want to subscribe to the enlightenment mainling list for
more specific questions.

List-Subscribe: 
https://lists.sourceforge.net/lists/listinfo/enlightenment-users,
mailto:[EMAIL PROTECTED]

regards,
Matias
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge e17

2005-11-01 Thread Matias Grana
On Tue, Nov 01, 2005 at 05:42:18PM +0100, Christoph Gysin wrote:
 Fernando Meira wrote:
  On 11/1/05, *Christoph Gysin* [EMAIL PROTECTED] mailto:[EMAIL 
  PROTECTED] wrote:
  
  赵光 wrote:
!!! ERROR: x11-libs/ecore- failed.
!!! Function cvs_fetch, Line 332, Exitcode 1
!!! cvs login command failed
!!! If you need support, post the topmost build error, NOT this
  status
message
   
look like the server refuse me
  
  Try again in a few hours. It is down for maintenance at the moment.
  
  Christoph
  --
  echo mailto: NOSPAM !#$.'*'|sed 's. ..'|tr * !#:2 [EMAIL 
  PROTECTED]
  --
  gentoo-user@gentoo.org mailto:gentoo-user@gentoo.org mailing list
  
  Or use the same method for the normal cvs server: wait a few hours and 
  try again! :)
 
 Yes, but anon cvs on sourceforge *is* busy. And merging e17 involves about 15 
 packages from cvs,
 each does its own cvs login  cvs update. That's exactly why this mirror has 
 been provided.
 Actually, there's a discussion going on if this mirror should be defined in 
 all e17 packages in the
 gentoo portage tree.
 
 Christoph

Someone sent this script to the enlightenment mail list. It keeps trying
updating/checking out each package until it gets them. I didn't try the
new mirror yet, but this works very well with sourceforge.

HTH,
Matias


#!/bin/sh

Ebuilds=eet dev-db/edb evas ecore embryo imlib2 edje epeg epsilon esmart \
emotion engrave ewl e e_utils e_modules imlib2_loaders \
entrance engage examine elicit elation entice equate \
envision eclair enterminus evidence elapse #enotes iconbar imlib2_tools etox 
erss

if [ $1 == debug ]; then
   DEBUG=USE=\$USE debug\ FEATURES=\$FEATURES nostrip\
fi
set $Ebuilds
while [ $# != 0 ]; do
   while !($DEBUG emerge $1); do
   echo 
   echo emerge $1 failed! Trying again in 10 seconds...
   echo still $# packages left...
   echo 
   sleep 10
   done
   shift
done
echo 
echo All done!
exit 0


-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] udev does not create /dev/hdb

2005-10-25 Thread Matias Grana
hi;
I upgraded to udev-070 recently (and now to udev-070-rc1).
Since then, I can't mount  /mnt/cdrom  properly.
Before, my  /dev  directory had a  /dev/hdb, as well as /dev/hdb1,
/dev/hdb2  . Now, it only has  /dev/hdb1, /dev/hdb2, but /dev/hdb is
no longer there. I still don't understand how udev works; I read the
guide on
http://www.gentoo.org/doc/en/udev-guide.xml
but it didn't help. I've read also a guide at
http://www.reactivated.net/writing_udev_rules.html
and I craeted the file /etc/udev/rules.d/10-local.rules, which reads as

--- /etc/udev/rules.d/10-local.rules -
BUS=ide, KERNEL=hdb, NAME=%k, SYMLINK=cdrom cdroms/cdrom%n
--

But it doesn't help. What I find rather strange is that if I do

# mount /mnt/cdrom

(my /etc/fstab points /mnt/cdrom to /dev/cdroms/cdrom0, which is a
symlink to /dev/hdb) I get device does not exist. But if I try to
mount it on hdb1, it seems to create the file /dev/hdb, and now I can
mount it:

rojo ~ # mount -tiso9660 /dev/hdb /mnt/cdrom/
mount: special device /dev/hdb does not exist
rojo ~ # mount -tiso9660 /dev/hdb1 /mnt/cdrom/
mount: /dev/hdb1 is not a valid block device
rojo ~ # mount -tiso9660 /dev/hdb /mnt/cdrom/
mount: block device /dev/hdb is write-protected, mounting read-only

Any help as how to have the node  /dev/hdb  created at boot in a
somewhat clean way is appreciated.

Please notice also that at /etc/conf.d/rc I have the line

RC_DEVICE_TARBALL=yes

which is also not helping here.

Thanks,
Matias
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-19 Thread Matias Grana
On Tue, Oct 18, 2005 at 08:39:09PM -0400, Dave Nebinger wrote:
 On Tuesday 18 October 2005 07:00 pm, Holly Bostick wrote:
  are you saying that this line
 
  app-editors/vim:vim-with-x - Linking console vim against X11 libraries
  to enable title and clipboard features in xterm
 
  is not the same on your file, despite the identical header?
 
 I mustbe getting old or something.  I swear when I looked at it before it 
 matched the other guys and not yours.  Now mine matches yours.  I need to 
 start drinking ;-)

OK, now I re emerge --syncd, and I got the new description. My older
description was from

# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1500 2005/10/16 
21:25:13 brix Exp $

I've found some mental peace state now  :)

Thanks to all of you!
Matias
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-18 Thread Matias Grana
On Mon, Oct 17, 2005 at 04:13:34PM +0100, Neil Bothwick wrote:
 On Mon, 17 Oct 2005 11:19:55 -0300, Matias Grana wrote:
 
  I'm trying to compile  vim  with +clipboard support. One can do this by
  passing  --enable-clipboard  to configure. There's no USE flag for this
  feature. After some research, I've learned that the way to do this is to
  configure the  EXTRA_ECONF  variable. Now the question is: is there a
  file to put these variables in? Something like /etc/portage/package.use
  but for econfs?
 
 You can set variables for individual ebuilds using /etc/portage/bashrc.
 save the attached file as /etc/portage/bashrc then do
 
 mkdir -p /etc/portage/env.d/app-editors
 echo /etc/portage/env.d/app-editors/vim 'EXTRA_ECONF=--enable-clipboard'
 
 You can use this to set variables, or override default settings, for any
 package.
 
 
 -- 
 Neil Bothwick

Nice! thanks so much; maybe I'll try this next time. It seems that this
time I've missed some doc:

On Mon, Oct 17, 2005 at 08:28:54PM +0100, Ciaran McCreesh wrote:
 On Mon, 17 Oct 2005 11:19:55 -0300 Matias Grana [EMAIL PROTECTED]
 wrote:
 | I'm trying to compile  vim  with +clipboard support. One can do this
 | by passing  --enable-clipboard  to configure. There's no USE flag for
 | this feature.
 
 Incorrect. USE=vim-with-x.
 
 -- 
 Ciaran McCreesh : Gentoo Developer (Vim, Shell tools, Fluxbox, Cron)
 Mail: ciaranm at gentoo.org
 Web : http://dev.gentoo.org/~ciaranm
 

Nicer! So this is what vim-with-x stand for! I saw the flag, but thought
that it would pull down gvim, which I already have in my world.
Now: this pops up a second question: where can we see the exact efect of USE
flags on packages? For instance: what other features  'vim-with-x'  will
enable?

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



Re: [gentoo-user] how to use EXTRA_ECONF?

2005-10-18 Thread Matias Grana
On Tue, Oct 18, 2005 at 03:41:24PM +0200, Holly Bostick wrote:
 motub- useflag vim-with-x
 /usr/portage/profiles/use.local.desc:app-editors/vim:vim-with-x -
 Linking console vim against X11 libraries to enable title and clipboard
 features in xterm

Aha! Now it seems that I have an old (or not so accurate)
/usr/portage/profiles/use.local.desc:

/usr/portage/profiles/use.local.desc:app-editors/vim:vim-with-x -
Enables linking the console vim against X libs to enable some features
in xterms

This is why I neglected to see that clipboard and vim-with-x were
related. But what I find confusing now is why I have this difference.
How does one update the  use.local.desc  file? It seems not to belong to
any package
(tried  equery belongs /usr/portage/profiles/use.local.desc
and didn't get any answer).

Matías
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] how to use EXTRA_ECONF?

2005-10-17 Thread Matias Grana
Hi;
I'm trying to compile  vim  with +clipboard support. One can do this by
passing  --enable-clipboard  to configure. There's no USE flag for this
feature. After some research, I've learned that the way to do this is to
configure the  EXTRA_ECONF  variable. Now the question is: is there a
file to put these variables in? Something like /etc/portage/package.use
but for econfs?
Sure I can set it by hand for one emerge, but I'd like to set
EXTRA_ECONF to --enable-clipboard forever.

TIA,
Matias
-- 
gentoo-user@gentoo.org mailing list



(fwd): [gentoo-user] xmms plugin for ape?

2005-10-14 Thread Matias Grana
Anyone on this one? This is really short; I tried to find a plugin for
xmms for ape files, but I didn't find one. Am I missing one?

Sorry to re-post, but it didn't get answered in a couple of days, which
for this list is an eternity.

Thanks,
Matias

- Forwarded message from Matias Grana [EMAIL PROTECTED] -

From: Matias Grana [EMAIL PROTECTED]
To: gentoo user Mailing List gentoo-user@lists.gentoo.org
Subject: [gentoo-user] xmms plugin for ape?
Date: Wed, 12 Oct 2005 10:51:32 -0300

short question:
is there any xmms plugin for .ape files in portage?
I searched, but couldn't find any.

Thx,
Matías
-- 
gentoo-user@gentoo.org mailing list

- End forwarded message -
-- 
gentoo-user@gentoo.org mailing list



Re: (fwd): [gentoo-user] xmms plugin for ape?

2005-10-14 Thread Matias Grana
On Fri, Oct 14, 2005 at 03:30:24PM +0200, Holly Bostick wrote:
 Matias Grana schreef:
  Anyone on this one? This is really short; I tried to find a plugin
  for xmms for ape files, but I didn't find one. Am I missing one?
  
  Sorry to re-post, but it didn't get answered in a couple of days,
  which for this list is an eternity.
  
  Thanks, Matias
 
 http://www.sosdg.org/~larne/w/Plugin_list
 
 bmp/xmms-mac (http://sourceforge.net/projects/mac-port/)
 Support ape(Monkey's Audio Codec) SuperMMX
 This plugin good work on BMP and XMMS.
 
 If you go to the homepage, there's a version for bmp (beep-media-player)
 and one for xmms.
 
 Not in Portage, nor on b.g.o, so if it's not hard to compile/install,
 it's an opportunity to submit your first ebuild to b.g.o .
 
 HTH,
 Holly

IDH (it does help).
So, no plugin in portage. OK, bells sounding, time to learn how to make
an ebuild and contribute it.
Thanks!
Matias
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] xmms plugin for ape?

2005-10-12 Thread Matias Grana
short question:
is there any xmms plugin for .ape files in portage?
I searched, but couldn't find any.

Thx,
Matías
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] codec fmp4?

2005-09-02 Thread Matias Grana
I'm trying to play a movie with mplayer. Sound comes OK, but not video.
I get this:

AVI file format detected.
VIDEO:  [FMP4]  480x264  24bpp  29.970 fps  971.1 kbps (118.5 kbyte/s)
Clip info:
Software: MEncoder 1.0pre7-RPM-3.4.2
[snip]
==
vo: X11 running at 1280x1024 with depth 24 and 32 bpp (:0.0 =
local display)
==
Cannot find codec matching selected -vo and video format 0x34504D46.
Read DOCS/HTML/en/codecs.html!

I have mplayer and ffmpeg emerged:


rojo files # emerge -pv ffmpeg

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

Calculating dependencies ...done!
[ebuild   R   ] media-video/ffmpeg-0.4.9_p20050226-r5  +a52 -aac (-altivec) 
-debug +doc -dts +encode -ieee1394 +imlib -mmx -network +ogg +oss +sdl +threads 
+truetype +v4l +vorbis +xvid +zlib 0 kB

rojo files # emerge -pv mplayer

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

Calculating dependencies ...done!
[ebuild   R   ] media-video/mplayer-1.0_pre6-r4  -3dfx -3dnow -3dnowext +X 
+aalib +alsa (-altivec) +arts +avi -bidi +cdparanoia -debug -dga -directfb 
+divx4linux +doc -dts -dv -dvb -dvd -dvdread -edl +encode +esd -fbcon -ggi +gif 
+gtk -i8x0 +ipv6 -jack -joystick +jpeg -libcaca -lirc -live -lzo +mad -matroska 
-matrox -mmx -mmxext +mpeg -mythtv -nas +nls +nvidia +oggvorbis +opengl +oss 
+png -real -rtc -samba +sdl -sse -sse2 +svga -tga -theora +truetype -v4l -v4l2 
-xanim +xinerama +xmms +xv +xvid -xvmc 0 kB


To make it more annoying, totem plays it OK. And furthermore, I can play
it with mplayer on another computer running Fedora.

Any ideas?
Thanks in advance,
-- 
Matías Graña
[EMAIL PROTECTED]
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] javac emerge error

2005-06-27 Thread Matias Grana
On Fri, Jun 24, 2005 at 03:56:39PM -0700, Zac Medico wrote:
 Matias Grana wrote:
  On Wed, Jun 22, 2005 at 04:29:54PM -0700, Zac Medico wrote:
  
 Matias Grana wrote:
 
 hi;
 As a result of an  'emerge -uD world',  I've run across this error while
 emerging gnu-classpath.
 
 --
 
 
 Unpacking source...
 Unpacking classpath-0.14.tar.gz to 
 /var/tmp/portage/gnu-classpath-0.14/work
 Source unpacked.
 
 [ snip ]
 checking for gcj... no
 checking for jikes... no
 checking for kJC... no
 checking for gcjx... no
 checking for ecj... no
 configure: cannot find javac, try --with-gcj, --with-jikes, --with-kjc, or 
 --with-gcjx
 
 !!! Please attach the config.log to your bug report:
 !!! /var/tmp/portage/gnu-classpath-0.14/work/classpath-0.14/config.log
 
 !!! ERROR: dev-java/gnu-classpath-0.14 failed.
 !!! Function econf, Line 485, Exitcode 0
 !!! econf failed
 !!! If you need support, post the topmost build error, NOT this status 
 message.
 --
 
 The file /var/tmp/portage/gnu-classpath-0.14/work/classpath-0.14/config.log
 is too large to send it to the list (of course, I can send it if needed).
 Where should I look for a hint?
 
 TIA,
 Matias
 
 
 You need a java compiler.  If you have a jdk like blackdown-jdk or sun-jdk 
 then you can use java-config to choose  which one you want.  You can 
 emerge jikes to get just a compiler. For gcj, you need to remerge gcc 
 with USE=gcj enabled.  Almost any one of these compilers should work.
 
 Zac
 -- 
 gentoo-user@gentoo.org mailing list
  
  
  But I already had blackdown-jdk:
  
  mati(rojo)~$ java-config -c
  /opt/blackdown-jdk-1.4.2.02/bin/javac
  mati(rojo)~$ java-config -j
  /opt/blackdown-jdk-1.4.2.02/bin/jar
  mati(rojo)~$ java-config -O
  /opt/blackdown-jdk-1.4.2.02
  mati(rojo)~$ java-config -o
  
  Except that it seems I don't have a JRE configured. Might this be the
  problem? I have  blackdown-jre-1.4.2.01  emerged, but it doesn't appear
  at the java-config -o command.
  
  Thanks for the answer, Zac,
  Matias
  
 
 The jre isn't useful because it doesn't have the javac compiler.
 
 You should only have to run these commands:
 
 java-config -S blackdown-jdk-1.4.2.02
 source /etc/profile
 
 After that, you should have /opt/blackdown-jdk-1.4.2.02/bin in your PATH.
 
 which javac
 /opt/blackdown-jdk-1.4.2.02/bin/javac
 
 Zac

When I tried 
$ java-config -S blackdown-jdk-1.4.2.02
I got this error:
Cannot find JAVA_HOME in config file /etc/env.d/java/22javacc

So I copied the JAVA_HOME line from
/etc/env.d/java/20blackdown-jdk-1.4.2.02
and could do the 'java-config -S'.
But I still get the same problem when emerging world!

Afterwards, I tried changing the JAVA_HOME line by other things (and
doing env-update  source /etc/profile accordingly), but things don't
improve.  BTW: I already have /opt/blackdown-jdk-1.4.2.02/bin in my
PATH, it doesn't help either.

Any clues?
Thanks a lot anyway.
Matías
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] javac emerge error

2005-06-24 Thread Matias Grana
On Wed, Jun 22, 2005 at 04:29:54PM -0700, Zac Medico wrote:
 Matias Grana wrote:
  hi;
  As a result of an  'emerge -uD world',  I've run across this error while
  emerging gnu-classpath.
  
  --
  
 Unpacking source...
 Unpacking classpath-0.14.tar.gz to 
 /var/tmp/portage/gnu-classpath-0.14/work
 Source unpacked.
  
  [ snip ]
  checking for gcj... no
  checking for jikes... no
  checking for kJC... no
  checking for gcjx... no
  checking for ecj... no
  configure: cannot find javac, try --with-gcj, --with-jikes, --with-kjc, or 
  --with-gcjx
  
  !!! Please attach the config.log to your bug report:
  !!! /var/tmp/portage/gnu-classpath-0.14/work/classpath-0.14/config.log
  
  !!! ERROR: dev-java/gnu-classpath-0.14 failed.
  !!! Function econf, Line 485, Exitcode 0
  !!! econf failed
  !!! If you need support, post the topmost build error, NOT this status 
  message.
  --
  
  The file /var/tmp/portage/gnu-classpath-0.14/work/classpath-0.14/config.log
  is too large to send it to the list (of course, I can send it if needed).
  Where should I look for a hint?
  
  TIA,
  Matias
 
 
 You need a java compiler.  If you have a jdk like blackdown-jdk or sun-jdk 
 then you can use java-config to choose  which one you want.  You can emerge 
 jikes to get just a compiler. For gcj, you need to remerge gcc with USE=gcj 
 enabled.  Almost any one of these compilers should work.
 
 Zac
 -- 
 gentoo-user@gentoo.org mailing list

But I already had blackdown-jdk:

mati(rojo)~$ java-config -c
/opt/blackdown-jdk-1.4.2.02/bin/javac
mati(rojo)~$ java-config -j
/opt/blackdown-jdk-1.4.2.02/bin/jar
mati(rojo)~$ java-config -O
/opt/blackdown-jdk-1.4.2.02
mati(rojo)~$ java-config -o

Except that it seems I don't have a JRE configured. Might this be the
problem? I have  blackdown-jre-1.4.2.01  emerged, but it doesn't appear
at the java-config -o command.

Thanks for the answer, Zac,
Matias
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] javac emerge error

2005-06-22 Thread Matias Grana
hi;
As a result of an  'emerge -uD world',  I've run across this error while
emerging gnu-classpath.

--
 Unpacking source...
 Unpacking classpath-0.14.tar.gz to /var/tmp/portage/gnu-classpath-0.14/work
 Source unpacked.
[ snip ]
checking for gcj... no
checking for jikes... no
checking for kJC... no
checking for gcjx... no
checking for ecj... no
configure: cannot find javac, try --with-gcj, --with-jikes, --with-kjc, or 
--with-gcjx

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/gnu-classpath-0.14/work/classpath-0.14/config.log

!!! ERROR: dev-java/gnu-classpath-0.14 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.
--

The file /var/tmp/portage/gnu-classpath-0.14/work/classpath-0.14/config.log
is too large to send it to the list (of course, I can send it if needed).
Where should I look for a hint?

TIA,
Matias
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] gnumeric and fonts

2005-06-15 Thread Matias Grana
hi;
I'm opening an xls file with gnumeric; most of it uses Times fonts.
I get the following errors:

-
** (gnumeric:11442): WARNING **: GnomePrint: Requested Times but using
Sans (Sans Regular 14.00)

** (gnumeric:11442): WARNING **: GnomePrint: Requested Times but using
Sans (Sans Regular 10.00)

** (gnumeric:11442): WARNING **: GnomePrint: Requested Times but using
Sans (Sans Regular 10.00)

** (gnumeric:11442): WARNING **: GnomePrint: Requested Times but using
Sans (Sans Regular 16.00)
-

I can see it well on my screen. If I do a 'preview', though, I get these
errors:

-
** (gnumeric:11442): WARNING **: GnomePrint: Requested Times but using
Sans (Sans Regular 12.00)

** (gnumeric:11444): WARNING **: failed request with status 200

(gnumeric:11442): GnomePrintCupsPlugin-WARNING **: iconv does not
support ppd character encoding: ISOLatin1, trying CSISOLatin1

** (gnumeric:11447): WARNING **: failed request with status 200

** (gnumeric:11446): WARNING **: failed request with status 200
-

and nothing written appears. I mean, I see the lines and stuff, but no
words. Also, if I print it it's the same problem: no words on the page.
If I change everything to another font, say Sans, then the preview goes
well, except that I also get these errors on my console (same errors as
above):

-
** (gnumeric:11550): WARNING **: failed request with status 200

(gnumeric:11548): GnomePrintCupsPlugin-WARNING **: iconv does not
support ppd character encoding: ISOLatin1, trying CSISOLatin1

** (gnumeric:11553): WARNING **: failed request with status 200

** (gnumeric:11552): WARNING **: failed request with status 200
-

Any idea how can I use Times?

TIA,
Matias
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SPAM trouble

2005-06-06 Thread Matias Grana
hi,
It doesn't look like sa-learn will be of help, given that the email body
is empty. I'd try to give by hand a lower score to X_MESSAGE_INFO, which
seems to be the main problem here. You can pay a look to
http://spamassassin.apache.org/tests_3_0_x.html
You'll find how to change the score at the beginning of the page.

Also, you can instruct procmail to deliver email coming from that
address before sending it to spamassassin.

HTH,
Matias

On Mon, Jun 06, 2005 at 04:40:07PM +0200, Patrick Marquetecken wrote:
 
  Hi,
 
  Have you tried using,
 
  sa-learn --spam --mbox ~/mail/spam
  sa-learn --ham --mbox ~/mail/inbox
 
  to make SpamAssassin more accurate? It worked fine for me. Just mark
  your daughters mail as ham and SpamAssassin should leave it alone.
 
  Simon
 I'm using sa-learn only for spam, because it has only one line i never
 tought about ham, wil give it a try.
 
 Patrick
 
 
  On Mon, 2005-06-06 at 15:13 +0200, Patrick Marquetecken wrote:
  Hi,
 
  I have activated on my home server spamassin with rules only on server
  level not on users level.
  Now my daughter sends from school with her hotmail address emails at
  home
  with her school work, itÿs always an empty body (only a fixed hotmail
  line, see content preview) and MS word attachments.
  Everytime its spam, so I have put her address to the white list but this
  does not help.
  How can i avoid that her emails are getting tagged as spam.
  Patrick
 
  Content preview:  Bescherm je Inbox: Phishing - hoe te herkennen,
rapporteren en voorkomen [...]
 
  Content analysis details:   (7.7 points, 5.0 required)
 
   pts rule name  description
   --
  --
   4.2 X_MESSAGE_INFO Bulk email fingerprint (X-Message-Info)
  found
   0.0 HTML_60_70 BODY: Bericht is 60% tot 70% HTML
   0.0 HTML_MESSAGE   BODY: HTML opgenomen in het bericht
   1.2 MIME_HTML_ONLY BODY: Bericht bestaat enkel uit text/html
  MIME
  delen
   1.6 MISSING_SUBJECTMissing Subject: header
   0.0 MSGID_FROM_MTA_HEADER  Message-Id was door een relay toegevoegd
   0.1 MIME_BOUND_NEXTPARTSpam tool patroon in MIME grens
   0.7 AWLAWL: From: address is in the auto white-list
-- 
gentoo-user@gentoo.org mailing list