Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 870832

Summary: app-text/binfind-0.0.3 - configure: error: missing or broken memmove
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 870412    
Attachments: emerge-info.txt
app-text:binfind-0.0.3:20220917-150619.log
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
temp.tar.bz2

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(-)