Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Commits

Ticket #10785: Gentoo: mythweb fails to install

 

 

MythTV commits RSS feed   Index | Next | Previous | View Threaded


noreply at mythtv

Jun 1, 2012, 9:15 AM

Post #1 of 5 (102 views)
Permalink
Ticket #10785: Gentoo: mythweb fails to install

#10785: Gentoo: mythweb fails to install
-----------------------------------+--------------------------------------
Reporter: ba5788@… | Type: Bug Report - General
Status: new | Priority: minor
Milestone: unknown | Component: Packaging
Version: Master Head | Severity: medium
Keywords: Gentoo mythweb ebuild | Ticket locked: 0
-----------------------------------+--------------------------------------
Since commit 7818813 mythweb is not installable on Gentoo anymore because
of the following line:
|| ( ~media-tv/mythtv-bindings-0.26[php(+)] ~media-tv/mythtv-0.26[php(+)]
) in 0.26 ebuild line 19 and
|| ( ~media-tv/mythtv-bindings-0.25[php(+)] ~media-tv/mythtv-0.25[php(+)]
) in 0.25 ebuild

emerge -pv '=mythweb-0.25_p20120430' shows the following error

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "~media-tv/mythtv-
bindings-0.25[php(+)]".
(dependency required by "www-apps/mythweb-0.25_p20120430" [ebuild])
(dependency required by "=mythweb-0.25_p20120430" [argument])

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10785>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Jun 1, 2012, 10:05 AM

Post #2 of 5 (100 views)
Permalink
Re: Ticket #10785: Gentoo: mythweb fails to install [In reply to]

#10785: Gentoo: mythweb fails to install
-----------------------------------+-----------------------------
Reporter: ba5788@… | Owner:
Type: Bug Report - General | Status: new
Priority: minor | Milestone: unknown
Component: Packaging | Version: Master Head
Severity: medium | Resolution:
Keywords: Gentoo mythweb ebuild | Ticket locked: 0
-----------------------------------+-----------------------------

Comment (by ba5788@…):

After a long time of studying the ebuild I think I got that the intention
of the above mentioned lines was a depedency to either mythtv-binding or
mythtv with php USE-flag set.

After another long time of studying the internet about ebuilds I found
that the ~ sign seems only to work for revisions like atom-1.0-r1. It
seems to be a better idea to use the equal sing plus an asterisk like
=atom-1.0*.

I attached a patch for this fix.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10785#comment:1>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Jun 1, 2012, 1:07 PM

Post #3 of 5 (98 views)
Permalink
Re: Ticket #10785: Gentoo: mythweb fails to install [In reply to]

#10785: Gentoo: mythweb fails to install
-------------------------+-------------------------------------------------
Reporter: ba5788@… | Owner: Christian Oltenburger
Type: Bug Report | <Christian.Oltenburger@…>
- General | Status: closed
Priority: minor | Milestone: unknown
Component: Packaging | Version: Master Head
Severity: medium | Resolution: fixed
Keywords: Gentoo | Ticket locked: 0
mythweb ebuild |
-------------------------+-------------------------------------------------
Changes (by Christian Oltenburger <Christian.Oltenburger@…>):

* owner: => Christian Oltenburger <Christian.Oltenburger@…>
* status: new => closed
* resolution: => fixed


Comment:

In [changeset:a4efe573a517806b155dc75ae730b3870f52b561/packaging]:
{{{
#!CommitTicketReference repository="packaging"
revision="a4efe573a517806b155dc75ae730b3870f52b561"
Fix wrong dependency to one of mythtv[php] or mythtv-bindings[php].

The other format was merely the first one that appeared to work with
'emerge -vp', after stumbling upon it from trial and error. To be
honest, I've never actually installed Apache on a Gentoo system before,
so the limited amount I've been changing on the MythWeb ebuilds is
finding something emerge doesn't complain about.

Fixes #10785

Signed-off-by: Raymond Wagner <rwagner [at] mythtv>
}}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10785#comment:2>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Jun 1, 2012, 1:08 PM

Post #4 of 5 (100 views)
Permalink
Re: Ticket #10785: Gentoo: mythweb fails to install [In reply to]

#10785: Gentoo: mythweb fails to install
-------------------------+-------------------------------------------------
Reporter: ba5788@… | Owner: Christian Oltenburger
Type: Bug Report | <Christian.Oltenburger@…>
- General | Status: closed
Priority: minor | Milestone: 0.25.1
Component: Packaging | Version: Master Head
Severity: medium | Resolution: fixed
Keywords: Gentoo | Ticket locked: 0
mythweb ebuild |
-------------------------+-------------------------------------------------
Changes (by wagnerrp):

* milestone: unknown => 0.25.1


--
Ticket URL: <http://code.mythtv.org/trac/ticket/10785#comment:3>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Jul 2, 2012, 4:05 PM

Post #5 of 5 (64 views)
Permalink
Re: Ticket #10785: Gentoo: mythweb fails to install [In reply to]

#10785: Gentoo: mythweb fails to install
-----------------------------------+-----------------------------
Reporter: ba5788@… | Owner: wagnerrp
Type: Bug Report - General | Status: closed
Priority: minor | Milestone: 0.25.1
Component: Packaging | Version: Master Head
Severity: medium | Resolution: fixed
Keywords: Gentoo mythweb ebuild | Ticket locked: 0
-----------------------------------+-----------------------------
Changes (by beirdo):

* owner: Christian Oltenburger <Christian.Oltenburger@…> => wagnerrp


--
Ticket URL: <http://code.mythtv.org/trac/ticket/10785#comment:4>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits

MythTV commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.