|
Bugzilla – Full Text Bug Listing |
| Summary: | File /srv/www/htdocs/info2html.css is missing from the distro. | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Carlos Robinson <carlos.e.r> |
| Component: | Other | Assignee: | Dr. Werner Fink <werner> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | openSUSE 10.3 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Carlos Robinson
2007-12-15 01:30:50 UTC
The file 'info2html.css' is included in the sources rpm, it is missing in the binary rpm. Installing it doesn't solve the 1st error message, though, only the second one: there is a perl code error somewhere in the 'info2html':
$PROGRAM = $ENV{'SCRIPT_NAME'};
$CommandLine = DeEscape($ENV{'QUERY_STRING'}); # jonh DeEscape() 1997.05.16
if ($CommandLine =~ /\(([^\)]+)\)(.+)/) {
$BaseInfoFile = &DeEscape($1);
$NodeName = &DeEscape($2);
&DirnameCheck($BaseInfoFile) || &DieFileNotFound($BaseInfoFile); <===
} elsif( $CommandLine =~ /^([-_0-9a-zA-Z]+)$/) { # tolerate bare queries
$BaseInfoFile = &DeEscape($1);
$NodeName = 'Top';
} else {
$BaseInfoFile = 'dir';
$NodeName = 'Top';
}
The test that fails is the one marked "<===", but that is all I'm able to
trace - I don't know perl, after all.
Thanks for spotting ... the test build is running. Fixed for next release of openSuSE, you may use within next few days the version found in factory. Please compare the changlog entry to be sure to have the newest version. |