LISTSERV mailing list manager LISTSERV 16.5

Help for HPS-SOFTWARE Archives


HPS-SOFTWARE Archives

HPS-SOFTWARE Archives


HPS-SOFTWARE@LISTSERV.SLAC.STANFORD.EDU


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

HPS-SOFTWARE Home

HPS-SOFTWARE Home

HPS-SOFTWARE  September 2013

HPS-SOFTWARE September 2013

Subject:

Re: HPS Software Meeting Tomorrow, Thursday 9am Pacific, noon East, 6pm Europe

From:

"McCormick, Jeremy I." <[log in to unmask]>

Reply-To:

Software for the Heavy Photon Search Experiment <[log in to unmask]>

Date:

Mon, 30 Sep 2013 17:49:28 -0700

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (183 lines)

Hi, Maurik.

Linking to GDML on Mac was broken due to a misconfiguration of Xerces which I fixed a few weeks ago.  
(It turns out the Linux loader doesn't care about undefined symbols until you make a binary!)

But I didn't make a release of it yet.  

Can you try the build listing 'HEAD' for the versions of gdml, lcdd, and slic in your config file and tell me if that fixes the problem?

There will be a release with this fix soon.

--Jeremy

-----Original Message-----
From: [log in to unmask] [mailto:[log in to unmask]] On Behalf Of Maurik Holtrop
Sent: Friday, September 27, 2013 10:27 AM
To: Jacopo Bernardini
Cc: hps-software
Subject: Re: HPS Software Meeting Tomorrow, Thursday 9am Pacific, noon East, 6pm Europe

Hello Jac,

I can replicate the problem, but found only a partial solution. We'll need Jeremy's help to get this right.

Jeremy, I don't know where to add it, but is seems the libgdml simply needs to link properly with libxercesc on the Mac.

Synopsis:
When linking the library libgdml.dylib, the linking command does not include the library for xercesc, which is required by that bit of code.

Hack:
Run the linking stage "by hand":
Go to the gdml build directory ("<yourpath>/v00-00/gdml/v03-00-00/build") and execute:
"make VERBOSE=1".
This will fail with an error. Somewhere (probably at the top) of the output there will be a REALLY LONG!!!! statement, starting wit"
"/usr/bin/g++  -O2 -g -dynamiclib -Wl,-headerpad_max_install_names   -o lib/libgdml.dylib -install_name /data/HPSlcsim/slic/v00-00/gdml/v03-00-00/build/lib/libgdml.dylib ......" and ending with "...../data/HPSlcsim/slic/v00-00/geant4/9.6.p01/lib/libG4global.dylib /data/HPSlcsim/slic/v00-00/geant4/9.6.p01/lib/libG4clhep.dylib"  The PATH details will vary for your specific machine.

Copy that ENTIRE statement (probably into a file, but directly on the command line works). Then add at the very end of it (not starting a new line!) "/data/HPSlcsim/slic/v00-00/xercesc/3.1.1/lib/libxerces-c.dylib" (Again, your path will be different.)

Then execute the statement. It should produce the library in "lib".
At that point you can type "make install" and it will put that lib into the correct place.

Now you need to continue your "ilcsoft" build, going back to that directory and executing the "python ..." command. 
It will ask you if you want to rebuild GDML, say "n". Then it asks you about LCDD, say "y", etc.

The build then continues to the end.

Best,
Maurik

On Sep 27, 2013, at 10:54 AM, Jacopo Bernardini <[log in to unmask]> wrote:


	Now I have the following error with 64 bit architecture

	Do you know it?

	Thanks 
	Jac
	

	ld: symbol(s) not found for architecture x86_64
	collect2: ld returned 1 exit status
	make[2]: *** [lib/libgdml.dylib] Error 1
	make[1]: *** [CMakeFiles/gdml.dir/all] Error 2
	make: *** [all] Error 2

	*** ERROR in module [ GDML ]: DEBUG INFO: {'PLATFORM': 'Darwin - unknown', 'GCC_VERSION': 'i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)', 'LSB_RELEASE': '', 'UNAME': 'Darwin MacBook-Pro-di-jacopo.local 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan  6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64'}

	*** ERROR in module [ GDML ]: At least one of these files: ['/Users/jacopo/HPScode/slic/v00-00/gdml/v03-00-00/lib/libgdml.so', '/Users/jacopo/HPScode/slic/v00-00/gdml/v03-00-00/lib/libgdml.dylib']
	is required for using this installation of GDML


	2013/9/27 Jacopo Bernardini <[log in to unmask]>
	

		Yes I am using a Mac I download xquartz thanks

		Jacopo


		2013/9/27 Maurik Holtrop <[log in to unmask]>
		

			Hello Jacopo,

			What type of system are you compiling on?

			The error indicates it cannot find X11. Nearly all Linux systems will have X11 installed, so in that case there is something not quite right with the Linux install. If my guess is correct and you are using a Mac, please download and install XQuarz from http://xquartz.macosforge.org/landing/

			Best,
			Maurik

			On Sep 27, 2013, at 10:04 AM, Jacopo Bernardini <[log in to unmask]> wrote:


				Hi,
				I am trying to install slic following the new instructions at the link
				https://confluence.slac.stanford.edu/display/hpsg/Installing+HPS+Software
				

				but compiling I obtain the following error
				Can you help me?
				Thanks

				Jacopo 

				CMake Error at /Users/jacopo/HPScode/slic/v00-00/CMake/2.8.5/share/cmake-2.8/Modules/FindX11.cmake:381 (MESSAGE):
				  Could not find X11
				Call Stack (most recent call first):
				  cmake/Modules/Geant4InterfaceOptions.cmake:133 (find_package)
				  CMakeLists.txt:84 (include)


				-- Configuring incomplete, errors occurred!
				make: *** No targets specified and no makefile found.  Stop.
				make: *** No rule to make target `install'.  Stop.

				*** ERROR in module [ Geant4 ]: DEBUG INFO: {'PLATFORM': 'Darwin - unknown', 'GCC_VERSION': 'i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)', 'LSB_RELEASE': '', 'UNAME': 'Darwin MacBook-Pro-di-jacopo.local 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan  6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64'}

				*** ERROR in module [ Geant4 ]: At least one of these files: ['/Users/jacopo/HPScode/slic/v00-00/geant4/9.6.p01/sharedlib/Darwin-g++/libG4run.so', '/Users/jacopo/HPScode/slic/v00-00/geant4/9.6.p01/sharedlib/Darwin-g++/libG4run.dylib', '/Users/jacopo/HPScode/slic/v00-00/geant4/9.6.p01/lib64/libG4run.so', '/Users/jacopo/HPScode/slic/v00-00/geant4/9.6.p01/lib64/libG4run.dylib', '/Users/jacopo/HPScode/slic/v00-00/geant4/9.6.p01/lib/libG4run.so', '/Users/jacopo/HPScode/slic/v00-00/geant4/9.6.p01/lib/libG4run.dylib', '/Users/jacopo/HPScode/slic/v00-00/geant4/9.6.p01/lib/Geant4-9.5.0/Darwin-g++/libG4run.dylib']
				is required for using this installation of Geant4



				2013/9/25 Maurik Holtrop <[log in to unmask]>
				

					Hello HPS Software group,

					We will have our regular HPS software meeting tomorrow, Thursday, at 9am Pacific, noon East, 6pm Europe.

					Agenda:


					1.	Software Schedule Review    -- Where do we stand with the schedule?       -- All
					2.	Geometry for SLIC                -- Oddity rendering Proposal-2014 geometry  -- Kyle
					3.	Collaboration meeting - lcsim intensive again?                                             -- All.
					4.	Other updates.


					Please let me know if you have something additional to present.

					Connection details at: https://confluence.slac.stanford.edu/display/hpsg/WebEx+Connection+Details+-+Software

					Best,
					Maurik


________________________________


					Use REPLY-ALL to reply to list

					To unsubscribe from the HPS-SOFTWARE list, click the following link:
					https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1 



________________________________

				Use REPLY-ALL to reply to list

				To unsubscribe from the HPS-SOFTWARE list, click the following link:
				https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1 






________________________________

Use REPLY-ALL to reply to list

To unsubscribe from the HPS-SOFTWARE list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1 

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the HPS-SOFTWARE list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1

Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
June 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011

ATOM RSS1 RSS2



LISTSERV.SLAC.STANFORD.EDU

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager

Privacy Notice, Security Notice and Terms of Use