Paweł Bylica via llvm-dev
2016-May-09 14:59 UTC
[llvm-dev] Status of the official LLVM APT repositories
On Mon, May 9, 2016 at 4:46 PM Sylvestre Ledru <sylvestre at debian.org> wrote:> Le 09/05/2016 à 07:34, Paweł Bylica a écrit : > > llvm-3.8-dev is broken: > > > > CMake Error at /usr/share/llvm-3.8/cmake/LLVMConfig.cmake:178 (include): > > include could not find load file: > > > > /usr/share/llvm/cmake/LLVMExports.cmake > Brad King helped me and it should be fixed in the next few days/weeks. >Will the fix be included in the next build?> > > > llvm-3.7-dev is ok. > > > > Why is it so error prone for so many years? > Because the migration from autotool to cmake wasn't trivial, because it > wasn't part of my priorities. > Thanks to Andrew's work, we moved to cmake, it is normal that we are > experiencing difficulties. > Anyway, help is welcome: I am no cmake expert. >I'm happy to help. But I'm not Debian packaging expert. Can you provide some information how to build and test the packages locally (preferably add that information to http://llvm.org/apt/)? - Paweł -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160509/f70c0712/attachment.html>
Sylvestre Ledru via llvm-dev
2016-May-25 22:07 UTC
[llvm-dev] Status of the official LLVM APT repositories
Le 09/05/2016 à 16:59, Paweł Bylica a écrit :> On Mon, May 9, 2016 at 4:46 PM Sylvestre Ledru <sylvestre at debian.org > <mailto:sylvestre at debian.org>> wrote: > > Le 09/05/2016 à 07:34, Paweł Bylica a écrit : > > llvm-3.8-dev is broken: > > > > CMake Error at /usr/share/llvm-3.8/cmake/LLVMConfig.cmake:178 > (include): > > include could not find load file: > > > > /usr/share/llvm/cmake/LLVMExports.cmake > Brad King helped me and it should be fixed in the next few days/weeks. > > > Will the fix be included in the next build?It should be included now.> > > > > > llvm-3.7-dev is ok. > > > > Why is it so error prone for so many years? > Because the migration from autotool to cmake wasn't trivial, > because it > wasn't part of my priorities. > Thanks to Andrew's work, we moved to cmake, it is normal that we are > experiencing difficulties. > Anyway, help is welcome: I am no cmake expert. > > > I'm happy to help. But I'm not Debian packaging expert. Can you > provide some information how to build and test the packages locally > (preferably add that information to http://llvm.org/apt/)?Pablo wrote some great documentation on how to build the packages: http://llvm.org/apt/building-pkgs.html Cheers, Sylvestre -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160526/7319729f/attachment.html>
Paweł Bylica via llvm-dev
2016-May-31 09:24 UTC
[llvm-dev] Status of the official LLVM APT repositories
On Thu, May 26, 2016 at 12:07 AM Sylvestre Ledru <sylvestre at debian.org> wrote:> Le 09/05/2016 à 16:59, Paweł Bylica a écrit : > > On Mon, May 9, 2016 at 4:46 PM Sylvestre Ledru <sylvestre at debian.org> > wrote: > >> Le 09/05/2016 à 07:34, Paweł Bylica a écrit : >> > llvm-3.8-dev is broken: >> > >> > CMake Error at /usr/share/llvm-3.8/cmake/LLVMConfig.cmake:178 (include): >> > include could not find load file: >> > >> > /usr/share/llvm/cmake/LLVMExports.cmake >> Brad King helped me and it should be fixed in the next few days/weeks. >> > > Will the fix be included in the next build? > > It should be included now. >Sorry to inform about that but the packages are in worse condition than before: 1. Firstly, the cmake shared files have been moved from /usr/share/llvm/cmake to /usr/lib/llvm-3.8/share/llvm/cmake. The previous location was searched by cmake by default so cmake was able to find LLVM package without any additional help. 2. The cmake shared files refers at least one non-existing/not-installed libraries: CMake Error at /usr/lib/llvm-3.8/share/llvm/cmake/LLVMExports.cmake:1034 (message): The imported target "PollyISL" references the file "/usr/lib/llvm-3.8/lib/libPollyISL.a" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and contained "/usr/lib/llvm-3.8/share/llvm/cmake/LLVMExports.cmake" but not all the files it references. Call Stack (most recent call first): /usr/lib/llvm-3.8/share/llvm/cmake/LLVMConfig.cmake:173 (include) CMakeLists.txt:30 (find_package)> > > >> > >> > llvm-3.7-dev is ok. >> > >> > Why is it so error prone for so many years? >> Because the migration from autotool to cmake wasn't trivial, because it >> wasn't part of my priorities. >> Thanks to Andrew's work, we moved to cmake, it is normal that we are >> experiencing difficulties. >> Anyway, help is welcome: I am no cmake expert. >> > > I'm happy to help. But I'm not Debian packaging expert. Can you provide > some information how to build and test the packages locally (preferably add > that information to <http://llvm.org/apt/>http://llvm.org/apt/)? > > Pablo wrote some great documentation on how to build the packages: > http://llvm.org/apt/building-pkgs.html > > Cheers, > Sylvestre > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160531/71c1e849/attachment.html>