Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 870832 - app-text/binfind-0.0.3 - configure: error: missing or broken memmove
Summary: app-text/binfind-0.0.3 - configure: error: missing or broken memmove
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-09-17 15:58 UTC by Toralf Förster
Modified: 2022-10-05 23:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,18.13 KB, text/plain)
2022-09-17 15:58 UTC, Toralf Förster
Details
app-text:binfind-0.0.3:20220917-150619.log (app-text:binfind-0.0.3:20220917-150619.log,4.11 KB, text/plain)
2022-09-17 15:58 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,160.37 KB, text/plain)
2022-09-17 15:58 UTC, Toralf Förster
Details
environment (environment,26.22 KB, text/plain)
2022-09-17 15:58 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,8.44 KB, application/x-bzip)
2022-09-17 15:58 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,5.10 KB, application/x-bzip)
2022-09-17 15:58 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,18.05 KB, application/x-bzip)
2022-09-17 15:58 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-09-17 15:58:33 UTC
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ANSI C... (cached) none needed
checking for memmove... yes
checking for working memmove... no
configure: error: missing or broken memmove

!!! Please attach the following file when seeking support:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-j4-20220915-203738

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.0
Python 3.10.7
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.63.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.16.1_p1 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php8.1 *
GNU Make 4.3.90

  HEAD of ::gentoo
commit a7abb04fd6c213f3bf85ff69b1fd07d64b30626c
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Sep 17 13:46:46 2022 +0000

    2022-09-17 13:46:46 UTC

emerge -qpvO app-text/binfind
[ebuild  N    ] app-text/binfind-0.0.3
Comment 1 Toralf Förster gentoo-dev 2022-09-17 15:58:34 UTC
Created attachment 808003 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-17 15:58:35 UTC
Created attachment 808006 [details]
app-text:binfind-0.0.3:20220917-150619.log
Comment 3 Toralf Förster gentoo-dev 2022-09-17 15:58:37 UTC
Created attachment 808009 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-09-17 15:58:38 UTC
Created attachment 808012 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-09-17 15:58:39 UTC
Created attachment 808015 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-17 15:58:40 UTC
Created attachment 808018 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-09-17 15:58:41 UTC
Created attachment 808021 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2022-10-05 23:01:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=788f969a0b47ea7ceb6cdbfec513126adb70243e

commit 788f969a0b47ea7ceb6cdbfec513126adb70243e
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-10-05 21:54:21 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-10-05 23:00:11 +0000

    app-text/binfind: fix configure with upcoming clang16
    
    eautoreconf should not be needed per-se for clang16 but custom
    test in configure.in missed an header, so let's regen.
    
    Closes: https://bugs.gentoo.org/870832
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 app-text/binfind/binfind-0.0.3.ebuild              | 17 ++++++++++++++---
 app-text/binfind/files/binfind-0.0.3-clang16.patch |  9 +++++++++
 2 files changed, 23 insertions(+), 3 deletions(-)