Bug 251107 - devel/pear: php74-pear-1.10.12 broke the other pear ports
Summary: devel/pear: php74-pear-1.10.12 broke the other pear ports
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-13 17:51 UTC by Thierry Thomas
Modified: 2020-11-14 13:31 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (fluffy)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas freebsd_committer freebsd_triage 2020-11-13 17:51:59 UTC
Since the latest update to 1.10.12, the other pear ports are broken.

E.g. devel/pear-Horde_Translation:

$ cd /usr/ports/devel/pear-Horde_Translation
$ make FLAVOR=php74
===>   php74-pear-horde-Horde_Translation-2.2.2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by php74-pear-horde-Horde_Translation-2.2.2 for building
===>  Extracting for php74-pear-horde-Horde_Translation-2.2.2
=> SHA256 Checksum OK for Horde/Horde_Translation-2.2.2.tgz.
===>  Patching for php74-pear-horde-Horde_Translation-2.2.2
===>   php74-pear-horde-Horde_Translation-2.2.2 depends on executable: pear - found
===>   php74-pear-horde-Horde_Translation-2.2.2 depends on package: php74-pear-channel-horde>=0 - found
===>  Configuring for php74-pear-horde-Horde_Translation-2.2.2
===>  Staging for php74-pear-horde-Horde_Translation-2.2.2
===>   php74-pear-horde-Horde_Translation-2.2.2 depends on file: /usr/local/include/php/main/php.h - found
===>   php74-pear-horde-Horde_Translation-2.2.2 depends on executable: pear - found
===>   php74-pear-horde-Horde_Translation-2.2.2 depends on package: php74-pear-channel-horde>=0 - found
===>   Generating packing list with pear
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/pear-Horde_Translation
Comment 1 Dima Panov freebsd_committer freebsd_triage 2020-11-14 02:33:59 UTC
Thierry, please recheck your installation.

It builds fine in a poudriere's clean environment


https://people.freebsd.org/~fluffy/-log/122amd64/php74-pear-horde-Horde_Translation-2.2.2.log

Also, no other pear-* failures on my buildbox detected yet.
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2020-11-14 13:31:48 UTC
Thanks!

Actually, after upgrading my packages on this server, something went wrong, and the periodic daily security run output emitted a lot of lines like:

Checking for packages with mismatched checksums:

php74-horde-5.2.23: missing file /usr/local/share/pear/data/horde/scripts/.htaccess
php74-horde-5.2.23: missing file /usr/local/share/pear/data/horde/scripts/SCRIPTS
php74-horde-5.2.23: missing file /usr/local/share/pear/data/horde/scripts/cookie_login.php
...

Running `pkg upgrade -f -g "php74-pear*"' and `pkg upgrade -f -g "horde*"' fixed the problem.