Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 421467 - dev-util/source-highlight-3.1 fails tests:
Summary: dev-util/source-highlight-3.1 fails tests:
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-16 18:08 UTC by Neil Leathers
Modified: 2012-07-04 10:05 UTC (History)
0 users

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


Attachments
Build Log (build.log,259.90 KB, text/plain)
2012-06-16 18:10 UTC, Neil Leathers
Details
emerge --info (emerge_--info.txt,5.35 KB, text/plain)
2012-06-16 18:11 UTC, Neil Leathers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Neil Leathers 2012-06-16 18:08:44 UTC
The template for the expected error in source-highlight-3.1/tests/wrong_exp.err does not match the actual output.

Reproducible: Always

Steps to Reproduce:
Build
Actual Results:  
Tests Fail:

expect no output from diff
diff ./wrong_exp.err wrong_exp.err_out
2c2
< wrong_exp.lang:2: Caused by: Unmatched ( or \(
---
> wrong_exp.lang:2: Caused by: Unmatched marking parenthesis ( or \(.  The error occured while parsing the regular expression fragment: 'notclosed)>>>HERE>>>'.
make[1]: *** [check_wrong] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-util/source-highlight-3.1/work/source-highlight-3.1/tests'
make: *** [check-recursive] Error 1
 * ERROR: dev-util/source-highlight-3.1 failed (test phase):
 *   Make check failed. See above for details.


Expected Results:  
Tests pass
Comment 1 Neil Leathers 2012-06-16 18:10:15 UTC
Created attachment 315533 [details]
Build Log
Comment 2 Neil Leathers 2012-06-16 18:11:06 UTC
Created attachment 315535 [details]
emerge --info
Comment 3 Tiziano Müller (RETIRED) gentoo-dev 2012-07-04 10:05:46 UTC
Ok, I could reproduce the test failures and they are fixed in source-highlight-3.1.7. I wont fix them for 3.1

If you want to help getting source-highlight-3.1.7 ready you can modify the ebuild to build with boost-1.48 as well and test whether it works.