#205: Repair the TracNav bar
------------------------+---------------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: defect | Status: new
Priority: minor | Milestone:
Component: Trac | Version: 1.0
Keywords: system web |
------------------------+---------------------------------------------------
Since the update of Trac, many Wiki pages using the !TracNav plug-in won't
display the !TracNav bar (menu on the right of some pages), and show this
error instead :
{{{
Error: Failed to load processor TracNav
No macro or processor named 'TracNav' found
}}}
The curious thing is, the !TracNav bar is working ''sometimes''!!
To see this in action, try reloading a page several times (e.g.
CodingStyle): sometimes you'll see the bar, other times you'll get the
error.
I assume other Tracs ([https://trac.lrde.org/vaucanson/ Vaucanson's],
[https://trac.lrde.org/transformers/ Transfomers'], etc.) face the same
problem; we should discuss this issue with their maintainers. Therefore I
(Roland) am cc'ing this ticket to the `projects` mailing list as well.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/205>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch master has been updated
via 87342cbbdc0f21879328b3d1dc48266d7650014a (commit)
from b7219a53bc60ed398e2632c6403c744408c94e1d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
87342cb Disable the Olena Mac OS X (10.4)-on-PowerPC build (antalya is down).
-----------------------------------------------------------------------
Summary of changes:
buildbot/masters/ChangeLog | 6 ++++
buildbot/masters/oln_master.cfg | 50 +++++++++++++++++++++-----------------
2 files changed, 34 insertions(+), 22 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch master has been updated
via b7219a53bc60ed398e2632c6403c744408c94e1d (commit)
from da4a553c7925f960f8d420f04578789f58aaecbd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
b7219a5 Add distcheck_configure_args to Olena ICC builds.
-----------------------------------------------------------------------
Summary of changes:
buildbot/masters/ChangeLog | 6 ++++++
buildbot/masters/oln_master.cfg | 14 ++++++++++++--
2 files changed, 18 insertions(+), 2 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
* oln_master.cfg (f_oln_unix_icc_10, f_oln_unix_icc_11): Here.
---
buildbot/masters/ChangeLog | 6 ++++++
buildbot/masters/oln_master.cfg | 12 ++++++++----
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/buildbot/masters/ChangeLog b/buildbot/masters/ChangeLog
index effb962..2ab90f1 100644
--- a/buildbot/masters/ChangeLog
+++ b/buildbot/masters/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-03 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Set CC and CXX to the actual ICC paths in Olena ICC builds.
+
+ * oln_master.cfg (f_oln_unix_icc_10, f_oln_unix_icc_11): Here.
+
2010-08-02 Roland Levillain <roland(a)lrde.epita.fr>
Remove useless configure options in the Olena Mac OS X/PowerPC build.
diff --git a/buildbot/masters/oln_master.cfg b/buildbot/masters/oln_master.cfg
index 829e0bd..63ea480 100644
--- a/buildbot/masters/oln_master.cfg
+++ b/buildbot/masters/oln_master.cfg
@@ -168,9 +168,11 @@ f_oln_unix_icc_10 = GNUBuildSystem(project_repos='olena',
project_name='olena',
scm_step=checkout,
branch=mybranch,
+ # CC and CXX variables are set to the path of ICC 10.1 to ensure
+ # this very version will be used.
configure_cmd='source /lrde/dev/linux-x86/intel/icc10.1/bin/iccvars.sh\
- && CC="icc" \
- CXX="icpc" \
+ && CC="/lrde/dev/linux-x86/intel/icc10.1//bin/icc" \
+ CXX="/lrde/dev/linux-x86/intel/icc10.1//bin/icpc" \
./configure \
--with-gdcm=/lrde/dev/linux-x86/stable/gdcm \
--without-magickxx \
@@ -189,9 +191,11 @@ f_oln_unix_icc_11 = GNUBuildSystem(project_repos='olena',
project_name='olena',
scm_step=checkout,
branch=mybranch,
+ # CC and CXX variables are set to the path of ICC 11 to ensure this
+ # very version will be used.
configure_cmd='source /lrde/dev/linux-x86/intel/Compiler/11.0/081/bin/iccvars.sh ia32 \
- && CC="icc" \
- CXX="icpc" \
+ && CC="/lrde/dev/linux-x86/intel/Compiler/11.0/081/bin/ia32/icc" \
+ CXX="/lrde/dev/linux-x86/intel/Compiler/11.0/081/bin/ia32/icpc" \
./configure \
--with-gdcm=/lrde/dev/linux-x86/stable/gdcm \
--without-magickxx \
--
1.5.6.5
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch master has been updated
via da4a553c7925f960f8d420f04578789f58aaecbd (commit)
from 9908eec04a64fc4e23da01da6d38f78cc501de1e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
da4a553 Set CC and CXX to the actual ICC paths in Olena ICC builds.
-----------------------------------------------------------------------
Summary of changes:
buildbot/masters/ChangeLog | 6 ++++++
buildbot/masters/oln_master.cfg | 12 ++++++++----
2 files changed, 14 insertions(+), 4 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch master has been updated
via 9908eec04a64fc4e23da01da6d38f78cc501de1e (commit)
via 97ab87567bf65aadb1c53678ddcb90cfb1cb9c14 (commit)
from 1bc028068e97792a71dffda7ff2c5d4f60818d2f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
9908eec Remove useless configure options in the Olena Mac OS X/PowerPC build.
97ab875 Remove useless CXXFLAGS in Olena ICC builds.
-----------------------------------------------------------------------
Summary of changes:
buildbot/masters/ChangeLog | 12 ++++++++++++
buildbot/masters/oln_master.cfg | 8 ++------
2 files changed, 14 insertions(+), 6 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT