LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   slackbuild dav1d , not build here under 14.2 (https://www.linuxquestions.org/questions/slackware-14/slackbuild-dav1d-not-build-here-under-14-2-a-4175660620/)

USUARIONUEVO 09-09-2019 04:57 PM

slackbuild dav1d , not build here under 14.2
 
I have a large number of extra packages , but i think , the problem is not mine , but not sure , error say nasm is low version than needed.

Code:

meson.build:344:16: ERROR: Problem encountered: nasm 2.13.02 or later is required, found nasm 2.13.01
slackware64-14.2 up-to-date

Problem is only for me ?

Thanks!

abga 09-09-2019 05:16 PM

The latest Slackware 14.2 package is indeed nasm-2.13.01 (only on -current you have nasm-2.14.02).
Try removing your actual nasm-2.13.01 and build & install 2.14.02 from source (as package, obviously):
https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/

Didier Spaier 09-09-2019 05:28 PM

Been there, done that:
http://slackware.uk/slint/x86_64/sli..._64-1slint.txz
http://slackware.uk/slint/x86_64/sli..._64-1slint.md5

USUARIONUEVO 09-09-2019 05:33 PM

Yea , thats cool , but not the way.

I think at least , something commented on README , and other question is

How test that slackbuilds updates ? ..ha ?
The problem is in the base (slackware) , im not understand how upgrade versions , when is not build under stock packages.

sometimes i think people, only change version number and pushed to repo , without test.

Other way , is request upgraded nasm for 14.2

Skaendo 09-09-2019 07:20 PM

Is there any fallout from self-upgrading nasm? Because I built and upgraded to 2.13.03 (on a test rig of course) and built dav1d-0.4.0 and then vlc with it and didn't see any immediate issues.

USUARIONUEVO 09-09-2019 07:43 PM

Quote:

Originally Posted by Skaendo (Post 6035095)
Is there any fallout from self-upgrading nasm? Because I built and upgraded to 2.13.03 (on a test rig of course) and built dav1d-0.4.0 and then vlc with it and didn't see any immediate issues.

I request nasm update for slackware-14.2 ... i hope get it soon.

orbea 09-09-2019 07:55 PM

You should contact the maintainer and let them know that their build doesn't work on 14.2.

andrew.46 09-10-2019 03:37 AM

Hmmm... might be better to save Dav1d slackbuild on SBo for Slackware 15 as it takes a very early version of Dav1d to build on stock 14.2. Looks like I have been remiss in my testing on a clean VM of 14.2 for which my apologies...

orbea 09-10-2019 10:28 AM

Quote:

Originally Posted by andrew.46 (Post 6035213)
Hmmm... might be better to save Dav1d slackbuild on SBo for Slackware 15 as it takes a very early version of Dav1d to build on stock 14.2. Looks like I have been remiss in my testing on a clean VM of 14.2 for which my apologies...

Does it work if you change the required nasm version with sed in the meson.build? Sometimes these requirements are bogus.

Alien Bob 09-10-2019 01:29 PM

I compile the latest dav1d codec on Slackware 14.2 for my VLC package.
This is what I do to make the compile succeed:
Code:

# Make it compile on 14.2:
sed -i meson.build -e 's/2.13.02/2.13.01/'


USUARIONUEVO 09-10-2019 01:33 PM

Probably test box run @current@ ...i use sed , at the moment . but when explicit version is required is for some good reason.

Thanks!

orbea 09-10-2019 03:31 PM

Quote:

Originally Posted by USUARIONUEVO (Post 6035443)
Probably test box run @current@ ...i use sed , at the moment . but when explicit version is required is for some good reason.

Thanks!

Sometimes the good reason is that its the oldest version the developer bothered to test. Other times its because everything breaks without that specific version. The point is there is only one way to find out. :)

USUARIONUEVO 09-10-2019 03:33 PM

Quote:

Originally Posted by orbea (Post 6035477)
Sometimes the good reason is that its the oldest version the developer bothered to test. Other times its because everything breaks without that specific version. The point is there is only one way to find out. :)


ha ha ha , one two , one tw ..testing ..haha :hattip:

andrew.46 09-10-2019 05:07 PM

Build update submitted to SBo, a big thanks to Alien Bob for suggesting a fix. And a big thanks to USUARIONUEVO for showing me a big flaw in my testing of the slackbuilds I maintain...


All times are GMT -5. The time now is 10:33 PM.