[Paraview] problems building superbuild

Sebastien Jourdain sebastien.jourdain at kitware.com
Fri May 2 16:19:22 EDT 2014


Broke, you can still go and run CMake to each sub-project independently and
all make as well.

For example:
cd paraview/src/paraview-build
ccmake .
make

Seb


On Fri, May 2, 2014 at 1:42 PM, Brock Palen <brockp at umich.edu> wrote:

> Sebastien,
> That helped a lot, and I have sense disabled a few more plugins to get
> builds to go.  I keep having it error out.  It appears that the top level
> make in superbuild doesn't respect -j1  so I lose the error message.
> I find a little more if I run:  make VERBOSE=1  but still the errors are
> mixed in with good compiles.
>
> So two quesions, how can I force serial make when debugging where the
> error is.
>
> Another is one of the errors was not finding a pthread library (linker
> error pthread_close not defined)  how would I even go about adding -l
> pthread   to the LDFLAGS for a project like this?
>
> Brock Palen
> www.umich.edu/~brockp
> CAEN Advanced Computing
> XSEDE Campus Champion
> brockp at umich.edu
> (734)936-1985
>
>
>
> On Apr 30, 2014, at 4:42 PM, Sebastien Jourdain <
> sebastien.jourdain at kitware.com> wrote:
>
> > Hi Brock,
> >
> > make sure that ENABLE_cosmotools is OFF.
> >
> > That is the only thing that depends on generic_io.
> > If you turned it ON once, you may need to delete your build tree and
> start again from scratch.
> >
> > If that is not the solution, we will need to digg more and figure out
> why generic_io was pulled in.
> > But I couldn't find any reference in the super build.
> >
> > Seb
> >
> >
> > On Wed, Apr 30, 2014 at 2:16 PM, Brock Palen <brockp at umich.edu> wrote:
> > I am trying to build paraview for our cluster using the superbuild.  I
> am doing this because I want both the gui and server (we have VNC nodes,
> and client server users).
> >
> >     module load gcc/4.7.0
> >     module load openmpi/1.6.5/gcc/4.7.0
> >     module load cmake/2.8.8
> >
> >     git clone git://paraview.org/ParaViewSuperbuild.git
> >     git checkout -b 4.1.0 v4.1.0
> >
> >     mkdir paraview-bin
> >     cd paraview-bin
> >
> >     ccmake ../ParaViewSuperbuild
> >
> >
> > at this point I set to use system_mpi a collection of readers etc, but
> no mater what I do the build always fails with:
> >
> >   Failed to clone repository:
> >   'git://kwsource.kitwarein.com/genericio/genericio.git'
> >
> > I googled around for this and found reference to private plugins you
> can't distribute, but I specifically disable genericio (awful name if it is
> a private plugin, sounds like your standard readers).
> >
> > Is there any way to get more information about why genericio is being
> pulled in?   kwsource.kitwarein.com doesn't even resolve.
> >
> > Thanks!
> >
> > Brock Palen
> > www.umich.edu/~brockp
> > CAEN Advanced Computing
> > XSEDE Campus Champion
> > brockp at umich.edu
> > (734)936-1985
> >
> >
> >
> >
> > _______________________________________________
> > Powered by www.kitware.com
> >
> > Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
> >
> > Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
> >
> > Follow this link to subscribe/unsubscribe:
> > http://www.paraview.org/mailman/listinfo/paraview
> >
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20140502/a0aadf6b/attachment.html>


More information about the ParaView mailing list