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

Bootstrap build with fetched binaries seems to fail #52

Closed
msub2 opened this issue Mar 15, 2022 · 4 comments
Closed

Bootstrap build with fetched binaries seems to fail #52

msub2 opened this issue Mar 15, 2022 · 4 comments
Assignees

Comments

@msub2
Copy link

msub2 commented Mar 15, 2022

For context, I am on a fresh install of Arch Linux. Just tried to build this again with the newly available binaries, but once it finishes downloading them the script eventually exits with this output:

NEEDED but not provided:
     libGLESv2.so
Provided but not NEEDED:
     libicutest_68.so
     libdv.so
     libzbar.so
     libgstbadaudio-1.0.so
     libnice.so
     libdvdnav.so
     libgstbasecamerabinsrc-1.0.so
     libavfilter.so
     libmpg123.so
     libgstcodecs-1.0.so
     libx264_157.so
     libgstallocators-1.0.so
     libtheoraenc.so
     libgstgl-1.0.so
     libopus.so
     libtheora.so
     libwavpack.so
     libsrtp2.so
     libwebrtc_audio_processing.so
     libspandsp.so
     libtag_1.so
     libexslt.so
     libtheoradec.so
     libspeex.so
     libcairo-gobject.so
     libgthread-2.0.so
     libopenh264.so
     libgstsctp-1.0.so
     libgstriff-1.0.so
     libgstplayer-1.0.so
     libcairo-script-interpreter.so
     libicuio_68.so
     libFLAC.so
     librsvg-2.so
     librtmp_1.so
     libvo-aacenc.so
     libmp3lame.so
     libavformat.so
     libgstwebrtc-1.0.so
     libges-1.0.so
     liborc-test-0.4.so
     libgstadaptivedemux-1.0.so
     libdca.so
     libass.so
     libvorbisidec.so
     libgstrtspserver-1.0.so
     libgstphotography-1.0.so
     liba52.so
     libopencore-amrwb.so
     libmms.so
     libsrt_1.so
     libcharset.so
     liboggkate.so
     libgstmpegts-1.0.so
     libgnutls.so
     libsbc.so
     libgstvulkan-1.0.so
     libgstinsertbin-1.0.so
     libopencore-amrnb.so
     libvorbisenc.so
     libSoundTouch.so
     libgsttranscoder-1.0.so
     libgstisoff-1.0.so
     libgraphene-1.0.so
     libturbojpeg.so
     libvorbisfile.so
     libWPEBackend-android.so
@aperezdc aperezdc self-assigned this Mar 16, 2022
@msub2
Copy link
Author

msub2 commented Mar 17, 2022

I think this may actually not be a failure like I first thought, I was able to successfully open the Android Studio project and build the MiniBrowser! Got it running on the Quest 2

@aperezdc
Copy link
Member

@msub2 Great! I suppose we can close this isue, then?

@msub2
Copy link
Author

msub2 commented Mar 18, 2022

Yeah, I'll go ahead and close it.

@msub2 msub2 closed this as completed Mar 18, 2022
@aperezdc
Copy link
Member

For the record, the output you got from the bootstrap process is the expected: libGLESv2.so always comes preinstalled in Android so it's not a problem that the bootstrap packages do not include it, and from the rest we could remove some that are not really needed, and others which are not directly required are dynamically opened at runtime (so they have to be built into the package anyway).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants