Summary: | check_password Test fails with missing files | ||
---|---|---|---|
Product: | poppler | Reporter: | Damian Martinez Dreyer <le.trmr> |
Component: | general | Assignee: | poppler-bugs <poppler-bugs> |
Status: | RESOLVED WORKSFORME | QA Contact: | |
Severity: | major | ||
Priority: | medium | CC: | le.trmr |
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | test-suite.log |
Description
Damian Martinez Dreyer
2016-07-18 11:03:44 UTC
witch https://poppler.freedesktop.org/poppler-0.45.0.tar.xz "make check" fails like the git source. I am using the following configure flags: ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --enable-cairo-output --enable-xpdf-headers --enable-libjpeg --enable-zlib --enable-poppler-qt4 --enable-poppler-qt5 --enable-poppler-glib configure: WARNING: No test data found in /home/tsdgeos_work/borrame2/poppler-0.45.0/./../test. You will not be able to run 'make check' successfully. The test data is not included in the source packages and is also not part of the main git repository. Instead, you can checkout the test data from its own git repository with: git clone git://git.freedesktop.org/git/poppler/test You should checkout the test data as a sibling of your poppler source folder or specify the location of your checkout with --with-testdatadir=/path/to/checkoutdir/test. The test repository is checked out as a sibling. All other tests pass as indicated in the log file. Upon inspecting the unittestcase files, I can narrow down the problem to the special Character 'ç' in the file name. The test tries to open 'Gday garon - *.pdf' instead of 'Gday garçon - *.pdf'. Unsure why. Maybe Qt 5.7 related? what's your locale? My system locale is de_DE.UTF-8 . The Locale is explicitly changed though, by calling 'LANG=en_US.UTF8 make check'. passes fine in my arch install with qt 5.7, you'll probably have to debug it on your side. Yes, this looks like it's confined to special circumstances. Will report, if I find out why. Thank you for investigating the issue. I'm closing it to try to clear a bit the loooong bug list, please reopen if you find what was wrong. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.