After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 154820 - configure breaks without GNU sed
configure breaks without GNU sed
Status: RESOLVED DUPLICATE of bug 153290
Product: epiphany
Classification: Core
Component: General
1.4.x
Other Solaris
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2004-10-07 19:31 UTC by Jonas Jonsson
Modified: 2006-03-31 21:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Jonas Jonsson 2004-10-07 19:31:51 UTC
Try to configure the package on a machine without Linux (thus without GNU sed as
default).  The following happens:

checking for compiler -fshort-wchar option... yes
checking for mozilla version... 1.7.3 (guessed: 1.7.3)
configure: error: Invalid mozilla major version component: 173

When changing from Solaris 'sed' to GNU 'sed', the configure script succeeds.

checking for mozilla version... 1.7.3 (guessed: 1.7.3)
checking for /opt/gnome-2.8/include/mozilla-1.7.3/pipnss/nsIX509Cert.h... yes
checking for /opt/gnome-2.8/include/mozilla-1.7.3/nsIPassword.h... yes
checking locale.h usability... yes

So, make sure that 'sed' in this line:

dnl Split up the version string ( 1.7rc1 -> 1 7 rc 1 )
version=$(echo $MOZILLA_VERSION | /opt/sfw/bin/gsed -e
's/\(@<:@0-9@:>@\+\|@<:@a-z@:>@\+\)/\1 /g' -e 's/\.//g')

 from configure.in is GNU 'sed'!
Comment 1 Christian Persch 2004-10-07 19:54:26 UTC
Fixed in version >= 1.4.1.

*** This bug has been marked as a duplicate of 153290 ***