Custom Query (122 matches)
Results (49 - 51 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 |
|||
#50 | worksforme | ThirdParty/Mumps configure requires to have Mumps source code | andreasw | stefan |
Description |
Hi, my project has an external to ThirdParty/Mumps, so people who want to build Ipopt with Mumps can do it using the ThirdParty way. However, on some machines I want to build my own MUMPS library and provide it with the --with-mumps-dir flag. In this case, the configure-script in ThirdParty/Mumps is failing with the error configure: error: cannot find sources (MUMPS/src/dmumps_part1.F) in ../../../GAMSlinks-trunk/ThirdParty/Mumps configure: error: /bin/sh '../../../GAMSlinks-trunk/ThirdParty/Mumps/configure' failed for ThirdParty/Mumps and the whole configure process is stopping. I can avoid this by removing the ThirdParty/Mumps directory before running configure. However, this does not seem to be the elegant solution ;-). Best, Stefan |
|||
#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 |