I'm not familiar with flatpak-builder, but I guess its standard/error output would have the information. Maybe run "flatpak-builder --verbose" to get as much info as possible.
On Thu, Jun 2, 2022 at 3:26 PM Mathieu Bridon <[email protected]> wrote: > > Thank you. > > The thing is I'm not running cmake manually, I let flatpak-builder do it for > me. > > My manifest just tells it to build the "openimageio" module with cmake, which > ends up failing and telling me to look at the files I gavr for more > information. > > Do you want the standard output of the flatpak-builder command ? > > -- > Mathieu > > > On 6/2/22 14:08, Brecht Van Lommel wrote: > > Hi, > > These two files do not contain the required build logs to understand the > problem. They are a byproduct of running CMake config, and rarely needed. > > What is needed is the command line output of running cmake and make. > > Regards, > Brecht. > > > On Thu, Jun 2, 2022, 09:45 Mathieu Bridon <[email protected]> wrote: >> >> Tried again with 2.3.16.0, as usual I got similar output 😕 >> >> Here is the CMakeOutput.log file: https://paste.centos.org/view/raw/5e065939 >> >> As for the CMakeError.log one: https://paste.centos.org/view/raw/3b5867fe >> >> Let me know when you had time to go through the logs and figure something >> out. >> >> Thank you, >> >> -- >> Mathieu >> >> >> >> On 5/15/22 16:01, Mathieu Bridon wrote: >> >> Hi all, >> >> Tried again building the latest oiio in flatpak-builder, and it fails again. >> 🙁 >> >> Here is the CMakeOutput.log file : https://paste.centos.org/view/17146dd6 >> >> And the CMakeError.log file : https://paste.centos.org/view/267e5714 >> >> As usual, I can wait, let me know when you have time to look into the >> outputs and where the failure might come from. 😕 >> >> This might very well be something coming from the flatpak-builder sandbox, >> but I have no idea what it might be... >> >> Thank you, >> >> -- >> Mathieu >> >> On 4/26/22 10:09, Mathieu Bridon wrote: >> >> Sorry for not modifying the subject line in my previous email and not >> ^reserving the "in-reply-to" header, Thunderbird doesn't seem to be able to >> do that or I didn't find how. 😕 >> >> Hi Larry, >> >> On 4/13/22 22:07, [email protected] wrote >> >> As for the first question, OIIO_BUILD_TESTS just means "should I build the >> standalone unit test executables, like strutil_test, paramlist_test, etc.?" >> It doesn't actually disable the testsuite, nor the testsuite's need for some >> external tests. >> >> The cmake option that controls whether the external test-related images are >> downloaded is: >> >> -DOIIO_DOWNLOAD_MISSING_TESTDATA=OFF >> >> I did that, and indeed the build now fails much faster, no more timeouts >> on git clones from Github :D >> >> I'll look at your logs when I get a little more time later. >> >> No problem, I'll wait, let me know if there are other logs that could >> help you. >> >> -- >> Bochecha >> >> >> -- >> Bochecha >> >> >> -- >> Bochecha >> >> _______________________________________________ >> Oiio-dev mailing list >> [email protected] >> http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org > > > _______________________________________________ > Oiio-dev mailing list > [email protected] > http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org > > > -- > Bochecha _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
