Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#10508 closed Bug Report - General (fixed)

mythweb should depend on php 5.3

Reported by: Alec M <alecm@…> Owned by: Raymond Wagner
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

Change History (7)

comment:1 by Raymond Wagner, 14 years ago

Owner: set to Raymond Wagner
Status: newaccepted

comment:2 by Raymond Wagner, 14 years ago

Milestone: unknown0.25
Resolution: Fixed
Status: acceptedclosed

Fixed by 2caa47f0ad4728.

comment:3 by Alec M <alecm@…>, 14 years ago

Resolution: Fixed
Status: closednew

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 by Dave Sp <davespmyth@…>, 14 years ago

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

comment:5 by beirdo, 14 years ago

Milestone: 0.25unknown

comment:6 by Raymond Wagner <rwagner@…>, 14 years ago

Resolution: fixed
Status: newclosed

In 7818813af83d02c7282d50c2653f57f101deaf75/packaging:

Error: Processor CommitTicketReference failed
GIT backend not available

comment:7 by Raymond Wagner, 14 years ago

Milestone: unknown0.25.1
Note: See TracTickets for help on using tickets.