View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010410ParaViewBugpublic2010-03-12 07:372011-09-01 13:31
Reporterolesen 
Assigned ToDavid Partyka 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionDevelopment 
Target VersionFixed in Version3.12 
Summary0010410: Development install tree: cannot clean intermediate targets
DescriptionWith PARAVIEW_INSTALL_DEVELOPMENT turned on.

- make && make install
- the bin/ and lib/ are built

Since the install directory contains about 5800 "*.cxx.o" files (273MB
worth), it needs to be cleaned up before distributing the development
install tree for building plugins.

Using the make target 'clean' removes the "*.cxx.o* files, but also
removes all of the bin/ files - rendering the installation useless.

On a positive note, the contents of lib/paraview-MAJOR are left
intact.


It seems that a clean development install tree cannot be realized
without writing external cleanup scripts.

TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0019854)
David Partyka (developer)
2010-03-12 10:06

Where are you installing to? Are you installing over top of your build tree?
(0019855)
olesen (reporter)
2010-03-12 10:10

Yes exactly.
(0019899)
David Partyka (developer)
2010-03-16 14:37

Use CPack instead of make install as per:

http://www.paraview.org/Wiki/ParaView:Build_And_Install#Install_ParaView [^]
(0019913)
Alan Scott (manager)
2010-03-16 17:34

Preferred method of doing "make install" is cpack. Bug closed.

 Issue History
Date Modified Username Field Change
2010-03-12 07:37 olesen New Issue
2010-03-12 10:05 David Partyka Status backlog => tabled
2010-03-12 10:05 David Partyka Assigned To => David Partyka
2010-03-12 10:06 David Partyka Note Added: 0019854
2010-03-12 10:10 olesen Note Added: 0019855
2010-03-16 14:37 David Partyka Note Added: 0019899
2010-03-16 14:37 David Partyka Status tabled => @80@
2010-03-16 14:37 David Partyka Fixed in Version => Development
2010-03-16 14:37 David Partyka Resolution open => fixed
2010-03-16 17:34 Alan Scott Note Added: 0019913
2010-03-16 17:34 Alan Scott Status @80@ => closed
2011-09-01 13:31 Utkarsh Ayachit Fixed in Version Development => 3.12


Copyright © 2000 - 2018 MantisBT Team