Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pcl] pcl[surface-on-nurbs] build failure #41592

Open
Bzz2745 opened this issue Oct 16, 2024 · 1 comment · May be fixed by #41606
Open

[pcl] pcl[surface-on-nurbs] build failure #41592

Bzz2745 opened this issue Oct 16, 2024 · 1 comment · May be fixed by #41606
Assignees
Labels
depends:upstream-changes Waiting on a change to the upstream project

Comments

@Bzz2745
Copy link

Bzz2745 commented Oct 16, 2024

Operating system

Windows11

Compiler

MSVC vc143

Steps to reproduce the behavior

vcpkg install pcl[apps,cuda,openni2,qt,simulation,surface-on-nurbs,tools,visualization,vtk]

Failure logs

Installing 1/1 pcl[apps,core,cuda,opengl,openni2,qt,simulation,surface-on-nurbs,tools,visualization,vtk]:[email protected]#1...
Building pcl[apps,core,cuda,opengl,openni2,qt,simulation,surface-on-nurbs,tools,visualization,vtk]:[email protected]#1...
-- Using cached PointCloudLibrary-pcl-pcl-1.14.1.tar.gz.
-- Extracting source C:/Users/user/opt/vcpkg/downloads/PointCloudLibrary-pcl-pcl-1.14.1.tar.gz
-- Applying patch add-gcc-version-check.patch
-- Applying patch fix-check-sse.patch
-- Applying patch fix-numeric-literals-flag.patch
-- Applying patch install-layout.patch
-- Applying patch install-examples.patch
-- Applying patch fix-clang-cl.patch
-- Applying patch gh-5985-inline.patch
-- Applying patch io_ply.patch
-- Using source at C:/Users/user/opt/vcpkg/buildtrees/pcl/src/pcl-1.14.1-9b54503ead.clean
-- Found external ninja('1.11.0').
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:134 (message):
Command failed: C:/Users/user/scoop/apps/cmake/3.30.5/bin/cmake.exe --build . --config Release --target install -- -v -j13
Working Directory: C:/Users/user/opt/vcpkg/buildtrees/pcl/x64-windows-rel
See logs for more information:
C:\Users\user\opt\vcpkg\buildtrees\pcl\install-x64-windows-rel-out.log

Call Stack (most recent call first):
installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:74 (vcpkg_execute_build_process)
installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:16 (vcpkg_cmake_build)
ports/pcl/portfile.cmake:77 (vcpkg_cmake_install)
scripts/ports.cmake:192 (include)

Additional context

install-x64-windows-rel-out.log

@Bzz2745 Bzz2745 added the category:port-bug The issue is with a library, which is something the port should already support label Oct 16, 2024
@dg0yt
Copy link
Contributor

dg0yt commented Oct 16, 2024

Not a port bug.

C:\Users\user\opt\vcpkg\buildtrees\pcl\src\pcl-1.14.1-9b54503ead.clean\surface\src\3rdparty\opennurbs\opennurbs_lookup.cpp(675) : fatal error C1001: Internal compiler error.
(compiler file 'D:\a\_work\1\s\src\vctools\Compiler\Utc\src\p2\main.c', line 247)
 To work around this problem, try simplifying or changing the program near the locations listed above.
If possible please provide a repro here: https://developercommunity.visualstudio.com 
Please choose the Technical Support command on the Visual C++ 
 Help menu, or open the Technical Support help file for more information
  cl!RaiseException()+0x6c
  cl!RaiseException()+0x6c
  cl!InvokeCompilerPass()+0x25f
  cl!InvokeCompilerPassW()+0x14607b
  cl!CloseTypeServerPDB()+0x209c9
  cl!CloseTypeServerPDB()+0x24924
  cl!CloseTypeServerPDB()+0x2386d
  cl!InvokeCompilerPassW()+0x6b80b
  cl!recalloc()+0xa3
  cl!BaseThreadInitThunk()+0x1d
  cl!RtlUserThreadStart()+0x28

@WangWeiLin-MV WangWeiLin-MV added depends:upstream-changes Waiting on a change to the upstream project and removed category:port-bug The issue is with a library, which is something the port should already support labels Oct 17, 2024
@WangWeiLin-MV WangWeiLin-MV changed the title [pcl[surface-no-nurbs]] build failure [pcl] pcl[surface-on-nurbs] build failure Oct 17, 2024
@WangWeiLin-MV WangWeiLin-MV linked a pull request Oct 17, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
depends:upstream-changes Waiting on a change to the upstream project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants