Fernando Pelliccioni
Fernando Pelliccioni
> Failure in build 11 (`48e1ec865eb8e9426b508d3db6cfc416bfb39286`): > > * **stlab/1.6.2@:** > CI failed to create some packages ([All logs](https://c3i.jfrog.io/c3i/misc/summary.html?json=https://c3i.jfrog.io/c3i/misc/logs/pr/13048/11-linux-gcc/stlab/1.6.2//summary.json)) > Logs for packageID `6e5cd1f92ab2ed38b6193c29f043d89dce88507c`: > ``` > [settings] > arch=x86_64...
@uilianries @prince-chrismc I need help fixing the issue with test_package on MSVC (I don't have a Windows machine right now) 🙏
> I seems be that compiler version does not support the project. > I seems be that compiler version does not support the project. The library is using `std::max` somewhere....
@uilianries https://github.com/conan-io/conan-center-index/pull/13048/commits/324f505939d0a876b19efcd2c5cef2f5faf96d7a ^ this seems to be the fix. I hate CMake 😠
> Some points to be considered Thank you so much!
> Is not https://github.com/hsutter/cppfront/blob/main/include/cpp2util.h missing? Should copy that file to the package? In my original code it was being copied, let me check if that has been changed in recent...
@uilianries after adding ``` def package_id(self): del self.info.settings.compiler ``` the CI is failing again
> Details @uilianries This is the issue https://c3i.jfrog.io/c3i/misc/summary.html?json=https://c3i.jfrog.io/c3i/misc/logs/pr/13068/32-linux-clang/cppfront/cci.20220924//summary.json it says `DUPLICATED`
@uilianries @prince-chrismc @memsharded I am getting the following run time error in the test package: ``` cppfront: /usr/local/lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /home/conan/w/prod/BuildSingleReference/.conan/data/cppfront/cci.20220924/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/cppfront) ``` I am using `self.run(f"{cppfront_bin}...
The issue that concerns me is https://github.com/conan-io/conan-center-index/pull/13068#issuecomment-1265404550