Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 656632 - dev-lang/ispc-1.9.2 : ispc.cpp:63:12: fatal error: llvm/.../TargetSubtargetInfo.h: No such file or directory
Summary: dev-lang/ispc-1.9.2 : ispc.cpp:63:12: fatal error: llvm/.../TargetSubtargetIn...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christoph Junghans (RETIRED)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2018-05-27 08:56 UTC by Toralf Förster
Modified: 2020-06-28 16:45 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.40 KB, text/plain)
2018-05-27 08:56 UTC, Toralf Förster
Details
dev-lang:ispc-1.9.2:20180527-042500.log (dev-lang:ispc-1.9.2:20180527-042500.log,8.51 KB, text/plain)
2018-05-27 08:56 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,204.50 KB, text/plain)
2018-05-27 08:56 UTC, Toralf Förster
Details
environment (environment,78.43 KB, text/plain)
2018-05-27 08:56 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,22.10 KB, application/x-bzip)
2018-05-27 08:56 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,19.59 KB, application/x-bzip)
2018-05-27 08:56 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 2018-05-27 08:56:34 UTC
Compiling ispc.cpp
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -I/usr/lib64/llvm/6/include   -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS  -I. -Iobjs/ -I/usr/lib64/llvm/6/include -DLLVM_6_0 -Wall -DBUILD_DATE="\"20180527\"" -DBUILD_VERSION="\""no_version_info"\"" -Wno-sign-compare -Wno-unused-function  -std=c++11 -Wno-c99-extensions -Wno-deprecated-register -fno-rtti -o objs/ispc.o -c ispc.cpp
ispc.cpp:63:12: fatal error: llvm/Target/TargetSubtargetInfo.h: No such file or directory
   #include <llvm/Target/TargetSubtargetInfo.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma_libressl-abi32+64_20180520-110759

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.7.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv dev-lang/ispc
[ebuild  N    ] dev-lang/ispc-1.9.2  USE="-examples"
Comment 1 Toralf Förster gentoo-dev 2018-05-27 08:56:37 UTC
Created attachment 533452 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-27 08:56:40 UTC
Created attachment 533454 [details]
dev-lang:ispc-1.9.2:20180527-042500.log
Comment 3 Toralf Förster gentoo-dev 2018-05-27 08:56:44 UTC
Created attachment 533456 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-05-27 08:56:47 UTC
Created attachment 533458 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-05-27 08:56:51 UTC
Created attachment 533460 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-05-27 08:56:54 UTC
Created attachment 533462 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2020-06-28 16:45:20 UTC
The bug has been closed via the following commit(s):

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

commit f073ca910b7838d71043c2ae752fcd0d147937bd
Author:     Guillaume BRUN <the.cheaterman@gmail.com>
AuthorDate: 2020-06-28 15:48:55 +0000
Commit:     Christoph Junghans <junghans@gentoo.org>
CommitDate: 2020-06-28 16:43:42 +0000

    dev-lang/ispc: Add -1.13.0 ebuild
    
    Closes: https://bugs.gentoo.org/656632
    Closes: https://bugs.gentoo.org/729924
    Signed-off-by: Guillaume BRUN <the.cheaterman@gmail.com>
    Package-Manager: Portage-2.3.99, Repoman-2.3.23
    Signed-off-by: Christoph Junghans <junghans@gentoo.org>

 dev-lang/ispc/Manifest                             |   1 +
 .../files/ispc-1.13.0-cmake-gentoo-release.patch   |  13 +++
 dev-lang/ispc/files/ispc-1.13.0-llvm-10.patch      | 106 +++++++++++++++++++++
 dev-lang/ispc/files/ispc-1.13.0-werror.patch       |  13 +++
 .../ispc/{ispc-9999.ebuild => ispc-1.13.0.ebuild}  |  27 ++++--
 5 files changed, 150 insertions(+), 10 deletions(-)