LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Problem building mlt with slackbuild (https://www.linuxquestions.org/questions/slackware-14/problem-building-mlt-with-slackbuild-4175448854/)

aszabo 02-06-2013 05:41 AM

Problem building mlt with slackbuild
 
I want to build the package mlt at slackbuilds.org but at the end of the building I got the following error:


install -d /tmp/SBo/package-mlt/usr/share/mlt/lumas/PAL
install -d /tmp/SBo/package-mlt/usr/share/mlt/lumas/NTSC
install -m 644 PAL/* /tmp/SBo/package-mlt/usr/share/mlt/lumas/PAL
install: stat ”PAL/*” sikertelen: Nincs ilyen fájl vagy könyvtár
make[2]: *** [install] Error 1
make[2]: Leaving directory `/tmp/SBo/mlt-0.8.2/src/modules/lumas'
make[1]: *** [install] Error 1
make[1]: Leaving directory `/tmp/SBo/mlt-0.8.2/src/modules'
make: *** [install] Error 1

mlt:
Would you like to continue processing the rest of the
queue or would you like to abort? If this failed
package is a dependency of another package in the queue
then it may not make sense to continue.

What is wrong, which package do I need to manage it?

Thanks for the answer

saulgoode 02-06-2013 02:03 PM

For what it may be worth, I have had no problem building MLT on a couple of different Slackware 14 64-bit machines.

Based on your error message, I can't think of too many things that could be wrong (perhaps your /tmp filesystem is full?).

aszabo 02-07-2013 04:54 AM

Thanks, but my /tmp is not full at all, it has min. 4 GB free space. Other suggestion?

saulgoode 02-07-2013 09:14 AM

I can't think of anything else, other than maybe a corrupted download.

Here is that section of the build log when I ran the Slackbuild:
Quote:

make[2]: Entering directory `/tmp/SBo/mlt-0.8.2/src/modules/lumas'
install -d /tmp/SBo/package-mlt/usr/share/mlt/lumas/PAL
install -d /tmp/SBo/package-mlt/usr/share/mlt/lumas/NTSC
install -m 644 PAL/* /tmp/SBo/package-mlt/usr/share/mlt/lumas/PAL
install -m 644 NTSC/* /tmp/SBo/package-mlt/usr/share/mlt/lumas/NTSC
make[2]: Leaving directory `/tmp/SBo/mlt-0.8.2/src/modules/lumas'
make[1]: Leaving directory `/tmp/SBo/mlt-0.8.2/src/modules'
make[1]: Entering directory `/tmp/SBo/mlt-0.8.2/src/swig'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/tmp/SBo/mlt-0.8.2/src/swig'
make[1]: Entering directory `/tmp/SBo/mlt-0.8.2/profiles'

ponce 02-07-2013 09:20 AM

If the download was corrupted sbopkg should have warned you when checking the md5sum, but removing /var/cache/sbopkg/mlt-0.8.2.tar.gz and trying a rebuild won't hurt.

I can confirm that the PAL files are there.
They are generated by a luma binary built in /tmp/SBo/mlt-0.8.2/src/modules/lumas and convert from imagemagick is used in the process too.

Can it be you are not using a Slackware full installation?
Remember that only full installs of the latest stable Slackware are supported if you want to run SBo scripts ;)

stormtracknole 02-07-2013 09:25 AM

Are you using current by any chance? Also, did you make sure you satisfied all of the dependencies?

saulgoode 02-07-2013 09:28 AM

Also, ensure that you are running the Slackbuild script as root.


All times are GMT -5. The time now is 06:28 PM.