Path: csiph.com!fu-berlin.de!usenet.stanford.edu!not-for-mail From: Petr Pisar Newsgroups: gnu.utils.bug Subject: sharutils-4.15.2 fails to build with glibc-2.28 prerelease Date: Wed, 11 Apr 2018 07:52:39 +0000 (UTC) Lines: 20 Approved: bug-gnu-utils@gnu.org Message-ID: NNTP-Posting-Host: lists.gnu.org X-Trace: usenet.stanford.edu 1523453187 32571 208.118.235.17 (11 Apr 2018 13:26:27 GMT) X-Complaints-To: action@cs.stanford.edu To: bug-gnu-utils@gnu.org Envelope-to: bug-gnu-utils@gnu.org X-Injected-Via-Gmane: http://gmane.org/ User-Agent: slrn/1.0.3 (Linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-Mailman-Approved-At: Wed, 11 Apr 2018 09:26:25 -0400 X-BeenThere: bug-gnu-utils@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Bug reports for the GNU utilities List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.utils.bug:2242 Hello, when rebuilding sharutils in Fedora Rawhide that has glibc 2.28 prerelease, I found it fails to build: fseeko.c: In function 'rpl_fseeko': fseeko.c:110:4: error: #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib." #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib." The reason is bundled gnulib files need to adapt to changes in glibc. This is the same issue as the one already reported and resolved in gnulib . Fedora's patch that ports the required changes to sharutils-4.15.2 fixes it. -- Petr