public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  Stuch on k3b at dep install of Transcode
@ 2006-02-11 16:29 Harry Putnam
  2006-02-11 17:03 ` Uwe Klosa
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Harry Putnam @ 2006-02-11 16:29 UTC (permalink / raw
  To: gentoo-user

I'm trying to install k3b.  One of its dependancies is transcode.  The
emerge stopped at transcode with specific errors, When checking
bugzilla I see this is a known problem.

I'm not sure how to proceed from here. For example: If I have emerge
install a version that doesn't appear in the bug reports (several
versions back) how would that effect the install of k3b.  Wouldn't it
still want to install the problem version?

Can I do something in /etc/portage/package.provided that will allow
the old build to stand?  I'm familiar with how it works on backages
that are a version or two ahead.  But somewhere, when I read up on
package.provided it said this would work as long as the package listed
there was a newer version.

I currently have:
cat /etc/portage/package.provided
  rsnapshot-1.2.2
  bacula-1.48.5

In both cases those are newer than anything in portage (even masked).

I'd rather not build transcode by hand because the emerge of k3b
showed a complicated string of deps and it seems like I could get in a
pretty good mess going outside of portage for some pieces of it.

Can someone outline a proceedure for a case like this?

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Stuch on k3b at dep install of Transcode
  2006-02-11 16:29 [gentoo-user] Stuch on k3b at dep install of Transcode Harry Putnam
@ 2006-02-11 17:03 ` Uwe Klosa
  2006-02-11 17:12   ` [gentoo-user] " Harry Putnam
  2006-02-11 17:41 ` [gentoo-user] " Uwe Thiem
  2006-02-11 18:30 ` Holly Bostick
  2 siblings, 1 reply; 8+ messages in thread
From: Uwe Klosa @ 2006-02-11 17:03 UTC (permalink / raw
  To: gentoo-user

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

I had a similar problem some months ago. I can't remember all the details, but i think it had to do something with avi. I changed the
useflags of transcode until the emerge of the latest version finished without any error. Try to unmask the latest version of transcode
and emerge it.

Good luck.

/Uwe

Harry Putnam wrote:
> I'm trying to install k3b.  One of its dependancies is transcode.  The
> emerge stopped at transcode with specific errors, When checking
> bugzilla I see this is a known problem.
> 
> I'm not sure how to proceed from here. For example: If I have emerge
> install a version that doesn't appear in the bug reports (several
> versions back) how would that effect the install of k3b.  Wouldn't it
> still want to install the problem version?
> 
> Can I do something in /etc/portage/package.provided that will allow
> the old build to stand?  I'm familiar with how it works on backages
> that are a version or two ahead.  But somewhere, when I read up on
> package.provided it said this would work as long as the package listed
> there was a newer version.
> 
> I currently have:
> cat /etc/portage/package.provided
>   rsnapshot-1.2.2
>   bacula-1.48.5
> 
> In both cases those are newer than anything in portage (even masked).
> 
> I'd rather not build transcode by hand because the emerge of k3b
> showed a complicated string of deps and it seems like I could get in a
> pretty good mess going outside of portage for some pieces of it.
> 
> Can someone outline a proceedure for a case like this?
> 

[-- Attachment #2: uwe.klosa.vcf --]
[-- Type: text/x-vcard, Size: 242 bytes --]

begin:vcard
fn:Uwe Klosa
n:Klosa;Uwe
org:Uppsala University;Electronic Publishing Centre
adr:;;;Uppsala;;75120;Sweden
email;internet:uwe.klosa@ub.uu.se
tel;work:+46 (0)18 471 7658
url:http://publications.uu.se/epcentre
version:2.1
end:vcard


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

* [gentoo-user]  Re: Stuch on k3b at dep install of Transcode
  2006-02-11 17:03 ` Uwe Klosa
@ 2006-02-11 17:12   ` Harry Putnam
  2006-02-11 19:15     ` Daniel da Veiga
  0 siblings, 1 reply; 8+ messages in thread
From: Harry Putnam @ 2006-02-11 17:12 UTC (permalink / raw
  To: gentoo-user

Uwe Klosa <uwe.klosa@ub.uu.se> writes:

> I had a similar problem some months ago. I can't remember all the details, but i think it had to do something with avi. I changed the
> useflags of transcode until the emerge of the latest version finished without any error. Try to unmask the latest version of transcode
> and emerge it.
>
> Good luck.

Thanks for you comments.  I'm running ~x86 so that was the most recent ebuild.

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Stuch on k3b at dep install of Transcode
  2006-02-11 16:29 [gentoo-user] Stuch on k3b at dep install of Transcode Harry Putnam
  2006-02-11 17:03 ` Uwe Klosa
@ 2006-02-11 17:41 ` Uwe Thiem
  2006-02-11 18:30 ` Holly Bostick
  2 siblings, 0 replies; 8+ messages in thread
From: Uwe Thiem @ 2006-02-11 17:41 UTC (permalink / raw
  To: gentoo-user

On 11 February 2006 18:29, Harry Putnam wrote:
> I'm trying to install k3b.  One of its dependancies is transcode.  The
> emerge stopped at transcode with specific errors, When checking
> bugzilla I see this is a known problem.

I am away from my portage tree right now, so I can't check this. AFAIK, k3b 
needs transcode only for recording a DVD to harddisk (in AVI format?). It 
then allows to write the result to another DVD.

If you don't intend to use that feature but use k3b only for burning and 
copying CDs and DVDs, you don't need transcode. So I guess there is a USE 
flag like "-transcode" or somesuch to build it without that feature. Just 
poke around in the USE flag definitions.

Uwe

-- 
Why do consumers keep buying products they will live to curse?
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Stuch on k3b at dep install of Transcode
  2006-02-11 16:29 [gentoo-user] Stuch on k3b at dep install of Transcode Harry Putnam
  2006-02-11 17:03 ` Uwe Klosa
  2006-02-11 17:41 ` [gentoo-user] " Uwe Thiem
@ 2006-02-11 18:30 ` Holly Bostick
  2006-02-12  3:16   ` [gentoo-user] " Harry Putnam
  2 siblings, 1 reply; 8+ messages in thread
From: Holly Bostick @ 2006-02-11 18:30 UTC (permalink / raw
  To: gentoo-user

Harry Putnam schreef:
> I'm trying to install k3b.  One of its dependancies is transcode.
> The emerge stopped at transcode with specific errors, When checking 
> bugzilla I see this is a known problem.
> 

I remember having this problem way back when (I mean, several k3b
versions ago), but haven't had it in at least 3 upgrades:


motub -> emerge -pv transcode k3b
These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] media-video/transcode-1.0.2-r2  USE="3dnow X a52 dv
dvdread extrafilters fame ffmpeg gtk imagemagick jpeg mjpeg mmx mp3 mpeg
network ogg quicktime sdl sse theora truetype v4l2 vorbis xml2 xvid -lzo
-sse2" 0 kB
[ebuild   R   ] app-cdr/k3b-0.12.10  USE="alsa css dvdr encode ffmpeg
flac hal mp3 musepack musicbrainz sndfile vcd vorbis -arts -debug -kde
-xinerama" 0 kB

Istr that the issue was related to the "encode" USE flag, which I used
to disable, since I don't actually re-encode things in K3b anyway, but
as you see, I now have it enabled, and it works fine (meaning that both
K3b and transcode are properly installed, since I still don't re-encode
things with K3b).

What are the "specific errors" that you are receiving? Perhaps the
problem is your transcode USE flags; what are those?

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



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

* Re: [gentoo-user] Re: Stuch on k3b at dep install of Transcode
  2006-02-11 17:12   ` [gentoo-user] " Harry Putnam
@ 2006-02-11 19:15     ` Daniel da Veiga
  2006-02-12  3:20       ` Harry Putnam
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel da Veiga @ 2006-02-11 19:15 UTC (permalink / raw
  To: gentoo-user

On 2/11/06, Harry Putnam <reader@newsguy.com> wrote:
> Uwe Klosa <uwe.klosa@ub.uu.se> writes:
>
> > I had a similar problem some months ago. I can't remember all the details, but i think it had to do something with avi. I changed the
> > useflags of transcode until the emerge of the latest version finished without any error. Try to unmask the latest version of transcode
> > and emerge it.
> >
> > Good luck.
>
> Thanks for you comments.  I'm running ~x86 so that was the most recent ebuild.
>

Maybe that's why the version is masked (along with other reasons), so,
try to go back to the stable tree, if you have any problems with the
stable version, that's something to worry about, if not, welcome to
the bleeding edge and testing problems...

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


--
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------

-- 
gentoo-user@gentoo.org mailing list



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

* [gentoo-user]  Re: Stuch on k3b at dep install of Transcode
  2006-02-11 18:30 ` Holly Bostick
@ 2006-02-12  3:16   ` Harry Putnam
  0 siblings, 0 replies; 8+ messages in thread
From: Harry Putnam @ 2006-02-12  3:16 UTC (permalink / raw
  To: gentoo-user

Holly Bostick <motub@planet.nl> writes:

>
> What are the "specific errors" that you are receiving? Perhaps the
> problem is your transcode USE flags; what are those?

I got it solved and moved on so not sure how accurate this is.

Both times it broke for me... first emerging k3b it stalled on
transcode.  Attempting to do transcode by itself while messing with
USE flags It broke on just transcode both breakages involved:
   ffmpeg

However when I emerged that by itself (with no trick stuff regarding
USE flags, it emerged ok then transcode alone and finally k3b emerged
shortly after.  I took that to mean the order was not what it should
have been.


-- 
gentoo-user@gentoo.org mailing list



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

* [gentoo-user]  Re: Stuch on k3b at dep install of Transcode
  2006-02-11 19:15     ` Daniel da Veiga
@ 2006-02-12  3:20       ` Harry Putnam
  0 siblings, 0 replies; 8+ messages in thread
From: Harry Putnam @ 2006-02-12  3:20 UTC (permalink / raw
  To: gentoo-user

Daniel da Veiga <danieldaveiga@gmail.com> writes:

> Maybe that's why the version is masked (along with other reasons), so,
> try to go back to the stable tree, if you have any problems with the
> stable version, that's something to worry about, if not, welcome to
> the bleeding edge and testing problems...

I doubt that would have helped.  Investigating bugzilla as my op
stated.  This problem has been around quite a while.  Over serveral
versions of transcode.  The bug report didn't say it had been fixed
yet either.

-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2006-02-12  3:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-11 16:29 [gentoo-user] Stuch on k3b at dep install of Transcode Harry Putnam
2006-02-11 17:03 ` Uwe Klosa
2006-02-11 17:12   ` [gentoo-user] " Harry Putnam
2006-02-11 19:15     ` Daniel da Veiga
2006-02-12  3:20       ` Harry Putnam
2006-02-11 17:41 ` [gentoo-user] " Uwe Thiem
2006-02-11 18:30 ` Holly Bostick
2006-02-12  3:16   ` [gentoo-user] " Harry Putnam

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