* Re: [gentoo-user] emerge mythtv fails... again
[not found] ` <daD0P-7xh-9@gated-at.bofh.it>
@ 2009-08-19 8:08 ` Gregory Shearman
0 siblings, 0 replies; 3+ messages in thread
From: Gregory Shearman @ 2009-08-19 8:08 UTC (permalink / raw
To: gentoo-user
In linux.gentoo.user, you wrote:
> I wrote:
>
>> Shawn Haggett writes:
>> > Some recent updates have broken my mythtv (missing libraries) so I'm of
>> > course trying to recompile it. Whenever I try however, the following
>> > happens:
>> >
>> > sgc ~ # emerge -va mythtv
>>
>> [...]
>>
>> > /var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/temp/environment: line
>> > 3924: cd:
>> > /var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/work/branches/release-0
>> >-2 1-fixes/mythtv: No such file or directory
>> > sed: can't read
>> > /var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/work/branches/release-0
>> >-2 1-fixes/mythtv/version.pro: No such file or directory
>>
> [...]
>> I just had the same problem with a fresh install of mythtv. I tried other
>> versions, 0.21_p19961-r2 showed the same problem, but 0.21_p20877 did
>> compile. So give that one a try.
>
> Now python-updater wants to rebuild mythtv, and fails to do so because of
> the missing version.pro. Same version which built before. The ebuild's date
> is from july 20th, some days before I emerged it, so there was no silent
> change.
>
> Strange. But for the moment I don't care, no time yet to play with mythtv.
>
> BTW, the expected .../work/mythtv-0.21_p20877/version.pro can be found in
> .../work/branches/release-0-21-fixes/mythtv/version.pro.
I had the same problem. What I've done is to remove ~x86 from mythtv in
/etc/portage/package.keywords and then rerun the python updater on the
older stable mythtv version (0.21_p18314-r1). The compile completed
successfully.
--
Regards,
Gregory.
Gentoo Linux - Penguin Power
--
Regards,
Gregory.
Gentoo Linux - Penguin Power
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-user] emerge mythtv fails
@ 2009-08-03 23:07 Shawn Haggett
2009-08-04 0:10 ` Alex Schuster
0 siblings, 1 reply; 3+ messages in thread
From: Shawn Haggett @ 2009-08-03 23:07 UTC (permalink / raw
To: gentoo-user
Some recent updates have broken my mythtv (missing libraries) so I'm of course
trying to recompile it. Whenever I try however, the following happens:
sgc ~ # emerge -va mythtv
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] media-tv/mythtv-0.21_p18314-r1 USE="aac alsa dvd ieee1394 mmx
opengl perl python xvmc
(-altivec) -autostart -debug -directv -dvb -fftw -jack -lcd -lirc"
VIDEO_CARDS="nvidia" 0 kB
Total: 1 package (1 new), Size of downloads: 0 kB
Would you like to merge these packages? [Yes/No] y
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) media-tv/mythtv-0.21_p18314-r1
* mythtv-0.21_p18314.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [
ok ]
* checking ebuild checksums ;-) ... [
ok ]
* checking auxfile checksums ;-) ... [
ok ]
* checking miscfile checksums ;-) ... [
ok ]
* This ebuild now uses a heavily stripped down version of your CFLAGS
*
* For NVIDIA based cards, the XvMC renderer only works on
* the NVIDIA 4, 5, 6 & 7 series cards.
>>> Unpacking source...
>>> Unpacking mythtv-0.21_p18314.tar.bz2
to /var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/work
/var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/temp/environment: line 3924:
cd: /var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/work/branches/release-0-21-fixes/mythtv:
No such file or directory
sed: can't
read /var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/work/branches/release-0-21-fixes/mythtv/version.pro:
No such file or directory
*
* ERROR: media-tv/mythtv-0.21_p18314-r1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_unpack
* environment, line 3925: Called die
* The specific snippet of code:
* sed -e "s:\`(svnversion \$\${SVNTREEDIR} 2>\/dev\/null) || echo
Unknown\`:${MYTHTV_REV}:" -i "${S}"/version.pro || die "svnversion sed
failed";
* The die message:
* svnversion sed failed
*
* If you need support, post the topmost build error, and the call stack if
relevant.
* A complete build log is located
at '/var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/temp/build.log'.
* The ebuild environment file is located
at '/var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/temp/environment'.
*
>>> Failed to emerge media-tv/mythtv-0.21_p18314-r1, Log file:
>>> '/var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/temp/build.log'
sgc ~ #
The error seems to be in the line:
/var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/temp/environment: line 3924:
cd: /var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/work/branches/release-0-21-fixes/mythtv:
No such file or directory
There's a folder missing somewhere, and when I look, sure enough:
sgc ~ # ls /var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/work/
mythtv-0.21_p18314
sgc ~ #
It seems the work folder has a 'mythtv-0.21_p18314' folder, which has the
branches folder inside that.
This has been broken for over a week now (normally I just wait, resync and
these things go away if they're an ebuild problem) but I'm starting to think
it's a problem on my end. Anyone have any suggestions on how to track down
where the error is coming from. It the environment file, but I'm not sure if
that's a distributed file, or generated by portage (I suspect the later). So
where does that file get its contents from?
Thanks
Shawn
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] emerge mythtv fails
2009-08-03 23:07 [gentoo-user] emerge mythtv fails Shawn Haggett
@ 2009-08-04 0:10 ` Alex Schuster
2009-08-18 19:55 ` [gentoo-user] emerge mythtv fails... again Alex Schuster
0 siblings, 1 reply; 3+ messages in thread
From: Alex Schuster @ 2009-08-04 0:10 UTC (permalink / raw
To: gentoo-user
Shawn Haggett writes:
> Some recent updates have broken my mythtv (missing libraries) so I'm of
> course trying to recompile it. Whenever I try however, the following
> happens:
>
> sgc ~ # emerge -va mythtv
[...]
> /var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/temp/environment: line
> 3924: cd:
> /var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/work/branches/release-0-2
>1-fixes/mythtv: No such file or directory
> sed: can't
> read
> /var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/work/branches/release-0-2
>1-fixes/mythtv/version.pro: No such file or directory
[...]
> It seems the work folder has a 'mythtv-0.21_p18314' folder, which has the
> branches folder inside that.
>
> This has been broken for over a week now (normally I just wait, resync
> and these things go away if they're an ebuild problem) but I'm starting
> to think it's a problem on my end. Anyone have any suggestions on how to
> track down where the error is coming from. It the environment file, but
> I'm not sure if that's a distributed file, or generated by portage (I
> suspect the later). So where does that file get its contents from?
I just had the same problem with a fresh install of mythtv. I tried other
versions, 0.21_p19961-r2 showed the same problem, but 0.21_p20877 did
compile. So give that one a try.
No idea where the exact problem lies, I did not even use mythtv yet. Other
things to do first.
Wonko
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] emerge mythtv fails... again
2009-08-04 0:10 ` Alex Schuster
@ 2009-08-18 19:55 ` Alex Schuster
2009-08-18 20:39 ` Mark Knecht
0 siblings, 1 reply; 3+ messages in thread
From: Alex Schuster @ 2009-08-18 19:55 UTC (permalink / raw
To: gentoo-user
I wrote:
> Shawn Haggett writes:
> > Some recent updates have broken my mythtv (missing libraries) so I'm of
> > course trying to recompile it. Whenever I try however, the following
> > happens:
> >
> > sgc ~ # emerge -va mythtv
>
> [...]
>
> > /var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/temp/environment: line
> > 3924: cd:
> > /var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/work/branches/release-0
> >-2 1-fixes/mythtv: No such file or directory
> > sed: can't read
> > /var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/work/branches/release-0
> >-2 1-fixes/mythtv/version.pro: No such file or directory
>
[...]
> I just had the same problem with a fresh install of mythtv. I tried other
> versions, 0.21_p19961-r2 showed the same problem, but 0.21_p20877 did
> compile. So give that one a try.
Now python-updater wants to rebuild mythtv, and fails to do so because of
the missing version.pro. Same version which built before. The ebuild's date
is from july 20th, some days before I emerged it, so there was no silent
change.
Strange. But for the moment I don't care, no time yet to play with mythtv.
BTW, the expected .../work/mythtv-0.21_p20877/version.pro can be found in
.../work/branches/release-0-21-fixes/mythtv/version.pro.
Wonko
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] emerge mythtv fails... again
2009-08-18 19:55 ` [gentoo-user] emerge mythtv fails... again Alex Schuster
@ 2009-08-18 20:39 ` Mark Knecht
0 siblings, 0 replies; 3+ messages in thread
From: Mark Knecht @ 2009-08-18 20:39 UTC (permalink / raw
To: gentoo-user
On Tue, Aug 18, 2009 at 12:55 PM, Alex Schuster<wonko@wonkology.org> wrote:
> I wrote:
>
>> Shawn Haggett writes:
>> > Some recent updates have broken my mythtv (missing libraries) so I'm of
>> > course trying to recompile it. Whenever I try however, the following
>> > happens:
>> >
>> > sgc ~ # emerge -va mythtv
>>
>> [...]
>>
>> > /var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/temp/environment: line
>> > 3924: cd:
>> > /var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/work/branches/release-0
>> >-2 1-fixes/mythtv: No such file or directory
>> > sed: can't read
>> > /var/tmp/portage/media-tv/mythtv-0.21_p18314-r1/work/branches/release-0
>> >-2 1-fixes/mythtv/version.pro: No such file or directory
>>
> [...]
>> I just had the same problem with a fresh install of mythtv. I tried other
>> versions, 0.21_p19961-r2 showed the same problem, but 0.21_p20877 did
>> compile. So give that one a try.
>
> Now python-updater wants to rebuild mythtv, and fails to do so because of
> the missing version.pro. Same version which built before. The ebuild's date
> is from july 20th, some days before I emerged it, so there was no silent
> change.
>
> Strange. But for the moment I don't care, no time yet to play with mythtv.
>
> BTW, the expected .../work/mythtv-0.21_p20877/version.pro can be found in
> .../work/branches/release-0-21-fixes/mythtv/version.pro.
>
> Wonko
>
>
I've been dealing with this failure for a couple of weeks now. Nothing
new released to address it yet even though it seems there might be
some sort of a fix pending, or even possibly released (as per the last
couple of entries) but for me p20877 still doesn't build:
http://bugs.gentoo.org/show_bug.cgi?id=280516
- Mark
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-08-19 8:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <d5ePt-IX-13@gated-at.bofh.it>
[not found] ` <d5fV9-2rx-7@gated-at.bofh.it>
[not found] ` <daD0P-7xh-9@gated-at.bofh.it>
2009-08-19 8:08 ` [gentoo-user] emerge mythtv fails... again Gregory Shearman
2009-08-03 23:07 [gentoo-user] emerge mythtv fails Shawn Haggett
2009-08-04 0:10 ` Alex Schuster
2009-08-18 19:55 ` [gentoo-user] emerge mythtv fails... again Alex Schuster
2009-08-18 20:39 ` Mark Knecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox