Re: [gentoo-user] fix for e2fsprogs BLOCK?

2008-11-06 Thread Volker Armin Hemmann
On Donnerstag 06 November 2008, KH wrote:
 Alex Schuster schrieb:
  KH writes:
  To be on the save side of gentoo :-)
 
  quickpkg ss com_err e2fsprogs e2fsprogs-libs
 
  Yeah, that saved me some trouble.
 
  imho quickpkg is a good idea whenever changing something which ist part
  of system.
 
  Or you can put buildyspkg into your FEATURES list in make.conf. Then,
  whenever a system package is merged, a binary package will be created.
 
  Wonko

 Wow did not know that. Great option! Does this only do packages for
 system or also for the hole world?

 kh

to get packages built for whole world, add 'buildpkg' to make.conf FEATURES.




Re: [gentoo-user] fix for e2fsprogs BLOCK?

2008-11-06 Thread Volker Armin Hemmann
On Donnerstag 06 November 2008, Dirk Heinrichs wrote:
 Am Donnerstag 06 November 2008 08:21:26 schrieb ext KH:
  Well that's the point. You want to get rid of them. So you are unmerging
  them. The moment something fails after unmerging and before emerging the
  new packages, you will be very happy to have your old packages. You just
  put them pack in place and you have a running system again. It's a
  seatbelt.

 That's why

 1) I use paludis, no seatbelts required. One can safely de-install com_err
 and ss _after_ upgrading e2fsprogs and e2fsprogs-libs.

 2) I outlined to first emerge -f e2fsprogs e2fsprogs. It's known that wget
 will fail after unmerging com_err, so the new packages need to be fetched
 first. That's all. No need to make the thing more complicated than it is.

and both have nothing to do with the fact, that it is wise to have a backup of 
essintial files in case something goes horribly wrong.

oh, and latest portage can 'break' blocks too



Re: [gentoo-user] fix for e2fsprogs BLOCK?

2008-11-06 Thread KH
Volker Armin Hemmann schrieb:
 On Donnerstag 06 November 2008, KH wrote:
   
 Alex Schuster schrieb:
 
   
 Or you can put buildyspkg into your FEATURES list in make.conf. Then,
 whenever a system package is merged, a binary package will be created.

 Wonko
   
 Wow did not know that. Great option! Does this only do packages for
 system or also for the hole world?

 kh
 

 to get packages built for whole world, add 'buildpkg' to make.conf FEATURES.

   
Hi,
just tried it. There was a misspelling:

from http://linuxreviews.org/man/make.conf/
cool page, just found it (never searched it before)

*buildpkg*
Binary packages will be created for all packages that are merged.
Also see *quickpkg http://linuxreviews.org/man/quickpkg*(1) and
*emerge http://linuxreviews.org/man/emerge*(1) *--buildpkg* and
*--buildpkgonly* options. 
*buildsyspkg*
Build binary packages for just packages in the system set. 

kh



Re: [gentoo-user] fix for e2fsprogs BLOCK?

2008-11-06 Thread Volker Armin Hemmann
On Donnerstag 06 November 2008, KH wrote:
 Volker Armin Hemmann schrieb:
  On Donnerstag 06 November 2008, KH wrote:
  Alex Schuster schrieb:
  Or you can put buildyspkg into your FEATURES list in make.conf. Then,
  whenever a system package is merged, a binary package will be created.
 
Wonko
 
  Wow did not know that. Great option! Does this only do packages for
  system or also for the hole world?
 
  kh
 
  to get packages built for whole world, add 'buildpkg' to make.conf
  FEATURES.

 Hi,
 just tried it. There was a misspelling:

 from http://linuxreviews.org/man/make.conf/
 cool page, just found it (never searched it before)

 *buildpkg*
 Binary packages will be created for all packages that are merged.
 Also see *quickpkg http://linuxreviews.org/man/quickpkg*(1) and
 *emerge http://linuxreviews.org/man/emerge*(1) *--buildpkg* and
 *--buildpkgonly* options.
 *buildsyspkg*
 Build binary packages for just packages in the system set.

 kh

man make.conf in a shell of your choice would have told you the same.




Re: [gentoo-user] FLAC to mp3 converters?

2008-11-06 Thread Neil Bothwick
On Wed, 5 Nov 2008 20:55:33 -0800, Mark Knecht wrote:

 Most of the tracks were ripped over the last
 couple of years using KDE which prepends a track number on the file
 name
 
 01_Track1Name.flac
 02_Track2Name.flac
 
 I'd like to remove the track numbers but I don't see a way to do this
 yet.

You can change this in Kcontrol-Sound-Audio CDs under the Names tab.

Use something like krename to rename the existing tracks, or do it with
renamexm on the command line

renamexm -s'/^[0-9][0-9]_//r' **/*.mp3


-- 
Neil Bothwick

I've found a solution to Fermat's Last Theorem but I see I've run out of room o


signature.asc
Description: PGP signature


Re: [gentoo-user] lzma archives

2008-11-06 Thread Florian Philipp
Jorge Peixoto de Morais Neto schrieb:
 On Wed, Nov 5, 2008 at 2:38 PM, Nickolay Hodyunya [EMAIL PROTECTED] wrote:
 How to extract lzma archives?
 
 by lzma archive, you probably mean a lzma-compressed tar archive.
 You can extract them with
 lzma -dc compressedarchive.tar.lzma | tar -xv -f -

This command line can be simplified:
unlzma -c compressedarchive.tar.lzma | tar xv

Most better desktop archive managers (for example file-roller for GNOME)
can handle these archives nowadays.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] sandbox and $HOME

2008-11-06 Thread Alan McKinnon
On Thursday 06 November 2008 13:53:47 Helmut Jarausch wrote:
 Hi,

 I am trying to write an ebuild for media-libs/babl-
 Unfortunately, probably when making docs, it invokes
 inkscape which wants to access and write to
 /root/.config/Inkscape

 which probably comes from
 $(HOME)/.config/Inkscape

 This violates the sandbox - see below -

 What can I do about it?

Posting the ebuild you are using would be a good start..

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] lzma archives

2008-11-06 Thread Etaoin Shrdlu
On Thursday 6 November 2008, 11:39, Florian Philipp wrote:
 Jorge Peixoto de Morais Neto schrieb:
  On Wed, Nov 5, 2008 at 2:38 PM, Nickolay Hodyunya 
[EMAIL PROTECTED] wrote:
  How to extract lzma archives?
 
  by lzma archive, you probably mean a lzma-compressed tar archive.
  You can extract them with
  lzma -dc compressedarchive.tar.lzma | tar -xv -f -

 This command line can be simplified:
 unlzma -c compressedarchive.tar.lzma | tar xv

why not directly

tar --lzma -xvf compressedarchive.tar.lzma

then? (I hope I got the syntax right)



Re: [gentoo-user] restart apache. but why restart mysql and nfs automatically?

2008-11-06 Thread Markos Chandras
On Thursday 06 November 2008 14:45:40 adrian kok wrote:
 Hi

 I restart apache. but why restart mysql and nfs
 automatically?

 thank you

 Send instant messages to your online friends http://uk.messenger.yahoo.com

I m not using apache but I assume that apaches' init script is depending on 
mysql and nfs services. Try to do 

cat /etc/init.d/apache(?) ( im not sure if this is the name ) 

and you will see the services that apache is depended on 

-- 
Markos Chandras



[gentoo-user] restart apache. but why restart mysql and nfs automatically?

2008-11-06 Thread adrian kok
Hi

I restart apache. but why restart mysql and nfs
automatically?

thank you

Send instant messages to your online friends http://uk.messenger.yahoo.com 



[gentoo-user] sandbox and $HOME

2008-11-06 Thread Helmut Jarausch
Hi,

I am trying to write an ebuild for media-libs/babl-
Unfortunately, probably when making docs, it invokes
inkscape which wants to access and write to
/root/.config/Inkscape

which probably comes from
$(HOME)/.config/Inkscape

This violates the sandbox - see below -

What can I do about it?

Many thanks for a hint,
Helmut.


--- ACCESS VIOLATION SUMMARY ---
LOG FILE = /var/log/sandbox/sandbox-2363.log

VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: mkdir
S: deny
P: /root/.config/Inkscape
A: /root/.config/Inkscape
R: /root/.config/Inkscape
C: /usr/bin/inkscape -e babl-a4poster.png babl-a4poster.svg -w 256 -y 0 2 

F: open_wr
S: deny
P: /root/.config/Inkscape/extension-errors.log
A: /root/.config/Inkscape/extension-errors.log
R: /root/.config/Inkscape/extension-errors.log
C: /usr/bin/inkscape -e babl-a4poster.png babl-a4poster.svg -w 256 -y 0 2 



-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany




Re: [gentoo-user] fix for e2fsprogs BLOCK?

2008-11-06 Thread Dale
Volker Armin Hemmann wrote:
 On Donnerstag 06 November 2008, KH wrote:
   
 Volker Armin Hemmann schrieb:
 
 On Donnerstag 06 November 2008, KH wrote:
   
 Alex Schuster schrieb:
 
 Or you can put buildyspkg into your FEATURES list in make.conf. Then,
 whenever a system package is merged, a binary package will be created.

   Wonko
   
 Wow did not know that. Great option! Does this only do packages for
 system or also for the hole world?

 kh
 
 to get packages built for whole world, add 'buildpkg' to make.conf
 FEATURES.
   
 Hi,
 just tried it. There was a misspelling:

 from http://linuxreviews.org/man/make.conf/
 cool page, just found it (never searched it before)

 *buildpkg*
 Binary packages will be created for all packages that are merged.
 Also see *quickpkg http://linuxreviews.org/man/quickpkg*(1) and
 *emerge http://linuxreviews.org/man/emerge*(1) *--buildpkg* and
 *--buildpkgonly* options.
 *buildsyspkg*
 Build binary packages for just packages in the system set.

 kh
 

 man make.conf in a shell of your choice would have told you the same.



   

And if you use Konqueror in KDE, man:make.conf would work as well.  Just
one more option to have.

Yes, it was misspelled in the original post.  It should be buildsyspkg. 
There is a s missing.

Dale

:-)  :-) 



Re: [gentoo-user] fix for e2fsprogs BLOCK?

2008-11-06 Thread Dale
Dirk Heinrichs wrote:
 Am Donnerstag 06 November 2008 08:21:26 schrieb ext KH:

   
 Well that's the point. You want to get rid of them. So you are unmerging
 them. The moment something fails after unmerging and before emerging the
 new packages, you will be very happy to have your old packages. You just
 put them pack in place and you have a running system again. It's a
 seatbelt.
 

 That's why

 1) I use paludis, no seatbelts required. One can safely de-install com_err 
 and 
 ss _after_ upgrading e2fsprogs and e2fsprogs-libs.

 2) I outlined to first emerge -f e2fsprogs e2fsprogs. It's known that wget 
 will fail after unmerging com_err, so the new packages need to be fetched 
 first. That's all. No need to make the thing more complicated than it is.

 Bye...

   Dirk
   

But not everyone uses paludis.  So those that don't do it this way.  I
agree it is the safest way.

Dale

:-)  :-) 



Re: [gentoo-user] First Portage Hick-up, Chokes on Java

2008-11-06 Thread Joshua Murphy
On Wed, Nov 5, 2008 at 10:16 AM, Willie Wong [EMAIL PROTECTED] wrote:
 On Tue, Nov 04, 2008 at 05:23:58PM +0200, Penguin Lover Alan McKinnon 
 squawked:
 On Tuesday 04 November 2008 16:16:30 Jorge Peixoto de Morais Neto wrote:
  collision-protect seems nice, but I don't know about its drawbacks (if
  any), and since it seems not to be default and I don't have good
  knowledge of it, I didn't change the default.

 You probably want this enabled. I think it's disabled by default because new
 users will have no idea whatsoever what to do about it. All it does is check
 the files it wants to install with what's on the disk. If there's a match,
 the existing files must only have been put there by the same package
 (ignoring version numbers).

 If there's a collision, you get a huge big fat error message and a chance to
 find out why two different packages install the same file. Maybe you need to
 uninstall one, maybe it doesn't matter. If it's the latter, just

 FEATURES=-collision-protect emerge package

 and continue as normal. In any event, you get to decide what should happen.
 Every experienced gentoo user should be using this imho


 On my version of portage (2.2_rc13; but I am pretty sure this is the
 case for some older ones too), there is the default feature
 protect-owned which provides more or less the same function as
 collision-protect but is slightly smarter. See 'man make.conf' for
 details.

 W
 --
 Don't tell anyone, but duct tape is The Force. It has a dark
 side, and a light side, and it binds the Universe together.
 Sortir en Pantoufles: up 698 days, 13:54

Commit to the source tree for portage:
Add support for FEATURES=protect-owned which is identical to the [...]
zmedico - August 30, 2008

First portage release after that commit (according to the changelog
for sys-apps/portage, no mention of the feature's presence popping up
anywhere in the changelog, though).
portage-2.2_rc9 - 21 Sep 2008


-- 
Poison [BLX]
Joshua M. Murphy



[gentoo-user] Digest verification failed:

2008-11-06 Thread de Almeida, Valmor F.

Hello,

Any inputs on what this problem might be? Any use of --searchdesc will
result in a similar output.

Thanks,

--
Valmor

- emerge --searchdesc eclipse
Searching...  \!!! Digest verification failed:
!!! /usr/portage/app-backup/bacula/bacula-2.4.1-r1.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 15696
!!! Expected: 15693
 /!!! Digest verification failed:
!!!
/usr/portage/local/layman/science/dev-cpp/growler-core/growler-core-0.3.
7.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 793
!!! Expected: 916
emerge: search: aux_get() failed, skipping
 |!!! Digest verification failed:
!!!
/usr/portage/local/layman/science/dev-cpp/growler-link/growler-link-0.3.
7.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 817
!!! Expected: 940
emerge: search: aux_get() failed, skipping
 /!!! Digest verification failed:
!!!
/usr/portage/local/layman/science/dev-cpp/growler-math/growler-math-0.3.
4.1.ebuild
!!! Reason: Filesize does not match recorded size
!!! Got: 695

-
Valmor de Almeida, Ph.D.
Oak Ridge National Laboratory
1 Bethel Valley Road
PO Box 2008
Oak Ridge TN 37831-6181

url: dealmeidav.ornl.gov
tel: 865-241-2906
fax: 865-241-4829
-



Re: [gentoo-user] Digest verification failed:

2008-11-06 Thread Markos Chandras
On Thursday 06 November 2008 19:14:57 de Almeida, Valmor F. wrote:
 Hello,

 Any inputs on what this problem might be? Any use of --searchdesc will
 result in a similar output.

 Thanks,

 --
 Valmor

 - emerge --searchdesc eclipse
 Searching...  \!!! Digest verification failed:
 !!! /usr/portage/app-backup/bacula/bacula-2.4.1-r1.ebuild
 !!! Reason: Filesize does not match recorded size
 !!! Got: 15696
 !!! Expected: 15693
  /!!! Digest verification failed:
 !!!
 /usr/portage/local/layman/science/dev-cpp/growler-core/growler-core-0.3.
 7.ebuild
 !!! Reason: Filesize does not match recorded size
 !!! Got: 793
 !!! Expected: 916
 emerge: search: aux_get() failed, skipping

  |!!! Digest verification failed:

 !!!
 /usr/portage/local/layman/science/dev-cpp/growler-link/growler-link-0.3.
 7.ebuild
 !!! Reason: Filesize does not match recorded size
 !!! Got: 817
 !!! Expected: 940
 emerge: search: aux_get() failed, skipping
  /!!! Digest verification failed:
 !!!
 /usr/portage/local/layman/science/dev-cpp/growler-math/growler-math-0.3.
 4.1.ebuild
 !!! Reason: Filesize does not match recorded size
 !!! Got: 695

 -
 Valmor de Almeida, Ph.D.
 Oak Ridge National Laboratory
 1 Bethel Valley Road
 PO Box 2008
 Oak Ridge TN 37831-6181

 url: dealmeidav.ornl.gov
 tel: 865-241-2906
 fax: 865-241-4829
 -

Try layman -S later. growler-math seems to have wrong manifest. It should be 
fixed very soon else contact the maintener. You can find maintainers e-mail 
on 

/usr/portage/local/layman/science/dev-cpp/growler-math/ChangeLog file 
-- 
Markos Chandras



[gentoo-user] Can't emerge sandbox

2008-11-06 Thread Peter Humphrey
Hello,

Recent versions of portage have suggested an emerge -e world, so I thought 
I'd try it. It got as far as sandbox, which failed with the once-common C 
compiler cannot create executables error. Of course I 
tried FEATURES=-sandbox emerge sandbox but that failed with the same 
error.

I wondered what is set wrongly in my environment, so I booted a minimal 
installation CD and chrooted into the system, but with the same result.

Can anyone suggest where my problem might lie? I've attached the log file. 
I'm confused by the apparent references in it to the cross-compiler. Google 
seems to have only old references.

This is a dual-Opteron box with a mostly-amd64 setup - only a few packages 
are ~amd64. I'm also running an emerge -eq world on another amd64 box, 
which has had no problem with sandbox. Same versions of portage and sandbox 
on both machines.

-- 
Rgds
Peter
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by sandbox configure 1.2.18.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ../sandbox-1.2.18.1//configure --prefix=/usr --host=i686-pc-linux-gnu 
--mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share 
--sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib32 
--enable-multilib --build=i686-pc-linux-gnu

## - ##
## Platform. ##
## - ##

hostname = wstn
uname -m = x86_64
uname -r = 2.6.27-gentoo-r2
uname -s = Linux
uname -v = #1 SMP Mon Nov 3 10:52:50 GMT 2008

/usr/bin/uname -p = AMD Opteron(tm) Processor 246
/bin/uname -X = unknown

/bin/arch  = unknown
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
hostinfo   = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /usr/lib/ccache/bin
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/lib64/portage/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /opt/bin
PATH: /usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.2.2
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2
PATH: /opt/blackdown-jdk-1.4.2.03/bin
PATH: /opt/blackdown-jdk-1.4.2.03/jre/bin
PATH: /usr/kde/3.5/sbin
PATH: /usr/kde/3.5/bin
PATH: /usr/qt/3/bin
PATH: /opt/vmware/server/console/bin
PATH: /usr/share/karamba/bin


## --- ##
## Core tests. ##
## --- ##

configure:1533: checking for a BSD-compatible install
configure:1588: result: /usr/bin/install -c
configure:1599: checking whether build environment is sane
configure:1642: result: yes
configure:1707: checking for gawk
configure:1723: found /bin/gawk
configure:1733: result: gawk
configure:1743: checking whether make sets $(MAKE)
configure:1763: result: yes
configure:1942: checking for i686-pc-linux-gnu-gcc
configure:1958: found /usr/bin/i686-pc-linux-gnu-gcc
configure:1968: result: i686-pc-linux-gnu-gcc
configure:2250: checking for C compiler version
configure:2253: i686-pc-linux-gnu-gcc --version /dev/null 5
i686-pc-linux-gnu-gcc (GCC) 4.2.2 (Gentoo 4.2.2 p1.0)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2256: $? = 0
configure:2258: i686-pc-linux-gnu-gcc -v /dev/null 5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: 
/tmp/cross/i686-pc-linux-gnu/portage/cross-i686-pc-linux-gnu/gcc-4.2.2/work/gcc-4.2.2/configure
 --prefix=/usr 
--bindir=/usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.2.2 
--includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/include 
--datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.2.2 
--mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.2.2/man 
--infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.2.2/info 
--with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.2.2/include/g++-v4 
--host=x86_64-pc-linux-gnu --target=i686-pc-linux-gnu 
--build=x86_64-pc-linux-gnu --disable-altivec --enable-nls 
--without-included-gettext --with-system-zlib --disable-checking 
--disable-werror --enable-secureplt --disable-libunwind-exceptions 
--disable-multilib --disable-libmudflap --disable-libssp --disable-libgcj 
--with-arch=i686 --enable-languages=c,c++,fortran 
--with-sysroot=/usr/i686-pc-linux-gnu --disable-bootstrap --disable-libgomp 
--enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 4.2.2 (Gentoo 4.2.2 p1.0)
configure:2261: $? = 0
configure:2263: i686-pc-linux-gnu-gcc -V /dev/null 5
i686-pc-linux-gnu-gcc: '-V' must come at the start of the command line
configure:2266: $? = 1
configure:2289: checking for C compiler default output file name
configure:2292: i686-pc-linux-gnu-gcc -march=opteron -O2 -pipe   conftest.c  5
/usr/libexec/gcc/i686-pc-linux-gnu/ld: crt1.o: No such file: No such file or 
directory
collect2: ld returned 1 exit status
configure:2295: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define 

[gentoo-user] 4 port ethernet card support

2008-11-06 Thread James
Hello,

I've just received and old 4 port adaptec 10/100 ethernet card:
ANA-6944A/TX
http://www.freelabs.com/~whitis/hardware/quartet.html

http://www.adaptec.com/en-US/support/_eol/net_dec-based/ANA-6944A-TX/

Searching '/usr/src/linux/drivers/net' shows this file:
bnx2x_init_values.h
with this string: 
0x06644d79

Not very useful. Any ideas how to search out the kernel sources for that
master ethernet driver that supports this old adaptec hardware?


Has anyone every gotten one of these to work with a 2.6.x linux kernel?




Re: [gentoo-user] sandbox and $HOME

2008-11-06 Thread Helmut Jarausch
On  6 Nov, Alan McKinnon wrote:
 On Thursday 06 November 2008 13:53:47 Helmut Jarausch wrote:
 Hi,

 I am trying to write an ebuild for media-libs/babl-
 Unfortunately, probably when making docs, it invokes
 inkscape which wants to access and write to
 /root/.config/Inkscape

 which probably comes from
 $(HOME)/.config/Inkscape

 This violates the sandbox - see below -

 What can I do about it?
 
 Posting the ebuild you are using would be a good start..
 

Here it is : (it's simple modification of babl-0.0.22)

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils subversion

DESCRIPTION=Dynamic, any to any, pixel format conversion library
HOMEPAGE=http://www.gegl.org/babl/;
#SRC_URI=ftp://ftp.gtk.org/pub/${PN}/0.0/${P}.tar.bz2;

ESVN_REPO_URI=http://svn.gnome.org/svn/babl/trunk/;
ESVN_PROJECT=${PN}

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=sse mmx

DEPEND=virtual/libc

S=${WORKDIR}/${PN}

src_compile() {
./autogen.sh || die autogen failed 
econf $(use_enable mmx) \
$(use_enable sse) \
|| die econf failed
emake || die emake failed
}

src_install() {
emake install DESTDIR=${D} || die emake install failed
find ${D} -name '*.la' -delete
dodoc AUTHORS COPYING ChangeLog INSTALL README
}

=

The last messages are: ( I have USE=doc )

make[3]: Entering directory `/var/tmp/portage/media-libs/babl-/work/babl/doc
s/graphics'
 SVG: babl-a4poster.png [OK]
 SVG: babl-16x16.png [OK]
HTML: BablFishPath.html [OK]
 SVG: babl-48x48.png [OK]
make[3]: Leaving directory `/var/tmp/portage/media-libs/babl-/work/babl/docs
/graphics'
 RSS: changelog.rss [OK]
HTML: index.html. [OK]
 [OK]
make[2]: Leaving directory `/var/tmp/portage/media-libs/babl-/work/babl/docs
'
make[2]: Entering directory `/var/tmp/portage/media-libs/babl-/work/babl'
make[2]: Leaving directory `/var/tmp/portage/media-libs/babl-/work/babl'
make[1]: Leaving directory `/var/tmp/portage/media-libs/babl-/work/babl'
 Source compiled.
--- ACCESS VIOLATION SUMMARY ---
LOG FILE = /var/log/sandbox/sandbox-29334.log

mkdir: /root/.config/Inkscape
open_wr:   /root/.config/Inkscape/extension-errors.log
mkdir: /root/.config/Inkscape
open_wr:   /root/.config/Inkscape/extension-errors.log
mkdir: /root/.config/Inkscape
open_wr:   /root/.config/Inkscape/extension-errors.log


Many thanks for any hints,
Helmut.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



Re: [gentoo-user] Can't emerge sandbox

2008-11-06 Thread Helmut Jarausch
On  6 Nov, Peter Humphrey wrote:
 Hello,
 
 Recent versions of portage have suggested an emerge -e world, so I thought 
 I'd try it. It got as far as sandbox, which failed with the once-common C 
 compiler cannot create executables error. Of course I 
 tried FEATURES=-sandbox emerge sandbox but that failed with the same 
 error.
 
 I wondered what is set wrongly in my environment, so I booted a minimal 
 installation CD and chrooted into the system, but with the same result.
 
 Can anyone suggest where my problem might lie? I've attached the log file. 
 I'm confused by the apparent references in it to the cross-compiler. Google 
 seems to have only old references.
 
 This is a dual-Opteron box with a mostly-amd64 setup - only a few packages 
 are ~amd64. I'm also running an emerge -eq world on another amd64 box, 
 which has had no problem with sandbox. Same versions of portage and sandbox 
 on both machines.
 

The lines
configure:2292: i686-pc-linux-gnu-gcc -march=opteron -O2 -pipe   conftest.c  5
/usr/libexec/gcc/i686-pc-linux-gnu/ld: crt1.o: No such file: No such file or 
directory
collect2: ld returned 1 exit status

look like a misconfigured gcc.

Can you emerge any package which requires the C-compiler?
Try 
gcc-config -l
and look which gcc is selected and if you can select a different one.
Then - with this one selected - reemerge the probably newer 
version of gcc which was broken.

I hope this helps,
Helmut.


-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



[gentoo-user] Cannot mount dvd

2008-11-06 Thread Mick
For some reason I cannot mount a data dvd I just burnt with k3b.

When I click on it in Konqueror it comes up with:

Could not enter folder /media/project part 1

However, under File Type Konqueror shows Mounted DVD.  This is what is 
listed:

d-  2 michael root 300 Nov  6 21:24  project part 1

Would this be an error I made with k3b?  I selected default settings except 
for udf, because one of the files within this dvd is larger than 2G.
-- 
Regards,
Mick


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


Re: [gentoo-user] Cannot mount dvd

2008-11-06 Thread Dale
Mick wrote:
 For some reason I cannot mount a data dvd I just burnt with k3b.

 When I click on it in Konqueror it comes up with:

 Could not enter folder /media/project part 1

 However, under File Type Konqueror shows Mounted DVD.  This is what is 
 listed:

 d-  2 michael root 300 Nov  6 21:24  project part 1

 Would this be an error I made with k3b?  I selected default settings except 
 for udf, because one of the files within this dvd is larger than 2G.
   

I ran into this a while back and it is a common thing.  I'm not sure
what causes it but it comes down to a permissions problem.  If you
search the forums, I think I have a thread on there about this.  My
username there is dalek.  You can also search the archives for the
problem too.  I think I started the thread and it was a little lengthy. 
If you can't find the solution there, let me know and I'll search
through my old emails.  May take me a bit since I got almost 30,000
emails from this list alone.  o_O

You're not alone tho.

Dale

:-)  :-) 



Re: [gentoo-user] Cannot mount dvd

2008-11-06 Thread Joerg Schilling
Mick [EMAIL PROTECTED] wrote:

 For some reason I cannot mount a data dvd I just burnt with k3b.

 When I click on it in Konqueror it comes up with:

 Could not enter folder /media/project part 1

 However, under File Type Konqueror shows Mounted DVD.  This is what is 
 listed:

 d-  2 michael root 300 Nov  6 21:24  project part 1

 Would this be an error I made with k3b?  I selected default settings except 
 for udf, because one of the files within this dvd is larger than 2G.

This is a bug that has been fixed in August. Upgrade to a newer version
of cdrtools.

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED](uni)  
   [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



[gentoo-user] Gnome pop-up message

2008-11-06 Thread Michele Schiavo
After reinstall (since a lot of year) i miss gnome message pop-up (the
message that is show example when umounting a device). How can re-enable
it ?

Or if someone know the name of this type of message.

Thanks


signature.asc
Description: Questa è una parte del messaggio	firmata digitalmente


Re: [gentoo-user] Cannot mount dvd

2008-11-06 Thread Mick
On Thursday 06 November 2008, Dale wrote:
 Mick wrote:
  For some reason I cannot mount a data dvd I just burnt with k3b.
 
  When I click on it in Konqueror it comes up with:
 
  Could not enter folder /media/project part 1
 
  However, under File Type Konqueror shows Mounted DVD.  This is what is
  listed:
 
  d-  2 michael root 300 Nov  6 21:24  project part 1
 
  Would this be an error I made with k3b?  I selected default settings
  except for udf, because one of the files within this dvd is larger than
  2G.

 I ran into this a while back and it is a common thing.  I'm not sure
 what causes it but it comes down to a permissions problem.  If you
 search the forums, I think I have a thread on there about this.  My
 username there is dalek.  You can also search the archives for the
 problem too.  I think I started the thread and it was a little lengthy.
 If you can't find the solution there, let me know and I'll search
 through my old emails.  May take me a bit since I got almost 30,000
 emails from this list alone.  o_O

Thanks Dale(k),

http://forums.gentoo.org/viewtopic-t-635825-highlight-dvd.html

It seems that this is a udf problem afflicting data dvds only.  Mounting it 
manually with an entry in fstab as iso9660 works.  I will also try burning 
another dvd later with a as iso level 3 and see if that works.
-- 
Regards,
Mick


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


Re: [gentoo-user] Cannot mount dvd

2008-11-06 Thread Mick
On Thursday 06 November 2008, Joerg Schilling wrote:
 Mick [EMAIL PROTECTED] wrote:
  For some reason I cannot mount a data dvd I just burnt with k3b.
[snip...]

  Would this be an error I made with k3b?  I selected default settings
  except for udf, because one of the files within this dvd is larger than
  2G.

 This is a bug that has been fixed in August. Upgrade to a newer version
 of cdrtools.

Thanks Jörg, I am running the latest stable version 2.01.01_alpha51, which is 
dated 11/06/08.  Should I unmask 2.01.01_alpha52, or 2.01.01_alpha53?
-- 
Regards,
Mick


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


Re: [gentoo-user] Cannot mount dvd

2008-11-06 Thread Dale
Mick wrote:
 On Thursday 06 November 2008, Dale wrote:
   
 Mick wrote:
 
 For some reason I cannot mount a data dvd I just burnt with k3b.

 When I click on it in Konqueror it comes up with:

 Could not enter folder /media/project part 1

 However, under File Type Konqueror shows Mounted DVD.  This is what is
 listed:

 d-  2 michael root 300 Nov  6 21:24  project part 1

 Would this be an error I made with k3b?  I selected default settings
 except for udf, because one of the files within this dvd is larger than
 2G.
   
 I ran into this a while back and it is a common thing.  I'm not sure
 what causes it but it comes down to a permissions problem.  If you
 search the forums, I think I have a thread on there about this.  My
 username there is dalek.  You can also search the archives for the
 problem too.  I think I started the thread and it was a little lengthy.
 If you can't find the solution there, let me know and I'll search
 through my old emails.  May take me a bit since I got almost 30,000
 emails from this list alone.  o_O
 

 Thanks Dale(k),

 http://forums.gentoo.org/viewtopic-t-635825-highlight-dvd.html

 It seems that this is a udf problem afflicting data dvds only.  Mounting it 
 manually with an entry in fstab as iso9660 works.  I will also try burning 
 another dvd later with a as iso level 3 and see if that works.
   


Yep, that was what I did to fix that.  Sorry I couldn't recall what it
was but I sort of been through a lot since then.  Got some meds from my
Dr and they almost put me six feet under.  Some things are . . . hazy at
best.

I think there is a file size limit too.  I think it is 4Gb or
something.  I know my backup program is set to 3900Mb for some reason.  o_O

Since this has been fixed with a newer cdrtools, I suggest
keywording/unmasking it and giving it a shot.  They usually release
stable packages and it is not a system critical package either.  I know
I am getting cdrtools-2.01.01_alpha52 as we speak. 

Dale

:-)  :-) 



Re: [gentoo-user] lzma archives

2008-11-06 Thread Jorge Peixoto de Morais Neto
On Thu, Nov 6, 2008 at 8:39 AM, Florian Philipp
[EMAIL PROTECTED] wrote:
 Jorge Peixoto de Morais Neto schrieb:
 On Wed, Nov 5, 2008 at 2:38 PM, Nickolay Hodyunya [EMAIL PROTECTED] wrote:
 How to extract lzma archives?

 by lzma archive, you probably mean a lzma-compressed tar archive.
 You can extract them with
 lzma -dc compressedarchive.tar.lzma | tar -xv -f -

 This command line can be simplified:
 unlzma -c compressedarchive.tar.lzma | tar xv

I like to do things right (I love Math, exactness and rigor). From
tar's info page

   If you don't specify this argument [the argument to -f] , then
`tar' will examine the
environment variable `TAPE'.  If it is set, its value will be used as
the archive name.  Otherwise, `tar' will use the default archive,
determined at the compile time. [...]  If there is no tape drive
attached, or the default is not meaningful, then `tar' will print an
error message.  The error message might look
roughly like one of the following:

 tar: can't open /dev/rmt8 : No such device or address
 tar: can't open /dev/rsmt0 : I/O error

To avoid confusion, we recommend that you always specify an archive file
name by using `--file=ARCHIVE-NAME' (`-f ARCHIVE-NAME') when writing
your `tar' commands.

Regarding old-style tar options (that is, tar options without a dash):

old style syntax makes it difficult to match
option letters with their corresponding arguments, and is often
confusing
[...]

   This old way of writing `tar' options can surprise even experienced
users.  For example, the two commands:

 tar cfz archive.tar.gz file
 tar -cfz archive.tar.gz file

are quite different.


So I use either tar --lzma -xv -f  compressedarchive.tar.lzma or, when
using an old tar,
lzma -dc compressedarchive.tar.lzma | tar -xv -f -



Re: [gentoo-user] FLAC to mp3 converters?

2008-11-06 Thread Mark Knecht
On Thu, Nov 6, 2008 at 1:56 AM, Neil Bothwick [EMAIL PROTECTED] wrote:
 On Wed, 5 Nov 2008 20:55:33 -0800, Mark Knecht wrote:

 Most of the tracks were ripped over the last
 couple of years using KDE which prepends a track number on the file
 name

 01_Track1Name.flac
 02_Track2Name.flac

 I'd like to remove the track numbers but I don't see a way to do this
 yet.

 You can change this in Kcontrol-Sound-Audio CDs under the Names tab.

 Use something like krename to rename the existing tracks, or do it with
 renamexm on the command line

 renamexm -s'/^[0-9][0-9]_//r' **/*.mp3


 --
 Neil Bothwick

 I've found a solution to Fermat's Last Theorem but I see I've run out of room 
 o


Neil,
   Thanks. I'll give it a try and report back any results. I guess I'm
only moderately confident as I'm not clear how the group of MP3 files
keeps the original track order. Are those written into the MP3 file by
the converter? Where does it get the info if I've removed the track
numbers from the file names. Is it already in the FLAC files?

   Anyway, I'll give it a try on a few directories and see how it works.

Cheers,
Mark