public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] gstreamer
@ 2008-04-01  4:44 Ted Ozolins
  2008-04-01  5:47 ` Stroller
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Ted Ozolins @ 2008-04-01  4:44 UTC (permalink / raw
  To: gentoo-user

I have both gstreamer-0.8 and -0.10 on my system. -0.8 is no longer in 
portage. Revdep-rebuild complains about several packages as broken and 
require gstreamer-0.8. I tried following:
> http://gentoo-wiki.com/TIP_Troubleshooting_Gstreamer

Can I emerge -C =media-libs/gstreamer-0.8 without borking my system?
-- 
Ted Ozolins (VE7TVO)
Cranbrook, B.C.
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] gstreamer
  2008-04-01  4:44 [gentoo-user] gstreamer Ted Ozolins
@ 2008-04-01  5:47 ` Stroller
  2008-04-01  7:55 ` Alan McKinnon
  2008-04-01  7:56 ` [gentoo-user] gstreamer Neil Bothwick
  2 siblings, 0 replies; 9+ messages in thread
From: Stroller @ 2008-04-01  5:47 UTC (permalink / raw
  To: gentoo-user


On 1 Apr 2008, at 05:44, Ted Ozolins wrote:

> I have both gstreamer-0.8 and -0.10 on my system. -0.8 is no longer  
> in portage. Revdep-rebuild complains about several packages as  
> broken and require gstreamer-0.8. I tried following:
>> http://gentoo-wiki.com/TIP_Troubleshooting_Gstreamer
>
> Can I emerge -C =media-libs/gstreamer-0.8 without borking my system?

I would _imagine_ so.
I'd expect that if you were to remove 0.8 then revdep-rebuild would  
then allow the packages to be rebuilt linked against the late version.

However, to be sure that these packages don't have a depends that  
specifies < 0.9 it might be worth telling use which packages are broken?
I take it you can't emerge -1 each of these packages separately?

Stroller.
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] gstreamer
  2008-04-01  4:44 [gentoo-user] gstreamer Ted Ozolins
  2008-04-01  5:47 ` Stroller
@ 2008-04-01  7:55 ` Alan McKinnon
  2008-04-02 14:12   ` [gentoo-user] gstreamer (solved "sort of") Ted Ozolins
  2008-04-03 15:11   ` [gentoo-user] gstreamer (solved) Ted Ozolins
  2008-04-01  7:56 ` [gentoo-user] gstreamer Neil Bothwick
  2 siblings, 2 replies; 9+ messages in thread
From: Alan McKinnon @ 2008-04-01  7:55 UTC (permalink / raw
  To: gentoo-user

On Tuesday 01 April 2008, Ted Ozolins wrote:
> I have both gstreamer-0.8 and -0.10 on my system. -0.8 is no longer
> in portage. Revdep-rebuild complains about several packages as broken
> and
>
> require gstreamer-0.8. I tried following:
> > http://gentoo-wiki.com/TIP_Troubleshooting_Gstreamer
>
> Can I emerge -C =media-libs/gstreamer-0.8 without borking my system?

Please post the output of revdep-rebuild -p -i

Do these various packages require specifically gstreamer-0.8? If so, 
that is a bug and should be rpeorted at b.g.o. In general, unmerging 
gstreamer-0.8 will cause other things linked to it to now not work, so 
I reckon you will suffer some fallout if you just unmerge it.

A good safety net will be to look into the portage cache in /var/db/pkg, 
you will find a copy of the current gstreamer-0.8 ebuild you are using 
there. Copy it to your local overlay so you can remerge it if 
necessary. Do the same with any plugins that are also not in portage 
anymore

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

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



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

* Re: [gentoo-user] gstreamer
  2008-04-01  4:44 [gentoo-user] gstreamer Ted Ozolins
  2008-04-01  5:47 ` Stroller
  2008-04-01  7:55 ` Alan McKinnon
@ 2008-04-01  7:56 ` Neil Bothwick
  2 siblings, 0 replies; 9+ messages in thread
From: Neil Bothwick @ 2008-04-01  7:56 UTC (permalink / raw
  To: gentoo-user

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

On Mon, 31 Mar 2008 22:44:15 -0600, Ted Ozolins wrote:

> I have both gstreamer-0.8 and -0.10 on my system. -0.8 is no longer in 
> portage. Revdep-rebuild complains about several packages as broken and 
> require gstreamer-0.8. I tried following:
> > http://gentoo-wiki.com/TIP_Troubleshooting_Gstreamer  
> 
> Can I emerge -C =media-libs/gstreamer-0.8 without borking my system?

As it is no longer in portage, copy the ebuild from /var/db/pkg to your
overlay, then quickpkg it before you unmerge anything.

It will only have been removed for portage if nothing else in there
depends on it, so unmerge it (after doing the above) then run
revdep-rebuild followed by emerge -uavD world.


-- 
Neil Bothwick

MS-DOS: if you believe in a flat Earth, this is the OS for you.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: [gentoo-user] gstreamer (solved "sort of")
  2008-04-01  7:55 ` Alan McKinnon
@ 2008-04-02 14:12   ` Ted Ozolins
  2008-04-02 15:20     ` Neil Bothwick
  2008-04-03 15:11   ` [gentoo-user] gstreamer (solved) Ted Ozolins
  1 sibling, 1 reply; 9+ messages in thread
From: Ted Ozolins @ 2008-04-02 14:12 UTC (permalink / raw
  To: gentoo-user

Alan McKinnon wrote:

> 
> Please post the output of revdep-rebuild -p -i
> 
> Do these various packages require specifically gstreamer-0.8? If so, 
> that is a bug and should be rpeorted at b.g.o. In general, unmerging 
> gstreamer-0.8 will cause other things linked to it to now not work, so 
> I reckon you will suffer some fallout if you just unmerge it.
> 
> A good safety net will be to look into the portage cache in /var/db/pkg, 
> you will find a copy of the current gstreamer-0.8 ebuild you are using 
> there. Copy it to your local overlay so you can remerge it if 
> necessary. Do the same with any plugins that are also not in portage 
> anymore
> 
Thank you all for the replies, greatly appreciated.

Having followed your recommendations I found thet :
emerge -Cp gstreamer showed only gstreamer-0.10. No matter what I tried, 
no way of unmerging -0.8.. I then added search mask in make.conf so that 
   revdep-rebuild does not search /usr/lib/gstreamer-0.8 and finally 
removed 0.8 manually. I've had to rebuild a couple of packages (for now) 
and all seems to be fine except I can no longer run tvtime, kdetv nor xawtv.

xawtv reports:
This is xawtv-3.95, running on Linux/i686 (2.6.23-gentoo-r9)
WARNING: v4l-conf is compiled without DGA support.
/dev/video0 [v4l2]: no overlay support
v4l-conf had some trouble, trying to continue anyway
Warning: Cannot convert string 
"-*-ledfixed-medium-r-*--39-*-*-*-c-*-*-*" to type FontStruct
libGL warning: 3D driver claims to not support visual 0x4b
game over
kdetv reports nothing and I can not stop the process. Even using top and 
  "k" followed by PID of kdetv.

I'm sure I have to rebuild something, just not quite sure what.

I've re-emerged all three with no change. Where do I look?
-- 
Ted Ozolins (VE7TVO)
Cranbrook, B.C.
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] gstreamer (solved "sort of")
  2008-04-02 14:12   ` [gentoo-user] gstreamer (solved "sort of") Ted Ozolins
@ 2008-04-02 15:20     ` Neil Bothwick
  2008-04-02 18:24       ` Ted Ozolins
  2008-04-02 18:25       ` Ted Ozolins
  0 siblings, 2 replies; 9+ messages in thread
From: Neil Bothwick @ 2008-04-02 15:20 UTC (permalink / raw
  To: gentoo-user

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

On Wed, 02 Apr 2008 08:12:27 -0600, Ted Ozolins wrote:

> Having followed your recommendations I found thet :
> emerge -Cp gstreamer showed only gstreamer-0.10. No matter what I
> tried, 

Unless you tell it otherwise, emerge always tries to operate on the
latest version of a package. You need "emerge -C
media-libs/gstreamer-0.8". Even though you have manually removed the
files, you should still run this to clean up your package database.


-- 
Neil Bothwick

What do you get if you cross an agnostic, an insomniac and adyslexic?
Someone who lies awake at night wondering if there really is a dog.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: [gentoo-user] gstreamer (solved "sort of")
  2008-04-02 15:20     ` Neil Bothwick
@ 2008-04-02 18:24       ` Ted Ozolins
  2008-04-02 18:25       ` Ted Ozolins
  1 sibling, 0 replies; 9+ messages in thread
From: Ted Ozolins @ 2008-04-02 18:24 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick wrote:
> On Wed, 02 Apr 2008 08:12:27 -0600, Ted Ozolins wrote:
> 
>> Having followed your recommendations I found thet :
>> emerge -Cp gstreamer showed only gstreamer-0.10. No matter what I
>> tried, 
> 
> Unless you tell it otherwise, emerge always tries to operate on the
> latest version of a package. You need "emerge -C
> media-libs/gstreamer-0.8". Even though you have manually removed the
> files, you should still run this to clean up your package database.
> 
> 
Tried that and emerge reported no package to be removed. emerge -Cp 
gstreamer shows only -0.10

-- 
Ted Ozolins (VE7TVO)
Cranbrook, B.C.
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] gstreamer (solved "sort of")
  2008-04-02 15:20     ` Neil Bothwick
  2008-04-02 18:24       ` Ted Ozolins
@ 2008-04-02 18:25       ` Ted Ozolins
  1 sibling, 0 replies; 9+ messages in thread
From: Ted Ozolins @ 2008-04-02 18:25 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick wrote:
> On Wed, 02 Apr 2008 08:12:27 -0600, Ted Ozolins wrote:
> 
>> Having followed your recommendations I found thet :
>> emerge -Cp gstreamer showed only gstreamer-0.10. No matter what I
>> tried, 
> 
> Unless you tell it otherwise, emerge always tries to operate on the
> latest version of a package. You need "emerge -C
> media-libs/gstreamer-0.8". Even though you have manually removed the
> files, you should still run this to clean up your package database.
> 
> 
Tried that and emerge reported no package to be removed. emerge -Cp 
gstreamer shows only -0.10

-- 
Ted Ozolins (VE7TVO)
Cranbrook, B.C.
-- 
gentoo-user@lists.gentoo.org mailing list



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

* Re: [gentoo-user] gstreamer (solved)
  2008-04-01  7:55 ` Alan McKinnon
  2008-04-02 14:12   ` [gentoo-user] gstreamer (solved "sort of") Ted Ozolins
@ 2008-04-03 15:11   ` Ted Ozolins
  1 sibling, 0 replies; 9+ messages in thread
From: Ted Ozolins @ 2008-04-03 15:11 UTC (permalink / raw
  To: gentoo-user

After rebuilding a few packages, this system is up to par. The package 
that was causing tvtime and others to miss-behave was xf86-video-v4l.

Thank you all for your replies.

-- 
Ted Ozolins (VE7TVO)
Cranbrook, B.C.

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



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

end of thread, other threads:[~2008-04-03 15:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-01  4:44 [gentoo-user] gstreamer Ted Ozolins
2008-04-01  5:47 ` Stroller
2008-04-01  7:55 ` Alan McKinnon
2008-04-02 14:12   ` [gentoo-user] gstreamer (solved "sort of") Ted Ozolins
2008-04-02 15:20     ` Neil Bothwick
2008-04-02 18:24       ` Ted Ozolins
2008-04-02 18:25       ` Ted Ozolins
2008-04-03 15:11   ` [gentoo-user] gstreamer (solved) Ted Ozolins
2008-04-01  7:56 ` [gentoo-user] gstreamer Neil Bothwick

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