Opened 11 years ago
Closed 11 years ago
#5502 closed enhancement (fixed)
install-tl-unx deps need to be rechecked on x86_64
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 7.6 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Last night, I had problems with asy on i686 and eventually realised it had unment dependencies. Today I've sorted out a script to list the deps and discovered asy is also using libGLU which these days is separate from Mesa.
I am 99% certain that I removed libGLU as a dep when upgrading to this year's install-tl-unx because it did not seem to be needed (on x86_64), but perhaps I made a mistake. I was also very surprised to find libreadline5 used by the i686 binary.
I'll be putting an x86_64 build onto this box sometime, I can check this then.
Change History (2)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In fact, asy on 32-bit x86 needs fftw, libGLU, libreadline5 but does not need these on x86_64. Fixed at r14297.