Custom Query (122 matches)
Results (28 - 30 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#49 | fixed | Errors on page https://projects.coin-or.org/CoinHelp | andreasw | jpfasano |
Description |
https://projects.coin-or.org/CoinHelp displays error messages: Error: Failed to load processor TOC No macro or processor named 'TOC' found |
|||
#51 | fixed | trac internal error when attaching a file to a ticket | somebody | stefan |
Description |
Hi, I don't know whether I'm on the right place here. On Osi I once created a ticket which requests for an enhancement and attached a patch file which implements this enhancement. Now I want to update this patch file to make it working with the current Osi revision. However, when I try to attach my patch file (which has the same name as before) and mark the box "Replace existing attachment of the same name", then I get the following error: Oops… Trac detected an internal error: If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team. Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below. TracGuide — The Trac User and Administration Guide Python Traceback Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.3/site-packages/trac/attachment.py", line 361, in process_request self._do_save(req, attachment) File "/usr/lib/python2.3/site-packages/trac/attachment.py", line 496, in _do_save attachment.insert(filename, upload.file, size) File "/usr/lib/python2.3/site-packages/trac/attachment.py", line 183, in insert filename)) File "/usr/lib/python2.3/site-packages/trac/util/__init__.py", line 112, in create_unique_file raise Exception('Failed to create unique name: ' + path) Exception: Failed to create unique name: /home/coin/Trac/Projects/Osi/attachments/ticket/35/osiglpk.100.patch Best, Stefan |
|||
#52 | fixed | libcoinhsl.a not created on intel/solaris/gcc if no HSL available | andreasw | stefan |
Description |
Hi, the idea to creat a libcoinhsl.a with no objects in there seem to be a nice idea to deal with an absent HSL library, and it seem to work well on Linux systems. However, when I build Ipopt with MUMPS instead of HSL on a Sun-machine with Intel CPU, SunOS sol10vm 5.11, and gnu compiler 4.3.0, the libcoinhsl.a is not created and building of Ipopt is failing. My solution to get around this is to create an empty libcoinhsl.a by hand (create a libcoinhsl.a with some content and then delete this content from it again), put it into ThirdParty/HSL/.libs, and to run make again. However, this does not seem to be an elegant solution ;-). Best, Stefan |