On Sun, Jan 14, 2001 at 02:37:03PM +0100, Paul Slootman wrote:
> The build on alpha failed with the following error;
[...]
> As this is a "cannot from from source" error, I have marked
> it "serious".
Looks like the build is failing on all arches with the new libdb2. The fix
is simply a case of:
tag 93625 +patch
thanks
On Tue, Apr 10, 2001 at 11:04:13PM -0700, Joey Hess wrote:
> The build process uses . rather than source in Config, which is a
> bashism
'source' is a bashism.. The problem you're probably seeing here is that a
non-bash shell requires the full path to the source file, ie:
*cough*
Patch really attached this time.
--
Chris
--- Config.old Fri Apr 13 15:15:38 2001
+++ Config Fri Apr 13 15:16:03 2001
@@ -13,7 +13,7 @@
RM=rm
SETUP=include/setup.h
OPTIONS_H=include/options.h
-OPTIONS=Options
+OPTIONS=./Options
AUTO_CONFIG=""
#
STDLIBH=undef
On Mon, Dec 27, 1999 at 12:50:54PM +1100, Hamish Moffatt wrote:
> On Sat, Dec 25, 1999 at 02:13:46PM +0100, Christian Kurz wrote:
> > I tried to recompile the package with the an up-to-date potato but it
> > bails out with a lot of error-message. So I would say an C++-Programmer
> > should take a l
4 matches
Mail list logo