Bug 1173905 - libcilkrts.spec: No such file or directory
Summary: libcilkrts.spec: No such file or directory
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: 21
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-13 21:54 UTC by Gert Vervoort
Modified: 2015-02-16 21:12 UTC (History)
3 users (show)

Fixed In Version: gcc-python-plugin-0.13-3.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-02-16 03:27:17 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
fib.c clikplus example (261 bytes, text/plain)
2014-12-13 21:54 UTC, Gert Vervoort
no flags Details

Description Gert Vervoort 2014-12-13 21:54:52 UTC
Created attachment 968231 [details]
fib.c clikplus example

Description of problem:

When trying to compile an clikplus example programs, this fails with "gcc: error: libcilkrts.spec: No such file or directory"

Version-Release number of selected component (if applicable):

gcc.x86_64                      4.9.2-1.fc21                       installed
libcilkrts.x86_64                    4.9.2-1.fc21                    @fedora


How reproducible:

Compile clikplus C code 

Steps to Reproduce:
1. gcc -fcilkplus fib.c
2. gcc: error: libcilkrts.spec: No such file or directory

Actual results:

Compilation fails:

gcc: error: libcilkrts.spec: No such file or directory


Expected results:

Compilation is sucessfull and generates an a.out file


Additional info:

Comment 1 Marek Polacek 2015-01-14 11:34:41 UTC
This should be fixed in gcc-4.9.2-4.fc21.

Comment 2 Fedora Update System 2015-02-13 12:28:22 UTC
gcc-4.9.2-6.fc21,gcc-python-plugin-0.13-3.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/gcc-4.9.2-6.fc21,gcc-python-plugin-0.13-3.fc21

Comment 3 Fedora Update System 2015-02-15 03:26:48 UTC
Package gcc-python-plugin-0.13-3.fc21, gcc-4.9.2-6.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing gcc-python-plugin-0.13-3.fc21 gcc-4.9.2-6.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-2063/gcc-4.9.2-6.fc21,gcc-python-plugin-0.13-3.fc21
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2015-02-16 03:27:17 UTC
gcc-python-plugin-0.13-3.fc21, gcc-4.9.2-6.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 Gert Vervoort 2015-02-16 21:02:12 UTC
It is fixed, but I do not understand what it has to do with gcc-python-plugin-0.13-3.fc21:


[gert@jupiter tmp]$ yum info gcc-python-plugin-0.13-3.fc21
Loaded plugins: auto-update-debuginfo, fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * fedora: ftp.nluug.nl
 * fedora-debuginfo: ftp.nluug.nl
 * updates: ftp.nluug.nl
 * updates-debuginfo: ftp.nluug.nl
Error: No matching Packages to list
[gert@jupiter tmp]$ yum list | grep gcc-python-plugin
gcc-python-plugin-c-api.x86_64       0.13-3.fc21               updates          
gcc-python-plugin-debuginfo.x86_64   0.13-3.fc21               updates-debuginfo
gcc-python-plugin-docs.x86_64        0.13-3.fc21               updates          
[gert@jupiter tmp]$

Comment 6 Jakub Jelinek 2015-02-16 21:12:34 UTC
gcc-python-plugin is a package that depends on the exact gcc NVR, so needs to be rebuilt for any gcc updates.


Note You need to log in before you can comment on or make changes to this bug.