Modify

Ticket #10508 (closed Bug Report - General: fixed)

Opened 14 months ago

Last modified 12 months ago

mythweb should depend on php 5.3

Reported by: Alec M <alecm@…> Owned by: wagnerrp
Priority: minor Milestone: 0.25.1
Component: Packaging Version: 0.24.2
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Since mythweb does not work with PHP 5.4, it should depend on a version less than 5.4.

See: https://github.com/MythTV/packaging/pull/20

Attachments

Change History

comment:1 Changed 14 months ago by wagnerrp

  • Owner set to wagnerrp
  • Status changed from new to accepted

comment:2 Changed 14 months ago by wagnerrp

  • Status changed from accepted to closed
  • Resolution set to Fixed
  • Milestone changed from unknown to 0.25

Fixed by 2caa47f0ad4728.

comment:3 Changed 14 months ago by Alec M <alecm@…>

  • Status changed from closed to new
  • Resolution Fixed deleted

Hi,

You made a typo: it should either be ">=dev-lang/php-5.3" or "dev-lang/php:5.3" - not "=dev-lang/php-5.3".

In fact, using the slot would probably be much cleaner:

RDEPEND="
    || ( dev-lang/php:5.3[curl,json,mysql,session,posix]
        <dev-lang/php-5.3[spl,pcre] )
    dev-perl/DBI
    dev-perl/DBD-mysql
    dev-perl/Net-UPnP"

comment:4 Changed 14 months ago by Dave Sp <davespmyth@…>

If the patches in ticket 10504 address the root cause of the problem, is the change in this ticket necessary?

comment:5 Changed 14 months ago by beirdo

  • Milestone changed from 0.25 to unknown

comment:6 Changed 12 months ago by Raymond Wagner <rwagner@…>

  • Status changed from new to closed
  • Resolution set to fixed

In 7818813af83d02c7282d50c2653f57f101deaf75/packaging:

Fix Gentoo ebuilds for MythWeb

This corrects the invalid syntax for PHP selection, instead using slots
to depend on PHP 5.3, while not breaking other applications that may be
using a different version. This also includes new ebuilds for 0.25 and
developmental 0.26.

Fixes #10508
Fixes #10769

comment:7 Changed 12 months ago by wagnerrp

  • Milestone changed from unknown to 0.25.1
View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'new'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.