-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Both of the static builds fail. The problem is missing libexif and libid3tag libraries. They are not being built.
$ ./build_static_winprofile.sh
Package wget is already installed, skipping
Package cygport is already installed, skipping
Package gperf is already installed, skipping
Package libiconv-devel is already installed, skipping
Package libicu-devel is already installed, skipping
Package libintl-devel is already installed, skipping
Package gettext-devel is already installed, skipping
Package libreadline-devel is already installed, skipping
Package tcl-devel is already installed, skipping
Package openssl-devel is already installed, skipping
Package zlib-devel is already installed, skipping
Package nasm is already installed, skipping
Package yasm is already installed, skipping
libid3tag-0.15.1b-10-src.tar.bz2: OK
Unpacking...
Source package libid3tag-devel installed
/usr/src/libid3tag-0.15.1b-10.src /cygdrive/c/Users/kaank/Downloads/http%3a%2f%2flinux.rz.ruhr-uni-bochum.de%2fdownload%2fcygwin%2f/x86_64/release/libid3tag
*** ERROR: libid3tag-0.15.1b-10.cygport not found.
find: ‘libid3tag-0.15.1b-10.x86_64/dist/’: No such file or directory
/cygdrive/c/Users/kaank/Downloads/http%3a%2f%2flinux.rz.ruhr-uni-bochum.de%2fdownload%2fcygwin%2f/x86_64/release/libid3tag
libexif-0.6.21-3-src.tar.xz: OK
Unpacking...
Source package libexif-devel installed
/usr/src/libexif-0.6.21-3.src /cygdrive/c/Users/kaank/Downloads/http%3a%2f%2flinux.rz.ruhr-uni-bochum.de%2fdownload%2fcygwin%2f/x86_64/release/libexif
sed: can't read libexif-0.6.21-3.cygport: No such file or directory
*** ERROR: SRC_URI must be defined
tar: libexif-0.6.21-3.mod.x86_64/src/*/doc/libexif-api.html.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
By the way, I have to change line endins of the build files to unix with Notepad++. Otherwise I can't execute them with cygwin.