To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=91318 Issue #|91318 Summary|FreeBSD porting: hunspell uses bash in /bin/bash Component|porting Version|DEV300m20 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|mh Reported by|maho
------- Additional comments from [EMAIL PROTECTED] Wed Jul 2 20:18:54 +0000 2008 ------- In hunspell module of DEV300_m20 +FreeBSD 7, since /bin/bash doesn't exist for FBSD7, so /bin/sh is invoked instead, so build was broken like... Making check in m4 Making check in tests Making check in suggestiontest make check-TESTS ./affixes.test: ./test.sh: not found FAIL: affixes.test ./base_utf.test: ./test.sh: not found FAIL: base_utf.test ./allcaps_utf.test: ./test.sh: not found FAIL: allcaps_utf.test ./map.test: ./test.sh: not found FAIL: map.test ./sugutf.test: ./test.sh: not found FAIL: sugutf.test ./flag.test: ./test.sh: not found FAIL: flag.test ./flaglong.test: ./test.sh: not found FAIL: flaglong.test ./flagnum.test: ./test.sh: not found FAIL: flagnum.test ./flagutf8.test: ./test.sh: not found FAIL: flagutf8.test ./forbiddenword.test: ./test.sh: not found FAIL: forbiddenword.test ./nosuggest.test: ./test.sh: not found FAIL: nosuggest.test ./alias.test: ./test.sh: not found FAIL: alias.test ./alias2.test: ./test.sh: not found FAIL: alias2.test ./break.test: ./test.sh: not found FAIL: break.test ./needaffix.test: ./test.sh: not found FAIL: needaffix.test ./needaffix2.test: ./test.sh: not found FAIL: needaffix2.test ./needaffix3.test: ./test.sh: not found FAIL: needaffix3.test ./needaffix4.test: ./test.sh: not found FAIL: needaffix4.test ./needaffix5.test: ./test.sh: not found FAIL: needaffix5.test ./circumfix.test: ./test.sh: not found FAIL: circumfix.test ./fogemorpheme.test: ./test.sh: not found FAIL: fogemorpheme.test ./onlyincompound.test: ./test.sh: not found FAIL: onlyincompound.test ./complexprefixes.test: ./test.sh: not found FAIL: complexprefixes.test ./complexprefixesutf.test: ./test.sh: not found FAIL: complexprefixesutf.test ./conditionalprefix.test: ./test.sh: not found FAIL: conditionalprefix.test ./zeroaffix.test: ./test.sh: not found FAIL: zeroaffix.test ./utf8.test: ./test.sh: not found FAIL: utf8.test ./utf8_bom.test: ./test.sh: not found FAIL: utf8_bom.test ./utf8_bom2.test: ./test.sh: not found FAIL: utf8_bom2.test ./utf8_nonbmp.test: ./test.sh: not found FAIL: utf8_nonbmp.test ./compoundflag.test: ./test.sh: not found FAIL: compoundflag.test ./compoundrule.test: ./test.sh: not found FAIL: compoundrule.test ./compoundrule2.test: ./test.sh: not found FAIL: compoundrule2.test ./compoundrule3.test: ./test.sh: not found FAIL: compoundrule3.test ./compoundrule5.test: ./test.sh: not found FAIL: compoundrule5.test ./compoundrule6.test: ./test.sh: not found FAIL: compoundrule6.test ./compoundaffix.test: ./test.sh: not found FAIL: compoundaffix.test ./compoundaffix2.test: ./test.sh: not found FAIL: compoundaffix2.test ./compoundaffix3.test: ./test.sh: not found FAIL: compoundaffix3.test ./checkcompounddup.test: ./test.sh: not found FAIL: checkcompounddup.test ./checkcompoundtriple.test: ./test.sh: not found FAIL: checkcompoundtriple.test ./checkcompoundrep.test: ./test.sh: not found FAIL: checkcompoundrep.test ./checkcompoundcase2.test: ./test.sh: not found FAIL: checkcompoundcase2.test ./checkcompoundcaseutf.test: ./test.sh: not found FAIL: checkcompoundcaseutf.test ./checkcompoundpattern.test: ./test.sh: not found FAIL: checkcompoundpattern.test ./utfcompound.test: ./test.sh: not found FAIL: utfcompound.test ./checksharpsutf.test: ./test.sh: not found FAIL: checksharpsutf.test ./i54633.test: ./test.sh: not found FAIL: i54633.test ./i54980.test: ./test.sh: not found FAIL: i54980.test ./maputf.test: ./test.sh: not found FAIL: maputf.test ./reputf.test: ./test.sh: not found FAIL: reputf.test ./ignore.test: ./test.sh: not found FAIL: ignore.test ./ignoreutf.test: ./test.sh: not found FAIL: ignoreutf.test ./1592880.test: ./test.sh: not found FAIL: 1592880.test ./1463589.test: ./test.sh: not found FAIL: 1463589.test ./1463589_utf.test: ./test.sh: not found FAIL: 1463589_utf.test ./i68568utf.test: ./test.sh: not found FAIL: i68568utf.test ./1706659.test: ./test.sh: not found FAIL: 1706659.test ./digits_in_words.test: ./test.sh: not found FAIL: digits_in_words.test ./colons_in_words.test: ./test.sh: not found FAIL: colons_in_words.test ./ngram_utf_fix.test: ./test.sh: not found FAIL: ngram_utf_fix.test ====================================== 61 of 61 tests failed Please report to [EMAIL PROTECTED] ====================================== *** Error code 1 This is due to "tests/test.sh" uses /bin/bash. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
