[Fink-devel] trying to overwrite `/sw/var/tomcat8/webapps', which is also in package metaboanalyst-tomcat8-r31

2014-05-23 Thread Jack Howarth
I am running into a conflict between the tomcat-webapps split-off of tomcat[6,7,8] and metaboanalyst-tomcat[6,7,8]-r[30,31] which is very confusing. The metaboanalyst--r packaging stores a war file in %p/share/webapps. While… fink install metaboanalyst-tomcat8-r31 works fine, installing both

Re: [Fink-devel] trying to overwrite `/sw/var/tomcat8/webapps', which is also in package metaboanalyst-tomcat8-r31

2014-05-23 Thread Jack Howarth
FYI, I have fixed this issue in 10.7 tree by moving the %p/var/tomcat[6,7,8]webapps symlinks out of the main tomcat[6,7,8] packages. It is now created into the PostInstScript and deleted in the PreRmScript script which solves reinstalling tomcat[6,7,8] while metaboanalyst- tomcat[6,7,8] -r[30,31]

[Fink-devel] resolving cascading dependencies

2014-05-23 Thread Jack Howarth
Is there a solution the following dilemma in the tomcat[6,7,8\. tomcat[6,7,8]-webapps and metaboanalyst-tomcat[6,7,8]-r[30.31] packages? While the following fink commands properly resolve the package dependencies and conflicts… % fink install tomcat6-webapps Information about 10283 packages read i

Re: [Fink-devel] resolving cascading dependencies

2014-05-23 Thread Alexander Hansen
On 5/23/14, 8:19 AM, Jack Howarth wrote: > Is there a solution the following dilemma in the tomcat[6,7,8\. > tomcat[6,7,8]-webapps and metaboanalyst-tomcat[6,7,8]-r[30.31] packages? > While the following fink commands properly resolve the package > dependencies and conflicts… > > % fink install tom

[Fink-devel] correct solution for llvm34 is to switch stage1 to -std=c++11 -stdlib=libc++

2014-05-23 Thread Jack Howarth
David, I tested changes of the form... +++ llvm34.info 2014-05-23 19:33:22.0 -0400 @@ -442,7 +442,9 @@ echo " START of BOOTSTRAP STAGE 2: building llvm/clang with stage 1 clang" # reuse CC and CXX from stage 1.5 STAGE2_CMAKE_OPTIONS=( \ - -DCMAKE_CXX_FLAGS="-std=c++11 -s