Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 598418 - media-libs/jasper-1.900.15: fail to compile with standard c99
Summary: media-libs/jasper-1.900.15: fail to compile with standard c99
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL: https://forums.gentoo.org/viewtopic-t...
Whiteboard:
Keywords:
: 598484 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-10-29 08:41 UTC by Marco Genasci
Modified: 2016-10-30 09:01 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Genasci 2016-10-29 08:41:05 UTC
media-libs/jasper-1.900.15 fail to build with standard c99. For complete the compilation  is needed to force standard c11 with package.env

# nano /etc/portage/env/force-c11.conf
CFLAGS="${CFLAGS} -std=c11"
CXXFLAGS="${CXXFLAGS}"
# echo "=media-libs/jasper-1.900.15 force-c11.conf" >> /etc/portage/package.env 

Reproducible: Always
Comment 1 David Seifert gentoo-dev 2016-10-29 09:46:15 UTC
commit c110a9f43b68805d7ddb6774bf50edb0b0ace369
Author: David Seifert <soap@gentoo.org>
Date:   Sat Oct 29 11:44:24 2016 +0200

    media-libs/jasper: Require C11 support
    
    Gentoo-bug: 598418
Comment 2 David Seifert gentoo-dev 2016-10-30 09:01:03 UTC
*** Bug 598484 has been marked as a duplicate of this bug. ***