Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 365171 - sci-physics/geant-4.9.4_p01 - Trajectory drawing does not work
Summary: sci-physics/geant-4.9.4_p01 - Trajectory drawing does not work
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Physics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-28 09:20 UTC by Matthias Nagl
Modified: 2011-12-18 07:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Simple patch fixing the trajectory problem (geant-4.9.4-trajectory.patch,390 bytes, patch)
2011-04-28 09:21 UTC, Matthias Nagl
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Nagl 2011-04-28 09:20:43 UTC
Due to a bug in geant's cmake files trajectory drawing does not work. Adding the missing define as proposed in the attached patch fixes the problem.

Reproducible: Always

Steps to Reproduce:
1. Install geant
2. Compile an example with trajectory drawing
Actual Results:  
No trajectories visible

Expected Results:  
Trajectories visible

Associated bug report in Geant's bugzilla:
http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1208
Comment 1 Matthias Nagl 2011-04-28 09:21:43 UTC
Created attachment 271435 [details, diff]
Simple patch fixing the trajectory problem

This patch fixes the problem but does not consider the old G4_NO_STORE_TRAJECTORY environment variable.
Comment 2 Sébastien Fabbro (RETIRED) gentoo-dev 2011-12-18 07:13:15 UTC
in cvs for 4.9.4_p03. thanks for the patch.