Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 402825

Summary: =media-libs/libvpx-1.1.0: asm_enc_offsets.asm:1: error: `%0': not in a macro call
Product: Gentoo Linux Reporter: Eric Grüttefien <gentoo>
Component: [OLD] LibraryAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal CC: kripton, shentino
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build.log of media-libs/libvpx-0.9.7-r1
emerge --info

Description Eric Grüttefien 2012-02-09 09:03:38 UTC
stops with asm_enc_offsets.asm:1: error: `%0': not in a macro call
Comment 1 Eric Grüttefien 2012-02-09 09:05:21 UTC
Created attachment 301357 [details]
Build.log of media-libs/libvpx-0.9.7-r1
Comment 2 Eric Grüttefien 2012-02-09 09:05:54 UTC
Created attachment 301359 [details]
emerge  --info
Comment 3 n86wtjq5rg 2012-03-06 01:50:15 UTC
This is triggered by -ggdb3 in CFLAGS. With just -g it should work.
Comment 4 Eric Grüttefien 2012-03-07 11:45:23 UTC
thanks now it works..
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2013-01-15 22:37:53 UTC
*** Bug 442888 has been marked as a duplicate of this bug. ***
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2013-01-15 22:43:46 UTC
done, down to 1.0.0

+  15 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> libvpx-1.0.0.ebuild,
+  libvpx-1.0.0-r1.ebuild, libvpx-1.1.0.ebuild, libvpx-9999.ebuild:
+  Replace -ggdb3 with -g to avoid build failure wrt #402825. Thanks to Eric
+  Thiele for reporting and "n86wtjq5rg" for solution.