GNU bug report logs - #62133
regression on compling sed-4.9 on SunOS 5.10

Previous Next

Package: sed;

Reported by: Eike Dierks <foonlyboy <at> gmail.com>

Date: Sun, 12 Mar 2023 00:15:01 UTC

Severity: normal

To reply to this bug, email your comments to 62133 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-sed <at> gnu.org:
bug#62133; Package sed. (Sun, 12 Mar 2023 00:15:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Eike Dierks <foonlyboy <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-sed <at> gnu.org. (Sun, 12 Mar 2023 00:15:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eike Dierks <foonlyboy <at> gmail.com>
To: bug-sed <at> gnu.org, rms <at> gnu.org
Subject: regression on compling sed-4.9 on SunOS 5.10
Date: Sun, 12 Mar 2023 01:14:10 +0100
Hello at the sed team

I encountered a problem when compiling sed-4.9 on SunOS 5.10
I then tried again with sed-4.8, which compiles just fine.

The problem is with clock_gettime
This api does not exists in legacy operating systems

This is now one of the most common problems,
when trying to compile the newest gnu code on older systems.

I suggest to add to autoconf: HAS_CLOCK_GETTIME

I fully understand the reason behind the new clock_gettime,
but it really breaks the code with all the leagcy oses.

I understand that this api was invented to help with the cloud.
Because they had problems with the leap second.

But now it turns out,
this is a desastorous change to the api,
that makes me fail to even compile sed from scratch.

I know, we can have some shim for this.
But why does sed 4.9 not compile out of the box for me?
We should really fix that.

Best regards,
Eike Dierks




This bug report was last modified 1 year and 46 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.