similar to: problem with wiki - Trac internal error

Displaying 20 results from an estimated 100 matches similar to: "problem with wiki - Trac internal error"

2007 Apr 07
1
Web Site Trak errors and Python tracebacks
I''m getting quite a lot of errors when viewing pages on the Wiki. I thought it was bad links but the page will usually be served after a few reloads. It''s not a big deal, I just thought I should tell someone. Here is an example traceback from https://reductivelabs.com/trac/puppet/wiki/Modules, a reload actually gave me a nice looking "Page not found" but I get the
2011 Jul 23
2
[LLVMdev] Build of latest llvm gives warning and error
Building of llvm with gcc-4.5.2-1 gives these warnings: 1) Building FileManagerTest "llvm[4]: Compiling FileManagerTest.cpp for Debug+Asserts build C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTest.cpp: In member function 'virtual void<unnamed>::FileManagerTest_NoVirtualDirectoryExistsBeforeAVirtualFileIsAdded_Test::TestBody()':
2017 Mar 31
2
Invoking lld for PE/COFF (Windows) linking
On 3/30/2017 9:03 PM, Reid Kleckner via llvm-dev wrote: > On Thu, Mar 30, 2017 at 5:57 PM, Edward Diener via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > Actually just doing: > > clang++ -c t.cpp -o t.o --target=x86_64-windows-msvc -fmsc-version=1900 > clang++ t.o -o t.exe --target=x86_64-windows-msvc
2007 Sep 08
2
Puppet''s TRAC somehow broken?
Hey all, it seems that the Ticket section of Puppet''s homepage does not work. Searching and Listing of Tickets works fine, showing an individual Ticket shows stack-traces. What is wrong there? Thanks, udo.
2011 Jul 28
0
[LLVMdev] Build failure for latest source
Attempting to build the latest llvm I get: llvm[2]: Linking Debug+Asserts executable opt C:/Utilities/MSYS/build/llvm/Debug+Asserts/lib/libLLVMScalarOpts.a(SimplifyLibCalls.o):C:/Programming/VersionControl/llvm/include/llvm/Instructions.h:388: undefined reference to `llvm::GetElementPtrInst::GetElementPtrInst(llvm::Value*, llvm::Value*, llvm::Twine const&, llvm::Instruction*)'
2006 Feb 09
1
SwitchTower with multiple repositories
I''d like to get SwitchTower to checkout from different repositories per role? The db role checks out different stuff from the app role, etc. I don''t mind redefining SwitchTower::SCM::Subversion.checkout. But I''m not sure the best way to do it. How would that method parameterize the repository based on role? It''d be something like this: command =
2011 Jul 24
0
[LLVMdev] Build of latest llvm gives warning and error
Hi Edward, > Building of llvm with gcc-4.5.2-1 gives these warnings: > > 1) Building FileManagerTest > > "llvm[4]: Compiling FileManagerTest.cpp for Debug+Asserts build > C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTest.cpp: > In member function 'virtual >
2017 Mar 29
3
Invoking lld for PE/COFF (Windows) linking
I build llvm/clang/lld from source on Windows using mingw-64/gcc-6.3. I use clang++ both to test clang targeting gcc and clang targeting VC++. When using clang targeting VC++ I use the appropriate target triple when compiling and am trying to use lld to link the object file(s) into an exe. To do that I use the clang option "-fuse-ld=lld" when linking. According to the llvm doc on
2011 Jul 26
3
[LLVMdev] [PATCH][RFC] upgrade to googletest 1.6.0 (was Re: Build of latest llvm gives warning and error)
On 24 July 2011 10:59, Duncan Sands <baldrick at free.fr> wrote: > Hi Edward, > >> Building of llvm with gcc-4.5.2-1 gives these warnings: >> >> 1) Building FileManagerTest >> >> "llvm[4]: Compiling FileManagerTest.cpp for Debug+Asserts build >> C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTest.cpp: >> In
2014 Apr 21
0
Facing troubles installing rubymine latest one in vps ubuntu 12.04 64 bit
Hi all, I have installed Redmine latest one in my vps. I am facing the below error apt-get install redmine redmine-mysql Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages: libsvn-ruby ruby-rmagick libopenid-ruby The following NEW packages will be installed: redmine redmine-mysql 0 upgraded, 2 newly installed, 0 to remove and
2006 Jul 24
1
Can''t create new ticket on Trac
When I try to submit a ticket using http://dev.rubyonrails.org/newticket, I get the following: Oops... *Trac detected an internal error:* If you think this really should work and you can reproduce it. Then you should consider to report this problem to the Trac team. Go to http://trac.edgewall.com/ and create a new ticket where you describe the problem, how to reproduce it. Don''t forget
2017 Mar 30
2
Invoking lld for PE/COFF (Windows) linking
On 3/29/2017 1:38 PM, Reid Kleckner via llvm-dev wrote: > If clang is targeting VC++, then -fuse-ld=lld should be enough to make > it run lld-link.exe, and you won't need to set the flavor or do anything > special to get PE/COFF files. > > This example worked for me: > > $ cat t.cpp > #include <iostream> > int main() { std::cout << "hello
2006 Jul 13
0
Trac currently not accepting new tickets
I''m trying to post a patch and trac is erroring with... --trac error output -- Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 314, in dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 199, in dispatch resp =
2006 Jul 30
2
Can''t submit tickets to dev.rubyonrails.org
I get an "internal error" and this traceback: Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 314, in dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 199, in dispatch resp = chosen_handler.process_request(req) File
2006 Jul 13
0
Error in Trac when submitting patch
I get the following error when trying to submit a patch: Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 314, in dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 199, in dispatch resp = chosen_handler.process_request(req) File
2006 Jul 27
1
Rails Trac
Hi Anyone know the state of the Rails trac? It looked like it was working again just, but I tried to post a ticket and got this: Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 314, in dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 199, in
2006 Oct 04
2
Trac full? - [Errno 28] No space left on device
Trying to create a user account on dev.rubyonrails.org Error: [Errno 28] No space left on device Traceback (most recent call last): File "/opt/csw/lib/python2.3/site-packages/trac/web/main.py", line 335, in dispatch_request dispatcher.dispatch(req) File "/opt/csw/lib/python2.3/site-packages/trac/web/main.py", line 220, in dispatch resp =
2011 Jul 05
0
[LLVMdev] Building llvm ( clang ) samples.c problem
I am building llvm, with clang, on Mingw in Windows and eventually ran into this error: "llvm[4]: Compiling sample.c for Debug+Asserts build C:/Programming/VersionControl/llvm/projects/sample/lib/sample/sample.c:18:20: fatal error: sample.h: No such file or directory compilation terminated." Looking at sample.c I see: #include "sample.h" but there is no sample.h in the
2017 Mar 31
3
Invoking lld for PE/COFF (Windows) linking
On 3/30/2017 7:59 PM, Reid Kleckner via llvm-dev wrote: > On Thu, Mar 30, 2017 at 6:08 AM, Edward Diener via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > Are you saying that once lld is built with mingw-64/gcc on Windows > it is impossible to tell it to handle PE/COFF files when invoking it > from clang++ using the
2013 Jan 26
0
Processed: switching email address
Processing commands for control at bugs.debian.org: > # bugs with submitter debian at abeckmann.de > submitter 479445 ! Bug #479445 [gnuplot] gnuplot: wrong line numbers for missing files reported during replot Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>' > submitter 681568 ! Bug #681568