public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] gst-plugins-ugly Update Error install phase
@ 2012-12-02 20:41 Silvio Siefke
  2012-12-02 22:13 ` Kevin Brandstatter
  2012-12-03  0:54 ` John Campbell
  0 siblings, 2 replies; 6+ messages in thread
From: Silvio Siefke @ 2012-12-02 20:41 UTC (permalink / raw
  To: gentoo-user

Hello,

i run update and by gstreamer i become the error message:

>>> Source compiled.
>>> Test phase [not enabled]: media-libs/gst-plugins-ugly-0.10.18

>>> Install gst-plugins-ugly-0.10.18 into /var/tmp/portage/media-libs/gst-plugins-ugly-0.10.18/image/ category media-libs
 * ERROR: media-libs/gst-plugins-ugly-0.10.18 failed (install phase):
 *   __eapi2_src_install is not supported


Has someone an idea what is wrong? Has someone same msg and has realized 
the Error?


Regards
Silvio


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] gst-plugins-ugly Update Error install phase
  2012-12-02 20:41 [gentoo-user] gst-plugins-ugly Update Error install phase Silvio Siefke
@ 2012-12-02 22:13 ` Kevin Brandstatter
  2012-12-03  0:51   ` Walter Dnes
  2012-12-03  0:54 ` John Campbell
  1 sibling, 1 reply; 6+ messages in thread
From: Kevin Brandstatter @ 2012-12-02 22:13 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 738 bytes --]

ive had my own issues with the gstreamer libs.
but its with rebuilding, for some reason its failing saying there isnt a
make file


On Sun, Dec 2, 2012 at 2:41 PM, Silvio Siefke <siefke_listen@web.de> wrote:

> Hello,
>
> i run update and by gstreamer i become the error message:
>
> >>> Source compiled.
> >>> Test phase [not enabled]: media-libs/gst-plugins-ugly-0.10.18
>
> >>> Install gst-plugins-ugly-0.10.18 into
> /var/tmp/portage/media-libs/gst-plugins-ugly-0.10.18/image/ category
> media-libs
>  * ERROR: media-libs/gst-plugins-ugly-0.10.18 failed (install phase):
>  *   __eapi2_src_install is not supported
>
>
> Has someone an idea what is wrong? Has someone same msg and has realized
> the Error?
>
>
> Regards
> Silvio
>
>

[-- Attachment #2: Type: text/html, Size: 1171 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] gst-plugins-ugly Update Error install phase
  2012-12-02 22:13 ` Kevin Brandstatter
@ 2012-12-03  0:51   ` Walter Dnes
  0 siblings, 0 replies; 6+ messages in thread
From: Walter Dnes @ 2012-12-03  0:51 UTC (permalink / raw
  To: gentoo-user

On Sun, Dec 02, 2012 at 04:13:34PM -0600, Kevin Brandstatter wrote
> ive had my own issues with the gstreamer libs.
> but its with rebuilding, for some reason its failing saying there isnt a
> make file

  Desparate measure... try temporarily setting

MAKEOPTS="-j1"

in your make.conf file.  It should not be necessary, but sometimes is.
As the old saying goes...

In theory, there's no difference between theory and practice
In practice, there's a huge difference between theory and practice

-- 
Walter Dnes <waltdnes@waltdnes.org>
I don't run "desktop environments"; I run useful applications


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] gst-plugins-ugly Update Error install phase
  2012-12-02 20:41 [gentoo-user] gst-plugins-ugly Update Error install phase Silvio Siefke
  2012-12-02 22:13 ` Kevin Brandstatter
@ 2012-12-03  0:54 ` John Campbell
  2012-12-03 10:24   ` Peter Humphrey
  2012-12-05 12:13   ` Silvio Siefke
  1 sibling, 2 replies; 6+ messages in thread
From: John Campbell @ 2012-12-03  0:54 UTC (permalink / raw
  To: gentoo-user

On 12/02/2012 12:41 PM, Silvio Siefke wrote:
> Hello,
>
> i run update and by gstreamer i become the error message:
>
>>>> Source compiled.
>>>> Test phase [not enabled]: media-libs/gst-plugins-ugly-0.10.18
>
>>>> Install gst-plugins-ugly-0.10.18 into /var/tmp/portage/media-libs/gst-plugins-ugly-0.10.18/image/ category media-libs
>   * ERROR: media-libs/gst-plugins-ugly-0.10.18 failed (install phase):
>   *   __eapi2_src_install is not supported
>
>
> Has someone an idea what is wrong? Has someone same msg and has realized
> the Error?

Just try emerging it again.

gstreamer consists of a dozen or so ebuilds.  They tried to mask it out 
until all the files were up, but it looks like they missed something.

Everything is up now, so it should work fine...at least it did for me 
(the second time around).



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] gst-plugins-ugly Update Error install phase
  2012-12-03  0:54 ` John Campbell
@ 2012-12-03 10:24   ` Peter Humphrey
  2012-12-05 12:13   ` Silvio Siefke
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Humphrey @ 2012-12-03 10:24 UTC (permalink / raw
  To: gentoo-user

On Sunday 02 December 2012 16:54:05 John Campbell wrote:

> gstreamer consists of a dozen or so ebuilds.  They tried to mask it
> out until all the files were up, but it looks like they missed
> something.
> 
> Everything is up now, so it should work fine...at least it did for me
> (the second time around).

Thanks for the report. After syncing today it built for me too.

-- 
Rgds
Peter



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] gst-plugins-ugly Update Error install phase
  2012-12-03  0:54 ` John Campbell
  2012-12-03 10:24   ` Peter Humphrey
@ 2012-12-05 12:13   ` Silvio Siefke
  1 sibling, 0 replies; 6+ messages in thread
From: Silvio Siefke @ 2012-12-05 12:13 UTC (permalink / raw
  To: gentoo-user

Hello,

On Sun, 02 Dec 2012 16:54:05 -0800
John Campbell <jdc.rpv@cox.net> wrote:

> Just try emerging it again.

Thanks it was running. 


Regards
Silvio


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-12-05 12:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-02 20:41 [gentoo-user] gst-plugins-ugly Update Error install phase Silvio Siefke
2012-12-02 22:13 ` Kevin Brandstatter
2012-12-03  0:51   ` Walter Dnes
2012-12-03  0:54 ` John Campbell
2012-12-03 10:24   ` Peter Humphrey
2012-12-05 12:13   ` Silvio Siefke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox