View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013869ParaView(No Category)public2013-02-11 16:002016-07-06 11:12
ReporterUtkarsh Ayachit 
Assigned ToSean McBride 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Versiongit-master 
Summary0013869: Particle CoProcessing Adaptor doesn't build on OSX (Mountain Lion)
DescriptionParticle CoProcessing Adaptor doesn't build on OSX (Mountain Lion)

Undefined symbols for architecture x86_64:
  "vtkCameraPass::New()", referenced from:
      vtkSmartPointer<vtkCameraPass>::New() in vtkParticlePipeline.cxx.o
  "vtkLightsPass::New()", referenced from:
      vtkSmartPointer<vtkLightsPass>::New() in vtkParticlePipeline.cxx.o
  "vtkOpaquePass::New()", referenced from:
      vtkSmartPointer<vtkOpaquePass>::New() in vtkParticlePipeline.cxx.o
  "vtkSequencePass::New()", referenced from:
      vtkSmartPointer<vtkSequencePass>::New() in vtkParticlePipeline.cxx.o
  "vtkOpenGLRenderer::SetPass(vtkRenderPass*)", referenced from:
      vtkParticlePipeline::SetupPipeline() in vtkParticlePipeline.cxx.o
  "vtkIceTCompositePass::SetRenderPass(vtkRenderPass*)", referenced from:
      vtkParticlePipeline::SetupPipeline() in vtkParticlePipeline.cxx.o
  "vtkIceTCompositePass::New()", referenced from:
      vtkSmartPointer<vtkIceTCompositePass>::New() in
vtkParticlePipeline.cxx.o
  "vtkRenderPassCollection::New()", referenced from:
      vtkSmartPointer<vtkRenderPassCollection>::New() in
vtkParticlePipeline.cxx.o
  "vtkRenderPassCollection::AddItem(vtkRenderPass*)", referenced from:
      vtkParticlePipeline::SetupPipeline() in vtkParticlePipeline.cxx.o
  "vtkIceTSynchronizedRenderers::New()", referenced from:
      vtkParticlePipeline::vtkParticlePipeline() in vtkParticlePipeline.cxx.o
  "vtkSynchronizedRenderWindows::SetIdentifier(unsigned int)", referenced
from:
      vtkParticlePipeline::SetupPipeline() in vtkParticlePipeline.cxx.o
  "vtkSynchronizedRenderWindows::SetRenderWindow(vtkRenderWindow*)",
referenced from:
      vtkParticlePipeline::SetupPipeline() in vtkParticlePipeline.cxx.o
  "vtkSynchronizedRenderWindows::SetParallelController(vtkMultiProcessController*)",
referenced from:
      vtkParticlePipeline::SetupPipeline() in vtkParticlePipeline.cxx.o
  "vtkSynchronizedRenderWindows::New()", referenced from:
      vtkParticlePipeline::vtkParticlePipeline() in vtkParticlePipeline.cxx.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make[2]: *** [lib/libvtkParticleAdaptor-pv3.98.1.dylib] Error 1
make[1]: ***
[CoProcessing/Adaptors/ParticleAdaptor/CMakeFiles/ParticleAdaptor.dir/all]
Error 2
Tagshackaton
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0030342)
Patrick O'Leary (manager)
2013-02-13 13:40

Particle CoProcessing Adaptor doesn't build on Fedora 18 x86_64

CMakeFiles/ParticleAdaptor.dir/vtkParticlePipeline.cxx.o: In function `vtkParticlePipeline::SetupPipeline()':
vtkParticlePipeline.cxx:(.text+0xc86): undefined reference to `vtkRenderPassCollection::New()'
vtkParticlePipeline.cxx:(.text+0xc9d): undefined reference to `vtkLightsPass::New()'
vtkParticlePipeline.cxx:(.text+0xcbe): undefined reference to `vtkRenderPassCollection::AddItem(vtkRenderPass*)'
vtkParticlePipeline.cxx:(.text+0xcc3): undefined reference to `vtkOpaquePass::New()'
vtkParticlePipeline.cxx:(.text+0xce4): undefined reference to `vtkRenderPassCollection::AddItem(vtkRenderPass*)'
vtkParticlePipeline.cxx:(.text+0xce9): undefined reference to `vtkSequencePass::New()'
vtkParticlePipeline.cxx:(.text+0xd13): undefined reference to `vtkIceTCompositePass::New()'
vtkParticlePipeline.cxx:(.text+0xd45): undefined reference to `vtkIceTCompositePass::SetRenderPass(vtkRenderPass*)'
vtkParticlePipeline.cxx:(.text+0xd6d): undefined reference to `vtkCameraPass::New()'
vtkParticlePipeline.cxx:(.text+0xdc8): undefined reference to `vtkOpenGLRenderer::SetPass(vtkRenderPass*)'
vtkParticlePipeline.cxx:(.text+0xddb): undefined reference to `vtkSynchronizedRenderWindows::SetRenderWindow(vtkRenderWindow*)'
vtkParticlePipeline.cxx:(.text+0xdea): undefined reference to `vtkSynchronizedRenderWindows::SetParallelController(vtkMultiProcessController*)'
vtkParticlePipeline.cxx:(.text+0xdfb): undefined reference to `vtkSynchronizedRenderWindows::SetIdentifier(unsigned int)'
CMakeFiles/ParticleAdaptor.dir/vtkParticlePipeline.cxx.o: In function `vtkParticlePipeline::vtkParticlePipeline()':
vtkParticlePipeline.cxx:(.text+0x11b6): undefined reference to `vtkIceTSynchronizedRenderers::New()'
vtkParticlePipeline.cxx:(.text+0x11c2): undefined reference to `vtkSynchronizedRenderWindows::New()'
collect2: error: ld returned 1 exit status
make[2]: *** [lib/libvtkParticleAdaptor-pv3.98.so.1] Error 1
make[1]: *** [CoProcessing/Adaptors/ParticleAdaptor/CMakeFiles/ParticleAdaptor.dir/all] Error 2
make: *** [all] Error 2
(0033407)
Sean McBride (developer)
2014-10-01 20:24

Does this still repro? I don't recall seeing it on the dashboard of late...
(0035362)
Hyun Jae Kang (reporter)
2015-10-21 15:10

ITK had the similar linking error with XCode on Mac OS X 10.7.

Please check the following page:
http://review.source.kitware.com/#/c/20286/ [^]
(0036175)
Sean McBride (developer)
2016-07-06 11:11

I asked Utkarsh here at the hackathon, and he thinks this is no longer an issue.

The referenced ITK issue is for ancient compilers (Apple's (GGC <=4.2 and LLVM-GCC <=4.2) or (Clang < 3.2)). The first 2 VTK doesn't even support anymore.

 Issue History
Date Modified Username Field Change
2013-02-11 16:00 Utkarsh Ayachit New Issue
2013-02-13 13:40 Patrick O'Leary Note Added: 0030342
2014-10-01 20:24 Sean McBride Note Added: 0033407
2014-10-01 20:25 Sean McBride Tag Attached: hackaton
2015-10-21 15:10 Hyun Jae Kang Note Added: 0035362
2016-07-06 11:10 Sean McBride Assigned To => Sean McBride
2016-07-06 11:11 Sean McBride Note Added: 0036175
2016-07-06 11:12 Utkarsh Ayachit Status backlog => closed
2016-07-06 11:12 Utkarsh Ayachit Resolution open => fixed
2016-07-06 11:12 Utkarsh Ayachit Fixed in Version => git-master


Copyright © 2000 - 2018 MantisBT Team