Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.1.2 make check errors #3242

Closed
emilyaviva opened this issue Oct 7, 2015 · 3 comments
Closed

4.1.2 make check errors #3242

emilyaviva opened this issue Oct 7, 2015 · 3 comments
Labels
macos Issues and PRs related to the macOS platform / OSX. test Issues and PRs related to the tests.

Comments

@emilyaviva
Copy link
Contributor

Compiling 4.1.2 on OS X El Capitan (10.11) from source, with no options in ./configure other than --prefix=$HOME/sw, everything seems to compile OK, but then when I run make check I get two errors. See attached screenshot.

https://files.slack.com/files-pri/T039KG69K-F0C1VEZNG/untitled.tiff

The former error (something about a socket) appears to goes away if you run make clean before you run make in a newly expanded directory (we also tried this on Linux Arch and it runs make check without any problems). But the Unicode-type error seems persistent on Mac and I am not really sure how to approach it.

@Trott
Copy link
Member

Trott commented Oct 7, 2015

@emilyaviva Can you put your screenshot somewhere that doesn't require a login to see it?

Without being able to see it, I strongly suspect that the issue you are running into is #2165 which was fixed in 81e98e9. That fix, though, landed the day after 4.1.2 was released. So, your options are:

  • Patch that fix into your source code.
  • Read OS X 10.11: system calls return non-normalized unicode strings #2165 and decide that you really don't need to worry about the one test failure on OS X El Capitan. (This is probably the option you want to go with. The fix will be in the next release, and it's just a fix to a test.)
  • Compile against master instead of the 4.1.2 source.
  • Compile on something that isn't OS X El Capitan.

@mscdex mscdex added test Issues and PRs related to the tests. macos Issues and PRs related to the macOS platform / OSX. labels Oct 7, 2015
@emilyaviva
Copy link
Contributor Author

Photo publicly available:

http://imgur.com/iPMAV1E

Looks like it's ok if I just ignore this until the next release, I suppose.

@Trott
Copy link
Member

Trott commented Oct 7, 2015

Yes, I believe so. I'm going to close this, but if you find to the contrary, by all means re-open this.

@Trott Trott closed this as completed Oct 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
macos Issues and PRs related to the macOS platform / OSX. test Issues and PRs related to the tests.
Projects
None yet
Development

No branches or pull requests

3 participants