[gentoo-user] Emerge gramps-3.1.2 fails

2009-09-18 Thread Jim Cunning
Trying to emerge gramps-3.1.2 fails with the following error:
===
checking for sh... /bin/sh  
 
checking Python bindings for gtk 2.10 (pygtk2=2.10.0)... configure: error: 
 

 The python bindings for gtk 2.10 (pygtk2=2.10.0) could not be found.

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/app-misc/gramps-3.1.2/work/gramps-3.1.2/config.log
 * 
 * ERROR: app-misc/gramps-3.1.2 failed.
 * Call stack: 
 *   ebuild.sh, line   49:  Called src_configure   
 * environment, line 3604:  Called gnome2_src_configure
 * environment, line 2451:  Called econf '--disable-mime-install'
 *   ebuild.sh, line  534:  Called die   
 * The specific snippet of code: 
 *  die econf failed   
 *  The die message: 
 *   econf failed
 *   
 * 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/app-
misc/gramps-3.1.2/temp/build.log'.  
  
 * The ebuild environment file is located at '/var/tmp/portage/app-
misc/gramps-3.1.2/temp/environment'.
   
 *

 Failed to emerge app-misc/gramps-3.1.2, Log file:

  '/var/tmp/portage/app-misc/gramps-3.1.2/temp/build.log'
=

and yet, pygtk seems to be installed:

jlc64 ~ # eix -I pygtk
[D] dev-python/pygtk
 Available versions:  (2)  2.12.1-r2 2.14.1
{X doc examples}
 Installed versions:  2.14.1-r1(2)(23:46:21 09/17/09)(X -doc -examples)
 Homepage:http://www.pygtk.org/
 Description: GTK+2 bindings for Python

Any suggestions how to resolve this?
-- 
Jim


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Information request: root directory not listed by df

2009-09-18 Thread Stroller


On 18 Sep 2009, at 00:20, Alan E. Davis wrote:

However, df doesn't list /dev/sda4.


Is it mounted?

$ df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/sda6  99G   27G   67G  29% /
udev   10M  152K  9.9M   2% /dev
/dev/sdb1 917G  285G  632G  32% /mnt/space
shm   758M 0  758M   0% /dev/shm
$ sudo mount -v /boot/
/dev/sda1 on /boot type ext2 (rw,noatime)
$ df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/sda6  99G   27G   67G  29% /
udev   10M  152K  9.9M   2% /dev
/dev/sdb1 917G  285G  632G  32% /mnt/space
shm   758M 0  758M   0% /dev/shm
/dev/sda1  54M   11M   40M  22% /boot
$


  The following are listed by df:

  rootfs 9780176   8060012   1223356   
87% /
  /dev/root  9780176   8060012   1223356   
87% /


Is this really the full output of df?

I advise against posting truncated or edited console output. Myself, I  
have made simple  obvious mistakes many times, but these are often  
easily corrected by readers because I post full  complete wossisname.  
You may be of unimpeachable competence  correctness, but when one  
sees only snippets of what's going on some doubt must remain that  
something of significance is being concealed.


Stroller.




[gentoo-user] Skipping interactive emerges

2009-09-18 Thread Neil Bothwick
There's got ot be an easy answer to this, but I've looked in the portage,
emerge and make.conf man pages to no avail. Is it possible to have
emerge skip interactive ebuilds during a world update?


-- 
Neil Bothwick

Q-Tip: When an omnipotent alien gives you advice.


signature.asc
Description: PGP signature


Re: [gentoo-user] Skipping interactive emerges

2009-09-18 Thread Arttu V.
On 9/18/09, Neil Bothwick n...@digimed.co.uk wrote:
 There's got ot be an easy answer to this, but I've looked in the portage,
 emerge and make.conf man pages to no avail. Is it possible to have
 emerge skip interactive ebuilds during a world update?

portage man-page seems to be outdated (missing the info).

Deny interactivity (e.g., in make.conf):

ACCEPT_PROPERTIES=-interactive

Then try to emerge something interactive:

!!! All ebuilds that could satisfy games-fps/enemy-territory have been masked.
!!! One of the following masked packages is required to complete your request:
- games-fps/enemy-territory-2.60b (masked by: interactive properties)

I believe the source of this feature is this bug:

http://bugs.gentoo.org/151113

Naturally, I'm running 2.2rc-series portage, so 2.1 might not have it.

-- 
Arttu V.



Re: [gentoo-user] Skipping interactive emerges

2009-09-18 Thread Neil Bothwick
On Fri, 18 Sep 2009 12:35:39 +0300, Arttu V. wrote:

 eny interactivity (e.g., in make.conf):
 
 ACCEPT_PROPERTIES=-interactive
 
 Then try to emerge something interactive:

I just tried that, and instead of skipping the upgrades, it wanted to
download several packages to a much older version :(

 Naturally, I'm running 2.2rc-series portage, so 2.1 might not have it.

I do, this is a ~amd64 system.


-- 
Neil Bothwick

Few women admit their age. Few men act theirs.


signature.asc
Description: PGP signature


Re: [gentoo-user] Emerge gramps-3.1.2 fails

2009-09-18 Thread Arttu V.
On 9/18/09, Jim Cunning jcunn...@cunning.ods.org wrote:
 Trying to emerge gramps-3.1.2 fails with the following error:
 ===
 checking for sh... /bin/sh

 checking Python bindings for gtk 2.10 (pygtk2=2.10.0)... configure: error:


  The python bindings for gtk 2.10 (pygtk2=2.10.0) could not be found.

 !!! Please attach the following file when seeking support:
 !!! /var/tmp/portage/app-misc/gramps-3.1.2/work/gramps-3.1.2/config.log

You should attach config.log, or at a minimum the spot in there where
configure tries to find gtk and pygtk. Without that info it's very
hard to limit the things that could be broken.

-- 
Arttu V.



Re: [gentoo-user] Skipping interactive emerges

2009-09-18 Thread Arttu V.
On 9/18/09, Neil Bothwick n...@digimed.co.uk wrote:
 On Fri, 18 Sep 2009 12:35:39 +0300, Arttu V. wrote:

 eny interactivity (e.g., in make.conf):

 ACCEPT_PROPERTIES=-interactive

 Then try to emerge something interactive:

 I just tried that, and instead of skipping the upgrades, it wanted to
 download several packages to a much older version :(

O.o

Care to share some of the packages causing this? Maybe some packages
have interactivity marked only in their later versions, and others
have it in their earlier ones?

As the feature is not advertised on the portage man-page it could also
be that it is still exceptionally buggy or non-functional somehow (but
the bug was closed ...) ... and also, maybe there is another way to do
this? This was the first one I found.

 Naturally, I'm running 2.2rc-series portage, so 2.1 might not have it.

 I do, this is a ~amd64 system.

Ok, the box I tried that on was a mostly stable amd64, with only some
end-user programs and libs (like mozilla-firefox and xulrunner) on
testing. And naturally portage-2.2rc40, as you couldn't get kde4
without it the other year.

-- 
Arttu V.



[gentoo-user] connecting phone (sonyericsson c702) as mass storage device: one works, not the other

2009-09-18 Thread Erik
I have a strange problem when trying to connect a telephone
(SonyEricsspm C702) as a mass storage device.I have 2 such telephones,
let us call them Black and Green.

I could always connect Black. KDE showed that it had detected the device
and offered to open system:/media/sdb1 (the memory card) and
system:/media/sda1 (the builtin memory).

But with Green, I never get any popup in KDE.

On a work computer (with Microsoft Windows XP), the telephones behave
identically; they work.

I use Linux 2.6.30-gentoo-r6. I attach some output from
/var/log/messages for the 2 telephones:
Sep 18 12:13:14 tor usb 4-1: new high speed USB device using ehci_hcd and 
address 11
Sep 18 12:13:15 tor usb 4-1: configuration #2 chosen from 1 choice
Sep 18 12:13:15 tor scsi9 : SCSI emulation for USB Mass Storage devices
Sep 18 12:13:15 tor usb-storage: device found at 11
Sep 18 12:13:15 tor usb-storage: waiting for device to settle before scanning
Sep 18 12:13:20 tor scsi 9:0:0:0: Direct-Access Sony Eri Memory Stick   
 0 PQ: 0 ANSI: 0
Sep 18 12:13:20 tor sd 9:0:0:0: Attached scsi generic sg0 type 0
Sep 18 12:13:20 tor scsi 9:0:0:1: Direct-Access Sony Eri Memory Stick   
 0 PQ: 0 ANSI: 0
Sep 18 12:13:20 tor sd 9:0:0:1: Attached scsi generic sg1 type 0
Sep 18 12:13:20 tor sd 9:0:0:0: [sda] Attached SCSI removable disk
Sep 18 12:13:20 tor usb-storage: device scan complete
Sep 18 12:13:20 tor sd 9:0:0:1: [sdb] Attached SCSI removable disk
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] 368401 512-byte hardware sectors: (188 
MB/179 MiB)
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] 7815169 512-byte hardware sectors: (4.00 
GB/3.72 GiB)
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] Test WP failed, assume Write Enabled
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] Assuming drive cache: write through
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] Test WP failed, assume Write Enabled
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] Assuming drive cache: write through
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] Test WP failed, assume Write Enabled
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] Assuming drive cache: write through
Sep 18 12:13:27 tor sda:4sd 9:0:0:1: [sdb] Test WP failed, assume Write 
Enabled
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] Assuming drive cache: write through
Sep 18 12:13:27 tor sdb: sda1
Sep 18 12:13:27 tor sdb1
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] Unhandled sense code
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x08
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] Sense Key : 0x3 [current]
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] ASC=0x14 ASCQ=0x0
Sep 18 12:13:27 tor end_request: I/O error, dev sda, sector 368400
Sep 18 12:13:27 tor Buffer I/O error on device sda, logical block 368400
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] Unhandled sense code
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] Result: hostbyte=0x00 driverbyte=0x08
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] Sense Key : 0x3 [current]
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] ASC=0x14 ASCQ=0x0
Sep 18 12:13:27 tor end_request: I/O error, dev sdb, sector 7815168
Sep 18 12:13:27 tor Buffer I/O error on device sdb, logical block 7815168
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] Unhandled sense code
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x08
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] Sense Key : 0x3 [current]
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] ASC=0x14 ASCQ=0x0
Sep 18 12:13:27 tor end_request: I/O error, dev sda, sector 368400
Sep 18 12:13:27 tor Buffer I/O error on device sda, logical block 368400
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] Sense Key : 0x0 [current]
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] ASC=0x0 ASCQ=0x0
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] Unhandled sense code
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] Result: hostbyte=0x00 driverbyte=0x08
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] Sense Key : 0x3 [current]
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] ASC=0x14 ASCQ=0x0
Sep 18 12:13:27 tor end_request: I/O error, dev sdb, sector 7815168
Sep 18 12:13:27 tor Buffer I/O error on device sdb, logical block 7815168
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] Sense Key : 0x0 [current]
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] ASC=0x0 ASCQ=0x0
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] Unhandled sense code
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x08
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] Sense Key : 0x3 [current]
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] ASC=0x14 ASCQ=0x0
Sep 18 12:13:27 tor end_request: I/O error, dev sda, sector 368400
Sep 18 12:13:27 tor Buffer I/O error on device sda, logical block 368400
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] Unhandled sense code
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] Result: hostbyte=0x00 driverbyte=0x08
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] Sense Key : 0x3 [current]
Sep 18 12:13:27 tor sd 9:0:0:1: [sdb] ASC=0x14 ASCQ=0x0
Sep 18 12:13:27 tor end_request: I/O error, dev sdb, sector 7815168
Sep 18 12:13:27 tor Buffer I/O error on device sdb, logical block 7815168
Sep 18 12:13:27 tor sd 9:0:0:0: [sda] Unhandled sense code
Sep 18 12:13:27 tor sd 9:0:0:0: 

Re: [gentoo-user] connecting phone (sonyericsson c702) as mass storage device: one works, not the other

2009-09-18 Thread Carlos

Erik a écrit :

I have a strange problem when trying to connect a telephone
(SonyEricsspm C702) as a mass storage device.I have 2 such telephones,
let us call them Black and Green.

I could always connect Black. KDE showed that it had detected the device
and offered to open system:/media/sdb1 (the memory card) and
system:/media/sda1 (the builtin memory).

But with Green, I never get any popup in KDE.

On a work computer (with Microsoft Windows XP), the telephones behave
identically; they work.

I use Linux 2.6.30-gentoo-r6. I attach some output from
/var/log/messages for the 2 telephones:


Google result from
Sony Eri Memory Stick hostbyte=0x05 driverbyte=0x00

http://bbs.archlinux.org/viewtopic.php?pid=548343

Of course, this may not be your problem but worth comparing phone firmware.

Good luck.
Carlos



[gentoo-user] Question about a strange emerge warning

2009-09-18 Thread Massimiliano Ziccardi
Hi all.

Thanks to your support, I think I got a little bit of knowledge of how
emerge works, so I started cleaning my USE flags (I had lot of useless
stuff...).
To perform such cleaning, I started with USE=-* and than added everything I
needed.

It hasn't been very hard (but quite long :-) )to make things working: emerge
is a really cool tool.
However, I got this strange message:

 * Detected file collision(s):
 *
 *  /usr/lib/mozilla-firefox/defaults/autoconfig/prefcalls.js
 *  /usr/lib/mozilla-firefox/defaults/autoconfig/platform.js
 *
 * Searching all installed packages for file collisions...
 *
 * Press Ctrl-C to Stop
 *
 * net-libs/xulrunner-1.9.0.14
 *  /usr/lib/mozilla-firefox/defaults/autoconfig/platform.js
 *  /usr/lib/mozilla-firefox/defaults/autoconfig/prefcalls.js
 *
 * Package 'www-client/mozilla-firefox-3.0.14' NOT merged due to file
 * collisions. If necessary, refer to your elog messages for the whole
 * content of the above message.

If I understood, it seems that xulrunner and firefox package contains the
same files (prefcalls.js and platform.js) in the same directory.
Is it normal? Should I worry? Or I simply have to ignore it?

What makes me worried is: Package 'www-client/mozilla-firefox-3.0.14'
**NOT** merged

One more question : what is the difference between
www-client/mozilla-firefox and www-client/mozilla-firefox-bin ?

Thanks in advance,
Massimiliano


Re: [gentoo-user] Question about a strange emerge warning

2009-09-18 Thread Volker Armin Hemmann
On Freitag 18 September 2009, Massimiliano Ziccardi wrote:
 Hi all.
 
 Thanks to your support, I think I got a little bit of knowledge of how
 emerge works, so I started cleaning my USE flags (I had lot of useless
 stuff...).
 To perform such cleaning, I started with USE=-* and than added everything I
 needed.
 
 It hasn't been very hard (but quite long :-) )to make things working:
  emerge is a really cool tool.
 However, I got this strange message:
 
  * Detected file collision(s):
  *
  *  /usr/lib/mozilla-firefox/defaults/autoconfig/prefcalls.js
  *  /usr/lib/mozilla-firefox/defaults/autoconfig/platform.js
  *
  * Searching all installed packages for file collisions...
  *
  * Press Ctrl-C to Stop
  *
  * net-libs/xulrunner-1.9.0.14
  *  /usr/lib/mozilla-firefox/defaults/autoconfig/platform.js
  *  /usr/lib/mozilla-firefox/defaults/autoconfig/prefcalls.js
  *
  * Package 'www-client/mozilla-firefox-3.0.14' NOT merged due to file
  * collisions. If necessary, refer to your elog messages for the whole
  * content of the above message.
 
 If I understood, it seems that xulrunner and firefox package contains the
 same files (prefcalls.js and platform.js) in the same directory.

that is correct.

 Is it normal? Should I worry? Or I simply have to ignore it?

it is not normal and considered a bug. Should you worry -  see that is hard to 
answer - in most cases I have met, it is save to remove the already installed 
files, because the following app is providing exactly the same stuff.

But sometimes that breaks. In your case - I would move the two files into a 
backup dir in /root or somewhere else far away and save and retry. If 
everything works as expected (firefox is working, nothing is especially crashy) 
you can remove them.

 
 One more question : what is the difference between
 www-client/mozilla-firefox and www-client/mozilla-firefox-bin ?

-bin is already compiled. It is a binary package just like mozilla is 
distributing them. Advantage: instant joy. Disadvantage: sometimes slower, 
sometimes depending on stuff you really don't want to install.

Glück Auf
Volker



Re: [gentoo-user] connecting phone (sonyericsson c702) as mass storage device: one works, not the other [SOLVED]

2009-09-18 Thread Erik
Carlos skrev:
 Erik a écrit :
 I have a strange problem when trying to connect a telephone
 (SonyEricsspm C702) as a mass storage device.I have 2 such telephones,
 let us call them Black and Green.

 I could always connect Black. KDE showed that it had detected the device
 and offered to open system:/media/sdb1 (the memory card) and
 system:/media/sda1 (the builtin memory).

 But with Green, I never get any popup in KDE.

 On a work computer (with Microsoft Windows XP), the telephones behave
 identically; they work.

 I use Linux 2.6.30-gentoo-r6. I attach some output from
 /var/log/messages for the 2 telephones:

 Google result from
 Sony Eri Memory Stick hostbyte=0x05 driverbyte=0x00

 http://bbs.archlinux.org/viewtopic.php?pid=548343

 Of course, this may not be your problem but worth comparing phone
 firmware.


That was it! Now I remember that I had upgraded the firmware in Black
back in April. Did the same with Green now and it works! Thanks a lot!



[gentoo-user] udev + incron wheel's remake : hal/dbus usefulness quest

2009-09-18 Thread gibboris
A small email to sumarize some thoughts about udev, removable
storage and incron to make the job of hal and re-invent the wheel.

 context (skipable) -
there is ONE common thing where gnome is quicker than bash : mounting
an unknown usb stick.

For my own stuff, I already used labels and uuids for ages but for
stranger devices it's not possible.

So those are the steps I did thousands of times :
- grab root (the device can be sdc3 as sde1 so there is no specific fstab entry)
- [dmesg|tail to check the device name or bash completion]
- mount -o users,rw /dev/new_device_X /mnt/remusb
- ^D
- cd /mnt/remusb

So what I needed was to get my plugged devices automounted to have
quickly a terminal in the directory. (I use fluxbox without idesk or
whatever)

Here comes the solution I found :

 configuration ---

FSTAB : some lines of /etc/fstab

LABEL=docus /home/ftp/pub/Docus ext3users,auto  
0 0
UUID=0467-FFC1  /mnt/mp3vfatusers,rw,noatime
0 0

UDEV : some lines of /etc/udev/rules.d/80-custom.rules

ACTION==add, SUBSYSTEM==block, ENV{ID_FS_LABEL}==docus, RUN+=/bin/mount 
-L docus
ACTION==add, SUBSYSTEM==block, ENV{ID_FS_UUID}==0467-FFC1, 
RUN+=/bin/mkdir -p /mnt/mp3, RUN+=/bin/mount -U 0467-FFC1

Ok, so this UDEV rules only make KNOWN devices automounted (but
nothing for unknown devices)

I then needed to have unknown devices mounted into /mnt/remusb, so the
other devices are given a $ENV{} variable.

ACTION==add, SUBSYSTEM==block, ENV{ID_FS_LABEL}==docus, RUN+=/bin/mount 
-L docus, ENV{custom_rules}=add
ACTION==add, SUBSYSTEM==block, ENV{ID_FS_UUID}==0467-FFC1, 
RUN+=/bin/mkdir -p /mnt/mp3, RUN+=/bin/mount -U 0467-FFC1, 
ENV{custom_rules}=add
# so I can add :
ACTION==add, SUBSYSTEM==block, KERNEL==sd[b-z][1-9], 
ENV{custom_rules}==, RUN=mkdir -p /mnt/remusb, RUN+=mount /dev/%k 
/mnt/remusb

But as I have many more removable medias, I factorised the code and used
exclusively ENV{} like the following :

## definitions examples :
ACTION==add, SUBSYSTEM==block, ENV{ID_FS_LABEL}==integral, 
ENV{mount_point}=integral, ENV{mount_cmd}=-L integral, 
ENV{custom_rules}=addACTION==add, SUBSYSTEM==block, 
ENV{ID_FS_LABEL}==docus, ENV{mount_cmd}=-L docus, ENV{custom_rules}=add

## actions :
ENV{custom_rules}==add, ENV{mount_point}!=, RUN+=/bin/mkdir -p 
/mnt/$env{mount_point}
ENV{custom_rules}==add, ENV{mount_cmd}!=, RUN+=/bin/mount $env{mount_cmd}


Now I want to be notified !
2 solutions :
- the bad one, udev runs as root : who  su -l my_user  DISPLAY=:0 osd_cat 
new
  device
- another one, use a per-session user daemon (as I ignored the hal
  documentation I didn't even looked at dbus-launch or others hal
  plugins).

I decided to be notified by a file creation : INCRON
UDEV has to create a file in a directory monitored by incron.
[The creation a file whose name gives some useful information monitored by a 
daemon
is a kind a replacement of a real bus messaging system]

So, in the udev rule for my mp3 player I add the following :
RUN+=/bin/mkdir /tmp/.incron.device/%k
(in fact I added it as the last one of the actions part of the udev rules 
file)

For my user I create a incrontab like :
/tmp/.incron.device IN_CREATE,IN_DELETE /home/myuser/.automount-script.sh $@ $# 
$%
So it's now possible to control what to do as udev notify us by incron,
better, monitoring /proc/partitions or whatever is useless as udev passes the
device name to incron which forward it to the script.

Example of automount-script.sh :
if [[ $theevent =~ IN_CREATE ]]; then
destdir=$(mount|sed -n s;^/dev/$thedevice on \(.*\) type.*$;\1;p)
urxvtc -cd $destdir
fi

In that way I have a terminal spawned in the mount point each time
a removable device is plugged.

I attached my fstab, udev rule, incrontab -l and custom script.

I would be curious to read some advices about this architecture.

I also have 2 questions :
- what's the way to have a incremental number for unknown devices like
  /mnt/remusb1 then /mnt/remusb2 instead of /mnt/remusb (within udev) ?
- where to put the creation of /tmp/.incron.device in the init scripts
  to be sure it will be created BEFORE incron starts (without having to
  create a new startup script) ?

Raph
/tmp/.incron-device IN_CREATE,IN_DELETE /home/yug/.incron-script.sh $@ $# $%
LABEL=swap  noneswapsw  
0 0
LABEL=boot  /boot   ext2noauto,noatime  
1 2
LABEL=slash /   reiserfsnoatime 
0 1
LABEL=usr   /usrreiserfsnoatime 
0 0
LABEL=var   /varreiserfsnoatime 
0 0
LABEL=log   /var/logreiserfsnoatime 
0 0
LABEL=home  /home   reiserfsnoatime 
0 1
LABEL=compilationdir/var/tmp 

[gentoo-user] Re: Question about a strange emerge warning

2009-09-18 Thread walt

On 09/18/2009 05:58 AM, Massimiliano Ziccardi wrote:

Hi all.

Thanks to your support, I think I got a little bit of knowledge of how
emerge works, so I started cleaning my USE flags (I had lot of useless
stuff...).
To perform such cleaning, I started with USE=-* and than added
everything I needed...




  * Detected file collision(s):
  *
  *  /usr/lib/mozilla-firefox/defaults/autoconfig/prefcalls.js
  *  /usr/lib/mozilla-firefox/defaults/autoconfig/platform.js
  *
  * Searching all installed packages for file collisions...
  *
  * Press Ctrl-C to Stop
  *
  * net-libs/xulrunner-1.9.0.14
  *  /usr/lib/mozilla-firefox/defaults/autoconfig/platform.js
  *  /usr/lib/mozilla-firefox/defaults/autoconfig/prefcalls.js
  *
  * Package 'www-client/mozilla-firefox-3.0.14' NOT merged due to file
  * collisions. If necessary, refer to your elog messages for the whole
  * content of the above message.


Do you have the 'xulrunner' USE flag set?  I believe you need to build
firefox with the xulrunner flag if you also want the xulrunner package
installed at the same time.  Not certain, but it's worth a try.




Re: [gentoo-user] Re: Question about a strange emerge warning

2009-09-18 Thread Massimiliano Ziccardi
Thank you Volker, thank you Walt!

It seems that adding the xulrunner flag was the right way to go.

However

euse -i xulrunner

says

'Build native browser integration against xulrunner instead of firefox or
seamonkey'

So.. do I really need xulrunner? I think seamonkey is enought for me...

To answer I tried

equery d xulrunner

[ Searching for packages depending on xulrunner... ]
media-video/vlc-0.9.10 (nsplugin  !seamonkey? net-libs/xulrunner-1.9.1)
   (nsplugin!seamonkey? =net-libs/xulrunner-1.8)
www-client/mozilla-firefox-3.0.14 (xulrunner? =net-libs/xulrunner-1.9.0*)

but I'm not sure I've interpreted right the result...
Do it means that vlc-0.9.10 depends on an xulrunner version between 1.8 and
1.9.1 if I don't have seamonkey installed?

If that would be the case, I should simply emerge seamonkey, right?

(Sorry for the newbie questions: I'm doing my best to become as much
independent as possible!!)

Thanks a lot,
Massimiliano


[gentoo-user] mplayer troubles since update world

2009-09-18 Thread Harry Putnam
I didn't notice that mplayer wasn't working in firefox right away but
I think it may have started with a recent update.
  (All updated packages are listed at the bottom)

Now I just get a black screen in player window on a web page.  The
player loads and indicates its loading the video and playing it... but
all I see are controls and a black screen.

The same thing happens if I try to play the vid directly with mplayer.

This is a video that worked a few days ago.
Is it possible the changes in jpeg-7 are responsible.. or something to
do with  www-plugins/gecko-mediaplayer-0.9.7
 www-plugins/gecko-mediaplayer-0.9.7
that were pulled in during the update.


= * = * = * =
 Updated packages:

Sun Sep 13 05:52:10 2009  dev-libs/expat-2.0.1-r2
Sun Sep 13 05:53:55 2009  media-libs/jpeg-7
Sun Sep 13 05:54:26 2009  sys-devel/gnuconfig-20090819
Sun Sep 13 05:55:10 2009  sys-libs/timezone-data-2009m
Sun Sep 13 05:56:53 2009  app-arch/xz-utils-4.999.9_beta
Sun Sep 13 05:57:25 2009  app-portage/portage-utils-0.2.1
Sun Sep 13 06:00:17 2009  dev-lang/swig-1.3.40
Sun Sep 13 06:01:51 2009  sys-apps/sandbox-2.1
Sun Sep 13 06:02:29 2009  app-arch/unzip-6.0-r1
Sun Sep 13 06:02:55 2009  sys-apps/pciutils-3.1.4
Sun Sep 13 06:06:04 2009  app-shells/bash-4.0_p33
Sun Sep 13 06:07:05 2009  mail-filter/bogofilter-1.2.1
Sun Sep 13 06:08:23 2009  media-libs/fontconfig-2.7.2
Sun Sep 13 06:08:38 2009  sys-apps/debianutils-3.2.1-r1
Sun Sep 13 06:08:54 2009  perl-core/Compress-Raw-Bzip2-2.021
Sun Sep 13 06:09:11 2009  perl-core/Storable-2.21
Sun Sep 13 06:09:27 2009  perl-core/Compress-Raw-Zlib-2.021
Sun Sep 13 06:09:40 2009  dev-perl/yaml-0.70
Sun Sep 13 06:09:54 2009  dev-util/intltool-0.40.6-r1
Sun Sep 13 06:10:10 2009  dev-perl/HTML-Parser-3.62
Sun Sep 13 06:10:18 2009  virtual/perl-Compress-Raw-Bzip2-2.021
Sun Sep 13 06:10:26 2009  virtual/perl-Compress-Raw-Zlib-2.021
Sun Sep 13 06:10:33 2009  virtual/perl-Package-Constants-0.02
Sun Sep 13 06:10:40 2009  virtual/perl-Storable-2.21
Sun Sep 13 06:10:55 2009  perl-core/IO-Compress-2.021
Sun Sep 13 06:11:08 2009  dev-perl/IO-Socket-SSL-1.30
Sun Sep 13 06:11:16 2009  virtual/perl-IO-Compress-2.021
Sun Sep 13 06:11:29 2009  perl-core/Archive-Tar-1.54
Sun Sep 13 06:11:37 2009  virtual/perl-Archive-Tar-1.54
Sun Sep 13 06:11:55 2009  perl-core/Module-Build-0.35
Sun Sep 13 06:12:02 2009  virtual/perl-Module-Build-0.35
Sun Sep 13 06:13:01 2009  sys-libs/readline-6.0_p4
Sun Sep 13 06:15:11 2009  dev-libs/apr-1.3.8
Sun Sep 13 06:16:08 2009  media-libs/libtheora-1.1_beta3
Sun Sep 13 06:16:50 2009  net-libs/libpcap-1.0.1_pre20090812
Sun Sep 13 06:18:32 2009  dev-db/sqlite-3.6.18
Sun Sep 13 06:18:45 2009  app-emacs/emacs-common-gentoo-1.2
Sun Sep 13 06:38:56 2009  dev-db/mysql-5.0.84-r1
Sun Sep 13 06:39:46 2009  dev-libs/apr-util-1.3.9
Sun Sep 13 06:40:10 2009  dev-perl/DBD-mysql-4.01.2
Sun Sep 13 06:41:33 2009  app-admin/rsyslog-3.22.1
Sun Sep 13 06:42:16 2009  app-admin/apache-tools-2.2.13
Sun Sep 13 06:45:28 2009  www-servers/apache-2.2.13
Sun Sep 13 06:45:35 2009  x11-base/xorg-drivers-1.6
Sun Sep 13 06:46:57 2009  x11-libs/pixman-0.16.0
Sun Sep 13 06:47:32 2009  x11-libs/libdrm-2.4.13
Sun Sep 13 06:47:57 2009  x11-apps/xkbcomp-1.1.0
Sun Sep 13 06:48:15 2009  x11-apps/mkfontscale-1.0.6
Sun Sep 13 06:48:55 2009  x11-libs/libFS-1.0.2
Sun Sep 13 06:49:24 2009  media-fonts/encodings-1.0.2-r1
Sun Sep 13 06:53:39 2009  sys-apps/coreutils-7.5
Sun Sep 13 06:55:54 2009  sys-apps/util-linux-2.16.1
Sun Sep 13 06:57:18 2009  sys-apps/findutils-4.5.5
Sun Sep 13 06:58:22 2009  sys-apps/gawk-3.1.7
Sun Sep 13 06:58:53 2009  sys-apps/net-tools-1.60_p20090728014017-r1
Sun Sep 13 07:00:44 2009  dev-libs/libcdio-0.80-r1
Sun Sep 13 07:05:24 2009  app-portage/eix-0.17.1
Sun Sep 13 07:06:34 2009  app-editors/nano-2.1.10
Sun Sep 13 07:07:22 2009  x11-libs/libSM-1.1.1
Sun Sep 13 07:07:49 2009  sys-apps/help2man-1.36.4-r1
Sun Sep 13 07:09:05 2009  app-i18n/enca-1.10
Sun Sep 13 07:12:17 2009  x11-libs/libXt-1.0.6
Sun Sep 13 07:16:42 2009  net-misc/curl-7.19.6
Sun Sep 13 07:20:33 2009  sys-apps/dbus-1.3.0
Sun Sep 13 07:23:01 2009  x11-misc/x11vnc-0.9.8
Sun Sep 13 07:24:55 2009  x11-libs/libXaw-1.0.6
Sun Sep 13 07:30:42 2009  dev-libs/glib-2.20.5
Sun Sep 13 07:31:37 2009  sys-libs/e2fsprogs-libs-1.41.9
Sun Sep 13 07:31:46 2009  app-arch/rar-3.9.0
Sun Sep 13 07:32:54 2009  media-libs/babl-0.1.0
Sun Sep 13 07:34:39 2009  sys-fs/e2fsprogs-1.41.9
Sun Sep 13 07:35:14 2009  dev-perl/glib-perl-1.222
Sun Sep 13 07:37:19 2009  media-libs/schroedinger-1.0.7-r2
Sun Sep 13 07:37:31 2009  sys-kernel/genkernel-3.4.10.906
Sun Sep 13 07:37:50 2009  dev-perl/libwww-perl-5.831
Sun Sep 13 07:38:03 2009  sys-auth/pambase-20090620.1-r1
Sun Sep 13 07:40:05 2009  dev-libs/cyrus-sasl-2.1.23-r1
Sun Sep 13 07:42:03 2009  mail-client/mutt-1.5.20-r5
Sun Sep 13 07:43:41 2009  mail-mta/sendmail-8.14.3-r1
Sun Sep 13 07:52:10 2009  media-video/ffmpeg-0.5_p19787
Sun Sep 13 08:12:49 2009  

Re: [gentoo-user] udev + incron wheel's remake : hal/dbus usefulness quest

2009-09-18 Thread Mike Kazantsev
On Fri, 18 Sep 2009 15:59:14 +0200
gibbo...@gmail.com wrote:

 A small email to sumarize some thoughts about udev, removable
 storage and incron to make the job of hal and re-invent the wheel.
...
 I would be curious to read some advices about this architecture.

Nice. I have a temptation to copy-paste it right now, but there's just
no point, since I can't remember when I last plugged in an unknown
device.

 I also have 2 questions :
 - what's the way to have a incremental number for unknown devices like
   /mnt/remusb1 then /mnt/remusb2 instead of /mnt/remusb (within udev) ?

Prehaps create a simple script that reads /etc/mtab and checks what
remusb mountpoints are used, picking a free one or creating additional
path.

 - where to put the creation of /tmp/.incron.device in the init scripts
   to be sure it will be created BEFORE incron starts (without having to
   create a new startup script) ?

Since it belongs to incron (and useless without one), shouldn't it be
only logical to put these lines into incron init.d script?
Sure, there'd be one more etc-update line if someone will ever change
the file, but that shouldn't happen too often, and besides, that's what
etc-update is for.

-- 
Mike Kazantsev // fraggod.net


signature.asc
Description: PGP signature


[gentoo-user] Re: Question about a strange emerge warning

2009-09-18 Thread walt

On 09/18/2009 07:47 AM, Massimiliano Ziccardi wrote:

Thank you Volker, thank you Walt!

It seems that adding the xulrunner flag was the right way to go.

However

euse -i xulrunner

says

'Build native browser integration against xulrunner instead of firefox
or seamonkey'

So.. do I really need xulrunner? I think seamonkey is enought for me...

To answer I tried

equery d xulrunner

[ Searching for packages depending on xulrunner... ]
media-video/vlc-0.9.10 (nsplugin  !seamonkey? net-libs/xulrunner-1.9.1)
(nsplugin!seamonkey? =net-libs/xulrunner-1.8)
www-client/mozilla-firefox-3.0.14 (xulrunner? =net-libs/xulrunner-1.9.0*)


Many packages can use xulrunner.  For example I have at least four packages
on my machine that use it:  firefox, thunderbird, totem, and yelp, so it
saves room and time for me to use xulrunner.  It's amazing how fast firefox
compiles if you already have xulrunner.

So, if you plan to use only seamonkey, and none of the other packages that
can use xulrunner, then it won't make any difference to you.  Bit if you
decide later to install one of those other packages then it will save time
and disk space to use xulrunner.

To see all packages that can use xulrunner, do 'quse xulrunner'.




[gentoo-user] Iscan

2009-09-18 Thread Roger Cahn
Hi,
iscan doesn't work anymore.
revdep-rebuild or re-install of iscan fails, so I can't use my scanner
Epson Perfection 3170.  (xsane doen't work also)
The kernel version doesn't matter (2.6.30-r6 or 2.6.31)
gcc-4.3.2
This occured after an emerge -puvDN world of these e-builds,
and I can't find out which one of them is guilty!

Fri Sep 18 10:51:49 2009  sys-devel/gnuconfig-20090203
 Fri Sep 18 11:14:00 2009  sys-apps/which-2.20
 Fri Sep 18 11:14:10 2009  media-libs/libv4l-0.6.1
 Fri Sep 18 11:14:23 2009  media-sound/gsm-1.0.13
 Fri Sep 18 11:14:49 2009  media-libs/libpng-1.2.38
 Fri Sep 18 11:15:57 2009  app-shells/bash-4.0_p28
 Fri Sep 18 11:16:14 2009  sys-apps/less-436
 Fri Sep 18 11:16:23 2009  dev-perl/HTML-Parser-3.62
 Fri Sep 18 11:17:14 2009  sys-devel/libtool-2.2.6a
 Fri Sep 18 11:17:47 2009  sys-libs/readline-6.0_p3
 Fri Sep 18 11:18:31 2009  dev-db/sqlite-3.6.18
 Fri Sep 18 11:20:29 2009  dev-libs/nss-3.12.4
 Fri Sep 18 11:20:55 2009  media-fonts/dejavu-2.29
 Fri Sep 18 11:24:03 2009  net-libs/gnutls-2.8.3
 Fri Sep 18 11:24:29 2009  net-dns/libidn-1.15
 Fri Sep 18 11:25:58 2009  sys-kernel/gentoo-sources-2.6.31
 Fri Sep 18 11:26:12 2009  dev-perl/libwww-perl-5.831
 Fri Sep 18 11:26:41 2009  sys-apps/file-5.03
 Fri Sep 18 11:26:48 2009  app-admin/eselect-1.1.3
 Fri Sep 18 11:26:58 2009  app-admin/eselect-python-20090824
 Fri Sep 18 11:27:08 2009  dev-python/setuptools-0.6-r1
 Fri Sep 18 11:29:09 2009  media-video/ffmpeg-0.5_p19787
 Fri Sep 18 11:30:34 2009  sys-libs/pam-1.1.0
 Fri Sep 18 11:30:54 2009  x11-misc/googleearth-5.1.3506.3999_beta
 Fri Sep 18 11:31:28 2009  sys-auth/consolekit-0.3.0-r2
 Fri Sep 18 11:31:53 2009  app-admin/sudo-1.7.2_p1
 Fri Sep 18 11:32:47 2009  net-wireless/bluez-4.39-r1
 Fri Sep 18 11:48:11 2009  net-libs/xulrunner-1.9.1.3
 Fri Sep 18 11:49:13 2009  media-libs/libquicktime-1.1.3
 Fri Sep 18 11:51:36 2009  x11-misc/xscreensaver-5.10
 Fri Sep 18 11:53:13 2009  www-client/mozilla-firefox-3.5.3
 Fri Sep 18 11:55:14 2009  media-libs/libgphoto2-2.4.6
 Fri Sep 18 11:57:22 2009  net-print/gutenprint-5.2.4
 Fri Sep 18 11:57:26 2009  xfce-base/xfce4-meta-4.6.1
 Fri Sep 18 11:57:58 2009  net-libs/libsoup-2.26.3-r3
 Fri Sep 18 11:58:20 2009  net-libs/libsoup-gnome-2.26.3
 Fri Sep 18 11:58:46 2009  www-client/midori-0.1.10
 Fri Sep 18 12:11:56 2009  mail-client/mozilla-thunderbird-2.0.0.23
 Fri Sep 18 12:33:34 2009  media-gfx/imagemagick-6.5.2.9
 Fri Sep 18 12:36:08 2009  media-gfx/sane-backends-1.0.20-r1
 Fri Sep 18 12:41:16 2009  dev-db/unixODBC-2.2.12
 Fri Sep 18 12:42:24 2009  gnome-base/gvfs-1.2.3
 Fri Sep 18 12:43:47 2009  media-sound/sox-14.2.0
 Fri Sep 18 12:51:22 2009  media-video/vlc-1.0.1
 Fri Sep 18 12:51:37 2009  media-video/dvdauthor-0.6.14

The last seven were re-installed with revdep-rebuild, and the 8th
iscan failed. All the packages had libltdl.so.3 broken.

I don't know how to make iscan work.
Thank you for help
Roger





[gentoo-user] Iscan-2

2009-09-18 Thread Roger Cahn
Excuse me please, I forgot to show you the result of emerge iscan.
Here it is:

imgstream.cc: In static member function ‘static lt__handle*
iscan::imgstream::find_dlopen(const char*)’:
imgstream.cc:275: erreur: invalid conversion from ‘int (*)(const
dirent**, const dirent**)’ to ‘int (*)(const void*, const void*)’
imgstream.cc:275: erreur:   initializing argument 4 of ‘int
scandir(const char*, dirent***, int (*)(const dirent*), int (*)(const
void*, const void*))’
make[2]: *** [libimage_stream_la-imgstream.lo] Erreur 1
make[2]: *** Attente des tâches non terminées
libtool: compile:  i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..
-I../include/sane -I../include -march=prescott -O2 -pipe
-fomit-frame-pointer -D_GNU_SOURCE -MT libimage_stream_la-cfilebuf.lo
-MD -MP -MF .deps/libimage_stream_la-cfilebuf.Tpo -c cfilebuf.cc  -fPIC
-DPIC -o libimage_stream_la-cfilebuf.o /dev/null 21
mv -f .deps/libimage_stream_la-cfilebuf.Tpo
.deps/libimage_stream_la-cfilebuf.Plo
make[2]: quittant le répertoire «
/var/tmp/portage/media-gfx/iscan-2.11.0/work/iscan-2.11.0/lib »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire «
/var/tmp/portage/media-gfx/iscan-2.11.0/work/iscan-2.11.0 »
make: *** [all] Erreur 2
 *
 * ERROR: media-gfx/iscan-2.11.0 failed.
 * Call stack:
 *   ebuild.sh, line   49:  Called src_compile
 * environment, line 3177:  Called die
 * The specific snippet of code:
 *   emake CXX=$(tc-getCXX) || die emake failed

Thank you.
Roger




Re: [gentoo-user] Iscan

2009-09-18 Thread Dale
Roger Cahn wrote:
 Hi,
 iscan doesn't work anymore.
 revdep-rebuild or re-install of iscan fails, so I can't use my scanner
 Epson Perfection 3170.  (xsane doen't work also)
 The kernel version doesn't matter (2.6.30-r6 or 2.6.31)
 gcc-4.3.2
 This occured after an emerge -puvDN world of these e-builds,
 and I can't find out which one of them is guilty!

  SNIP 

 The last seven were re-installed with revdep-rebuild, and the 8th
 iscan failed. All the packages had libltdl.so.3 broken.

 I don't know how to make iscan work.
 Thank you for help
 Roger




   

Have you tried to rebuild those packages that link to that library? 
From the man page examples:

   To rebuild packages that depend on libkdecore.so.4 from KDE 3.3:
   revdep-rebuild --library /usr/kde/3.3/lib/libkdecore.so.4

   To rebuild packages that depend upon libImlib.so and libImlib2.so:
   revdep-rebuild --library libImlib[2]*.so.*

revdep-rebuild --library libltdl.so.3 should do something.  You could
always add the --pretend or maybe the ask version and see what it thinks
of that command.

Dale

:-)  :-) 




Re: [gentoo-user] Iscan

2009-09-18 Thread Roger Cahn
Hi,

Thank you for your very quick answer.

 revdep-rebuild --library libltdl.so.3 should do something.  You could
 always add the --pretend or maybe the ask version and see what it thinks
 of that command.

Here is the result:

revdep-rebuild -p --library libltdl.so.3
 * Configuring search environment for revdep-rebuild

 * Checking reverse dependencies
 * Packages containing binaries and libraries using libltdl.so.3
 * will be emerged.

 * Collecting system binaries and libraries
 * Generated new 1_files.rr
 * Checking dynamic linking
[ 13% ]  *   found /usr/bin/iscan
[ 81% ]  *   found /usr/lib/sane/libsane-epkowa.so.1.0.15
[ 100% ]
 * Generated new 3_broken.rr
 * Assigning files to packages
 *   /usr/bin/iscan - media-gfx/iscan
 *   /usr/lib/sane/libsane-epkowa.so.1.0.15 - media-gfx/iscan
 * Generated new 4_raw.rr and 4_owners.rr
 * Cleaning list of packages to rebuild
 * Generated new 4_pkgs.rr
 * Assigning packages to ebuilds
 * Generated new 4_ebuilds.rr
 * Evaluating package order
 * Generated new 5_order.rr
 * All prepared. Starting rebuild
emerge --oneshot --pretend media-gfx/iscan:0

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] media-gfx/iscan-2.11.0
* Now you can remove -p (or --pretend) from arguments and re-run
revdep-rebuild.

Of course, revdep-rebuild iscan failes again!
Isn't anything to do about libsane-epkowa.so.1.0.15 ?

Thank you for your try.
Roger




Re: [gentoo-user] Iscan-2

2009-09-18 Thread Dale
Roger Cahn wrote:
 Excuse me please, I forgot to show you the result of emerge iscan.
 Here it is:

 imgstream.cc: In static member function ‘static lt__handle*
 iscan::imgstream::find_dlopen(const char*)’:
 imgstream.cc:275: erreur: invalid conversion from ‘int (*)(const
 dirent**, const dirent**)’ to ‘int (*)(const void*, const void*)’
 imgstream.cc:275: erreur:   initializing argument 4 of ‘int
 scandir(const char*, dirent***, int (*)(const dirent*), int (*)(const
 void*, const void*))’
 make[2]: *** [libimage_stream_la-imgstream.lo] Erreur 1
 make[2]: *** Attente des tâches non terminées
 libtool: compile:  i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..
 -I../include/sane -I../include -march=prescott -O2 -pipe
 -fomit-frame-pointer -D_GNU_SOURCE -MT libimage_stream_la-cfilebuf.lo
 -MD -MP -MF .deps/libimage_stream_la-cfilebuf.Tpo -c cfilebuf.cc  -fPIC
 -DPIC -o libimage_stream_la-cfilebuf.o /dev/null 21
 mv -f .deps/libimage_stream_la-cfilebuf.Tpo
 .deps/libimage_stream_la-cfilebuf.Plo
 make[2]: quittant le répertoire «
 /var/tmp/portage/media-gfx/iscan-2.11.0/work/iscan-2.11.0/lib »
 make[1]: *** [all-recursive] Erreur 1
 make[1]: quittant le répertoire «
 /var/tmp/portage/media-gfx/iscan-2.11.0/work/iscan-2.11.0 »
 make: *** [all] Erreur 2
  *
  * ERROR: media-gfx/iscan-2.11.0 failed.
  * Call stack:
  *   ebuild.sh, line   49:  Called src_compile
  * environment, line 3177:  Called die
  * The specific snippet of code:
  *   emake CXX=$(tc-getCXX) || die emake failed

 Thank you.
 Roger



   

It appears that you are not running a English version.  However, google
did return this:

http://www.google.com/search?hl=ensource=hpq=make%5B2%5D%3A+***+%5Blibimage_stream_la-imgstream.lo%5D+Erreur+1aq=foq=aqi=

See if one of those links helps any.  Most of those are in your native
language so you may be better to read the links than me.  ;-) 

Hope that helps.

Dale

:-)  :-) 



Re: [gentoo-user] mplayer troubles since update world

2009-09-18 Thread Kelly Hirai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

i had trouble with console mplayer after the last update as mplayer was
built against another version of /usr/lib/libx264.so revdep-rebuild
fixed that.

k.

Harry Putnam wrote:
 I didn't notice that mplayer wasn't working in firefox right away but
 I think it may have started with a recent update.
   (All updated packages are listed at the bottom)
 
 Now I just get a black screen in player window on a web page.  The
 player loads and indicates its loading the video and playing it... but
 all I see are controls and a black screen.
 
 The same thing happens if I try to play the vid directly with mplayer.
 
 This is a video that worked a few days ago.
 Is it possible the changes in jpeg-7 are responsible.. or something to
 do with  www-plugins/gecko-mediaplayer-0.9.7
  www-plugins/gecko-mediaplayer-0.9.7
 that were pulled in during the update.
 
 
 = * = * = * =
  Updated packages:
 
 Sun Sep 13 05:52:10 2009  dev-libs/expat-2.0.1-r2
 Sun Sep 13 05:53:55 2009  media-libs/jpeg-7
 Sun Sep 13 05:54:26 2009  sys-devel/gnuconfig-20090819
 Sun Sep 13 05:55:10 2009  sys-libs/timezone-data-2009m
 Sun Sep 13 05:56:53 2009  app-arch/xz-utils-4.999.9_beta
 Sun Sep 13 05:57:25 2009  app-portage/portage-utils-0.2.1
 Sun Sep 13 06:00:17 2009  dev-lang/swig-1.3.40
 Sun Sep 13 06:01:51 2009  sys-apps/sandbox-2.1
 Sun Sep 13 06:02:29 2009  app-arch/unzip-6.0-r1
 Sun Sep 13 06:02:55 2009  sys-apps/pciutils-3.1.4
 Sun Sep 13 06:06:04 2009  app-shells/bash-4.0_p33
 Sun Sep 13 06:07:05 2009  mail-filter/bogofilter-1.2.1
 Sun Sep 13 06:08:23 2009  media-libs/fontconfig-2.7.2
 Sun Sep 13 06:08:38 2009  sys-apps/debianutils-3.2.1-r1
 Sun Sep 13 06:08:54 2009  perl-core/Compress-Raw-Bzip2-2.021
 Sun Sep 13 06:09:11 2009  perl-core/Storable-2.21
 Sun Sep 13 06:09:27 2009  perl-core/Compress-Raw-Zlib-2.021
 Sun Sep 13 06:09:40 2009  dev-perl/yaml-0.70
 Sun Sep 13 06:09:54 2009  dev-util/intltool-0.40.6-r1
 Sun Sep 13 06:10:10 2009  dev-perl/HTML-Parser-3.62
 Sun Sep 13 06:10:18 2009  virtual/perl-Compress-Raw-Bzip2-2.021
 Sun Sep 13 06:10:26 2009  virtual/perl-Compress-Raw-Zlib-2.021
 Sun Sep 13 06:10:33 2009  virtual/perl-Package-Constants-0.02
 Sun Sep 13 06:10:40 2009  virtual/perl-Storable-2.21
 Sun Sep 13 06:10:55 2009  perl-core/IO-Compress-2.021
 Sun Sep 13 06:11:08 2009  dev-perl/IO-Socket-SSL-1.30
 Sun Sep 13 06:11:16 2009  virtual/perl-IO-Compress-2.021
 Sun Sep 13 06:11:29 2009  perl-core/Archive-Tar-1.54
 Sun Sep 13 06:11:37 2009  virtual/perl-Archive-Tar-1.54
 Sun Sep 13 06:11:55 2009  perl-core/Module-Build-0.35
 Sun Sep 13 06:12:02 2009  virtual/perl-Module-Build-0.35
 Sun Sep 13 06:13:01 2009  sys-libs/readline-6.0_p4
 Sun Sep 13 06:15:11 2009  dev-libs/apr-1.3.8
 Sun Sep 13 06:16:08 2009  media-libs/libtheora-1.1_beta3
 Sun Sep 13 06:16:50 2009  net-libs/libpcap-1.0.1_pre20090812
 Sun Sep 13 06:18:32 2009  dev-db/sqlite-3.6.18
 Sun Sep 13 06:18:45 2009  app-emacs/emacs-common-gentoo-1.2
 Sun Sep 13 06:38:56 2009  dev-db/mysql-5.0.84-r1
 Sun Sep 13 06:39:46 2009  dev-libs/apr-util-1.3.9
 Sun Sep 13 06:40:10 2009  dev-perl/DBD-mysql-4.01.2
 Sun Sep 13 06:41:33 2009  app-admin/rsyslog-3.22.1
 Sun Sep 13 06:42:16 2009  app-admin/apache-tools-2.2.13
 Sun Sep 13 06:45:28 2009  www-servers/apache-2.2.13
 Sun Sep 13 06:45:35 2009  x11-base/xorg-drivers-1.6
 Sun Sep 13 06:46:57 2009  x11-libs/pixman-0.16.0
 Sun Sep 13 06:47:32 2009  x11-libs/libdrm-2.4.13
 Sun Sep 13 06:47:57 2009  x11-apps/xkbcomp-1.1.0
 Sun Sep 13 06:48:15 2009  x11-apps/mkfontscale-1.0.6
 Sun Sep 13 06:48:55 2009  x11-libs/libFS-1.0.2
 Sun Sep 13 06:49:24 2009  media-fonts/encodings-1.0.2-r1
 Sun Sep 13 06:53:39 2009  sys-apps/coreutils-7.5
 Sun Sep 13 06:55:54 2009  sys-apps/util-linux-2.16.1
 Sun Sep 13 06:57:18 2009  sys-apps/findutils-4.5.5
 Sun Sep 13 06:58:22 2009  sys-apps/gawk-3.1.7
 Sun Sep 13 06:58:53 2009  sys-apps/net-tools-1.60_p20090728014017-r1
 Sun Sep 13 07:00:44 2009  dev-libs/libcdio-0.80-r1
 Sun Sep 13 07:05:24 2009  app-portage/eix-0.17.1
 Sun Sep 13 07:06:34 2009  app-editors/nano-2.1.10
 Sun Sep 13 07:07:22 2009  x11-libs/libSM-1.1.1
 Sun Sep 13 07:07:49 2009  sys-apps/help2man-1.36.4-r1
 Sun Sep 13 07:09:05 2009  app-i18n/enca-1.10
 Sun Sep 13 07:12:17 2009  x11-libs/libXt-1.0.6
 Sun Sep 13 07:16:42 2009  net-misc/curl-7.19.6
 Sun Sep 13 07:20:33 2009  sys-apps/dbus-1.3.0
 Sun Sep 13 07:23:01 2009  x11-misc/x11vnc-0.9.8
 Sun Sep 13 07:24:55 2009  x11-libs/libXaw-1.0.6
 Sun Sep 13 07:30:42 2009  dev-libs/glib-2.20.5
 Sun Sep 13 07:31:37 2009  sys-libs/e2fsprogs-libs-1.41.9
 Sun Sep 13 07:31:46 2009  app-arch/rar-3.9.0
 Sun Sep 13 07:32:54 2009  media-libs/babl-0.1.0
 Sun Sep 13 07:34:39 2009  sys-fs/e2fsprogs-1.41.9
 Sun Sep 13 07:35:14 2009  dev-perl/glib-perl-1.222
 Sun Sep 13 07:37:19 2009  media-libs/schroedinger-1.0.7-r2
 Sun Sep 13 07:37:31 2009  sys-kernel/genkernel-3.4.10.906
 Sun Sep 13 07:37:50 2009  dev-perl/libwww-perl-5.831
 Sun 

Re: [gentoo-user] Skipping interactive emerges

2009-09-18 Thread Peter Humphrey
On Friday 18 September 2009 10:47:24 Neil Bothwick wrote:

 Few women admit their age. Few men act theirs.

How very true. The latter part, at any rate.

-- 
Rgds
Peter



Re: [gentoo-user] Emerge gramps-3.1.2 fails SOLVED

2009-09-18 Thread Jim Cunning
On Friday 18 September 2009 02:50:03 Arttu V. wrote:
 On 9/18/09, Jim Cunning jcunn...@cunning.ods.org wrote:
  Trying to emerge gramps-3.1.2 fails with the following error:
  ===
  checking for sh... /bin/sh
  checking Python bindings for gtk 2.10 (pygtk2=2.10.0)... configure:
  error:
 
   The python bindings for gtk 2.10 (pygtk2=2.10.0) could not be
  found.
 
  !!! Please attach the following file when seeking support:
  !!! /var/tmp/portage/app-misc/gramps-3.1.2/work/gramps-3.1.2/config.log
 
 You should attach config.log, or at a minimum the spot in there where
 configure tries to find gtk and pygtk. Without that info it's very
 hard to limit the things that could be broken.
 
I looked at the configure script for gramps and discovered it was creating a 
python test for the gtk bindings.  dev-python/pygtk-2.14.1 was already 
installed, and re-emerging produced this:

 * Messages for package dev-python/pygtk-2.14.1:

 * Unable to establish /usr/lib64/python2.6/site-packages/pygtk.py symlink
 * Unable to establish /usr/lib64/python2.6/site-packages/pygtk.pth symlink

In gentoo forums, I found a discussion about pygobject and pygtk both needing 
to be re-emerged.  I did emerge -1 -av pygobject pygtk successfully and then 
the emerge for gramps is now proceeding past the point of earlier failure.
-- 
Jim


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] Re: Iscan

2009-09-18 Thread walt

On 09/18/2009 11:59 AM, Roger Cahn wrote:

Hi,
iscan doesn't work anymore.
revdep-rebuild or re-install of iscan fails, so I can't use my scanner
Epson Perfection 3170.  (xsane doen't work also)...


Hm.  The iscan ebuild includes this editorial comment:

# FIXME:
# Make jpeg/png optional. The problem is, that the
# configure script ignores --disable-*, if the
# corresponding lib is found on the system.
# Furthermore, isane doesn't compile w/o libusb,   == note
# this should be fixed somehow.

I googled for isane and found nothing, so I'm wondering if that's just
a typo for 'iscan'.  I dunno, but it's easy to check if you have libusb
installed.

I know nothing about iscan, but I do use xsane regularly and I love it.
I might be able to help you with xsane if you provide more details.




[gentoo-user] trying to track down broken dependency

2009-09-18 Thread kashani

kash...@www01 ~ $ emerge -pvt bugzilla
These are the packages that would be merged, in reverse order:
Calculating dependencies... done!

emerge: there are no ebuilds to satisfy ~dev-lang/perl-5.10.1.
(dependency required by perl-core/Module-Build-0.35 [ebuild])
(dependency required by dev-perl/DateTime-TimeZone-0.98 [ebuild])
(dependency required by www-apps/bugzilla-3.4.1-r1 [ebuild])
(dependency required by bugzilla [argument])

	I don't see anything in man emerge that would help me track down the 
missing dependency. Is there any easy way to do this or do I have to 
track it down the Modeule-Build dependency tree which looks to be the 
culprit.


kashani



Re: [gentoo-user] trying to track down broken dependency

2009-09-18 Thread Paul Hartman
On Fri, Sep 18, 2009 at 5:40 PM, kashani kashani-l...@badapple.net wrote:
 kash...@www01 ~ $ emerge -pvt bugzilla
 These are the packages that would be merged, in reverse order:
 Calculating dependencies... done!

 emerge: there are no ebuilds to satisfy ~dev-lang/perl-5.10.1.
 (dependency required by perl-core/Module-Build-0.35 [ebuild])
 (dependency required by dev-perl/DateTime-TimeZone-0.98 [ebuild])
 (dependency required by www-apps/bugzilla-3.4.1-r1 [ebuild])
 (dependency required by bugzilla [argument])

I don't see anything in man emerge that would help me track down the
 missing dependency. Is there any easy way to do this or do I have to track
 it down the Modeule-Build dependency tree which looks to be the culprit.

 kashani

What version of bugzilla are you trying to emerge? That perl is newer
than any I see in my portage. Are you using an overlay?
www-apps/bugzilla-3.4.1-r1 seems to emerge fine and works with perl
5.8 here.



Re: [gentoo-user] trying to track down broken dependency

2009-09-18 Thread Paul Hartman
On Fri, Sep 18, 2009 at 5:49 PM, Paul Hartman
paul.hartman+gen...@gmail.com wrote:
 On Fri, Sep 18, 2009 at 5:40 PM, kashani kashani-l...@badapple.net wrote:
 kash...@www01 ~ $ emerge -pvt bugzilla
 These are the packages that would be merged, in reverse order:
 Calculating dependencies... done!

 emerge: there are no ebuilds to satisfy ~dev-lang/perl-5.10.1.
 (dependency required by perl-core/Module-Build-0.35 [ebuild])
 (dependency required by dev-perl/DateTime-TimeZone-0.98 [ebuild])
 (dependency required by www-apps/bugzilla-3.4.1-r1 [ebuild])
 (dependency required by bugzilla [argument])

I don't see anything in man emerge that would help me track down the
 missing dependency. Is there any easy way to do this or do I have to track
 it down the Modeule-Build dependency tree which looks to be the culprit.

 kashani

 What version of bugzilla are you trying to emerge? That perl is newer
 than any I see in my portage. Are you using an overlay?
 www-apps/bugzilla-3.4.1-r1 seems to emerge fine and works with perl
 5.8 here.

Oops, I see you're trying the same bugzilla. So I wonder what kind of
overlays or unmasking might be going on to want a version of perl
that's not in portage.



[gentoo-user] Shutting down process hangs - how to proceed?

2009-09-18 Thread meino . cramer

Hi,

 I am updateing my Gentoo on a dialy basis.
 Since two days the shutdown process of the systems 
 hangs around Bringing down net.lo.
 Booting the PC is not a problem -- except the
 replaying transactions (resierfs).

 I fear to finally damage the filesystem while trying
 to figure out, why the shutdown process does not
 succeed.

 How can I proceed?
 What is suspicous for hanging the shutdown process?
 Every help is very welcome !  :)

 Thank you very much in advance!
 Keep hacking!
 mcc

-- 
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.




Re: [gentoo-user] trying to track down broken dependency

2009-09-18 Thread kashani

Paul Hartman wrote:

On Fri, Sep 18, 2009 at 5:40 PM, kashani kashani-l...@badapple.net wrote:

kash...@www01 ~ $ emerge -pvt bugzilla
These are the packages that would be merged, in reverse order:
Calculating dependencies... done!

emerge: there are no ebuilds to satisfy ~dev-lang/perl-5.10.1.
(dependency required by perl-core/Module-Build-0.35 [ebuild])
(dependency required by dev-perl/DateTime-TimeZone-0.98 [ebuild])
(dependency required by www-apps/bugzilla-3.4.1-r1 [ebuild])
(dependency required by bugzilla [argument])

   I don't see anything in man emerge that would help me track down the
missing dependency. Is there any easy way to do this or do I have to track
it down the Modeule-Build dependency tree which looks to be the culprit.

kashani


What version of bugzilla are you trying to emerge? That perl is newer
than any I see in my portage. Are you using an overlay?
www-apps/bugzilla-3.4.1-r1 seems to emerge fine and works with perl
5.8 here.



	I'm trying to get bugzilla-3.4.1-r1 (or 3.4.1) to work which is just 
~x86 and not any overlay. I'm planning to update a system in Nov and 
wanted to play with the latest build at home. Mostly interested in 3.4.1 
since the API is a bit newer and not completely backwards compatible. 
Has a few nice things in it though.


	Module-Build-0.35 doesn't seem to require perl 5.10 in the ebuild so it 
must be a dependency of a dependency. Same in DateTime-TimeZone. I'd 
like portage to tell me where the dependency tree is breaking, ie which 
package is asking for perl-5.10, so I can mask or futz with the ebuild 
for that package appropriately.


kashani



Re: [gentoo-user] Shutting down process hangs - how to proceed?

2009-09-18 Thread Dale
meino.cra...@gmx.de wrote:
 Hi,

  I am updateing my Gentoo on a dialy basis.
  Since two days the shutdown process of the systems 
  hangs around Bringing down net.lo.
  Booting the PC is not a problem -- except the
  replaying transactions (resierfs).

  I fear to finally damage the filesystem while trying
  to figure out, why the shutdown process does not
  succeed.

  How can I proceed?
  What is suspicous for hanging the shutdown process?
  Every help is very welcome !  :)

  Thank you very much in advance!
  Keep hacking!
  mcc

   

I don't know about the reason it hangs but this may help get you a
cleaner shutdown.  This is taken from a email that was sent to me during
that horrible xorg-server and hal upgrade.

 Hold down Atl, hold down SysRq, press each of the keys in turn. The
 usual full sequence is R-E-I-S-U-B Reboot Even If System Utterly
 Broken By ${DEITY} - this tagline picker is spooky at times :-O
 -- Neil Bothwick

I tried this once when I was unable to get my keyboard to respond to
anything else.  I made it through the first three or four and was
returned to a console with a working keyboard.  Since you are shutting
down, you may want to go through them all to be safe.  I think the last
one does a reboot.

Hope that helps.

Dale

:-) :-) 



Re: [gentoo-user] Shutting down process hangs - how to proceed?

2009-09-18 Thread meino . cramer

 cleaner shutdown.  This is taken from a email that was sent to me during
 that horrible xorg-server and hal upgrade.
 
  Hold down Atl, hold down SysRq, press each of the keys in turn. The
  usual full sequence is R-E-I-S-U-B Reboot Even If System Utterly
  Broken By ${DEITY} - this tagline picker is spooky at times :-O
  -- Neil Bothwick
 
 I tried this once when I was unable to get my keyboard to respond to
 anything else.  I made it through the first three or four and was
 returned to a console with a working keyboard.  Since you are shutting
 down, you may want to go through them all to be safe.  I think the last
 one does a reboot.
 
 Hope that helps.
 
 Dale
 
 :-) :-) 


Hi Dale,

thanks a lot for your help!!!  :)

This will help to bring donw the machine in an more
cleaner way as simply pressing the power switch ;-)

But:
How can I figure out, what hangs the shutdown process itsself?

Keep hacking!
mcc

---
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.




Re: [gentoo-user] Shutting down process hangs - how to proceed?

2009-09-18 Thread Dale
meino.cra...@gmx.de wrote:
 cleaner shutdown.  This is taken from a email that was sent to me during
 that horrible xorg-server and hal upgrade.

 
 Hold down Atl, hold down SysRq, press each of the keys in turn. The
 usual full sequence is R-E-I-S-U-B Reboot Even If System Utterly
 Broken By ${DEITY} - this tagline picker is spooky at times :-O
 -- Neil Bothwick
   
 I tried this once when I was unable to get my keyboard to respond to
 anything else.  I made it through the first three or four and was
 returned to a console with a working keyboard.  Since you are shutting
 down, you may want to go through them all to be safe.  I think the last
 one does a reboot.

 Hope that helps.

 Dale

 :-) :-) 
 


 Hi Dale,

 thanks a lot for your help!!!  :)

 This will help to bring donw the machine in an more
 cleaner way as simply pressing the power switch ;-)

 But:
 How can I figure out, what hangs the shutdown process itsself?

 Keep hacking!
 mcc

 ---
 Please don't send me any Word- or Powerpoint-Attachments
 unless it's absolutely neccessary. - Send simply Text.
 See http://www.gnu.org/philosophy/no-word-attachments.html
 In a world without fences and walls nobody needs gates and windows.



   

That will be answered by another guru who knows what to ask.  I have
never had mine to hang like that so I have no idea.  Someone will be
along soon and help that knows how to figure this out or has ran into
this before.

Dale

:-)  :-)