Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654118 - media-video/ffmpeg-4.0.0 - In file included from src/libpostproc/postprocess.c:546:0: src/libpostproc/postprocess_template.c: In function ‘dering_SSE2’: src/libpostproc/postprocess_template.c:1097:5: error: ‘asm’ operand has impossible constraints
Summary: media-video/ffmpeg-4.0.0 - In file included from src/libpostproc/postprocess....
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-26 08:10 UTC by cryptopsy
Modified: 2018-04-29 23:37 UTC (History)
0 users

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


Attachments
media-video:ffmpeg-4.0:20180426-105940.log (media-video:ffmpeg-4.0:20180426-105940.log,55.88 KB, text/plain)
2018-04-26 08:10 UTC, cryptopsy
Details
emerge --info (info,4.81 KB, text/plain)
2018-04-26 08:11 UTC, cryptopsy
Details
3.4.2 build log (media-video:ffmpeg-3.4.2-r1:20180429-221520.log,53.89 KB, text/x-log)
2018-04-29 19:23 UTC, cryptopsy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cryptopsy 2018-04-26 08:10:26 UTC
Created attachment 528552 [details]
media-video:ffmpeg-4.0:20180426-105940.log

This bug has occured in previous version.
Comment 1 cryptopsy 2018-04-26 08:11:01 UTC
Created attachment 528554 [details]
emerge --info
Comment 2 cryptopsy 2018-04-29 19:23:21 UTC
Created attachment 528948 [details]
3.4.2 build log

Only CFLAGS="-march=native" . No -flto, no -O3, no -pipe etc.
Comment 3 cryptopsy 2018-04-29 23:37:32 UTC
might be related to gcc LTO , with this env file , it compiles:

CFLAGS="-O2 -march=native -fomit-frame-pointer -finline-functions -fsched-pressure -ftree-loop-distribution -pipe -floop-interchange -floop-strip-mine -floop-block -fgraphite-identity" 
CXXFLAGS="${CFLAGS}" 
LDFLAGS="-Wl,-O2 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -Wl,--strip-debug ${CFLAGS}"