Actions
Bug #1532
closedtest_pfSpkg code breaks packages
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Package System
Target version:
-
Start date:
05/16/2011
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:
All
Description
Becuase the new test_pfSpkg() function gets added to each package's .inc file with the same name, the package system will fail when it tries to reinstall packages because the function with the same name is being redeclared. It causes the package reinstall process to bail.
The function name would need to be unique for each package, or some other mechanism to prevent the redeclaration of the function would have to be put in place.
Actions