ro (Rainer Orth)
- Login: ro
- Email: ro@CeBiTec.Uni-Bielefeld.DE
- Registered on: 11/08/2011
- Last sign in: 11/08/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 4 | 4 |
Activity
11/08/2011
-
11:35 PM Ruby Bug #5598 (Closed): man pages are in mdoc format
- Unfortunately, the ruby man pages are in mdoc format (as detected by grog).
The Solaris man/nroff commands cannot deal with that format, rendering the man
pages effectively useless.
Please provide them using only man macros instead ... -
11:33 PM Ruby Bug #5597 (Closed): ruby build isn't completely VPATH friendly
- While a VPATH build of ruby 1.9.2-p290 on Solaris 10 basically worked fine, I got
a couple of warnings that could (and should) be avoided:
During the doxygen step, I get
/vol/src/ruby/ruby-1.9.2-p290/ext/ripper/ripper.y:18: Warni... -
11:29 PM Ruby Bug #5595 (Third Party's Issue): Avoid QUIET = NO in Doxyfile
- When building ruby 1.9.2-p290 on Solaris 10, the build aborted very late:
Doxyfile updated
Warning: ignoring unsupported tag `SYMBOL_CACHE_SIZE =' at line 43, file Doxyfile
Warning: ignoring unsupported tag `LAYOUT_FILE ... -
11:25 PM Ruby Bug #5594 (Closed): test -e in configure is unportable
- When I tried to build ruby 1.9.2-p290 on Solaris 10 (both SPARC and x86), it failed with an
error in the configure script:
checking for cd using phisical directory... ./configure: test: argument expected
While the typo has been fi...