Muehlenhoff has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/305964

Change subject: package_builder: Add dh-php5 to list of installed packages
......................................................................

package_builder: Add dh-php5 to list of installed packages

The build of php-mailparse failed in the source package generation
stage of pdebuild (i.e. before the build dependencies are installed
in the pbuilder chroot):

dh: unable to load addon php5: Can't locate Debian/Debhelper/Sequence/php5.pm 
in @INC (you may need to install the Debian::Debhelper::Sequence::php5 module) 
(@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 
/usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 
/usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 
/usr/local/lib/site_perl .) at (eval 12) line 2.
BEGIN failed--compilation aborted at (eval 12) line 2.

debian/rules:6: recipe for target 'clean' failed
make: *** [clean] Error 2

The debhelper sequencer is provided by dh-php5.

Change-Id: Ifa4d9697835cdba65763a7316bbd299f94d9d908
---
M modules/package_builder/manifests/init.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/64/305964/1

diff --git a/modules/package_builder/manifests/init.pp 
b/modules/package_builder/manifests/init.pp
index 60cdebc..0f5770b 100644
--- a/modules/package_builder/manifests/init.pp
+++ b/modules/package_builder/manifests/init.pp
@@ -40,6 +40,7 @@
         'maven-repo-helper',
         'gradle',
         'pkg-php-tools',
+        'dh-php5',
     ])
 
     if $::operatingsystem == 'Ubuntu' {

-- 
To view, visit https://gerrit.wikimedia.org/r/305964
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifa4d9697835cdba65763a7316bbd299f94d9d908
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <mmuhlenh...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to