derived-coder

Results 18 comments of derived-coder

@Johnnyxy When will you upload your patches? A shared build is not working: ``` /lhome/user/.conan/data2/boost/1.71.0/company/stable/build/899e88d2f02061eab23dc6212cef566642e903b0/boost/bin.v2/libs/test/build/qcc-5.4/rls/trgt-os-qnxnt/vsblt-hdn/execution_monitor.o: file not recognized: File format not recognized ``` However the static build is working, only...

@Johnnyxy Here attached are my build logs: Here the build itself is failing. I added `-q` in order to make sure the build stops when it fails: [boost_1.71_shared_build_logs.txt](https://github.com/bincrafters/community/files/4637104/boost_1.71_shared_build_logs.txt) Here the...

@Johnnyxy Of course I am using your recipe. but not your profile. btw. you recipe does not work out of the box: ``` File "", line 219, in _call_with_frames_removed File...

The `-q` flag is for the build tool of boost to stop compiling immediately when an error occurs. I mean how did you otherwise tested your compile? Thanks for the...

Hi @Johnnyxy here is the report of a `"shared=True"` build with boost 1.71.0 [boost_1.71_shared_build_17.05.logs.txt](https://github.com/bincrafters/community/files/4643406/boost_1.71_shared_build_17.05.logs.txt) The error pops up again. However this time no python changes regarding the `_bugfixes_path` are necessary....

I uploaded the log again. Sorry for that.

We have in our artifactory an access pattern established. Multiple conan repos with different access possibilities. Imagine a public one for foss recipes and a private one for in house...

We have one artifactory server with multiple conan repositories there. We have a lot of people access to the artifactory server also external companies. That why we need this access...

I would like to do this: ``` def package(self): cmake = self._configure_cmake() cmake.install(args=[f"DESTDIR={self.package_folder}"]) ``` Your colleague @czoido has implemented this already for `AutoToolsBuildEnvironment` (https://github.com/conan-io/conan/pull/11284) now it needs to be implemented...

Hi @czoido I am not sure, this request was about relocatable packages. For me it was about controlling the hard coded paths in the binary. So you want my motivation...