Re: [gentoo-user] Re: Real time video streaming (was: Help playing simultaneously splitted videos (sort of))

2007-05-16 Thread Javier Krausbeck
On Monday 14 May 2007, Boyd Stephen Smith Jr. wrote:

 simultaneously splitted videos (sort of))':

   mkfifo f1
   mkfifo f2
   mkfifo f3
   mplayer  whatever_options_you_want_and_make_it_write_to_stdout  | tee
   f1

   | tee f2 f3

   Just one caveat, mplayer does not do output to stdout,

  So use another fifo.

 To elaborate:

 mkfifo queue
 mkfifo vo1
 mkfifo vo2
 mkfifo vo3
 mplayer lots_of_options_and_write_output_to queue 
 tee vo1  queue | tee vo2  vo3 

 or similar.

I'm sorry to say that it just doesn't work.
There's no way of getting two reads from the initial fifo mplayer creates.

I'm trying to find the kernel patch that makes FIFOs readable in parallel by 
several processes. But, damn it, I can't find it right now.


-- 
Javier Krausbeck [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Help playing simultaneously splitted videos (sort of)

2007-05-13 Thread Javier Krausbeck
Hi there,

I've been asked something strange. I have to take a video input and split it 
in three parts, sending it to three outputs simultaneously.

The first thing I thought of was creating a pipe, sending there the video and 
trying to read from there. I did my firsts tests with mplayer, but as soon as 
I launched the second instance of the video output, the mplayer which was 
feeding the pipe exited.

Does any of you have any good idea to accomplish this in a simple and elegant 
way?

Probably I should be focusing more on the capturing more than doing this 
rubbish tests, nonetheless, since I still don't have any hardware to do 
anything proper, any feedback will be wellcome ;)


-- 
Javier Krausbeck [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] Real time video streaming (was: Help playing simultaneously splitted videos (sort of))

2007-05-13 Thread Javier Krausbeck
On Sunday 13 May 2007, YoYo Siska wrote:

  I've been asked something strange. I have to take a video input and split
  it in three parts, sending it to three outputs simultaneously.

  The first thing I thought of was creating a pipe, sending there the video
  and trying to read from there. I did my firsts tests with mplayer, but as
  soon as I launched the second instance of the video output, the mplayer
  which was feeding the pipe exited.

  Does any of you have any good idea to accomplish this in a simple and
  elegant way?

 just expanding your idea with pipes:

 mkfifo f1
 mkfifo f2
 mkfifo f3
 mplayer  whatever_options_you_want_and_make_it_write_to_stdout  | tee f1

 | tee f2 f3

 and then reading from f1, f2, f3 doesn't do the thing you want ?

Just one caveat, mplayer does not do output to stdout, you only have the 
option of using yuv4mpeg as video out, which means a pipe. I tried catting 
this first pipe to multiple ones, but as I guessed, it didn't work.

Anyway, the more I think about it, the less I like it. Let's say it it's not 
elegant at all. Much less nice. I think the best way would be streaming the 
video and do various reads of it, showing different parts of the video on 
each of the clients.

So far I only know of vlc. Is there any other software which can do streaming 
of video only (I don't need sound) to multiple clients (on the same machine)?

Besides, I don't need it to travel multiple routers or anything like that.
My only constraint is that it has to be real time, all the clients need to 
synchronized.


-- 
Javier Krausbeck [EMAIL PROTECTED]
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Encrypting a file containing confidential info

2006-11-12 Thread Javier

  I'm using this :
 
  http://dev.gentoo.org/~agriffis/userpass/


I'm using KeePassX [1] to store my passwords and my private keys. This
is a gpl application with a windows version to use at work =) I think
keepassx is by far the best application to store passwords and
personal files I've found. I also found upm [2] but it  seems to be
with no mantainer


Best regards,
Javier

[1] http://keepassx.sf.net
[2] http://upm.sf.net
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] CVS Server

2006-09-06 Thread Javier Merino
Hello again!!I have tested my cvs server with ssh and it works ok. I don't know why it doesn't work with pserver, but I really don't mind because I'm gonna use ssh.Thanks for all.Best regards.
2006/9/5, Richard Fish [EMAIL PROTECTED]:
On 9/5/06, Javier Merino [EMAIL PROTECTED] wrote: I'm running cvsd 1.0.7 and cvs 1.12.12-r2.It looks like the Gentoo version of cvsd has fallen significantly
behind the upstream version.However, my understanding is that cvsdjust basically forces a chroot of the cvs server, so this may or maynot be an issue.Have you tried it without cvsd...just using the default cvs [p]server setup [1]?
-Richard[1] http://ximbiot.com/cvs/manual/cvs-1.12.13/cvs_2.html#SEC26--gentoo-user@gentoo.org
 mailing list


[gentoo-user] CVS Server

2006-09-05 Thread Javier Merino
Hi all!!!I'm newbie with Gentoo and I'm trying to install a CVS server.I have followed all the steps detailed in
http://gentoo-wiki.com/HOWTO_CVS_Serverand I can login and logout successfully, but when I try to import a newmodule or to checkout something, I get the next error:cvs [import aborted]: could not get working directory: Function not implemented
If I run cvs with -t, I get  - main: Session ID is 3d044fd8f094567 - main loop with CVSROOT=/root - open_connection_to_server (:pserver:cvs:[EMAIL PROTECTED]:/root) - Connecting to localhost(
127.0.0.1):2401. - Sending file `prueba.c' to servercvs import: warning: unrecognized response `S - serve_directory (.)' from cvs servercvs import: warning: unrecognized response `S - dirswitch (., /root/prueba)' from cvs server
cvs import: warning: unrecognized response `S - do_cvs_command (import)' from cvs servercvs import: warning: unrecognized response `S - server_notify()' from cvs servercvs [import aborted]: could not get working directory: Function not implemented
S - Parse_Info (/root/CVSROOT/verifymsg, prueba, not ALL)S - safe_location( where=(null) )S - Lock_Cleanup()S - Simple_Lock_Cleanup()S - server_cleanup() - close_connection_to_server ()
I hava added a user cvs with the same as password.I'm running cvsd 1.0.7 and cvs 1.12.12-r2.Please, help me!Thanks in advance.



[gentoo-user] Howto Encrypt a USB-key [gentoo-windows]

2006-07-24 Thread Javier

Hi there,

now I'm working on some projects and I store all files in a usb key. I
have the necessity of encrypt the data. The problem is this data have
to be accessible from windows workstations and linux workstations. In
the windows workstations there is no problem of installing things as
admin but in the linux machine I have no root access.

I only have found a solution but is very ugly, encrypt each file using
gpg. There is a better choice?

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



Re: [gentoo-user] wireless wierd behaviour

2006-07-14 Thread Javier

Hi Fernando,

with this driver the first step is doing a ifconfig ethX up before
any wireless related configuration.

Example:
ifconfig ethX up
iwconfig ethX channel Y
iwconfig ethX essid any

And after this steps you have to be associated and you can set your
ip-related settings.

Did you do by this way?

Regards,
Javi
--
gentoo-user@gentoo.org mailing list



[gentoo-user] booting with an lvm2 root. How do I make a working initrd?

2006-06-23 Thread Javier Ubillos

Hi.

I'm trying to get my gentoo isntallation to work, but I'm just ending up 
pulling my hair out.


The setup I'm going for is a single disk, with two partitions

One 100MB partition for /boot
and the rest of the disk (~120GB) for LVM

I've used the standard gentoo installation handbook + Gentoo LVM2 
installation http://www.gentoo.org/doc/en/lvm2.xml + gentoo wiki 
HOWTO Install Gentoo on an LVM2 root partition 
http://gentoo-wiki.com/HOWTO_Install_Gentoo_on_an_LVM2_root_partition#Make_your_initrd

and some random googeling

From what I gather, I need an initrd image to boot with, so that it can 
load neccecary modules to be able to read the logical volumes.

I don't want to use genkernel, but I still want it to work.
The entry in the gentoo wiki is inkomplete (the links to the precompiled 
binaries are broken)


when I try to run
mkinitrd --preload md_mod --with=md_mod initrd-2.6.16-gentoo-r9 
2.6.16-gentoo-r9

I allways get
no temporary directory could be found
(I'm runniing this from the live cd)

In conclusion:
how do I get/make a working initrd so I can boot with my lvm2 root?
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Reading ~/.xsession file

2006-06-17 Thread Javier

Hi there,
have you tried using ~/.xinitrc?

Regards,
Javi
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Fotos

2006-05-30 Thread Javier

Yes, it's catalan. Here is the translation.. but it's a messageto other people.

begin translation
Guys

this has a good look... to share photos quickly..

maybe we would test to see if it's ok, don't you? a new way to have
the photos updated... are Edgar or Pau volunteers? I don't see Jordi
investigating, and the fat is the busiest man, but if we give them all
done, maybe they benn encouraged and they will install this program.

But caution! it says it share ALL the photos... included the porn ones :-)

http://picasa.google.com/

Best Regards
/end translation

Maybe this translation has some mistakes but this is my fault.

Best Regards,
Javi
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-ppc-user] install gentoo in mac powerpc 7300/200

2006-05-27 Thread Javier

Buenas,
intenta ejecutar un mac-fdisk -l para ver que discos tienes.
Seguramente no sea /dev/sda (eso es para scsi). Prueba con /dev/hda.

Saludos

On 27/05/06, Dpto. Sistemas - Fyg Publicitarios [EMAIL PROTECTED] wrote:

Hello pls any talk spanish?

Buenas tardes , tengo una mac powerpc 7300/200 estoy tratando de instalar
gentoo con el cd universal 2006, bootee con el Xboot pues he configurado mi
red todo ok hasta ahi, despues de eso deseo crear mis particiones con
mac-fdisk pero tengo un error a la hora de crear , aca les muestro:

livecd root# mac-fdisk
command (? for help):c
No partition map exists

alguien me puede ayudar a crear mi mapa de particiones? tengo un disco duro
de 3 gb libres scsi

cuando digito
 mac-fdisk /dev/sda
sale el siguiente error :

mac-fdisk can't open file´/dev/sda´ (no such file or directory)
livecd root#


Muchas gracias por su ayuda


 --
Jorge Rebaza Torres
Departamento de Sistemas

Fyg Publicitarios Sac
2010220
(511) 242-7735

Miraflores - Peru


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



Re: [gentoo-ppc-user] install gentoo in mac powerpc 7300/200

2006-05-27 Thread Javier

Ais, siento el error, si que tienes disco scsi, prueba a hacer el
listado con mac-fdisk -l  aver si reconoces tú disco.

Saludos

On 27/05/06, Javier [EMAIL PROTECTED] wrote:

Buenas,
intenta ejecutar un mac-fdisk -l para ver que discos tienes.
Seguramente no sea /dev/sda (eso es para scsi). Prueba con /dev/hda.

Saludos

On 27/05/06, Dpto. Sistemas - Fyg Publicitarios [EMAIL PROTECTED] wrote:
 Hello pls any talk spanish?

 Buenas tardes , tengo una mac powerpc 7300/200 estoy tratando de instalar
 gentoo con el cd universal 2006, bootee con el Xboot pues he configurado mi
 red todo ok hasta ahi, despues de eso deseo crear mis particiones con
 mac-fdisk pero tengo un error a la hora de crear , aca les muestro:

 livecd root# mac-fdisk
 command (? for help):c
 No partition map exists

 alguien me puede ayudar a crear mi mapa de particiones? tengo un disco duro
 de 3 gb libres scsi

 cuando digito
  mac-fdisk /dev/sda
 sale el siguiente error :

 mac-fdisk can't open file´/dev/sda´ (no such file or directory)
 livecd root#


 Muchas gracias por su ayuda


  --
 Jorge Rebaza Torres
 Departamento de Sistemas

 Fyg Publicitarios Sac
 2010220
 (511) 242-7735

 Miraflores - Peru



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



Re: [gentoo-ppc-user] Messed up fstab and /dev

2006-05-10 Thread Javier

Have you tried using /dev/hdc (or similar)?

Best regards,
Javi

On 5/10/06, Mark M. Hart [EMAIL PROTECTED] wrote:




I don't know what I did, but I messed up fstab and /dev/cdrom.  Fstab used
to have an entry /dev/cdrom /mnt/cdrom auto noauto,user 0 0.  It now reads
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0.  I can't mount a cdrom
with it because there is no /dev/cdroms directory in /dev.  I can't go back
to mounting /dev/cdrom /mnt/cdrom because I get the error:  mount:
/mnt/cdrom is not a block device.



All help greatly appreciated!



Mark M. Hart


--
 Internal Virus Database is out-of-date.
 Checked by AVG Free Edition.
 Version: 7.1.385 / Virus Database: 268.5.1/328 - Release Date: 5/1/2006



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



Re: [gentoo-user] Only one processor ?

2006-03-28 Thread Javier Payno
Hi

El Martes, 28 de Marzo de 2006 15:18, Keats escribió:
 Hi,
 on a recent gentoo installation,
 i ve noticed that i have only one of my processor detected...
 i have dual xeon ht so i should have 4 processors detected but i only

Have you activated the ht at the system bios??

regards
-- 
Javier Payno

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SATA+GRUB not able to boot

2006-02-27 Thread Javier Payno
El Lunes, 27 de Febrero de 2006 16:52, Muthu escribió:
  is your sata support compiled in as modules or into the kernel?

 sata support is compiled in to the kernel. It is detecting as SCSI
 drive. I could access the disk.

At the boot while rub is runing the kernel isn't loaded on the system, the 
kernel module and the support for grub are different.

Look for the supoort of your sata chipset on grub homepage or something like 
this, or you can try to boot the kernel from a /boot partition in a IDE disk 
and then mount the / from the SATA drive when the kernel give you support

Regards
-- 
Javier Payno

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] trying KDE (cvs repositories)

2006-02-14 Thread jose javier parra sanchez
cervisia for cvskdesvn for subversion.2006/2/14, Iain Buchanan [EMAIL PROTECTED]:
Hi all KDE lovers,Is there a way to use some sort of graphical CVS plugin for konqueror?Or any program other than tkcvs?My main gripe with tkcvs is every time I select remove from archive,
it deletes the file locally as well!!Luckily I have backups!But it would be nice to use cvs actions (checkin, update, etc) fromkonqueror.Googling is useless in this case, as all the results for cvs just point
me to cvs versions of kde apps...thanks,--Iain Buchanan iain at netspace dot net dot auIf this were Ada, I suppose we'd just constant fold 1/0 intodie Illegal division by zero
 -- Larry Wall in [EMAIL PROTECTED]--gentoo-user@gentoo.org mailing list



Re: [gentoo-user] kmail delete problem

2006-01-31 Thread Javier Payno
Hi

Have you read this thread? [gentoo-user] Duplicate mouse clicks??

El Martes, 31 de Enero de 2006 11:20, Paul escribió:
 Hi all,
 I am using kmail version 1.8.3 using KDE 3.4.3 and am experiencing multiple
 deletes. I click on the waste bin icon to delete the current read message
 and read the next one.  Sometime I miss reading a message because 2 have
 been deleted instead of 1.  This happens quite often, also sometimes when I
 select a message to read a duplicate copy appears in a new window.
 Is anybody else having this sort of problem?
 Has anybody been able to fix this?
 Any help would be appreciated.
 Paul
 --
 This message has been sent using kmail with gentoo linux

Re: [gentoo-user] Duplicate mouse clicks??(nearly resolved)
De: 
Paul [EMAIL PROTECTED]  (appjaws)
  Para: 
gentoo-user@lists.gentoo.org
  Fecha: 
Jueves 16:44:45
   
On Thursday 26 Jan 2006 12:58, Richard Fish wrote:
 On 1/26/06, Paul [EMAIL PROTECTED] wrote:
  I am going to try a PS2 mouse at least it might help isolate the problem

 You can also try running xev, and try some clicking in the xev window,
 which will show you want events X is generating to the clients.  If
 you see something like two button down or button up events, that could
 account for your double clicking.

I think I might have solved this problem. I have changed the xorg.conf mouse 
protocol from auto to PS/2.  The mouse is still connected to a USB port 
and now appears to work correctly.
How strange, perhaps Peter and Dale could try this and see if it solves their 
problem as well.

Ho wait my mouse wheel isn't working now - back to the drawing board

Paul
-- 
Javier Payno

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] PostgreSQL with unknown message to starting

2005-10-08 Thread Javier Uribe
hi people.

I have compile PostgreSQL satisfactorily,  my doubt is when starting, it 
appears the next message

highwaystar ~ # /etc/init.d/postgresql start
 * Starting PostgreSQL ...
su: Authentication service cannot retrieve authentication info.
(Ignored)   [ ok ]

any ideas?
it can be by change to the user postgres?

Best Regards
-- 
Javier Uribe
juribe at linuxchile dot cl 
Gentoo GNU/Linux User
jabber ID: [EMAIL PROTECTED]
Old at heart but I'm only 28  And I'm much too young 
 To let love break my heart 
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] /var/db/pkg deleted

2005-10-01 Thread Javier Uribe
hi people
 I have a problem,  i have deleted db of packages installed (/var/db/pkg)
 and I need to know if it is possible to recuper it with a command.

best regards.

-- 
Javier Uribe
Puerto Montt - Chile
juribe at linuxchile dot cl

Old at heart but I'm only 28 
And I'm much too young To let love break my heart...
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /var/db/pkg deleted

2005-10-01 Thread Javier Uribe
El Sáb 01 Oct 2005 21:06, Yoandy Rodriguez escribió:
 Try this http://gentooexperimental.org/script/repo/show/28
Thanks

solved :D

-- 
Javier Uribe
Puerto Montt - Chile
juribe at linuxchile dot cl

Old at heart but I'm only 28 
And I'm much too young To let love break my heart...

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] portage - xcdroast

2005-09-06 Thread Javier Uribe
El Mar 06 Sep 2005 01:02, Nick Rout escribió:
 On Mon, 2005-09-05 at 19:06 -0400, John Dangler wrote:
  Anyone know why the xcdroast was taken off the mirrors?
  There is a bug entered regarding xcdroast not being able to be downloaded
  (which I got when I did emerge xcdroast).
  It seems that the only reason for it not being there is either because
  there's something _really_ wrong with it.
 
  Or, does anyone have another recommendation for cd/dvd graphical frontend
  in gnome?

 Does nautilus do it? I notice eix nautilus returns (among others):

 gnome-extra/nautilus-cd-burner
  Available versions:  2.10.0 2.10.1 ~2.10.1-r1[2]  2.10.2
 ~2.10.2-r1[2]  [M]2.11.7
  Installed:   2.10.1
  Homepage:http://www.gnome.org/
  Description: CD and DVD writer plugin for Nautilus

  John D

 --
 Nick Rout [EMAIL PROTECTED]

gnomebaker

* emerge --sync
* ACCEPT_KEYWORDS=~x86 emerge gnomebaker

enjoy! and greetings



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Default compiler

2005-08-16 Thread Javier Uribe
El Mar 16 Ago 2005 03:50, Nagatoro escribió:
 Hi,

 a small question: what's the default (or recommended) compiler for
 Gentoo now? I use gcc-3.3 but at least one program must have gcc-3.4 and
 I'm getting tired of changing all the time. But (don't ask why :)) I've
 gotten the impression that gcc-3.4 is the standard now.

 --
 Naga


gcc 3.3.X is a compiler by default on gentoo, but also you can use the 3.4 
without problems 


http://gentoo-wiki.com/HOWTO_Migrate_to_GCC_3.4


greetings

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] install from stage1: why gcc-3.3.6?

2005-08-01 Thread Javier Uribe
El Mar 02 Ago 2005 00:25, Qiangning Hong escribió:
 On 8/2/05, Craig Duncan [EMAIL PROTECTED] wrote:
  Qiangning Hong wrote:
  The gcc version on livecd (2004.3) is 3.3.x, but I want use
  -march=pentium-m in my CFLAGS and gcc 3.3.x doesn't support it.  So I
  add the following line in /etc/portage/package.keywords:
  
  sys-devel/gcc ~x86
  
  gcc-3.3.6?  I don't need it! I have gcc-3.4.4 unmasked!
 
  No, package.keywords is architecture specific, to unmask a package, add
  it to /etc/portage/package.unmask.

 I thought there is a kind of mask named mask by KEYWORDS :)

 Well, whatever, I add =sys-devel/gcc-3.4.4 to
 /etc/portage/packae.unmask and find that gcc-3.3.6 still is to be
 emerged:

 # emerge -ept system | grep gcc
 [ebuild N] sys-devel/gcc-3.3.6
 [ebuild N] sys-devel/gcc-3.4.4
 [ebuild N]  sys-devel/gcc-config-1.3.11-r4

 And from the tree output, I find that gcc-3.4.4 is listed as a
 dependence of gcc-3.3.6.  ???

 What further I need to do to get rid of installing gcc-3.3.6 in my system?


 --
 Qiangning Hong

 I'm usually annoyed by IDEs because, for instance, they don't use VIM
 as an editor. Since I'm hooked to that, all IDEs I've used so far have
 failed to impress me.
-- Sybren Stuvel @ c.l.python

 Get Firefox!
 http://www.spreadfirefox.com/?q=affiliatesamp;id=67907amp;t=1

Hi.
you do this

echo sys-devel/gcc ~x86  /etc/portage/package.keywords
echo sys-libs/glibc ~x86  /etc/portage/package.keywords
echo sys-libs/libstdc++-v3 ~x86  /etc/portage/package.keywords 
echo sys-devel/gcc-config ~x86  /etc/portage/package.keywords


and ready




-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] install from stage1: why gcc-3.3.6?

2005-08-01 Thread Javier Uribe
El Mar 02 Ago 2005 01:13, Qiangning Hong escribió:
 Doesn't work.  gcc-3.3.6 is still in the emerge list.

GCC 3.3.X is necessary to compile GCC 3.4.
it follows with confidence

greetings

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] cannot emerge iptraf

2005-07-19 Thread Javier Uribe
Hi,

 yes, cannot install iptraf in my system

the code error is:

 md5 files   ;-) iptraf-2.7.0-r1.ebuild
 md5 files   ;-) files/digest-iptraf-2.7.0-r1
 md5 files   ;-) files/iptraf-2.7.0-atheros.patch
 md5 src_uri ;-) iptraf-2.7.0.tar.gz
 md5 src_uri ;-) iptraf-2.7.0-ipv6-alpha11.diff
 Unpacking source...
 Unpacking iptraf-2.7.0.tar.gz
to /var/tmp/portage/iptraf-2.7.0-r1/work
 * Applying iptraf-2.7.0-atheros.patch ...
[ ok ]
 * Applying iptraf-2.7.0-ipv6-alpha11.diff ...
[ ok ]
 Source unpacked.
rm -f *.o *~ core iptraf rvnamed rawtime cfconv
make -C ../support clean
make[1]: Entering directory
`/var/tmp/portage/iptraf-2.7.0-r1/work/iptraf-2.7.0/supp
ort'
rm -rf *.o *~ libtextbox.a libtextbox.so
make[1]: Leaving directory
`/var/tmp/portage/iptraf-2.7.0-r1/work/iptraf-2.7.0/suppo
rt'
gcc -march=athlon-xp -O2 -fomit-frame-pointer -ffast-math -pipe -m3dnow
-msse -mmmx-mfpmath=sse
-DWORKDIR=\/var/lib/iptraf\ -DLOGDIR=\/var/log/iptraf\ -DEXECDIR=
\   /usr/sbin\
-I/usr/include/ncurses -I../support -DVERSION=\2.7.0\ -DPLATFORM=\Lin
ux/i386\ -c -o iptraf.o iptraf.c
In file included from tcptable.h:27,
 from iptraf.c:54:
/usr/include/net/if.h:45: error: error de decodificación antes de una
constante numé   rica
/usr/include/net/if.h:111: error: redefinición de `struct ifmap'
/usr/include/net/if.h:126: error: redefinición de `struct ifreq'
/usr/include/net/if.h:176: error: redefinición de `struct ifconf'
make: *** [iptraf.o] Error 1

!!! ERROR: net-analyzer/iptraf-2.7.0-r1 failed.
!!! Function src_compile, Line 34, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status
message.

what the hell happen?

I use gcc 3.4.4

my CFLAG and CXXFLAG: 
CFLAGS=-march=athlon-xp -O2 -fomit-frame-pointer -ffast-math -pipe
-m3dnow -msse -mmmx -mfpmath=sse

CXXFLAGS=-march=athlon-xp -O3 -fomit-frame-pointer -ffast-math -pipe
-m3dnow -msse -mmmx -mfpmath=sse





-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mplayer is blue!

2005-07-11 Thread Javier Uribe
El lun, 11-07-2005 a las 16:13 +1200, Nick Rout escribió:
 what happens when you use mplayer (as opposed to gmplayer)?
 
 
 On Sun, 10 Jul 2005 16:02:50 -0500
 Michael Sullivan wrote:
 
  My gmplayer screen (using the X11/Xv video driver (which is the only
  driver that provides adequate full-screen performance)) is showing blue.
  The movie's sound comes through, but no picture - just that blue screen.
  I seem to remember someone had this same problem several months ago, but
  I cannot seem to find the thread in the archives at gmane.org.  Can
  anyone help me?
  
  -- 
  gentoo-user@gentoo.org mailing list
 
 -- 
 Nick Rout
 

I had a similar problem, but rebuild mplayer whit using next USE
variable

3dnow 3dnowext alsa avi divx4linux directfb encode gif gtk ipv6 jpeg
mad mpeg mmx mmxext nls nvidia oggvorbis opengl oss png real sdl sse
truetype X xmms xv

my problems were solved

greetings
 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Ati Linux Proprietary Driver

2005-07-05 Thread Javier Villavicencio

Holly Bostick wrote:
[big snip]

Holly


Well said.
--
gentoo-user@gentoo.org mailing list