update on vlc build problem

Issue #10 resolved
veclinux created an issue

after looking at the stdio for the failed build of vlc seem the slapt-get --install ffmpeg command is failing looking for a yes/no answer to continue and is aborting. how should this be corrected in the slackbuild???

Comments (2)

  1. Moises Henriquez

    (Reply via m0e...@gmail.com):

    I will look at this today with a different approach. Basically any time you run slapt-get from a slackbuild you have to disable interactive mode so that it doesnt sit there expectingexpecting an answer

  2. Moises Henriquez

    I have fixed this problem by running "slapt-get -y -i " on all the dependencies listed in MAKEDEPENDS. This will force slapt-get to always look for the latest dep available in the repos and upgrade as necessary before building.

  3. Log in to comment