-
Notifications
You must be signed in to change notification settings - Fork 79
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
icu-config deprecated #153
Comments
Thank you for your report. I confirmed the problem and I made a fix to handle It looks the
|
Hello piste-jp-ibm, when i try to compile on Ubuntu 19.04 i get the same error, icu-config isn´t prensent in the system |
Hi @Greg57070, I realized a comment is added to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920900, I believe you commented. Thank you very much. |
Just to let you know, I have the same problem. LTFS runs well on debian 8 and 9 but on debian 10 I'm getting probably the same errors due to icu no longer being supported. I attached the Dockerfile I use to build a docker image (I run LTFS in a container but that should not matter I guess). The build process works if I change the line Hereby also attached the output of the full build process that fails in Debian Buster: |
Has anybody figured out a way to compile this in Ubuntu 19 ? |
I found a way to make it compilable. At this time, this is a quick patch but I can build LTFS on Ubuntu19. The On Ubuntu19,
The sample script for Ubuntu19 is #!/bin/sh
echo '/usr/lib/x86_64-linux-gnu/icu/pkgdata.inc' May be you need to adjust the path on your machine. |
I am getting this:
is this related to this issue ? |
No, I don't think it is related directly. But I might miss something to write in the previous comment... My build step is little bit tricky at this time. I will try to enhance this later if no one post a PR about this. Step1 : Edit
Step2 : Run configuration
Step3 : Create icu-config
The sample script for Ubuntu19 is #!/bin/sh
echo '/usr/lib/x86_64-linux-gnu/icu/pkgdata.inc' Step4 : make
|
I wrote a minimal script to support ltfs build on Debian10 and Ubuntu19.10. And also I made build environemts on GitHub Actions.
See also |
Hi. In my Ubuntu 20.04 environment I had to add -ldl to to the flags for errors related to 'dlopen'
|
Hello guy,
ltfs can't build on Debian 10 as icu-config has been removed from icu-devtools.
As found on this debian bugreport https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920900, and on icu-project howto use, icu-config is now deprecated.
It's now recommanded to use pkg-config to get cflags
Thanks for the good job, keep up with it !
BR,
Grégory
The text was updated successfully, but these errors were encountered: