#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.
Order this week and save. Take any individual list for $99 or 3 for $249:
HEALTHCARE
> Doctors (34 different specialties)
> Chiropractors
> Alternative Medicine
> Dentists
> Veterinarians
> Hospitals
> Pharmaceutical Companies
> Physical Therapists
> Oncology Doctors
> US Surgery Centers
> Massage Therapists
> Acupuncturists
> Medical Equipment Suppliers
> Mental Health Counselors
> Psychologists
BUSINESS LISTS
> Real Estate Agents
> US New Business Database
> Financial Planners Database
> Finance and Money Professionals Database
PROFESSIONALS LISTS
> USA Lawyers Database
> Criminal Attorneys - 142,906
Send me an email here for samples and stats: bestlists(a)gmx.com
to adjust your subscription status email to takemeoff(a)gmx.com
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 9559aef2d6a2ea17582b38eb3ac507708f129fe9 (commit)
from a83840cc68810c5aea0b46203df5640dc023c005 (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 -----------------------------------------------------------------
9559aef Tell seattle to use Python 2.5 in Olena builds.
-----------------------------------------------------------------------
Summary of changes:
buildbot/masters/ChangeLog | 6 ++++++
buildbot/masters/oln_master.cfg | 2 ++
2 files changed, 8 insertions(+), 0 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 a83840cc68810c5aea0b46203df5640dc023c005 (commit)
from d73ee8da442d624fea120588f213316ee57b308b (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 -----------------------------------------------------------------
a83840c Use the default g++ for Olena builds on on seattle.
-----------------------------------------------------------------------
Summary of changes:
buildbot/masters/ChangeLog | 7 +++++++
buildbot/masters/oln_master.cfg | 10 ++++++++--
2 files changed, 15 insertions(+), 2 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 d73ee8da442d624fea120588f213316ee57b308b (commit)
from 3de29927669af4eda2c92902dfad85c6eeb814f3 (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 -----------------------------------------------------------------
d73ee8d Disable GDCM for Olena on seattle (Intel 64 host).
-----------------------------------------------------------------------
Summary of changes:
buildbot/masters/ChangeLog | 8 ++++++++
buildbot/masters/oln_master.cfg | 6 +++---
2 files changed, 11 insertions(+), 3 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
* oln_master.cfg (f_oln_unix_gcc_4_1_64): Here, since GDCM is
located on a remote NFS drive, and accessing it slows down the
build a lot.
---
buildbot/masters/ChangeLog | 8 ++++++++
buildbot/masters/oln_master.cfg | 6 +++---
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/buildbot/masters/ChangeLog b/buildbot/masters/ChangeLog
index 99f10ec..5da49da 100644
--- a/buildbot/masters/ChangeLog
+++ b/buildbot/masters/ChangeLog
@@ -1,3 +1,11 @@
+2010-11-02 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Disable GDCM for Olena on seattle (Intel 64 host).
+
+ * oln_master.cfg (f_oln_unix_gcc_4_1_64): Here, since GDCM is
+ located on a remote NFS drive, and accessing it slows down the
+ build a lot.
+
2010-10-25 Roland Levillain <roland(a)lrde.epita.fr>
Use ccache in Olena ICC builds.
diff --git a/buildbot/masters/oln_master.cfg b/buildbot/masters/oln_master.cfg
index 644ee0a..5b5909d 100644
--- a/buildbot/masters/oln_master.cfg
+++ b/buildbot/masters/oln_master.cfg
@@ -126,21 +126,21 @@ f_oln_unix_gcc_4_1 = GNUBuildSystem(project_repos='olena',
--enable-all'
)
+# GDCM has been disabled on this host, since GDCM it was located on a
+# remote NFS drive (/lrde/dev/linux-x86-64/stable/gdcm), and accessing
+# it was slowing down the build a lot.
f_oln_unix_gcc_4_1_64 = GNUBuildSystem(project_repos='olena',
project_name='olena',
scm_step=checkout,
branch=mybranch,
extra_configure_args='CXX="ccache g++-4.1" CC="ccache gcc-4.1" \
- --with-gdcm=/lrde/dev/linux-x86-64/stable/gdcm \
--without-magickxx \
--enable-all',
install_cmd=None,
dist_cmd=None,
upload_cmd=None,
- extra_ld_library_path='/lrde/dev/linux-x86-64/stable/gdcm/lib',
check_cmd='make -k check',
distcheck_configure_args='CXX=\'ccache g++-4.1\' CC=\'ccache gcc-4.1\' \
- --with-gdcm=/lrde/dev/linux-x86-64/stable/gdcm \
--without-magickxx \
--enable-all'
)
--
1.5.6.5