Bug#895969: webkit2gtk: FTBFS on riscv64 due to not linking against libatomic
    Aurelien Jarno 
    aurelien at aurel32.net
       
    Tue Apr 24 20:18:13 BST 2018
    
    
  
On 2018-04-23 10:22, Alberto Garcia wrote:
> On Sun, Apr 22, 2018 at 08:48:19PM +0200, Aurelien Jarno wrote:
> 
> > The correct way to link with -pthread instead of -lpthread is to
> > use define THREADS_PREFER_PTHREAD_FLAG before importing the Thread
> > package:
> 
> Oh, great, I'll give it a try.
> 
> > I haven't tried the patch for webkit2gtk, but it works for
> > qtwebkit. In addition I guess it's necessary to add support for
> > riscv64 in various places of WTF, by defining WTF_CPU_RISCV64. At
> > least it's the case also for qtwebkit.
> 
> webkit has now WTF_CPU_UNKNOWN for cases like this so perhaps we don't
> need to do anything else.
> 
Hmm that might work for a first version, but it means that
USE_JSVALUE32_64 will be used instead of USE_JSVALUE64. And that might
disable a few features.
Is that correct?
Thanks,
Aurelien
-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurelien at aurel32.net                 http://www.aurel32.net
    
    
More information about the Pkg-webkit-maintainers
mailing list