Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936672 - sci-libs/atlas-3.11.41 fails to compile: probe_arch.c:201:33: error: passing argument 1 of strlen from incompatible pointer type [-Wincompatible-pointer-types]
Summary: sci-libs/atlas-3.11.41 fails to compile: probe_arch.c:201:33: error: passing ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2024-07-26 15:25 UTC by Agostino Sarubbo
Modified: 2024-07-27 03:10 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,56.99 KB, text/plain)
2024-07-26 15:25 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-07-26 15:25:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/atlas-3.11.41 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0003
Comment 1 Agostino Sarubbo gentoo-dev 2024-07-26 15:25:31 UTC
CC'ing also the author of the commit (92b72bc59e461020ad083ed54f29e2a1f916919b)
Comment 2 Agostino Sarubbo gentoo-dev 2024-07-26 15:25:32 UTC
Created attachment 898377 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2024-07-26 15:25:34 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


ERROR 512 IN SYSCMND: 'make IRun_comp args="-v 0 -o atlconf.txt -O 1 -A 0 -Si nof77 1 -V 1952  -C ic 'gcc' -F ic '-O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0' -Fa ic '-fPIC' -C sm 'gcc' -F sm '-O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0' -Fa sm '-fPIC' -C dm 'gcc' -F dm '-O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0' -Fa dm '-fPIC' -C sk 'gcc' -F sk '-O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0' -Fa sk '-fPIC' -C dk 'gcc' -F dk '-O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0' -Fa dk '-fPIC' -C xc 'gcc' -F xc '-O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0' -Fa xc '-fPIC' -C gc 'gcc' -F gc '-O2 -march=x86-64 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0' -Fa gc '-fPIC' -Fa if '-fPIC' -b 64"'
make[1]: *** No rule to make target 'Make.inc'.  Stop.
Make.top:1: Make.inc: No such file or directory
mv: cannot stat 'lib/Makefile': No such file or directory
/var/tmp/portage/sci-libs/atlas-3.11.41/work/ATLAS/configure: line 573: lib/Makefile: No such file or directory
/var/tmp/portage/sci-libs/atlas-3.11.41/work/ATLAS/configure: line 574: lib/Makefile: No such file or directory
/var/tmp/portage/sci-libs/atlas-3.11.41/work/ATLAS/configure: line 575: lib/Makefile: No such file or directory
/var/tmp/portage/sci-libs/atlas-3.11.41/work/ATLAS/configure: line 576: lib/Makefile: No such file or directory
/var/tmp/portage/sci-libs/atlas-3.11.41/work/ATLAS/configure: line 580: include/atlas_maxmalloc.h: No such file or directory
/var/tmp/portage/sci-libs/atlas-3.11.41/work/ATLAS/configure: line 585: include/atlas_maxmalloc.h: No such file or directory
/var/tmp/portage/sci-libs/atlas-3.11.41/work/ATLAS/configure: line 587: include/atlas_maxmalloc.h: No such file or directory
/var/tmp/portage/sci-libs/atlas-3.11.41/work/ATLAS/configure: line 643: lib/Makefile: No such file or directory
/var/tmp/portage/sci-libs/atlas-3.11.41/work/ATLAS/configure: line 661: /var/tmp/portage/sci-libs/atlas-3.11.41/work/ATLAS_shared/tune/threads/res/aff.h: No such file or directory
/var/tmp/portage/sci-libs/atlas-3.11.41/work/ATLAS//CONFIG/src/probe_arch.c:201:33: error: passing argument 1 of ‘strlen’ from incompatible pointer type [-Wincompatible-pointer-types[https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types]]
Comment 4 Paul Zander 2024-07-26 19:11:49 UTC
It's the osnam -> osname typo I fixed for 3.10.3. Guess that's still there.