Giter Club home page Giter Club logo

Comments (11)

rdp avatar rdp commented on June 23, 2024

is this with git master?

On Mon, May 12, 2014 at 3:20 PM, gcsx [email protected] wrote:

Hello,

I try to compile VLC with the latest version of your wonderfull script.
Everything is going fine until I get to VLC's liblibbluray_plugin.laplugin.
I'm running the script with a clean sandbox (sudo remove -R sandbox,
before calling the script) on Ubuntu 13.10.

I call the script this way :
sudo ./cross_compile_ffmpeg.sh --disable-nonfree=n --build-vlc=y
--build-choice=win64 --gcc-cpu-count=4 --sandbox-ok=y

The compilation stops with the following error :

CCLD liblibbluray_plugin.la
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0x314):
undefined reference to inflateInit2_'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0x358):
undefined reference toinflateEnd'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0x421):
undefined reference to inflateReset'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0x61c):
undefined reference toinflate'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0xc38):
undefined reference to inflateInit2_'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0xc59):
undefined reference toinflate'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0xc6e):
undefined reference to inflateEnd'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0xc92):
undefined reference toinflateEnd'
/home/gc/sandbox/mingw-w64-x86_64/lib/gcc/x86_64-w64-mingw32/4.8.2/../../../../x86_64-w64-mingw32/bin/ld:
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):
bad reloc address 0x0 in section `.pdata'
collect2: error: ld returned 1 exit status


Reply to this email directly or view it on GitHubhttps://github.com//issues/41
.

from ffmpeg-windows-build-helpers.

gcsx avatar gcsx commented on June 23, 2024

Yes, I haven't paid attention to the other ones...

I Just looked at the branches and discovered the other ones :-o
I assume I should use the "vlc" one?

I'll try this later today and tell you if I can compile.


De : Roger Packmailto:[email protected]
Envoyé : ‎13/‎05/‎2014 03:21
À : rdp/ffmpeg-windows-build-helpersmailto:[email protected]
Cc : gcsxmailto:[email protected]
Objet : Re: [ffmpeg-windows-build-helpers] liblibbluray_plugin.la linking fail (#41)

is this with git master?

On Mon, May 12, 2014 at 3:20 PM, gcsx [email protected] wrote:

Hello,

I try to compile VLC with the latest version of your wonderfull script.
Everything is going fine until I get to VLC's liblibbluray_plugin.laplugin.
I'm running the script with a clean sandbox (sudo remove -R sandbox,
before calling the script) on Ubuntu 13.10.

I call the script this way :
sudo ./cross_compile_ffmpeg.sh --disable-nonfree=n --build-vlc=y
--build-choice=win64 --gcc-cpu-count=4 --sandbox-ok=y

The compilation stops with the following error :

CCLD liblibbluray_plugin.la
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0x314):
undefined reference to inflateInit2_'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0x358):
undefined reference toinflateEnd'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0x421):
undefined reference to inflateReset'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0x61c):
undefined reference toinflate'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0xc38):
undefined reference to inflateInit2_'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0xc59):
undefined reference toinflate'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0xc6e):
undefined reference to inflateEnd'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0xc92):
undefined reference toinflateEnd'
/home/gc/sandbox/mingw-w64-x86_64/lib/gcc/x86_64-w64-mingw32/4.8.2/../../../../x86_64-w64-mingw32/bin/ld:
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):
bad reloc address 0x0 in section `.pdata'
collect2: error: ld returned 1 exit status


Reply to this email directly or view it on GitHubhttps://github.com//issues/41
.


Reply to this email directly or view it on GitHub:
#41 (comment)

from ffmpeg-windows-build-helpers.

rdp avatar rdp commented on June 23, 2024

(I guess the question was "was this with the latest git master?") there
were a few changes yesterday I believe, let me know how it goes. I haven't
gotten the VLC build to work in awhile FWIW :)

On Tue, May 13, 2014 at 12:17 AM, gcsx [email protected] wrote:

Yes, I haven't paid attention to the other ones...

I Just looked at the branches and discovered the other ones :-o
I assume I should use the "vlc" one?

I'll try this later today and tell you if I can compile.


De : Roger Packmailto:[email protected]
Envoyé : ‎13/‎05/‎2014 03:21
À : rdp/ffmpeg-windows-build-helpers<mailto:
[email protected]>
Cc : gcsxmailto:[email protected]
Objet : Re: [ffmpeg-windows-build-helpers] liblibbluray_plugin.la linking
fail (#41)

is this with git master?

On Mon, May 12, 2014 at 3:20 PM, gcsx [email protected] wrote:

Hello,

I try to compile VLC with the latest version of your wonderfull script.
Everything is going fine until I get to VLC's
liblibbluray_plugin.laplugin.
I'm running the script with a clean sandbox (sudo remove -R sandbox,
before calling the script) on Ubuntu 13.10.

I call the script this way :
sudo ./cross_compile_ffmpeg.sh --disable-nonfree=n --build-vlc=y
--build-choice=win64 --gcc-cpu-count=4 --sandbox-ok=y

The compilation stops with the following error :

CCLD liblibbluray_plugin.la

/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0x314):

undefined reference to inflateInit2_'

/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0x358):

undefined reference toinflateEnd'

/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0x421):

undefined reference to inflateReset'

/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0x61c):

undefined reference toinflate'

/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0xc38):

undefined reference to inflateInit2_'

/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0xc59):

undefined reference toinflate'

/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0xc6e):

undefined reference to inflateEnd'

/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0xc92):

undefined reference toinflateEnd'

/home/gc/sandbox/mingw-w64-x86_64/lib/gcc/x86_64-w64-mingw32/4.8.2/../../../../x86_64-w64-mingw32/bin/ld:

/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):

bad reloc address 0x0 in section `.pdata'
collect2: error: ld returned 1 exit status


Reply to this email directly or view it on GitHub<
https://github.com/rdp/ffmpeg-windows-build-helpers/issues/41>
.


Reply to this email directly or view it on GitHub:

#41 (comment)


Reply to this email directly or view it on GitHubhttps://github.com//issues/41#issuecomment-42920941
.

from ffmpeg-windows-build-helpers.

gcsx avatar gcsx commented on June 23, 2024

Ah, so yes, I'm using the latest master. I used wget like indicated on the main page.
I just wiped my sandbox again and restarted the script.

I run it in a VM using a 100% RAM disk, compilation is very fast, but all downloads are limited to ~100 kBps... I should get ~500 kBps. I think this is because the servers are in US and/or bandwith per user is limited...

UPDATE:
I get the same error as above...
By the way, I would like to enable HEVC / x265 support in VLC. Will removing the --disable-x265 will suffice?

from ffmpeg-windows-build-helpers.

gcsx avatar gcsx commented on June 23, 2024

Hello again!
I just tried to compile VLC from the official scripts and... I have the same problem with libbluray and freetype as described above.

I get the exactly same error message, except for files paths.

from ffmpeg-windows-build-helpers.

gcsx avatar gcsx commented on June 23, 2024

Hello,
Here are some fresh news :

I built a brand new, 100% clean VM with Trusty Thar.
I ran the script, installed all package it asked for and ran it again.

I had to replace the URL for ORC and schroedinger because the provided url seems dead.
I found replacement ones from the Fedora packages repo.

Now, VLC build fails on libaccess_avio_plugin.la plugin with the following message :

/home/gc/sandbox/mingw-w64-i686/i686-w64-mingw32/lib/libswresample.a(soxr_resample.o): In function get_delay': /home/gc/sandbox/win32/ffmpeg_git/libswresample/soxr_resample.c:86: undefined reference tosoxr_delay'
/home/gc/sandbox/mingw-w64-i686/i686-w64-mingw32/lib/libswresample.a(soxr_resample.o): In function flush': /home/gc/sandbox/win32/ffmpeg_git/libswresample/soxr_resample.c:70: undefined reference tosoxr_process'
/home/gc/sandbox/mingw-w64-i686/i686-w64-mingw32/lib/libswresample.a(soxr_resample.o): In function process': /home/gc/sandbox/win32/ffmpeg_git/libswresample/soxr_resample.c:78: undefined reference tosoxr_set_num_channels'
/home/gc/sandbox/win32/ffmpeg_git/libswresample/soxr_resample.c:78: undefined reference to soxr_set_error' /home/gc/sandbox/win32/ffmpeg_git/libswresample/soxr_resample.c:79: undefined reference tosoxr_process'
/home/gc/sandbox/mingw-w64-i686/i686-w64-mingw32/lib/libswresample.a(soxr_resample.o): In function destroy': /home/gc/sandbox/win32/ffmpeg_git/libswresample/soxr_resample.c:65: undefined reference tosoxr_delete'
/home/gc/sandbox/mingw-w64-i686/i686-w64-mingw32/lib/libswresample.a(soxr_resample.o): In function create': /home/gc/sandbox/win32/ffmpeg_git/libswresample/soxr_resample.c:46: undefined reference tosoxr_io_spec'
/home/gc/sandbox/win32/ffmpeg_git/libswresample/soxr_resample.c:48: undefined reference to soxr_quality_spec' /home/gc/sandbox/win32/ffmpeg_git/libswresample/soxr_resample.c:56: undefined reference tosoxr_delete'
/home/gc/sandbox/win32/ffmpeg_git/libswresample/soxr_resample.c:57: undefined reference to soxr_create' collect2: error: ld returned 1 exit status make[5]: *** [libaccess_avio_plugin.la] Error 1 make[5]: Leaving directory/home/gc/sandbox/win32/vlc/modules/access'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory /home/gc/sandbox/win32/vlc/modules/access' make[3]: *** [all] Error 2 make[3]: Leaving directory/home/gc/sandbox/win32/vlc/modules/access'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory /home/gc/sandbox/win32/vlc/modules' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/home/gc/sandbox/win32/vlc'
make: *** [all] Error 2

from ffmpeg-windows-build-helpers.

rdp avatar rdp commented on June 23, 2024

OK I had to punt on bluray and VLC git master didn't build either, but I
think it should work now, thanks!

On Mon, May 12, 2014 at 3:20 PM, gcsx [email protected] wrote:

Hello,

I try to compile VLC with the latest version of your wonderfull script.
Everything is going fine until I get to VLC's liblibbluray_plugin.laplugin.
I'm running the script with a clean sandbox (sudo remove -R sandbox,
before calling the script) on Ubuntu 13.10.

I call the script this way :
sudo ./cross_compile_ffmpeg.sh --disable-nonfree=n --build-vlc=y
--build-choice=win64 --gcc-cpu-count=4 --sandbox-ok=y

The compilation stops with the following error :

CCLD liblibbluray_plugin.la
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0x314):
undefined reference to inflateInit2_'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0x358):
undefined reference toinflateEnd'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0x421):
undefined reference to inflateReset'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0x61c):
undefined reference toinflate'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0xc38):
undefined reference to inflateInit2_'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0xc59):
undefined reference toinflate'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0xc6e):
undefined reference to inflateEnd'
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):ftgzip.c:(.text+0xc92):
undefined reference toinflateEnd'
/home/gc/sandbox/mingw-w64-x86_64/lib/gcc/x86_64-w64-mingw32/4.8.2/../../../../x86_64-w64-mingw32/bin/ld:
/home/gc/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/lib/libfreetype.a(ftgzip.o):
bad reloc address 0x0 in section `.pdata'
collect2: error: ld returned 1 exit status


Reply to this email directly or view it on GitHubhttps://github.com//issues/41
.

from ffmpeg-windows-build-helpers.

gcsx avatar gcsx commented on June 23, 2024

I'm compiling right now ^^
I'll close this if it works for me. Yesterday I had some problem with FREETYPE and later with gnutls's configure not finding NETTLE, so I can't tell about bluray, because the compilation stops before reaching it...

from ffmpeg-windows-build-helpers.

gcsx avatar gcsx commented on June 23, 2024

Annnnnd... It works!
I finally have an fdk-aac enabled VLC.
I would like to enable x265. I will open a new thread for this, since this one is OK.

from ffmpeg-windows-build-helpers.

gcsx avatar gcsx commented on June 23, 2024

I forgot to say Thanks ^^

from ffmpeg-windows-build-helpers.

rdp avatar rdp commented on June 23, 2024

no prob :)

On Wed, May 21, 2014 at 11:12 AM, gcsx [email protected] wrote:

I forgot to say Thanks ^^


Reply to this email directly or view it on GitHubhttps://github.com//issues/41#issuecomment-43786683
.

from ffmpeg-windows-build-helpers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.