Last modified: 2013-06-18 09:18:44 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T51721, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 49721 - Jenkins: `php -l` emits warning on gallium about "apc.so" missing
Jenkins: `php -l` emits warning on gallium about "apc.so" missing
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Continuous integration (Other open bugs)
wmf-deployment
All All
: High trivial (vote)
: ---
Assigned To: Antoine "hashar" Musso (WMF)
: code-update-regression, ops
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-06-17 23:09 UTC by Krinkle
Modified: 2013-06-18 09:18 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Krinkle 2013-06-17 23:09:46 UTC
https://integration.wikimedia.org/ci/job/operations-mw-config-phplint/4306/console



	
Console Output
$ /bin/bash -xe /tmp/hudson251300283711119177.sh
+ /var/lib/jenkins/bin/git-changed-in-head php php5 inc phtml
+ xargs -n1 -t php -l
php -l wmf-config/InitialiseSettings.php 
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/apc.so' - /usr/lib/php5/20090626/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0
No syntax errors detected in wmf-config/InitialiseSettings.php
Finished: SUCCESS
Comment 1 Sam Reed (reedy) 2013-06-17 23:12:49 UTC
It just needs removing from the config so it doesn't attempt to load APC - it was purposely removed
Comment 2 Krinkle 2013-06-17 23:16:27 UTC
Adding +ops. Need a root on gallium to remove php/conf.d/apc.ini
Comment 3 Antoine "hashar" Musso (WMF) 2013-06-18 09:18:44 UTC
Puppet did not purge the package (ensure => absent just uninstall it).

rc  php-apc                  3.1.7-1

Purged with:


# dpkg --purge php-apc
(Reading database ... 310908 files and directories currently installed.)
Removing php-apc ...
Purging configuration files for php-apc ...
Processing triggers for libapache2-mod-php5 ...
 * Reloading web server config apache2                                                                                  [Tue Jun 18 09:16:53 2013] [warn] NameVirtualHost *:443 has no VirtualHosts
[OK]
#

# ls -l /etc/php5/conf.d/apc.ini
ls: cannot access /etc/php5/conf.d/apc.ini: No such file or directory



Running 'php -a' did not complain

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links