Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 740228 - gnustep-base/libobjc2-2.1 : CMake will not be able to correctly generate this project.
Summary: gnustep-base/libobjc2-2.1 : CMake will not be able to correctly generate thi...
Status: RESOLVED DUPLICATE of bug 873988
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Gnustep project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-03 16:35 UTC by Toralf Förster
Modified: 2024-03-12 21:39 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.05 KB, text/plain)
2020-09-03 16:35 UTC, Toralf Förster
Details
CMakeError.log (CMakeError.log,5.51 KB, text/plain)
2020-09-03 16:35 UTC, Toralf Förster
Details
CMakeOutput.log (CMakeOutput.log,1.05 KB, text/plain)
2020-09-03 16:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,305.47 KB, text/plain)
2020-09-03 16:35 UTC, Toralf Förster
Details
environment (environment,86.81 KB, text/plain)
2020-09-03 16:35 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,27.48 KB, application/x-bzip)
2020-09-03 16:35 UTC, Toralf Förster
Details
gnustep-base:libobjc2-2.1:20200903-130821.log (gnustep-base:libobjc2-2.1:20200903-130821.log,4.21 KB, text/plain)
2020-09-03 16:35 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,1.49 KB, application/x-bzip)
2020-09-03 16:36 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,22.22 KB, application/x-bzip)
2020-09-03 16:36 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 2020-09-03 16:35:47 UTC
  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:3 (project)


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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-libressl-20200826-071836

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-10.2.0 *
clang version 10.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python3.6 (fallback)
  [5]   python2.7 (fallback)
  [6]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.46.0
  [2]   rust-1.46.0 *
The following VMs are available for generation-2:
*)	IcedTea JDK 3.16.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu Sep  3 12:05:36 PM UTC 2020
/var/db/repos/libressl	Tue Sep  1 07:07:28 PM UTC 2020

emerge -qpvO gnustep-base/libobjc2
[ebuild  N    ] gnustep-base/libobjc2-2.1  USE="-boehm-gc -test"
Comment 1 Toralf Förster gentoo-dev 2020-09-03 16:35:48 UTC
this seems to be either still an issue or a similarity to the one reported in bug 710888
Comment 2 Toralf Förster gentoo-dev 2020-09-03 16:35:50 UTC
Created attachment 658142 [details]
emerge-info.txt
Comment 3 Toralf Förster gentoo-dev 2020-09-03 16:35:51 UTC
Created attachment 658144 [details]
CMakeError.log
Comment 4 Toralf Förster gentoo-dev 2020-09-03 16:35:53 UTC
Created attachment 658146 [details]
CMakeOutput.log
Comment 5 Toralf Förster gentoo-dev 2020-09-03 16:35:55 UTC
Created attachment 658148 [details]
emerge-history.txt
Comment 6 Toralf Förster gentoo-dev 2020-09-03 16:35:57 UTC
Created attachment 658150 [details]
environment
Comment 7 Toralf Förster gentoo-dev 2020-09-03 16:35:58 UTC
Created attachment 658152 [details]
etc.portage.tbz2
Comment 8 Toralf Förster gentoo-dev 2020-09-03 16:35:59 UTC
Created attachment 658154 [details]
gnustep-base:libobjc2-2.1:20200903-130821.log
Comment 9 Toralf Förster gentoo-dev 2020-09-03 16:36:01 UTC
Created attachment 658156 [details]
logs.tbz2
Comment 10 Toralf Förster gentoo-dev 2020-09-03 16:36:02 UTC
Created attachment 658158 [details]
temp.tbz2
Comment 11 Bernard Cafarelli gentoo-dev 2020-09-03 19:25:50 UTC
Oh I may have closed bug #710888 too fast then, strange as it runs fine here (and tested multiple times for other fixes). Let me take a look
Comment 12 Bernard Cafarelli gentoo-dev 2020-09-03 20:00:55 UTC
@Toralf, this package only builds with (and forces) clang, but it does not look like it supports the new gcc flag style you have in this run:
clang -falign-functions=32:25:16 test.c -o a
clang-10: error: invalid integral value '32:25:16' in '-falign-functions=32:25:16'

I am not sure how to protect the ebuild run though, should we filter this flag?
Comment 13 Bernard Cafarelli gentoo-dev 2024-03-12 21:39:39 UTC

*** This bug has been marked as a duplicate of bug 873988 ***