[Slackbuilds-users] nacl's MD5SUM and building problems

Willy Sudiarto Raharjo willysr at gmail.com
Mon Nov 18 01:13:47 UTC 2013


> MD5SUM in nacl.info seems to be wrong:
> in .info: 0b901dd7ff84bd7e8aff4d4893cb944b
> Found:    7efb5715561c3d10dafd3fa97b4f2d20

Fixed in my branch

> BTW unfortunately it doesn't build here (x86_64):
> - some files it tries to run or to search do not really exist (but AFAIK
>   it is normal, I guess they are from another arch/os)
> - the real problem is that it ends with:
> """
> install: impossibile eseguire stat di
> "build/<my-hostname>/lib64/*/libnacl.a": File o directory non
> esistente
> """
> i.e. italian translation for "No such file or directory"
>
> Actually, this file (libnacl.a) is located in
> build/<my-hostname>/lib/amd64/

I see
so in x86_64, it still uses the same /lib instead of lib64

Thanks for reporting

This should be easily solved by replacing two lines
install -D -m 644 build/$shost/lib/*/libnacl.a
"$PKG/usr/lib${LIBDIRSUFFIX}/libnacl.a"
install -D -m 644 build/$shost/lib/*/randombytes.o
"$PKG/usr/lib${LIBDIRSUFFIX}/randombytes.o"

Can you try this at your machine?


-- 
Willy Sudiarto Raharjo
Personal Blog : http://willysr.blogspot.com
Linux Blog: http://slackblogs.blogspot.com


More information about the SlackBuilds-users mailing list