Flameeyes (Diego Elio Pettenò)
- Login: Flameeyes
- Email: flameeyes@flameeyes.eu
- Registered on: 09/10/2009
- Last sign in: 12/24/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
08/15/2010
-
08:49 PM Ruby Bug #3698 (Closed): Building the readline extension against libedit will create a non-working extension
- =begin
We're hitting a bug in Gentoo due to our adding further safety flags into our Ruby build: ruby 1.9.2_rc2 fails to build the libedit-based readline extension because of two missing symbols in link:
i686-pc-linux-gnu-gcc -s... -
08:44 PM Ruby Feature #3697 (Closed): [PATCH] Allow build of dbm extension with Berkeley DB 5.0 series (for 1.9.2_rc2)
- =begin
This is the same issue as bug #3294 but with the patch for Ruby 1.9.2_rc2 rather than for 1.8.7, as the two patch are quite different.
HTH,
Diego
=end
09/10/2009
-
08:37 PM Ruby Bug #2077 (Closed): Patch for issue 1337 is incomplete/does not work as intended
- =begin
The patch in issue 1337 does not take into consideration data install, which also fails when using make -jN install.
At the same time, the idea of the patch is not really correct: depending directly on a directory in make gi...