Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74710 - Turck-mmcache isn't recompiled when upgrading php
Summary: Turck-mmcache isn't recompiled when upgrading php
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-16 17:45 UTC by Nick Jones
Modified: 2004-12-17 18:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Jones 2004-12-16 17:45:00 UTC
An emerge -u world spawned the updating of php on my system with Turck-mmcache installed; however, mmcache was never rebuilt with the new version of php thus leaving php half broken and mmcache disabled.

Reproducible: Didn't try
Steps to Reproduce:
1. emerge -u world (provided there is a php upgrade and mmcache is installed)
2. php
3.

Actual Results:  
PHP Warning:  [Turck MMCache] This build of "Turck MMCache" was compiled for PHP
version 4.3.9. Rebuild it for your PHP version (4.3.10) or download precompiled
binaries.
 in Unknown on line 0
PHP Fatal error:  Unable to start Turck MMCache module in Unknown on line 0

Expected Results:  
should sit displaying nothing.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-12-17 17:02:27 UTC
You failed to read the warnings after the emerge!

    ewarn "If you have additional third party PHP extensions (such as"
    ewarn "dev-php/turck-mmcache) you may need to recompile them now."

There is no way in the current portage we can force a recompile of external PHP modules after PHP is recompiled.
Comment 2 Nick Jones 2004-12-17 18:18:44 UTC
Oops, must of been one of those I never saw during the upgrade of a bunch of packages.