Fernando de Oliveira wrote: > On 08-06-2012 03:21, Bruce Dubbs wrote:> I was able to build and test > openjdk. The results are OK, but I'm >> disappointed in the number of issues that are not addressed upstream. >> >> I used: >> >> #!/bin/bash >> >> export DISPLAY=:20 >> Xvfb :20 -screen 0 1x1x24 -ac& >> echo $!> Xvfb.pid >> make jtregcheck -k 2>jdktest-errs |tee jdktest >> kill -9 `cat Xvfb.pid` >> unset DISPLAY >> rm -f Xvfb.pid > > Don't you and/or DJ think these lines could be in the page?
Yes, I think they are useful, but I was waiting for DJ to have some time to discuss. >> There were several lines in jdktest-errs like >> >> WARNING: Path does not exist as file or directory: >> Makefile:205: Extraneous text after `ifeq' directive >> xxx uses or overrides a deprecated API >> Note: Some input files use unchecked or unsafe operations. >> >> I just don't think a package as important as java should have those >> types of errors/warnings in their test suite. > > Completely agree with this and the disappointment you mentioned in the > first line above. Since this was orifinally done by Sun, the tests probably assume a shell program different from bash. That may explain some of the problems. Personally, I wouldn't release anything that causes any warnings. If other environments cause warnings, then that is worth checking out and either fixing the code or fixing the test. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
