On 02/17/2016 03:24 AM, Igor Gnatenko wrote: > Hi guys, I see this error when building POCL or Beignet which looks > like a bug in clang or llvm, can you please investigate? > > : CommandLine Error: Option ': CommandLine Error: Option > 'track-memory' registered more than once! > track-memory' registered more than once! > LLVM ERROR: inconsistency in registered CommandLine options > LLVM ERROR: inconsistency in registered CommandLine options > : CommandLine Error: Option 'track-memory' registered more than once! > LLVM ERROR: inconsistency in registered CommandLine options > > Reference: https://kojipkgs.fedoraproject.org//work/tasks/3359/13013359/build.log I talked to ajax about this? The llvm DSOs are being loaded and unloaded, but not all of them, so you get them being registered more than once. I was roped in because it was considered a possible duplicate constructor call in the loaded DSO, but it's not. The solution is to fix clam/llvm or stop loading/unloading your own framework. Does that make any sense? Adam, Did I remember this right? Cheers, Carlos. -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/devel@xxxxxxxxxxxxxxxxxxxxxxx