Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62367 - Cinelerra Fails compile for i think GCC ASM error
Summary: Cinelerra Fails compile for i think GCC ASM error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Luca Barbato
URL: http://heroinewarrior.com/cinelerra.php3
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-08-31 02:52 UTC by Cena Salvatore
Modified: 2004-10-21 00:49 UTC (History)
0 users

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


Attachments
Emerge error.... (Log_Emege_Cinelerra-1.2.1,2.99 KB, text/x-troff-man)
2004-08-31 03:15 UTC, Cena Salvatore
Details
Laptop emerge info (miciola-emerge-info,1.62 KB, text/log)
2004-08-31 03:16 UTC, Cena Salvatore
Details
New Fix Emerge Cinelerra 1.2.1 (cinelerra-1.2.1.ebuild,1.83 KB, application/octet-stream)
2004-08-31 03:19 UTC, Cena Salvatore
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cena Salvatore 2004-08-31 02:52:34 UTC
i have a 2 Laptop with pentium-m and Celeron CPU and i have need to modify cinelerra-1.2.1.ebuild for disable -fforce-addr and -fPIC

export CFLAGS=${CFLAGS/-fforce-addr/}
export CFLAGS=${CFLAGS/-fPIC/}

with -fforce-addr and -fPIC emerge fails.......

This is a workaround for (i think) gcc problem.

Cena
Comment 1 Cena Salvatore 2004-08-31 03:15:12 UTC
Created attachment 38568 [details]
Emerge error....

Show Error
Comment 2 Cena Salvatore 2004-08-31 03:16:04 UTC
Created attachment 38569 [details]
Laptop emerge info
Comment 3 Cena Salvatore 2004-08-31 03:19:24 UTC
Created attachment 38570 [details]
New Fix Emerge Cinelerra 1.2.1

In Ebuild there is ....

filter-flags "-fPIC -fforce-addr"

but emerge fails and run fine only with 

#filter-flags "-fPIC -fforce-addr"
export CFLAGS=${CFLAGS/-fforce-addr/}
export CFLAGS=${CFLAGS/-fPIC/}

Cena
Comment 4 Luca Barbato gentoo-dev 2004-08-31 04:41:11 UTC
Thanks for the input, it's strange that flag-o-matic isn't working, maybe I used it in the wrong way

remove -s since is completely unnecessary and may cause other problems to arise with cinelerra.
Comment 5 Cena Salvatore 2004-08-31 05:35:01 UTC
I have not understood what means "remove -s since is completely unnecessary.."

Cena
Comment 6 Luca Barbato gentoo-dev 2004-09-23 08:30:46 UTC
-s means "strip it at the end" the ebuild is set nostrip for a reason...
Comment 7 Luca Barbato gentoo-dev 2004-10-21 00:49:09 UTC
anyway fixed the filter-flag invocation (some "" that shouldn't be there)