Issue 11714 - "configure" of SDK is broken
Summary: "configure" of SDK is broken
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: configure (show other issues)
Version: OOo 1.0.2
Hardware: PC Linux, all
: P4 Trivial (vote)
Target Milestone: ---
Assignee: rene
QA Contact: issues@tools
URL:
Keywords: oooqa
: 11923 (view as issue list)
Depends on:
Blocks:
 
Reported: 2003-02-21 12:22 UTC by Unknown
Modified: 2013-08-07 15:35 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Patch making configure detect GNU make (633 bytes, patch)
2003-02-21 12:22 UTC, Unknown
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2003-02-21 12:22:00 UTC
[This issue relates to installation of Beta SDK. I don't know where to file it
correctly.]

The configure script expects "make --version to print out something like;
GNU Make version <versnr>. Actually GNU make 3.80 (on Debian) prints out the
following text:

$ make --version
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Hence configure fails.

I will append a patch which solves the problem.
Comment 1 Unknown 2003-02-21 12:22:55 UTC
Created attachment 4829 [details]
Patch making configure detect GNU make
Comment 2 Olaf Felka 2003-02-21 12:24:39 UTC
Hello Sander,
please have a look.
Comment 3 Martin Hollmichel 2003-02-21 12:37:30 UTC
reassigned
Comment 4 foskey 2003-02-21 13:11:36 UTC
Can someone provide me with some info.

I assume this is actually the ODK module.  THere is a configure script
there but there is no configure.in so I cannot reqork from scratch.

If you want to resolve this yourself take the version checking
straight from config_office 644 tree.
Comment 5 Unknown 2003-02-21 13:23:45 UTC
Yes this is the ODK module. I cannot check in the patch myself,
because I do not have write access.
Comment 6 foskey 2003-02-21 14:19:08 UTC
I have applied this patch to OOO_STABLE_1 branch.   The whole script
will have to be restructured.  It is not portable will not work in an
sh environment.

$ cvs commit -m"11714: change the way that gnu make version is sensed"
configureChecking in configure;
/cvs/api/odk/configure,v  <--  configure
new revision: 1.4.2.3; previous revision: 1.4.2.2
done
Processing log script arguments...
Mailing the commit message to cvs@api.openoffice.org (from
waratah@openoffice.org)
Comment 7 elonen 2003-02-28 18:44:00 UTC
*** Issue 11923 has been marked as a duplicate of this issue. ***
Comment 8 foskey 2003-04-08 14:27:45 UTC
Downgrading the rewrite to proper autoconf to a later fix.
Comment 9 foskey 2003-04-20 13:00:42 UTC
Accepting issue to shut up issuezilla whinges.
Comment 10 foskey 2005-03-03 12:07:18 UTC
This is one I will not get to.
Comment 11 stx123 2006-02-20 01:30:39 UTC
Reassign issue to owner of selected subcomponent
Comment 12 lohmaier 2010-03-27 17:30:11 UTC
Another historic issue that was forgotten but fixed in the meantime anyway.

configure of sdk is a perl one since 2003-04-17, and at least the current check 
doesn't make any assumptions on the sting, but rather just matches on 
<number>.<number>
Comment 13 lohmaier 2010-03-27 17:30:43 UTC
closing. fixed a couple of years ago..