Re: [gentoo-user] generic command monitor

2009-06-07 Thread Mike Kazantsev
On Mon, 08 Jun 2009 08:30:16 +0200
Liviu Andronic  wrote:

> Dear all,
> I'm looking for a command-line alternative to xfce4-genmon [1]. The
> latter takes a command (executable), executes it every specified
> period and displays the output in Xfce's panel. I'm looking for a
> small utility (script) that can do this in the console: take a
> command, re-run it regularly, print the output. Any suggestions?

watch(1) (part of sys-process/procps)

-- 
Mike Kazantsev // fraggod.net


signature.asc
Description: PGP signature


[gentoo-user] generic command monitor

2009-06-07 Thread Liviu Andronic
Dear all,
I'm looking for a command-line alternative to xfce4-genmon [1]. The
latter takes a command (executable), executes it every specified
period and displays the output in Xfce's panel. I'm looking for a
small utility (script) that can do this in the console: take a
command, re-run it regularly, print the output. Any suggestions?

Thank you,
Liviu

[1] http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail



Re: [gentoo-user] Re: Ati-drivers emerge fails.

2009-06-07 Thread Volker Armin Hemmann
On Sonntag 07 Juni 2009, Nikos Chantziaras wrote:
> Volker Armin Hemmann wrote:
> > On Sonntag 07 Juni 2009, Nikos Chantziaras wrote:
> >> Hazen Valliant-Saunders wrote:
> >>> Good Day;
> >>>
> >>> ati-drivers fails to emerge; foolowed the somewhat out of date doc's
> >>> online.
> >>
> >> There doesn't exist a Catalyst for Linux release yet that support kernel
> >> 2.6.29.  Even if you install the latest version (9.5), it won't work.
> >
> > it works with a patch.
> >
> > everything you need can be found in bugzilla.
>
> The patch results in the driver issuing a warning about "kernel data
> malformed/corrupted" (something like that, but sounds pretty serious) at
> a rate of about a dozen per second (check with dmesg).  After a few
> hours, it locks up.  Also, the log files grow out of proportions due to
> the warning flood.

a) depends on your settings
b) the warning seems to harmless because
c) I have uptimes of days with that driver without problems.



[gentoo-user] Re: Ati-drivers emerge fails.

2009-06-07 Thread Nikos Chantziaras

Volker Armin Hemmann wrote:

On Sonntag 07 Juni 2009, Nikos Chantziaras wrote:

Hazen Valliant-Saunders wrote:

Good Day;

ati-drivers fails to emerge; foolowed the somewhat out of date doc's
online.

There doesn't exist a Catalyst for Linux release yet that support kernel
2.6.29.  Even if you install the latest version (9.5), it won't work.


it works with a patch.

everything you need can be found in bugzilla.


The patch results in the driver issuing a warning about "kernel data 
malformed/corrupted" (something like that, but sounds pretty serious) at 
a rate of about a dozen per second (check with dmesg).  After a few 
hours, it locks up.  Also, the log files grow out of proportions due to 
the warning flood.





Re: [gentoo-user] Re: Ati-drivers emerge fails.

2009-06-07 Thread Volker Armin Hemmann
On Sonntag 07 Juni 2009, Nikos Chantziaras wrote:
> Hazen Valliant-Saunders wrote:
> > Good Day;
> >
> > ati-drivers fails to emerge; foolowed the somewhat out of date doc's
> > online.
>
> There doesn't exist a Catalyst for Linux release yet that support kernel
> 2.6.29.  Even if you install the latest version (9.5), it won't work.

it works with a patch.

everything you need can be found in bugzilla.



Re: [gentoo-user] Ati-drivers emerge fails.

2009-06-07 Thread Volker Armin Hemmann
On Sonntag 07 Juni 2009, Hazen Valliant-Saunders wrote:
> 1. This is a fresh install from 2008.0 with no previous drivers.
> 2. How can i get access to fix this in Portage? (Since that's  the
> underlying issue).
> 3. Do we know who maintains this (ATI has a member but are they on this
> list?).

1. then just install the ebuild. Read up on 'overlays' on how to deal with 
ebuilds from outside of the tree. This is covered in the documentation.

2. you need to become a dev, if you want to 'fix' things in the tree.

3. in each package directory is a file called 'metadata.xml' where the devs 
are listed.

4. further information:
http://bugs.gentoo.org/show_bug.cgi?id=266819

5. even more information:

http://bugs.gentoo.org/buglist.cgi?quicksearch=ALL+ati-drivers

6. if you have compilation problems always check bugzilla first. There is a 
pretty good chance somebody hit the problem earlier and reported it and 
someone else left a workaround or fix in the comments.

7. please don't top post



[gentoo-user] Re: Ati-drivers emerge fails.

2009-06-07 Thread Nikos Chantziaras

Hazen Valliant-Saunders wrote:

Good Day;

ati-drivers fails to emerge; foolowed the somewhat out of date doc's 
online.


There doesn't exist a Catalyst for Linux release yet that support kernel 
2.6.29.  Even if you install the latest version (9.5), it won't work.





Re: [gentoo-user] Ati-drivers emerge fails.

2009-06-07 Thread Hazen Valliant-Saunders
Abviously,

Since they are both busy then this needs attention.

On Sun, Jun 7, 2009 at 1:22 PM, Volker Armin Hemmann <
volkerar...@googlemail.com> wrote:

> On Sonntag 07 Juni 2009, Hazen Valliant-Saunders wrote:
> > Who is maintaining this?
>
> cat /var/portage/x11-drivers/ati-drivers/metadata.xml
> 
> http://www.gentoo.org/dtd/metadata.dtd";>
> 
>x11-drivers
>
>lu_z...@gentoo.org
>
>
>chain...@gentoo.org
>
> 
>
>
> and both are busy. You really don't need to bother them. There are bugs
> open
> about it. If you want to be helpfull, become a dev. But telling them that
> the
> stable drivers are outdated doesn't help them.
>
>


-- 
Hazen Valliant-Saunders
IT/IS Consultant
(613) 355-5977


Re: [gentoo-user] Ati-drivers emerge fails.

2009-06-07 Thread Hazen Valliant-Saunders
1. This is a fresh install from 2008.0 with no previous drivers.
2. How can i get access to fix this in Portage? (Since that's  the
underlying issue).
3. Do we know who maintains this (ATI has a member but are they on this
list?).

On Sun, Jun 7, 2009 at 1:20 PM, Volker Armin Hemmann <
volkerar...@googlemail.com> wrote:

> On Sonntag 07 Juni 2009, Hazen Valliant-Saunders wrote:
> > Good Day;
> >
> > ati-drivers fails to emerge; foolowed the somewhat out of date doc's
> > online.
> >
> >
> >  emerge ati-drivers
> > Calculating dependencies... done!
> >
> > >>> Verifying ebuild manifests
> > >>>
> > >>> Emerging (1 of 1) x11-drivers/ati-drivers-8.552-r2
> >
> >  * ati-driver-installer-8-11-x86.x86_64.run RMD160 SHA1 SHA256 size ;-)
> ...
> > [ ok ]
> >  * checking ebuild checksums ;-) ...
> [
> > ok ]
> >  * checking auxfile checksums ;-) ...
>  [
> > ok ]
> >  * checking miscfile checksums ;-) ...
> [
> > ok ]
> >  * Determining the location of the kernel source code
> >  * Found kernel source directory:
> >  * /usr/src/linux
> >  * Found kernel object directory:
> >  * /lib/modules/2.6.29-gentoo-r5/build
> >  * Found sources for kernel version:
> >  * 2.6.29-gentoo-r5
> >
> > >>> Unpacking source...
> >
> > Warning: target directory exists
> > /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work
> > Verifying archive integrity... All good.
> > Uncompressing ATI Proprietary Linux
> >
> Driver-8.552...
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
> >.. * Converting 2.6.x/Makefile to
> > use M= instead of SUBDIRS= ...[ ok ]
> >
> > >>> Unpacking ./../common/usr/src/ati/fglrx_sample_source.tgz to
> >
> > /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/extra
> >
> > >>> Source unpacked in
> >
> > /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work
> >
> > >>> Compiling source in
> >
> > /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work ...
> >  * Preparing fglrx module
> > make -j5 HOSTCC=x86_64-pc-linux-gnu-gcc
> CROSS_COMPILE=x86_64-pc-linux-gnu-
> > LDFLAGS= GCC_VER_MAJ=4 KVER=2.6.29-gentoo-r5 KDIR=/usr/src/linux
> kmod_build
> > make -C /usr/src/linux
> >
> M=/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules
> >/fglrx/build_mod/2.6.x modules
> > make[1]: Entering directory `/usr/src/linux-2.6.29-gentoo-r5'
> >   CC [M]
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/firegl_public.o CC [M]
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_acpi.o CC [M]
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_agp.o CC [M]
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_debug.o CC [M]
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_ioctl.o
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_acpi.c: In function 'KCL_ACPI_EvalObject':
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_acpi.c:229: error: dereferencing pointer to
> > incomplete type
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_acpi.c:255: error: dereferencing pointer to
> > incomplete type
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_acpi.c: In function 'KCL_ACPI_GetNotifyHandler':
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_acpi.c:483: error: dereferencing pointer to
> > incomplete type
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_acpi.c:485: error: dereferencing pointer to
> > incomplete type
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_acpi.c:487: error: dereferencing pointer to
> > incomplete type

Re: [gentoo-user] Ati-drivers emerge fails.

2009-06-07 Thread Volker Armin Hemmann
On Sonntag 07 Juni 2009, Hazen Valliant-Saunders wrote:
> Who is maintaining this?

cat /var/portage/x11-drivers/ati-drivers/metadata.xml

http://www.gentoo.org/dtd/metadata.dtd";>

x11-drivers

lu_z...@gentoo.org


chain...@gentoo.org




and both are busy. You really don't need to bother them. There are bugs open 
about it. If you want to be helpfull, become a dev. But telling them that the 
stable drivers are outdated doesn't help them.



Re: [gentoo-user] Ati-drivers emerge fails.

2009-06-07 Thread Volker Armin Hemmann
On Sonntag 07 Juni 2009, Hazen Valliant-Saunders wrote:
> Good Day;
>
> ati-drivers fails to emerge; foolowed the somewhat out of date doc's
> online.
>
>
>  emerge ati-drivers
> Calculating dependencies... done!
>
> >>> Verifying ebuild manifests
> >>>
> >>> Emerging (1 of 1) x11-drivers/ati-drivers-8.552-r2
>
>  * ati-driver-installer-8-11-x86.x86_64.run RMD160 SHA1 SHA256 size ;-) ...
> [ ok ]
>  * checking ebuild checksums ;-) ... [
> ok ]
>  * checking auxfile checksums ;-) ...[
> ok ]
>  * checking miscfile checksums ;-) ...   [
> ok ]
>  * Determining the location of the kernel source code
>  * Found kernel source directory:
>  * /usr/src/linux
>  * Found kernel object directory:
>  * /lib/modules/2.6.29-gentoo-r5/build
>  * Found sources for kernel version:
>  * 2.6.29-gentoo-r5
>
> >>> Unpacking source...
>
> Warning: target directory exists
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work
> Verifying archive integrity... All good.
> Uncompressing ATI Proprietary Linux
> Driver-8.552...
>
>
>
>
>
>
>
>
>
>
>.. * Converting 2.6.x/Makefile to
> use M= instead of SUBDIRS= ...[ ok ]
>
> >>> Unpacking ./../common/usr/src/ati/fglrx_sample_source.tgz to
>
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/extra
>
> >>> Source unpacked in
>
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work
>
> >>> Compiling source in
>
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work ...
>  * Preparing fglrx module
> make -j5 HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu-
> LDFLAGS= GCC_VER_MAJ=4 KVER=2.6.29-gentoo-r5 KDIR=/usr/src/linux kmod_build
> make -C /usr/src/linux
> M=/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules
>/fglrx/build_mod/2.6.x modules
> make[1]: Entering directory `/usr/src/linux-2.6.29-gentoo-r5'
>   CC [M]
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/firegl_public.o CC [M]
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.o CC [M]
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_agp.o CC [M]
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_debug.o CC [M]
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_ioctl.o
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c: In function 'KCL_ACPI_EvalObject':
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c:229: error: dereferencing pointer to
> incomplete type
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c:255: error: dereferencing pointer to
> incomplete type
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c: In function 'KCL_ACPI_GetNotifyHandler':
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c:483: error: dereferencing pointer to
> incomplete type
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c:485: error: dereferencing pointer to
> incomplete type
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c:487: error: dereferencing pointer to
> incomplete type
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c: In function 'KCL_ACPI_GetNotifyContext':
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c:510: error: dereferencing pointer to
> incomplete type
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c:512: error: dereferencing pointer to
> incomp

Re: [gentoo-user] Ati-drivers emerge fails.

2009-06-07 Thread Hazen Valliant-Saunders
Who is maintaining this?

On Sun, Jun 7, 2009 at 1:00 PM, Volker Armin Hemmann <
volkerar...@googlemail.com> wrote:

> On Sonntag 07 Juni 2009, Hazen Valliant-Saunders wrote:
> > Good Day;
> >
> > ati-drivers fails to emerge; foolowed the somewhat out of date doc's
> > online.
> >
> >
> >  emerge ati-drivers
> > Calculating dependencies... done!
> >
> > >>> Verifying ebuild manifests
> > >>>
> > >>> Emerging (1 of 1) x11-drivers/ati-drivers-8.552-r2
> >
> >  * ati-driver-installer-8-11-x86.x86_64.run RMD160 SHA1 SHA256 size ;-)
> ...
> > [ ok ]
> >  * checking ebuild checksums ;-) ...
> [
> > ok ]
> >  * checking auxfile checksums ;-) ...
>  [
> > ok ]
> >  * checking miscfile checksums ;-) ...
> [
> > ok ]
> >  * Determining the location of the kernel source code
> >  * Found kernel source directory:
> >  * /usr/src/linux
> >  * Found kernel object directory:
> >  * /lib/modules/2.6.29-gentoo-r5/build
> >  * Found sources for kernel version:
> >  * 2.6.29-gentoo-r5
> >
> > >>> Unpacking source...
> >
> > Warning: target directory exists
> > /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work
> > Verifying archive integrity... All good.
> > Uncompressing ATI Proprietary Linux
> >
> Driver-8.552...
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
> >.. * Converting 2.6.x/Makefile to
> > use M= instead of SUBDIRS= ...[ ok ]
> >
> > >>> Unpacking ./../common/usr/src/ati/fglrx_sample_source.tgz to
> >
> > /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/extra
> >
> > >>> Source unpacked in
> >
> > /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work
> >
> > >>> Compiling source in
> >
> > /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work ...
> >  * Preparing fglrx module
> > make -j5 HOSTCC=x86_64-pc-linux-gnu-gcc
> CROSS_COMPILE=x86_64-pc-linux-gnu-
> > LDFLAGS= GCC_VER_MAJ=4 KVER=2.6.29-gentoo-r5 KDIR=/usr/src/linux
> kmod_build
> > make -C /usr/src/linux
> >
> M=/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules
> >/fglrx/build_mod/2.6.x modules
> > make[1]: Entering directory `/usr/src/linux-2.6.29-gentoo-r5'
> >   CC [M]
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/firegl_public.o CC [M]
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_acpi.o CC [M]
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_agp.o CC [M]
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_debug.o CC [M]
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_ioctl.o
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_acpi.c: In function 'KCL_ACPI_EvalObject':
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_acpi.c:229: error: dereferencing pointer to
> > incomplete type
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_acpi.c:255: error: dereferencing pointer to
> > incomplete type
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_acpi.c: In function 'KCL_ACPI_GetNotifyHandler':
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_acpi.c:483: error: dereferencing pointer to
> > incomplete type
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_acpi.c:485: error: dereferencing pointer to
> > incomplete type
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_acpi.c:487: error: dereferencing pointer to
> > incomplete type
> >
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
> >glrx/build_mod/2.6.x/kcl_acpi.c: In function 'KCL_ACPI_GetNotifyContext':
> >
> /var/tmp/portage/x11-drivers/ati-drivers-

Re: [gentoo-user] Ati-drivers emerge fails.

2009-06-07 Thread Volker Armin Hemmann
On Sonntag 07 Juni 2009, Hazen Valliant-Saunders wrote:
> Good Day;
>
> ati-drivers fails to emerge; foolowed the somewhat out of date doc's
> online.
>
>
>  emerge ati-drivers
> Calculating dependencies... done!
>
> >>> Verifying ebuild manifests
> >>>
> >>> Emerging (1 of 1) x11-drivers/ati-drivers-8.552-r2
>
>  * ati-driver-installer-8-11-x86.x86_64.run RMD160 SHA1 SHA256 size ;-) ...
> [ ok ]
>  * checking ebuild checksums ;-) ... [
> ok ]
>  * checking auxfile checksums ;-) ...[
> ok ]
>  * checking miscfile checksums ;-) ...   [
> ok ]
>  * Determining the location of the kernel source code
>  * Found kernel source directory:
>  * /usr/src/linux
>  * Found kernel object directory:
>  * /lib/modules/2.6.29-gentoo-r5/build
>  * Found sources for kernel version:
>  * 2.6.29-gentoo-r5
>
> >>> Unpacking source...
>
> Warning: target directory exists
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work
> Verifying archive integrity... All good.
> Uncompressing ATI Proprietary Linux
> Driver-8.552...
>
>
>
>
>
>
>
>
>
>
>.. * Converting 2.6.x/Makefile to
> use M= instead of SUBDIRS= ...[ ok ]
>
> >>> Unpacking ./../common/usr/src/ati/fglrx_sample_source.tgz to
>
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/extra
>
> >>> Source unpacked in
>
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work
>
> >>> Compiling source in
>
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work ...
>  * Preparing fglrx module
> make -j5 HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu-
> LDFLAGS= GCC_VER_MAJ=4 KVER=2.6.29-gentoo-r5 KDIR=/usr/src/linux kmod_build
> make -C /usr/src/linux
> M=/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules
>/fglrx/build_mod/2.6.x modules
> make[1]: Entering directory `/usr/src/linux-2.6.29-gentoo-r5'
>   CC [M]
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/firegl_public.o CC [M]
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.o CC [M]
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_agp.o CC [M]
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_debug.o CC [M]
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_ioctl.o
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c: In function 'KCL_ACPI_EvalObject':
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c:229: error: dereferencing pointer to
> incomplete type
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c:255: error: dereferencing pointer to
> incomplete type
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c: In function 'KCL_ACPI_GetNotifyHandler':
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c:483: error: dereferencing pointer to
> incomplete type
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c:485: error: dereferencing pointer to
> incomplete type
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c:487: error: dereferencing pointer to
> incomplete type
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c: In function 'KCL_ACPI_GetNotifyContext':
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c:510: error: dereferencing pointer to
> incomplete type
> /var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/f
>glrx/build_mod/2.6.x/kcl_acpi.c:512: error: dereferencing pointer to
> incomp

[gentoo-user] Ati-drivers emerge fails.

2009-06-07 Thread Hazen Valliant-Saunders
Good Day;

ati-drivers fails to emerge; foolowed the somewhat out of date doc's online.


 emerge ati-drivers
Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) x11-drivers/ati-drivers-8.552-r2
 * ati-driver-installer-8-11-x86.x86_64.run RMD160 SHA1 SHA256 size ;-) ...
[ ok ]
 * checking ebuild checksums ;-) ... [
ok ]
 * checking auxfile checksums ;-) ...[
ok ]
 * checking miscfile checksums ;-) ...   [
ok ]
 * Determining the location of the kernel source code
 * Found kernel source directory:
 * /usr/src/linux
 * Found kernel object directory:
 * /lib/modules/2.6.29-gentoo-r5/build
 * Found sources for kernel version:
 * 2.6.29-gentoo-r5
>>> Unpacking source...
Warning: target directory exists
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux
Driver-8.552.
 * Converting 2.6.x/Makefile to use M= instead of SUBDIRS= ...[
ok ]
>>> Unpacking ./../common/usr/src/ati/fglrx_sample_source.tgz to
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/extra
>>> Source unpacked in
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work
>>> Compiling source in
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work ...
 * Preparing fglrx module
make -j5 HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu-
LDFLAGS= GCC_VER_MAJ=4 KVER=2.6.29-gentoo-r5 KDIR=/usr/src/linux kmod_build
make -C /usr/src/linux
M=/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_mod/2.6.x
modules
make[1]: Entering directory `/usr/src/linux-2.6.29-gentoo-r5'
  CC [M]
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o
  CC [M]
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.o
  CC [M]
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_agp.o
  CC [M]
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_debug.o
  CC [M]
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_ioctl.o
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.c:
In function 'KCL_ACPI_EvalObject':
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.c:229:
error: dereferencing pointer to incomplete type
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.c:255:
error: dereferencing pointer to incomplete type
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.c:
In function 'KCL_ACPI_GetNotifyHandler':
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.c:483:
error: dereferencing pointer to incomplete type
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.c:485:
error: dereferencing pointer to incomplete type
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.c:487:
error: dereferencing pointer to incomplete type
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.c:
In function 'KCL_ACPI_GetNotifyContext':
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.c:510:
error: dereferencing pointer to incomplete type
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.c:512:
error: dereferencing pointer to incomplete type
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.c:514:
error: dereferencing pointer to incomplete type
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common/lib/modules/fglrx/build_

Re: [gentoo-user] Failed to (re)build kaffeine 0.8.6.

2009-06-07 Thread Volker Armin Hemmann
On Sonntag 07 Juni 2009, Alan McKinnon wrote:
> On Sunday 07 June 2009 17:04:17 Volker Armin Hemmann wrote:
> > On Sonntag 07 Juni 2009, Alan McKinnon wrote:
> > > On Sunday 07 June 2009 15:27:10 Volker Armin Hemmann wrote:
> > > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > > Volker Armin Hemmann  [09-06-07 15:06]:
> > > > > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > > > > Volker Armin Hemmann  [09-06-07
>
> 14:31]:
> > > > > > > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > > > > > > Hi,
> > > > > > > > >
> > > > > > > > > I tried to rebuild kaffeine and the build failed. I
> > > > > > > > > attached the environment file and the build log in
> > > > > > > > > compressed form to this mail.
> > > > > > > > > Here is, what emerge shows:
> > > > > > > > > mv: cannot stat
> > > > > > > > > `/home/mccramer/data/portagetmp/portage/media-video/kaffein
> > > > > > > > >e- 0. 8. 6/ imag e//u
> > > > > > > > > sr/share/locale/*/LC_MESSAGES/kaffeine-0.8.6.mo': No such
> > > > > > > > > file or directory *
> > > > > > > > >  * ERROR: media-video/kaffeine-0.8.6 failed.
> > > > > > > > >  * Call stack:
> > > > > > > > >  *   ebuild.sh, line   49:  Called src_install
> > > > > > > > >  * environment, line 4304:  Called die
> > > > > > > > >  * The specific snippet of code:
> > > > > > > > >  *   mv -f ${mofile} ${mofile/${P}.mo/${PN}.mo} ||
> > > > > > > > > die "fixing mo files failed"; *  The die message:
> > > > > > > > >  *   fixing mo files failed
> > > > > > > > >  *
> > > > > > > > >  * If you need support, post the topmost build error, and
> > > > > > > > > the call stack if relevant. * A complete build log is
> > > > > > > > > located at
> > > > > > > > > '/var/log/portage/media-video:kaffeine-0.8.6:20090607-12080
> > > > > > > > >7. lo g' . * The ebuild environment file is located at
> > > > > > > > > '/home/mccramer/data/portagetmp/portage/media-video/kaffein
> > > > > > > > >e- 0. 8. 6/ temp /env ironment'. *
> > > > > > > > >  * QA Notice: Unrecognized configure options:
> > > > > > > > >  *
> > > > > > > > >  *  configure: WARNING: unrecognized options: --with-x,
> > > > > > > > > --enable-mitshm, --without-debug *  configure: WARNING:
> > > > > > > > > unrecognized options: --with-x, --enable-mitshm,
> > > > > > > > > --without-debug
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > My system is updated on a regulary basis, last update was
> > > > > > > > > this morning.
> > > > > > > > >
> > > > > > > > > Thank you for any help in advance!
> > > > > > > > > Kind regards
> > > > > > > > > Meino Cramer
> > > > > > > >
> > > > > > > > see this bug:
> > > > > > > > http://bugs.gentoo.org/show_bug.cgi?id=207076
> > > > > > > >
> > > > > > > > since the devs can not reproduce it, leave a comment with all
> > > > > > > > information needed.
> > > > > > > >
> > > > > > > > btw, is there a reason why you are using such an old version?
> > > > > > >
> > > > > > > ? A newer version is available ?
> > > > > > >
> > > > > > > emerge -pv kaffeine gaves me:
> > > > > > > Calculating dependencies... done!
> > > > > > > [ebuild   R   ] media-video/kaffeine-0.8.6  USE="dvb encode
> > > > > > > gstreamer vorbis -arts -debug -xcb -xinerama" 0 kB
> > > > > > >
> > > > > > > So, how can I get a newer one...ma

Re: [gentoo-user] Re: can fix preserved-rebuild ...

2009-06-07 Thread Graham Murray
Alan McKinnon  writes:

> The only reason it's masked is to force as many users as possible to use an 
> earlier version so that it "can receive more testing and get better bug 
> reports", and that was done by Zac himself. There is not a single technical 
> or 
> code quality reason for it to be masked, it's purely a human issue

Though I seem to remember that at the time portage 2.2_rc was masked it
was stated to only be a temporary measure to force more people to test
2.1.6 and that the mask would be removed when 2.1.6 went stable - which
it has been for some while.



Re: [gentoo-user] Failed to (re)build kaffeine 0.8.6.

2009-06-07 Thread meino . cramer
Arttu V.  [09-06-07 18:01]:
> On 6/7/09, Arttu V.  wrote:
> > Could you try copying it over to /usr/kde/3.5/share/services/ and see
> > if the problem persists?
> >
> > image # find . -iname 'xine*.desktop'
> > ./usr/kde/3.5/share/services/xine_part.desktop
> 
> Naturally meant if it is *there* and you copy it to the other location. ;)
> 
> (Typing faster than I'm thinking again :D )
> 
> -- 
> Arttu V.

THAT was helpful! Thanks a lot ... it simply WORKKS!

Kind regards,
Meino




-- 
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] Re: can fix preserved-rebuild ...

2009-06-07 Thread Neil Bothwick
On Sun, 07 Jun 2009 09:28:21 +0800, William Kenworthy wrote:

> *  sys-apps/portage
>   Latest version available: 2.1.6.13
>   Latest version installed: 2.2_rc15

If you're going to run release candidate versions, at least run the
latest release candidate. rc15 hasn't been in portage for a while, we're
currently on rc33. Add ~sys-apps/portage-2.2 package.{unmask,keywords} to
ensure you have a valid version.


-- 
Neil Bothwick

Phasers don't kill people...Unless you set them too high.


signature.asc
Description: PGP signature


Re: [gentoo-user] Failed to (re)build kaffeine 0.8.6.

2009-06-07 Thread Arttu V.
On 6/7/09, Arttu V.  wrote:
> Could you try copying it over to /usr/kde/3.5/share/services/ and see
> if the problem persists?
>
> image # find . -iname 'xine*.desktop'
> ./usr/kde/3.5/share/services/xine_part.desktop

Naturally meant if it is *there* and you copy it to the other location. ;)

(Typing faster than I'm thinking again :D )

-- 
Arttu V.



Re: [gentoo-user] Failed to (re)build kaffeine 0.8.6.

2009-06-07 Thread Arttu V.
On 6/7/09, meino.cra...@gmx.de  wrote:
> Meanwhile I compiled kaffeine ... but now it does not find
> "xine_part.desktop" ... on the other hand:
>
> ls /usr/share/services/xine_part.desktop
> /usr/share/services/xine_part.desktop

Could you try copying it over to /usr/kde/3.5/share/services/ and see
if the problem persists?

image # find . -iname 'xine*.desktop'
./usr/kde/3.5/share/services/xine_part.desktop

It could be another similar, possibly kde-3.5 path related(?) issue
like your first one probably was (if you checked the comment dropped
into bug referred in an earlier mail in this thread and also couple
minutes later bug #273030).

-- 
Arttu V.



Re: [gentoo-user] Failed to (re)build kaffeine 0.8.6.

2009-06-07 Thread meino . cramer
Alan McKinnon  [09-06-07 17:26]:
> On Sunday 07 June 2009 17:04:17 Volker Armin Hemmann wrote:
> > On Sonntag 07 Juni 2009, Alan McKinnon wrote:
> > > On Sunday 07 June 2009 15:27:10 Volker Armin Hemmann wrote:
> > > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > > Volker Armin Hemmann  [09-06-07 15:06]:
> > > > > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > > > > Volker Armin Hemmann  [09-06-07 
> 14:31]:
> > > > > > > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > > > > > > Hi,
> > > > > > > > >
> > > > > > > > > I tried to rebuild kaffeine and the build failed. I attached
> > > > > > > > > the environment file and the build log in compressed form to
> > > > > > > > > this mail.
> > > > > > > > > Here is, what emerge shows:
> > > > > > > > > mv: cannot stat
> > > > > > > > > `/home/mccramer/data/portagetmp/portage/media-video/kaffeine-
> > > > > > > > >0. 8. 6/ imag e//u
> > > > > > > > > sr/share/locale/*/LC_MESSAGES/kaffeine-0.8.6.mo': No such
> > > > > > > > > file or directory *
> > > > > > > > >  * ERROR: media-video/kaffeine-0.8.6 failed.
> > > > > > > > >  * Call stack:
> > > > > > > > >  *   ebuild.sh, line   49:  Called src_install
> > > > > > > > >  * environment, line 4304:  Called die
> > > > > > > > >  * The specific snippet of code:
> > > > > > > > >  *   mv -f ${mofile} ${mofile/${P}.mo/${PN}.mo} ||
> > > > > > > > > die "fixing mo files failed"; *  The die message:
> > > > > > > > >  *   fixing mo files failed
> > > > > > > > >  *
> > > > > > > > >  * If you need support, post the topmost build error, and the
> > > > > > > > > call stack if relevant. * A complete build log is located at
> > > > > > > > > '/var/log/portage/media-video:kaffeine-0.8.6:20090607-120807.
> > > > > > > > >lo g' . * The ebuild environment file is located at
> > > > > > > > > '/home/mccramer/data/portagetmp/portage/media-video/kaffeine-
> > > > > > > > >0. 8. 6/ temp /env ironment'. *
> > > > > > > > >  * QA Notice: Unrecognized configure options:
> > > > > > > > >  *
> > > > > > > > >  *  configure: WARNING: unrecognized options: --with-x,
> > > > > > > > > --enable-mitshm, --without-debug *  configure: WARNING:
> > > > > > > > > unrecognized options: --with-x, --enable-mitshm,
> > > > > > > > > --without-debug
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > My system is updated on a regulary basis, last update was
> > > > > > > > > this morning.
> > > > > > > > >
> > > > > > > > > Thank you for any help in advance!
> > > > > > > > > Kind regards
> > > > > > > > > Meino Cramer
> > > > > > > >
> > > > > > > > see this bug:
> > > > > > > > http://bugs.gentoo.org/show_bug.cgi?id=207076
> > > > > > > >
> > > > > > > > since the devs can not reproduce it, leave a comment with all
> > > > > > > > information needed.
> > > > > > > >
> > > > > > > > btw, is there a reason why you are using such an old version?
> > > > > > >
> > > > > > > ? A newer version is available ?
> > > > > > >
> > > > > > > emerge -pv kaffeine gaves me:
> > > > > > > Calculating dependencies... done!
> > > > > > > [ebuild   R   ] media-video/kaffeine-0.8.6  USE="dvb encode
> > > > > > > gstreamer vorbis -arts -debug -xcb -xinerama" 0 kB
> > > > > > >
> > > > > > > So, how can I get a newer one...may be all my other problems with
> > > > > > > th

Re: [gentoo-user] Re: can fix preserved-rebuild ...

2009-06-07 Thread Alan McKinnon
On Sunday 07 June 2009 17:21:20 walt wrote:
> Alan McKinnon wrote:
> > ...
> > I'm also not sure anymore about which portage version was first to
> > support sets. What I did was blow my top at the forced downgrade of
> > portage at Zac's whim, and unmasked portage. Lots of troubles immediately
> > and at once went away when I did this...
>
> Maybe that's why I remember using @preserved-rebuild once or maybe twice.
> I'm running the same portage now on x86, ~x86, and ~amd64, i.e. 2.1.6.13,
> which apparently doesn't know about sets.  portage-2.2_rc33 is masked on
> my profiles.

The only reason it's masked is to force as many users as possible to use an 
earlier version so that it "can receive more testing and get better bug 
reports", and that was done by Zac himself. There is not a single technical or 
code quality reason for it to be masked, it's purely a human issue

Just unmask portage and be done with it, I can't recall the last time there 
was a valid problem with latest portage reported here so it must have been a 
very long time ago.

-- 
alan dot mckinnon at gmail dot com



[gentoo-user] Re: can fix preserved-rebuild ...

2009-06-07 Thread walt

Alan McKinnon wrote:

...
I'm also not sure anymore about which portage version was first to support
sets. What I did was blow my top at the forced downgrade of portage at Zac's
whim, and unmasked portage. Lots of troubles immediately and at once went away
when I did this...


Maybe that's why I remember using @preserved-rebuild once or maybe twice.
I'm running the same portage now on x86, ~x86, and ~amd64, i.e. 2.1.6.13,
which apparently doesn't know about sets.  portage-2.2_rc33 is masked on
my profiles.




Re: [gentoo-user] Failed to (re)build kaffeine 0.8.6.

2009-06-07 Thread Alan McKinnon
On Sunday 07 June 2009 17:04:17 Volker Armin Hemmann wrote:
> On Sonntag 07 Juni 2009, Alan McKinnon wrote:
> > On Sunday 07 June 2009 15:27:10 Volker Armin Hemmann wrote:
> > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > Volker Armin Hemmann  [09-06-07 15:06]:
> > > > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > > > Volker Armin Hemmann  [09-06-07 
14:31]:
> > > > > > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > > > > > Hi,
> > > > > > > >
> > > > > > > > I tried to rebuild kaffeine and the build failed. I attached
> > > > > > > > the environment file and the build log in compressed form to
> > > > > > > > this mail.
> > > > > > > > Here is, what emerge shows:
> > > > > > > > mv: cannot stat
> > > > > > > > `/home/mccramer/data/portagetmp/portage/media-video/kaffeine-
> > > > > > > >0. 8. 6/ imag e//u
> > > > > > > > sr/share/locale/*/LC_MESSAGES/kaffeine-0.8.6.mo': No such
> > > > > > > > file or directory *
> > > > > > > >  * ERROR: media-video/kaffeine-0.8.6 failed.
> > > > > > > >  * Call stack:
> > > > > > > >  *   ebuild.sh, line   49:  Called src_install
> > > > > > > >  * environment, line 4304:  Called die
> > > > > > > >  * The specific snippet of code:
> > > > > > > >  *   mv -f ${mofile} ${mofile/${P}.mo/${PN}.mo} ||
> > > > > > > > die "fixing mo files failed"; *  The die message:
> > > > > > > >  *   fixing mo files failed
> > > > > > > >  *
> > > > > > > >  * If you need support, post the topmost build error, and the
> > > > > > > > call stack if relevant. * A complete build log is located at
> > > > > > > > '/var/log/portage/media-video:kaffeine-0.8.6:20090607-120807.
> > > > > > > >lo g' . * The ebuild environment file is located at
> > > > > > > > '/home/mccramer/data/portagetmp/portage/media-video/kaffeine-
> > > > > > > >0. 8. 6/ temp /env ironment'. *
> > > > > > > >  * QA Notice: Unrecognized configure options:
> > > > > > > >  *
> > > > > > > >  *  configure: WARNING: unrecognized options: --with-x,
> > > > > > > > --enable-mitshm, --without-debug *  configure: WARNING:
> > > > > > > > unrecognized options: --with-x, --enable-mitshm,
> > > > > > > > --without-debug
> > > > > > > >
> > > > > > > >
> > > > > > > > My system is updated on a regulary basis, last update was
> > > > > > > > this morning.
> > > > > > > >
> > > > > > > > Thank you for any help in advance!
> > > > > > > > Kind regards
> > > > > > > > Meino Cramer
> > > > > > >
> > > > > > > see this bug:
> > > > > > > http://bugs.gentoo.org/show_bug.cgi?id=207076
> > > > > > >
> > > > > > > since the devs can not reproduce it, leave a comment with all
> > > > > > > information needed.
> > > > > > >
> > > > > > > btw, is there a reason why you are using such an old version?
> > > > > >
> > > > > > ? A newer version is available ?
> > > > > >
> > > > > > emerge -pv kaffeine gaves me:
> > > > > > Calculating dependencies... done!
> > > > > > [ebuild   R   ] media-video/kaffeine-0.8.6  USE="dvb encode
> > > > > > gstreamer vorbis -arts -debug -xcb -xinerama" 0 kB
> > > > > >
> > > > > > So, how can I get a newer one...may be all my other problems with
> > > > > > that beast are blowing in the wind then ???
> > > > > >
> > > > > > Kind regards,
> > > > > > Meino Cramer
> > > > >
> > > > > (PORTDIR is set to /var/portage on my system)
> > > > > ls /var/portage/media-video/kaffeine
> > > > > ChangeLog  files  kaffeine-0.

Re: [gentoo-user] Failed to (re)build kaffeine 0.8.6.

2009-06-07 Thread Volker Armin Hemmann
On Sonntag 07 Juni 2009, Alan McKinnon wrote:
> On Sunday 07 June 2009 15:27:10 Volker Armin Hemmann wrote:
> > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > Volker Armin Hemmann  [09-06-07 15:06]:
> > > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > > Volker Armin Hemmann  [09-06-07 14:31]:
> > > > > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > > > > Hi,
> > > > > > >
> > > > > > > I tried to rebuild kaffeine and the build failed. I attached
> > > > > > > the environment file and the build log in compressed form to
> > > > > > > this mail.
> > > > > > > Here is, what emerge shows:
> > > > > > > mv: cannot stat
> > > > > > > `/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.
> > > > > > >8. 6/ imag e//u
> > > > > > > sr/share/locale/*/LC_MESSAGES/kaffeine-0.8.6.mo': No such file
> > > > > > > or directory *
> > > > > > >  * ERROR: media-video/kaffeine-0.8.6 failed.
> > > > > > >  * Call stack:
> > > > > > >  *   ebuild.sh, line   49:  Called src_install
> > > > > > >  * environment, line 4304:  Called die
> > > > > > >  * The specific snippet of code:
> > > > > > >  *   mv -f ${mofile} ${mofile/${P}.mo/${PN}.mo} || die
> > > > > > > "fixing mo files failed"; *  The die message:
> > > > > > >  *   fixing mo files failed
> > > > > > >  *
> > > > > > >  * If you need support, post the topmost build error, and the
> > > > > > > call stack if relevant. * A complete build log is located at
> > > > > > > '/var/log/portage/media-video:kaffeine-0.8.6:20090607-120807.lo
> > > > > > >g' . * The ebuild environment file is located at
> > > > > > > '/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.
> > > > > > >8. 6/ temp /env ironment'. *
> > > > > > >  * QA Notice: Unrecognized configure options:
> > > > > > >  *
> > > > > > >  *  configure: WARNING: unrecognized options: --with-x,
> > > > > > > --enable-mitshm, --without-debug *  configure: WARNING:
> > > > > > > unrecognized options: --with-x, --enable-mitshm,
> > > > > > > --without-debug
> > > > > > >
> > > > > > >
> > > > > > > My system is updated on a regulary basis, last update was this
> > > > > > > morning.
> > > > > > >
> > > > > > > Thank you for any help in advance!
> > > > > > > Kind regards
> > > > > > > Meino Cramer
> > > > > >
> > > > > > see this bug:
> > > > > > http://bugs.gentoo.org/show_bug.cgi?id=207076
> > > > > >
> > > > > > since the devs can not reproduce it, leave a comment with all
> > > > > > information needed.
> > > > > >
> > > > > > btw, is there a reason why you are using such an old version?
> > > > >
> > > > > ? A newer version is available ?
> > > > >
> > > > > emerge -pv kaffeine gaves me:
> > > > > Calculating dependencies... done!
> > > > > [ebuild   R   ] media-video/kaffeine-0.8.6  USE="dvb encode
> > > > > gstreamer vorbis -arts -debug -xcb -xinerama" 0 kB
> > > > >
> > > > > So, how can I get a newer one...may be all my other problems with
> > > > > that beast are blowing in the wind then ???
> > > > >
> > > > > Kind regards,
> > > > > Meino Cramer
> > > >
> > > > (PORTDIR is set to /var/portage on my system)
> > > > ls /var/portage/media-video/kaffeine
> > > > ChangeLog  files  kaffeine-0.8.6.ebuild  kaffeine-0.8.7.ebuild
> > > > kaffeine-0.8.7-r1.ebuild  kaffeine-0.8.8.ebuild  Manifest 
> > > > metadata.xml
> > > >
> > > > maybe or not.
> > > >
> > > > The secret is 'ACCEPT_KEYWORDS'.
> > >
> > > May be it is possible, oh master, to to not only offer the
> > > magic spell to us, your obedienst fellowers, but to enlight
> > > us with the wisdom how to use it...
> > >
> > > ;O) ;O)
> > >
> > > M.
> >
> > sure, here:
> > http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3&chap=2
> >
> > seriously, your question is a sure sign you did not read the
> > documentation. The link goes straight to make.conf stuff. You should read
> > it NOW. Luckily it is sunday and except the election not much to do ;)
>
> And maybe you should look at the output of eix on your own box.
>
> The user is in all likelyhood running stable, where 0.8.6 is latest. We
> have had endless discussions this very year on how it is a $BIG_AMOUNT bad
> idea to mix arch and ~arch.
>
> People running stable usually have good reasons for doing so. Switching to
> ~arch for "just because" is seldom a good reason.

and in my experience running a comple 'unstable' system is a lot less 
troublesome then a 'stable' system. 

Why? Because the real problems hit stable users too - just a bit later (I have 
gentoo users among my friends - they run stable, they run in problems I solved 
for myself weeks/month ago. Or run into problems I never had..). So the only 
bonus about running 'stable':
old software.



Re: [gentoo-user] Re: can fix preserved-rebuild ...

2009-06-07 Thread Alan McKinnon
On Sunday 07 June 2009 03:28:21 William Kenworthy wrote:

> > As for the OP, I can only guess what might be causing this. Let's start
> > with obvious stuff:
> >
> > 1. Is portage the latest version for your arch?
> > 2. What does revdep-rebuild return?
> > 3. What is your arch, and is it a mixture of stable and ~?
>
> The system is quite a few years old - the original install was ~2000,
> and has quite a few hardware upgrades/rebuilds in between.  Current (for
> at least a couple of years) cpu is amd athlon barton 2500+.
>
> Software is a mix of stable, ~x86 and pinned (mostly particular ~x86 at
> the time) working versions to avoid some of the upgrade treadmill.

Your libusb is currently latest, your portage-utils and portage are not.

I honestly think that debugging this will be an exercise in futility unless 
you can find a reference somewhere that says which versions of which portage 
tools are incompatible with which other ones, and why...

I'm also not sure anymore about which portage version was first to support 
sets. What I did was blow my top at the forced downgrade of portage at Zac's 
whim, and unmasked portage. Lots of troubles immediately and at once went away 
when I did this.

I'd suggest you switch to ~arch and tolerate the upgrade treadmill. A lot of 
that is packages that are rapidly and often changing. If you sync and upgrade 
once a week or fortnight, you'll find you upgrade package X just once, not 
several times during that period.

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Avidemux upgrade: Can't find libfaad1 ??

2009-06-07 Thread Alan McKinnon
On Sunday 07 June 2009 13:30:30 meino.cra...@gmx.de wrote:
> Hi,
>
> After upgrading avidemux the resulting executable fails to start with:
> avidemux2: error while loading shared libraries: libfaad.so.1: cannot open
> shared object file: No such file or directory
>
> qsearch only knows libffad2...
>
> Am I lost ?
>
> Kind regards,
> Meino Cramer

What version of faad2 do you have installed?

methinks you are out of date, faad2 provides  /usr/lib64/libfaad.so.2.0.0 and 
there is no libfaad.so.1 here


-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Failed to (re)build kaffeine 0.8.6.

2009-06-07 Thread Alan McKinnon
On Sunday 07 June 2009 15:27:10 Volker Armin Hemmann wrote:
> On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > Volker Armin Hemmann  [09-06-07 15:06]:
> > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > Volker Armin Hemmann  [09-06-07 14:31]:
> > > > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > > > Hi,
> > > > > >
> > > > > > I tried to rebuild kaffeine and the build failed. I attached the
> > > > > > environment file and the build log in compressed form to this
> > > > > > mail.
> > > > > > Here is, what emerge shows:
> > > > > > mv: cannot stat
> > > > > > `/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.8.
> > > > > >6/ imag e//u sr/share/locale/*/LC_MESSAGES/kaffeine-0.8.6.mo': No
> > > > > > such file or directory *
> > > > > >  * ERROR: media-video/kaffeine-0.8.6 failed.
> > > > > >  * Call stack:
> > > > > >  *   ebuild.sh, line   49:  Called src_install
> > > > > >  * environment, line 4304:  Called die
> > > > > >  * The specific snippet of code:
> > > > > >  *   mv -f ${mofile} ${mofile/${P}.mo/${PN}.mo} || die
> > > > > > "fixing mo files failed"; *  The die message:
> > > > > >  *   fixing mo files failed
> > > > > >  *
> > > > > >  * If you need support, post the topmost build error, and the
> > > > > > call stack if relevant. * A complete build log is located at
> > > > > > '/var/log/portage/media-video:kaffeine-0.8.6:20090607-120807.log'
> > > > > >. * The ebuild environment file is located at
> > > > > > '/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.8.
> > > > > >6/ temp /env ironment'. *
> > > > > >  * QA Notice: Unrecognized configure options:
> > > > > >  *
> > > > > >  *  configure: WARNING: unrecognized options: --with-x,
> > > > > > --enable-mitshm, --without-debug *  configure: WARNING:
> > > > > > unrecognized options: --with-x, --enable-mitshm, --without-debug
> > > > > >
> > > > > >
> > > > > > My system is updated on a regulary basis, last update was this
> > > > > > morning.
> > > > > >
> > > > > > Thank you for any help in advance!
> > > > > > Kind regards
> > > > > > Meino Cramer
> > > > >
> > > > > see this bug:
> > > > > http://bugs.gentoo.org/show_bug.cgi?id=207076
> > > > >
> > > > > since the devs can not reproduce it, leave a comment with all
> > > > > information needed.
> > > > >
> > > > > btw, is there a reason why you are using such an old version?
> > > >
> > > > ? A newer version is available ?
> > > >
> > > > emerge -pv kaffeine gaves me:
> > > > Calculating dependencies... done!
> > > > [ebuild   R   ] media-video/kaffeine-0.8.6  USE="dvb encode gstreamer
> > > > vorbis -arts -debug -xcb -xinerama" 0 kB
> > > >
> > > > So, how can I get a newer one...may be all my other problems with
> > > > that beast are blowing in the wind then ???
> > > >
> > > > Kind regards,
> > > > Meino Cramer
> > >
> > > (PORTDIR is set to /var/portage on my system)
> > > ls /var/portage/media-video/kaffeine
> > > ChangeLog  files  kaffeine-0.8.6.ebuild  kaffeine-0.8.7.ebuild
> > > kaffeine-0.8.7-r1.ebuild  kaffeine-0.8.8.ebuild  Manifest  metadata.xml
> > >
> > > maybe or not.
> > >
> > > The secret is 'ACCEPT_KEYWORDS'.
> >
> > May be it is possible, oh master, to to not only offer the
> > magic spell to us, your obedienst fellowers, but to enlight
> > us with the wisdom how to use it...
> >
> > ;O) ;O)
> >
> > M.
>
> sure, here:
> http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3&chap=2
>
> seriously, your question is a sure sign you did not read the documentation.
> The link goes straight to make.conf stuff. You should read it NOW. Luckily
> it is sunday and except the election not much to do ;)

And maybe you should look at the output of eix on your own box.

The user is in all likelyhood running stable, where 0.8.6 is latest. We have 
had endless discussions this very year on how it is a $BIG_AMOUNT bad idea to 
mix arch and ~arch.

People running stable usually have good reasons for doing so. Switching to 
~arch for "just because" is seldom a good reason.

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Failed to (re)build kaffeine 0.8.6.

2009-06-07 Thread Volker Armin Hemmann
On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> Volker Armin Hemmann  [09-06-07 15:31]:
> > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > Volker Armin Hemmann  [09-06-07 15:06]:
> > > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > > Volker Armin Hemmann  [09-06-07 14:31]:
> > > > > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > > > > Hi,
> > > > > > >
> > > > > > > I tried to rebuild kaffeine and the build failed. I attached
> > > > > > > the environment file and the build log in compressed form to
> > > > > > > this mail.
> > > > > > > Here is, what emerge shows:
> > > > > > > mv: cannot stat
> > > > > > > `/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.
> > > > > > >8.6/ imag e//u sr/share/locale/*/LC_MESSAGES/kaffeine-0.8.6.mo':
> > > > > > > No such file or directory *
> > > > > > >  * ERROR: media-video/kaffeine-0.8.6 failed.
> > > > > > >  * Call stack:
> > > > > > >  *   ebuild.sh, line   49:  Called src_install
> > > > > > >  * environment, line 4304:  Called die
> > > > > > >  * The specific snippet of code:
> > > > > > >  *   mv -f ${mofile} ${mofile/${P}.mo/${PN}.mo} || die
> > > > > > > "fixing mo files failed"; *  The die message:
> > > > > > >  *   fixing mo files failed
> > > > > > >  *
> > > > > > >  * If you need support, post the topmost build error, and the
> > > > > > > call stack if relevant. * A complete build log is located at
> > > > > > > '/var/log/portage/media-video:kaffeine-0.8.6:20090607-120807.lo
> > > > > > >g'. * The ebuild environment file is located at
> > > > > > > '/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.
> > > > > > >8.6/ temp /env ironment'. *
> > > > > > >  * QA Notice: Unrecognized configure options:
> > > > > > >  *
> > > > > > >  *  configure: WARNING: unrecognized options: --with-x,
> > > > > > > --enable-mitshm, --without-debug *  configure: WARNING:
> > > > > > > unrecognized options: --with-x, --enable-mitshm,
> > > > > > > --without-debug
> > > > > > >
> > > > > > >
> > > > > > > My system is updated on a regulary basis, last update was this
> > > > > > > morning.
> > > > > > >
> > > > > > > Thank you for any help in advance!
> > > > > > > Kind regards
> > > > > > > Meino Cramer
> > > > > >
> > > > > > see this bug:
> > > > > > http://bugs.gentoo.org/show_bug.cgi?id=207076
> > > > > >
> > > > > > since the devs can not reproduce it, leave a comment with all
> > > > > > information needed.
> > > > > >
> > > > > > btw, is there a reason why you are using such an old version?
> > > > >
> > > > > ? A newer version is available ?
> > > > >
> > > > > emerge -pv kaffeine gaves me:
> > > > > Calculating dependencies... done!
> > > > > [ebuild   R   ] media-video/kaffeine-0.8.6  USE="dvb encode
> > > > > gstreamer vorbis -arts -debug -xcb -xinerama" 0 kB
> > > > >
> > > > > So, how can I get a newer one...may be all my other problems with
> > > > > that beast are blowing in the wind then ???
> > > > >
> > > > > Kind regards,
> > > > > Meino Cramer
> > > >
> > > > (PORTDIR is set to /var/portage on my system)
> > > > ls /var/portage/media-video/kaffeine
> > > > ChangeLog  files  kaffeine-0.8.6.ebuild  kaffeine-0.8.7.ebuild
> > > > kaffeine-0.8.7-r1.ebuild  kaffeine-0.8.8.ebuild  Manifest 
> > > > metadata.xml
> > > >
> > > > maybe or not.
> > > >
> > > > The secret is 'ACCEPT_KEYWORDS'.
> > >
> > > May be it is possible, oh master, to to not only offer the
> > > magic spell to us, your obedienst fellowers, but to enlight
> > > us with the wisdom how to use it...
> > >
> > > ;O) ;O)
> > >
> > > M.
> >
> > sure, here:
> > http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3&chap=2
> >
> > seriously, your question is a sure sign you did not read the
> > documentation. The link goes straight to make.conf stuff. You should read
> > it NOW. Luckily it is sunday and except the election not much to do ;)
>
> Sure it is Sunday...but for me it is the only time to do things left
> while the last week was eating my time while earning my bread and my
> butter...so...
> But I will read the paragraph as soon as possible,
>
> Thanks a lot.
> M.

it is not time wasted. It saves time you don't have to spend on sending mails 
to the list ;)

Seriously thought, the documentation is very good and helpfull. Most daily 
problems can be solved easily after reading it. For compilation problems it 
saves a lot of your time if you look into bugs.gentoo.org first. Ok, the 
search interface sucks very much - as with all bugzillas, but it is still 
usefull.



Re: [gentoo-user] Failed to (re)build kaffeine 0.8.6.

2009-06-07 Thread meino . cramer
Volker Armin Hemmann  [09-06-07 15:31]:
> On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > Volker Armin Hemmann  [09-06-07 15:06]:
> > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > Volker Armin Hemmann  [09-06-07 14:31]:
> > > > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > > > Hi,
> > > > > >
> > > > > > I tried to rebuild kaffeine and the build failed. I attached the
> > > > > > environment file and the build log in compressed form to this
> > > > > > mail.
> > > > > > Here is, what emerge shows:
> > > > > > mv: cannot stat
> > > > > > `/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.8.6/
> > > > > >imag e//u sr/share/locale/*/LC_MESSAGES/kaffeine-0.8.6.mo': No such
> > > > > > file or directory *
> > > > > >  * ERROR: media-video/kaffeine-0.8.6 failed.
> > > > > >  * Call stack:
> > > > > >  *   ebuild.sh, line   49:  Called src_install
> > > > > >  * environment, line 4304:  Called die
> > > > > >  * The specific snippet of code:
> > > > > >  *   mv -f ${mofile} ${mofile/${P}.mo/${PN}.mo} || die
> > > > > > "fixing mo files failed"; *  The die message:
> > > > > >  *   fixing mo files failed
> > > > > >  *
> > > > > >  * If you need support, post the topmost build error, and the call
> > > > > > stack if relevant. * A complete build log is located at
> > > > > > '/var/log/portage/media-video:kaffeine-0.8.6:20090607-120807.log'.
> > > > > > * The ebuild environment file is located at
> > > > > > '/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.8.6/
> > > > > >temp /env ironment'. *
> > > > > >  * QA Notice: Unrecognized configure options:
> > > > > >  *
> > > > > >  *  configure: WARNING: unrecognized options: --with-x,
> > > > > > --enable-mitshm, --without-debug *  configure: WARNING:
> > > > > > unrecognized options: --with-x, --enable-mitshm, --without-debug
> > > > > >
> > > > > >
> > > > > > My system is updated on a regulary basis, last update was this
> > > > > > morning.
> > > > > >
> > > > > > Thank you for any help in advance!
> > > > > > Kind regards
> > > > > > Meino Cramer
> > > > >
> > > > > see this bug:
> > > > > http://bugs.gentoo.org/show_bug.cgi?id=207076
> > > > >
> > > > > since the devs can not reproduce it, leave a comment with all
> > > > > information needed.
> > > > >
> > > > > btw, is there a reason why you are using such an old version?
> > > >
> > > > ? A newer version is available ?
> > > >
> > > > emerge -pv kaffeine gaves me:
> > > > Calculating dependencies... done!
> > > > [ebuild   R   ] media-video/kaffeine-0.8.6  USE="dvb encode gstreamer
> > > > vorbis -arts -debug -xcb -xinerama" 0 kB
> > > >
> > > > So, how can I get a newer one...may be all my other problems with that
> > > > beast are blowing in the wind then ???
> > > >
> > > > Kind regards,
> > > > Meino Cramer
> > >
> > > (PORTDIR is set to /var/portage on my system)
> > > ls /var/portage/media-video/kaffeine
> > > ChangeLog  files  kaffeine-0.8.6.ebuild  kaffeine-0.8.7.ebuild
> > > kaffeine-0.8.7-r1.ebuild  kaffeine-0.8.8.ebuild  Manifest  metadata.xml
> > >
> > > maybe or not.
> > >
> > > The secret is 'ACCEPT_KEYWORDS'.
> >
> > May be it is possible, oh master, to to not only offer the
> > magic spell to us, your obedienst fellowers, but to enlight
> > us with the wisdom how to use it...
> >
> > ;O) ;O)
> >
> > M.
> 
> sure, here:
> http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3&chap=2
> 
> seriously, your question is a sure sign you did not read the documentation. 
> The link goes straight to make.conf stuff. You should read it NOW. Luckily it 
> is sunday and except the election not much to do ;)
> 

Sure it is Sunday...but for me it is the only time to do things left
while the last week was eating my time while earning my bread and my
butter...so...
But I will read the paragraph as soon as possible,

Thanks a lot.
M.


-- 
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] Failed to (re)build kaffeine 0.8.6.

2009-06-07 Thread Volker Armin Hemmann
On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> Volker Armin Hemmann  [09-06-07 15:06]:
> > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > Volker Armin Hemmann  [09-06-07 14:31]:
> > > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > > Hi,
> > > > >
> > > > > I tried to rebuild kaffeine and the build failed. I attached the
> > > > > environment file and the build log in compressed form to this
> > > > > mail.
> > > > > Here is, what emerge shows:
> > > > > mv: cannot stat
> > > > > `/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.8.6/
> > > > >imag e//u sr/share/locale/*/LC_MESSAGES/kaffeine-0.8.6.mo': No such
> > > > > file or directory *
> > > > >  * ERROR: media-video/kaffeine-0.8.6 failed.
> > > > >  * Call stack:
> > > > >  *   ebuild.sh, line   49:  Called src_install
> > > > >  * environment, line 4304:  Called die
> > > > >  * The specific snippet of code:
> > > > >  *   mv -f ${mofile} ${mofile/${P}.mo/${PN}.mo} || die
> > > > > "fixing mo files failed"; *  The die message:
> > > > >  *   fixing mo files failed
> > > > >  *
> > > > >  * If you need support, post the topmost build error, and the call
> > > > > stack if relevant. * A complete build log is located at
> > > > > '/var/log/portage/media-video:kaffeine-0.8.6:20090607-120807.log'.
> > > > > * The ebuild environment file is located at
> > > > > '/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.8.6/
> > > > >temp /env ironment'. *
> > > > >  * QA Notice: Unrecognized configure options:
> > > > >  *
> > > > >  *  configure: WARNING: unrecognized options: --with-x,
> > > > > --enable-mitshm, --without-debug *  configure: WARNING:
> > > > > unrecognized options: --with-x, --enable-mitshm, --without-debug
> > > > >
> > > > >
> > > > > My system is updated on a regulary basis, last update was this
> > > > > morning.
> > > > >
> > > > > Thank you for any help in advance!
> > > > > Kind regards
> > > > > Meino Cramer
> > > >
> > > > see this bug:
> > > > http://bugs.gentoo.org/show_bug.cgi?id=207076
> > > >
> > > > since the devs can not reproduce it, leave a comment with all
> > > > information needed.
> > > >
> > > > btw, is there a reason why you are using such an old version?
> > >
> > > ? A newer version is available ?
> > >
> > > emerge -pv kaffeine gaves me:
> > > Calculating dependencies... done!
> > > [ebuild   R   ] media-video/kaffeine-0.8.6  USE="dvb encode gstreamer
> > > vorbis -arts -debug -xcb -xinerama" 0 kB
> > >
> > > So, how can I get a newer one...may be all my other problems with that
> > > beast are blowing in the wind then ???
> > >
> > > Kind regards,
> > > Meino Cramer
> >
> > (PORTDIR is set to /var/portage on my system)
> > ls /var/portage/media-video/kaffeine
> > ChangeLog  files  kaffeine-0.8.6.ebuild  kaffeine-0.8.7.ebuild
> > kaffeine-0.8.7-r1.ebuild  kaffeine-0.8.8.ebuild  Manifest  metadata.xml
> >
> > maybe or not.
> >
> > The secret is 'ACCEPT_KEYWORDS'.
>
> May be it is possible, oh master, to to not only offer the
> magic spell to us, your obedienst fellowers, but to enlight
> us with the wisdom how to use it...
>
> ;O) ;O)
>
> M.

sure, here:
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=3&chap=2

seriously, your question is a sure sign you did not read the documentation. 
The link goes straight to make.conf stuff. You should read it NOW. Luckily it 
is sunday and except the election not much to do ;)




Re: [gentoo-user] Failed to (re)build kaffeine 0.8.6.

2009-06-07 Thread meino . cramer
Volker Armin Hemmann  [09-06-07 15:06]:
> On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > Volker Armin Hemmann  [09-06-07 14:31]:
> > > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > > Hi,
> > > >
> > > > I tried to rebuild kaffeine and the build failed. I attached the
> > > > environment file and the build log in compressed form to this
> > > > mail.
> > > > Here is, what emerge shows:
> > > > mv: cannot stat
> > > > `/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.8.6/imag
> > > >e//u sr/share/locale/*/LC_MESSAGES/kaffeine-0.8.6.mo': No such file or
> > > > directory *
> > > >  * ERROR: media-video/kaffeine-0.8.6 failed.
> > > >  * Call stack:
> > > >  *   ebuild.sh, line   49:  Called src_install
> > > >  * environment, line 4304:  Called die
> > > >  * The specific snippet of code:
> > > >  *   mv -f ${mofile} ${mofile/${P}.mo/${PN}.mo} || die "fixing
> > > > mo files failed"; *  The die message:
> > > >  *   fixing mo files failed
> > > >  *
> > > >  * If you need support, post the topmost build error, and the call
> > > > stack if relevant. * A complete build log is located at
> > > > '/var/log/portage/media-video:kaffeine-0.8.6:20090607-120807.log'. *
> > > > The ebuild environment file is located at
> > > > '/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.8.6/temp
> > > >/env ironment'. *
> > > >  * QA Notice: Unrecognized configure options:
> > > >  *
> > > >  *  configure: WARNING: unrecognized options: --with-x,
> > > > --enable-mitshm, --without-debug *  configure: WARNING:
> > > > unrecognized options: --with-x, --enable-mitshm, --without-debug
> > > >
> > > >
> > > > My system is updated on a regulary basis, last update was this
> > > > morning.
> > > >
> > > > Thank you for any help in advance!
> > > > Kind regards
> > > > Meino Cramer
> > >
> > > see this bug:
> > > http://bugs.gentoo.org/show_bug.cgi?id=207076
> > >
> > > since the devs can not reproduce it, leave a comment with all information
> > > needed.
> > >
> > > btw, is there a reason why you are using such an old version?
> >
> > ? A newer version is available ?
> >
> > emerge -pv kaffeine gaves me:
> > Calculating dependencies... done!
> > [ebuild   R   ] media-video/kaffeine-0.8.6  USE="dvb encode gstreamer
> > vorbis -arts -debug -xcb -xinerama" 0 kB
> >
> > So, how can I get a newer one...may be all my other problems with that
> > beast are blowing in the wind then ???
> >
> > Kind regards,
> > Meino Cramer
> 
> (PORTDIR is set to /var/portage on my system)
> ls /var/portage/media-video/kaffeine
> ChangeLog  files  kaffeine-0.8.6.ebuild  kaffeine-0.8.7.ebuild  
> kaffeine-0.8.7-r1.ebuild  kaffeine-0.8.8.ebuild  Manifest  metadata.xml
> 
> maybe or not.
> 
> The secret is 'ACCEPT_KEYWORDS'.


May be it is possible, oh master, to to not only offer the 
magic spell to us, your obedienst fellowers, but to enlight 
us with the wisdom how to use it...

;O) ;O)

M.


-- 
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] Failed to (re)build kaffeine 0.8.6.

2009-06-07 Thread Volker Armin Hemmann
On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> Volker Armin Hemmann  [09-06-07 14:31]:
> > On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > > Hi,
> > >
> > > I tried to rebuild kaffeine and the build failed. I attached the
> > > environment file and the build log in compressed form to this
> > > mail.
> > > Here is, what emerge shows:
> > > mv: cannot stat
> > > `/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.8.6/imag
> > >e//u sr/share/locale/*/LC_MESSAGES/kaffeine-0.8.6.mo': No such file or
> > > directory *
> > >  * ERROR: media-video/kaffeine-0.8.6 failed.
> > >  * Call stack:
> > >  *   ebuild.sh, line   49:  Called src_install
> > >  * environment, line 4304:  Called die
> > >  * The specific snippet of code:
> > >  *   mv -f ${mofile} ${mofile/${P}.mo/${PN}.mo} || die "fixing
> > > mo files failed"; *  The die message:
> > >  *   fixing mo files failed
> > >  *
> > >  * If you need support, post the topmost build error, and the call
> > > stack if relevant. * A complete build log is located at
> > > '/var/log/portage/media-video:kaffeine-0.8.6:20090607-120807.log'. *
> > > The ebuild environment file is located at
> > > '/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.8.6/temp
> > >/env ironment'. *
> > >  * QA Notice: Unrecognized configure options:
> > >  *
> > >  *  configure: WARNING: unrecognized options: --with-x,
> > > --enable-mitshm, --without-debug *  configure: WARNING:
> > > unrecognized options: --with-x, --enable-mitshm, --without-debug
> > >
> > >
> > > My system is updated on a regulary basis, last update was this
> > > morning.
> > >
> > > Thank you for any help in advance!
> > > Kind regards
> > > Meino Cramer
> >
> > see this bug:
> > http://bugs.gentoo.org/show_bug.cgi?id=207076
> >
> > since the devs can not reproduce it, leave a comment with all information
> > needed.
> >
> > btw, is there a reason why you are using such an old version?
>
> ? A newer version is available ?
>
> emerge -pv kaffeine gaves me:
> Calculating dependencies... done!
> [ebuild   R   ] media-video/kaffeine-0.8.6  USE="dvb encode gstreamer
> vorbis -arts -debug -xcb -xinerama" 0 kB
>
> So, how can I get a newer one...may be all my other problems with that
> beast are blowing in the wind then ???
>
> Kind regards,
> Meino Cramer

(PORTDIR is set to /var/portage on my system)
ls /var/portage/media-video/kaffeine
ChangeLog  files  kaffeine-0.8.6.ebuild  kaffeine-0.8.7.ebuild  
kaffeine-0.8.7-r1.ebuild  kaffeine-0.8.8.ebuild  Manifest  metadata.xml

maybe or not.

The secret is 'ACCEPT_KEYWORDS'.



Re: [gentoo-user] Failed to (re)build kaffeine 0.8.6.

2009-06-07 Thread meino . cramer
Volker Armin Hemmann  [09-06-07 14:31]:
> On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> > Hi,
> >
> > I tried to rebuild kaffeine and the build failed. I attached the
> > environment file and the build log in compressed form to this
> > mail.
> > Here is, what emerge shows:
> > mv: cannot stat
> > `/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.8.6/image//u
> >sr/share/locale/*/LC_MESSAGES/kaffeine-0.8.6.mo': No such file or directory
> > *
> >  * ERROR: media-video/kaffeine-0.8.6 failed.
> >  * Call stack:
> >  *   ebuild.sh, line   49:  Called src_install
> >  * environment, line 4304:  Called die
> >  * The specific snippet of code:
> >  *   mv -f ${mofile} ${mofile/${P}.mo/${PN}.mo} || die "fixing mo
> > files failed"; *  The die message:
> >  *   fixing mo files failed
> >  *
> >  * If you need support, post the topmost build error, and the call stack if
> > relevant. * A complete build log is located at
> > '/var/log/portage/media-video:kaffeine-0.8.6:20090607-120807.log'. * The
> > ebuild environment file is located at
> > '/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.8.6/temp/env
> >ironment'. *
> >  * QA Notice: Unrecognized configure options:
> >  *
> >  *  configure: WARNING: unrecognized options: --with-x,
> > --enable-mitshm, --without-debug *  configure: WARNING: unrecognized
> > options: --with-x, --enable-mitshm, --without-debug
> >
> >
> > My system is updated on a regulary basis, last update was this
> > morning.
> >
> > Thank you for any help in advance!
> > Kind regards
> > Meino Cramer
> 
> see this bug:
> http://bugs.gentoo.org/show_bug.cgi?id=207076
> 
> since the devs can not reproduce it, leave a comment with all information 
> needed.
> 
> btw, is there a reason why you are using such an old version?

? A newer version is available ?

emerge -pv kaffeine gaves me:
Calculating dependencies... done!
[ebuild   R   ] media-video/kaffeine-0.8.6  USE="dvb encode gstreamer vorbis 
-arts -debug -xcb -xinerama" 0 kB

So, how can I get a newer one...may be all my other problems with that
beast are blowing in the wind then ???

Kind regards,
Meino Cramer


-- 
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] Failed to (re)build kaffeine 0.8.6.

2009-06-07 Thread Volker Armin Hemmann
On Sonntag 07 Juni 2009, meino.cra...@gmx.de wrote:
> Hi,
>
> I tried to rebuild kaffeine and the build failed. I attached the
> environment file and the build log in compressed form to this
> mail.
> Here is, what emerge shows:
> mv: cannot stat
> `/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.8.6/image//u
>sr/share/locale/*/LC_MESSAGES/kaffeine-0.8.6.mo': No such file or directory
> *
>  * ERROR: media-video/kaffeine-0.8.6 failed.
>  * Call stack:
>  *   ebuild.sh, line   49:  Called src_install
>  * environment, line 4304:  Called die
>  * The specific snippet of code:
>  *   mv -f ${mofile} ${mofile/${P}.mo/${PN}.mo} || die "fixing mo
> files failed"; *  The die message:
>  *   fixing mo files failed
>  *
>  * If you need support, post the topmost build error, and the call stack if
> relevant. * A complete build log is located at
> '/var/log/portage/media-video:kaffeine-0.8.6:20090607-120807.log'. * The
> ebuild environment file is located at
> '/home/mccramer/data/portagetmp/portage/media-video/kaffeine-0.8.6/temp/env
>ironment'. *
>  * QA Notice: Unrecognized configure options:
>  *
>  *  configure: WARNING: unrecognized options: --with-x,
> --enable-mitshm, --without-debug *  configure: WARNING: unrecognized
> options: --with-x, --enable-mitshm, --without-debug
>
>
> My system is updated on a regulary basis, last update was this
> morning.
>
> Thank you for any help in advance!
> Kind regards
> Meino Cramer

see this bug:
http://bugs.gentoo.org/show_bug.cgi?id=207076

since the devs can not reproduce it, leave a comment with all information 
needed.

btw, is there a reason why you are using such an old version?



[gentoo-user] Avidemux upgrade: Can't find libfaad1 ??

2009-06-07 Thread meino . cramer


Hi,

After upgrading avidemux the resulting executable fails to start with:
avidemux2: error while loading shared libraries: libfaad.so.1: cannot open 
shared object file: No such file or directory

qsearch only knows libffad2...

Am I lost ?

Kind regards,
Meino Cramer


-- 
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] KDE4 halts - how to catch a reason?

2009-06-07 Thread Walter Dnes
On Sat, Jun 06, 2009 at 07:09:56PM +0400, Andrew Gaydenko wrote
> On Saturday 06 June 2009 18:07:53 Alex Schuster wrote:
> > Alt-SysRq-R will allow you to switch to a text console with Ctrl-Alt-Fn.
> >
> > Wonko
> 
> Unfortunately didn't help - still black screen during switching attempts.

  It may be something as simple as blindly typing the command "reset"
(without the quotes) just after doing Ctrl-Alt-Fn.  That will only work
if you have a command prompt open and waiting.  A more heavy-handed
method is to use acpid to tell your system that a short tap on the "big
power button" kicks you over to text console 1, rather than doing a
reboot.  Yes, acpid works with desktops, as well as laptops.

as root...
cd /usr/src/linux
make menuconfig
  Power management options (ACPI, APM)  --->
[*] Power Management support
ACPI (Advanced Configuration and Power Interface) Support
  [*] ACPI Support
  <*>   Button

Compile and re-boot into new kernel

emerge acpid

change the uncommented lines in /etc/acpi/events/default to read
event=.*
action=chvt 1

execute the commands...
/etc/init.d/acpid start  (to start acpid now)
rc-update add acpid default  (to automatically start acpid at future bootups)

  Notes:
  - When testing, I suggest executing "sync" as a precaution, just
before pressing the "big power button".

  - PCs also have a smaller power button which is hard-wired to shutdown
or re-boot.  Do not press that button.

  - After editing /etc/acpi/events/default run the command
/etc/init.d/acpid restart
to force acpid to read in the new config


-- 
Walter Dnes