linterra team mailing list archive
-
linterra team
-
Mailing list archive
-
Message #00058
[Bug 269589] [NEW] Failure to determine Ruby paths on build
Public bug reported:
The current build scripts assume that the Ruby include and library paths
are for i386 (e.g. -I /usr/lib/ruby/1.8/i486-linux/). This means the
current source package will not build on amd64 or other. This has to be
resolved in order for the source package to work everywhere.
Need some way to determine this either in autoconf or Makefile.in
(conditional compile). Will most likely need to put it in configure.in
and adjust debian/rules to call autogen.sh.
** Affects: ltruby
Importance: High
Status: New
** Changed in: ltruby
Importance: Undecided => High
Target: None => package
** Summary changed:
- Determining Ruby include/lib paths on build
+ Failure to determine Ruby paths on build
--
Failure to determine Ruby paths on build
https://bugs.launchpad.net/bugs/269589
You received this bug notification because you are a member of Linterra,
which is the registrant for Linterra Ruby Library.
Status in Linterra Ruby Library: New
Bug description:
The current build scripts assume that the Ruby include and library paths are for i386 (e.g. -I /usr/lib/ruby/1.8/i486-linux/). This means the current source package will not build on amd64 or other. This has to be resolved in order for the source package to work everywhere.
Need some way to determine this either in autoconf or Makefile.in (conditional compile). Will most likely need to put it in configure.in and adjust debian/rules to call autogen.sh.
Follow ups
References