https://bugzilla.rpmfusion.org/show_bug.cgi?id=4993

--- Comment #21 from Akarshan Biswas <[email protected]> ---
(In reply to Antonio Trande from comment #20)
> + export 'CXXFLAGS= -fno-delete-null-pointer-checks -fpermissive'
> + CXXFLAGS=' -fno-delete-null-pointer-checks -fpermissive'
> 
> CXX flags are not set (line #505
> https://gitlab.com/biswasab/chromium-vaapi/blob/master/chromium-vaapi.
> spec#L508)
> 
> Compiling fails with
> 
> FAILED: gn 
> g++ -O3 -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,-strip-all
> -static-libstdc++ -Wl,--as-needed -o gn -Wl,--start-group tools/gn/gn_main.o
> base.a gn_lib.a -Wl,--end-group -ldl -lpthread
> /usr/bin/ld: cannot find -lstdc++
> collect2: error: ld returned 1 exit status

It a dependency error. Newer version of chromium 69 requires libstdc++-static
package as a build dependency. I should have added this. Let me verify.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
rpmfusion-developers mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to