Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677980 - media-libs/graphene-1.8.2 USE=doc - ERROR: Error in gtkdoc helper script: x86_64-pc-linux-gnu-gcc: Fehler: l1-cache-line-size=64: Datei oder Verzeichnis nicht gefunden
Summary: media-libs/graphene-1.8.2 USE=doc - ERROR: Error in gtkdoc helper script: x86...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-14 12:55 UTC by Sven Müller
Modified: 2021-04-16 20:49 UTC (History)
0 users

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


Attachments
build.log (build.log,120.59 KB, text/plain)
2019-02-14 12:55 UTC, Sven Müller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Müller 2019-02-14 12:55:55 UTC
Created attachment 565262 [details]
build.log

FAILED: meson-install 
/usr/lib/python-exec/python3.6/meson install --no-rebuild
ninja: build stopped: subcommand failed.
 * ERROR: media-libs/graphene-1.8.2::gentoo failed (install phase):            
 *   ninja -v -j9 -l0 -C /var/tmp/portage/media-libs/graphene-1.8.2/work/graphene-1.8.2-abi_x86_64.amd64 install failed


USE=-doc works
Comment 1 Mart Raudsepp gentoo-dev 2019-02-14 13:34:55 UTC
It's really unhappy about your
 --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=6144
CFLAGS

Somewhere it ate the latter two --param's
Comment 2 Sven Müller 2019-02-14 18:17:15 UTC
My CFlags is only the extracted march=native output, so nothing exotical. 

I created a package.env entry, where I stripped the cache entries from the CFlags. 

Works. 

Nevertheless I still think, this is a bug in parsing/processing the CFlags by meson or gtk-doc or whatelse is responsible for this error line.

If you don't think so, please close this report.
Thanks so far.
Comment 3 Mart Raudsepp gentoo-dev 2019-02-14 18:39:57 UTC
Yes, I haven't closed the bug because there's some obscure problem somewhere to fix indeed.
Though meanwhile gave you a way to get past it, etc.

Regarding your CFLAGS in general - they are a bit bad, though not for this case and they don't affect this bug -- you shouldn't have the -mno-* options out of -march=native.
Comment 4 Matt Turner gentoo-dev 2021-04-16 20:49:23 UTC
Works for me with those cflags.