<div dir="ltr">Willy Sudiarto Raharjo,<br>It's indeed a runtime deps. I tried to uninstall SuperCollider, yaml-cpp0.3, and recompile SuperCollider package. It succeeded. Sorry for my mistake.<br><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 9, 2017 at 10:02 PM,  <span dir="ltr"><<a target="_blank" href="mailto:slackbuilds-users-request@slackbuilds.org">slackbuilds-users-request@slackbuilds.org</a>></span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">Send SlackBuilds-users mailing list submissions to<br>
        <a href="mailto:slackbuilds-users@slackbuilds.org">slackbuilds-users@slackbuilds.<wbr>org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a target="_blank" rel="noreferrer" href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users">http://lists.slackbuilds.org/<wbr>mailman/listinfo/slackbuilds-<wbr>users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:slackbuilds-users-request@slackbuilds.org">slackbuilds-users-request@<wbr>slackbuilds.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:slackbuilds-users-owner@slackbuilds.org">slackbuilds-users-owner@<wbr>slackbuilds.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of SlackBuilds-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. doinst.sh template (Alexander Verbovetsky)<br>
   2. foomatic-db download url needs updating (Rohan Ferris)<br>
   3. Re: doinst.sh template (Robby Workman)<br>
   4. Re: foomatic-db download url needs updating (Robby Workman)<br>
   5. Re: foomatic-db download url needs updating (Robby Workman)<br>
   6. Updates in doinst.sh template (Willy Sudiarto Raharjo)<br>
   7. Re: Updates in doinst.sh template (Willy Sudiarto Raharjo)<br>
   8. Re: SuperCollider(3.6.6) on Slackware 14.2 depends on<br>
      yaml-cpp0.3 (Willy Sudiarto Raharjo)<br>
   9. youtube-dl doesn't work with python 3.6 (reedych)<br>
  10. Re: youtube-dl doesn't work with python 3.6<br>
      (Willy Sudiarto Raharjo)<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Mon, 09 Jan 2017 05:38:08 +0300<br>
From: Alexander Verbovetsky <<a href="mailto:alik@ejik.org">alik@ejik.org</a>><br>
To: <a href="mailto:slackbuilds-users@slackbuilds.org">slackbuilds-users@slackbuilds.<wbr>org</a><br>
Subject: [Slackbuilds-users] doinst.sh template<br>
Message-ID:<br>
        <<a href="mailto:1483929488.3172602.841340705.6FEA3980@webmail.messagingengine.com">1483929488.3172602.841340705.<wbr>6FEA3980@webmail.<wbr>messagingengine.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hello,<br>
<br>
I noticed that sometimes after installation of a SlackBuild with<br>
<br>
if [ -e usr/share/icons/hicolor/icon-<wbr>theme.cache ]; then<br>
  if [ -x /usr/bin/gtk-update-icon-cache ]; then<br>
    /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null<br>
    2>&1<br>
  fi<br>
fi<br>
<br>
in doinst.sh the cache is not updated and therefore icons do not appear<br>
on the desktop.  But they do appear after additional reboot.  I guess<br>
that the reason is that in /etc/rc.d/rc.M the command<br>
gtk-update-icon-cache has the option "-f":<br>
<br>
--force, -f<br>
   Overwrite an existing cache file even if it appears to be uptodate.<br>
<br>
Wouldn't it be a good idea to add -f to doinst.sh:<br>
<br>
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null<br>
2>&1<br>
<br>
Best regards,<br>
Alexander<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 9 Jan 2017 14:39:40 +1000<br>
From: Rohan Ferris <<a href="mailto:rferris@posteo.net">rferris@posteo.net</a>><br>
To: <a href="mailto:slackbuilds-users@slackbuilds.org">slackbuilds-users@slackbuilds.<wbr>org</a><br>
Subject: [Slackbuilds-users] foomatic-db download url needs updating<br>
Message-ID: <<a href="mailto:274eaf18-6007-880e-3962-872af5f2941a@posteo.net">274eaf18-6007-880e-3962-<wbr>872af5f2941a@posteo.net</a>><br>
Content-Type: text/plain; charset=utf-8; format=flowed<br>
<br>
Hi all!<br>
<br>
I just discovered that foomatic-db SlackBuild has stopped working due to<br>
the file being removed from the mirror. It has been updated with a newer<br>
version - 20170108. The two diffs below allowed it to compile, install<br>
and function without any further issue...<br>
<br>
# foomatic-db.SlackBuild<br>
<br>
diff --git a/system/foomatic-db/foomatic-<wbr>db.SlackBuild<br>
b/system/foomatic-db/foomatic-<wbr>db.SlackBuild<br>
index 8ecb121..d6c6dc5 100644<br>
--- a/system/foomatic-db/foomatic-<wbr>db.SlackBuild<br>
+++ b/system/foomatic-db/foomatic-<wbr>db.SlackBuild<br>
@@ -23,7 +23,7 @@<br>
  #  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.<br>
<br>
  PRGNAM=foomatic-db<br>
-VERSION=${VERSION:-20160724}<br>
+VERSION=${VERSION:-20170108}<br>
  BUILD=${BUILD:-1}<br>
  TAG=${TAG:-_SBo}<br>
<br>
<br>
# <a target="_blank" rel="noreferrer" href="http://foomatic-db.info">foomatic-db.info</a><br>
<br>
diff --git a/system/foomatic-db/<a target="_blank" rel="noreferrer" href="http://foomatic-db.info">foomatic-<wbr>db.info</a><br>
b/system/foomatic-db/<a target="_blank" rel="noreferrer" href="http://foomatic-db.info">foomatic-<wbr>db.info</a><br>
<br>
index 79595ca..076805c 100644<br>
<br>
--- a/system/foomatic-db/<a target="_blank" rel="noreferrer" href="http://foomatic-db.info">foomatic-<wbr>db.info</a><br>
<br>
+++ b/system/foomatic-db/<a target="_blank" rel="noreferrer" href="http://foomatic-db.info">foomatic-<wbr>db.info</a><br>
<br>
@@ -1,8 +1,8 @@<br>
<br>
  PRGNAM="foomatic-db"<br>
<br>
  VERSION="20160724"<br>
<br>
<br>
HOMEPAGE="<a target="_blank" rel="noreferrer" href="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic">http://www.<wbr>linuxfoundation.org/<wbr>collaborate/workgroups/<wbr>openprinting/database/foomatic</a><wbr>"<br>
<br>
-DOWNLOAD="<a target="_blank" rel="noreferrer" href="http://www.openprinting.org/download/foomatic/foomatic-db-4.0-20160724.tar.gz">http://www.<wbr>openprinting.org/download/<wbr>foomatic/foomatic-db-4.0-<wbr>20160724.tar.gz</a>"<br>
<br>
-MD5SUM="<wbr>5ba8f4d9717c3c362f633cd17a4884<wbr>88"<br>
<br>
+DOWNLOAD="<a target="_blank" rel="noreferrer" href="http://www.openprinting.org/download/foomatic/foomatic-db-4.0-20170108.tar.gz">http://www.<wbr>openprinting.org/download/<wbr>foomatic/foomatic-db-4.0-<wbr>20170108.tar.gz</a>"<br>
<br>
+MD5SUM="<wbr>9ba5c6f5b2962372069e2a955ffb1b<wbr>cd"<br>
<br>
  DOWNLOAD_x86_64=""<br>
<br>
  MD5SUM_x86_64=""<br>
<br>
  REQUIRES=""<br>
<br>
<br>
Cheers,<br>
<br>
Rohan<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sun, 8 Jan 2017 22:52:09 -0600<br>
From: Robby Workman <<a href="mailto:rworkman@slackbuilds.org">rworkman@slackbuilds.org</a>><br>
To: <a href="mailto:slackbuilds-users@slackbuilds.org">slackbuilds-users@slackbuilds.<wbr>org</a><br>
Subject: Re: [Slackbuilds-users] doinst.sh template<br>
Message-ID: <<a href="mailto:20170108225209.2ca85d8a@home.rlworkman.net">20170108225209.2ca85d8a@home.<wbr>rlworkman.net</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
On Mon, 09 Jan 2017 05:38:08 +0300<br>
Alexander Verbovetsky <<a href="mailto:alik@ejik.org">alik@ejik.org</a>> wrote:<br>
<br>
> I noticed that sometimes after installation of a SlackBuild with<br>
><br>
> if [ -e usr/share/icons/hicolor/icon-<wbr>theme.cache ]; then<br>
>   if [ -x /usr/bin/gtk-update-icon-cache ]; then<br>
>     /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null<br>
>     2>&1<br>
>   fi<br>
> fi<br>
><br>
> in doinst.sh the cache is not updated and therefore icons do not<br>
> appear on the desktop.  But they do appear after additional reboot.<br>
> I guess that the reason is that in /etc/rc.d/rc.M the command<br>
> gtk-update-icon-cache has the option "-f":<br>
><br>
> --force, -f<br>
>    Overwrite an existing cache file even if it appears to be uptodate.<br>
><br>
> Wouldn't it be a good idea to add -f to doinst.sh:<br>
><br>
> /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null<br>
> 2>&1<br>
<br>
<br>
Agreed:<br>
<br>
commit 49cc824b72fbdc8c69b938e7c414b4<wbr>f7a2341c81<br>
Author: Robby Workman <<a href="mailto:rworkman@slackware.com">rworkman@slackware.com</a>><br>
Date:   Sun Jan 8 22:49:20 2017 -0600<br>
<br>
    doinst.sh: Add "-f" to icon theme update and note other themes<br>
<br>
    Thanks to Alexander Verbovetsky <<a href="mailto:alik@ejik.org">alik@ejik.org</a>> for the suggestion<br>
    about "gtk-update-icon-cache -f" to be consistent with what's done<br>
    in rc.M on boot:<br>
<br>
    <a target="_blank" rel="noreferrer" href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/2017-January/017875.html">https://lists.slackbuilds.org/<wbr>pipermail/slackbuilds-users/<wbr>2017-January/017875.html</a><br>
<br>
Thanks!<br>
<br>
-RW<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: not available<br>
Type: application/pgp-signature<br>
Size: 181 bytes<br>
Desc: OpenPGP digital signature<br>
URL: <<a target="_blank" rel="noreferrer" href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20170108/f1a96572/attachment-0001.asc">http://lists.slackbuilds.org/<wbr>pipermail/slackbuilds-users/<wbr>attachments/20170108/f1a96572/<wbr>attachment-0001.asc</a>><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Sun, 8 Jan 2017 22:59:38 -0600<br>
From: Robby Workman <<a href="mailto:rworkman@slackbuilds.org">rworkman@slackbuilds.org</a>><br>
To: Rohan Ferris <<a href="mailto:rferris@posteo.net">rferris@posteo.net</a>><br>
Cc: "SlackBuilds.org Users List" <<a href="mailto:slackbuilds-users@slackbuilds.org">slackbuilds-users@<wbr>slackbuilds.org</a>><br>
Subject: Re: [Slackbuilds-users] foomatic-db download url needs<br>
        updating<br>
Message-ID: <<a href="mailto:20170108225938.2f5762d0@home.rlworkman.net">20170108225938.2f5762d0@home.<wbr>rlworkman.net</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
On Mon, 9 Jan 2017 14:39:40 +1000commit 2d4f7908b1f04e9d9330bcdc7a4272<wbr>b79e4a87ea<br>
Author: Rohan Ferris <<a href="mailto:rferris@posteo.net">rferris@posteo.net</a>><br>
Date:   Sun Jan 8 22:58:38 2017 -0600<br>
<br>
    system/foomatic-db: Updated for version 20170108.<br>
<br>
    Signed-off-by: Robby Workman <<a href="mailto:rworkman@slackbuilds.org">rworkman@slackbuilds.org</a>><br>
<br>
Rohan Ferris <<a href="mailto:rferris@posteo.net">rferris@posteo.net</a>> wrote:<br>
<br>
> Hi all!<br>
><br>
> I just discovered that foomatic-db SlackBuild has stopped working due<br>
> to the file being removed from the mirror. It has been updated with a<br>
> newer version - 20170108. The two diffs below allowed it to compile,<br>
> install and function without any further issue...<br>
<br>
<br>
Done in my branch:<br>
<br>
commit 2d4f7908b1f04e9d9330bcdc7a4272<wbr>b79e4a87ea<br>
Author: Rohan Ferris <<a href="mailto:rferris@posteo.net">rferris@posteo.net</a>><br>
Date:   Sun Jan 8 22:58:38 2017 -0600<br>
<br>
    system/foomatic-db: Updated for version 20170108.<br>
<br>
    Signed-off-by: Robby Workman <<a href="mailto:rworkman@slackbuilds.org">rworkman@slackbuilds.org</a>><br>
<br>
<br>
Thanks!<br>
<br>
-RW<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: not available<br>
Type: application/pgp-signature<br>
Size: 181 bytes<br>
Desc: OpenPGP digital signature<br>
URL: <<a target="_blank" rel="noreferrer" href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20170108/1e0b0e6a/attachment-0001.asc">http://lists.slackbuilds.org/<wbr>pipermail/slackbuilds-users/<wbr>attachments/20170108/1e0b0e6a/<wbr>attachment-0001.asc</a>><br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Sun, 8 Jan 2017 23:00:48 -0600<br>
From: Robby Workman <<a href="mailto:rworkman@slackbuilds.org">rworkman@slackbuilds.org</a>><br>
To: <a href="mailto:slackbuilds-users@slackbuilds.org">slackbuilds-users@slackbuilds.<wbr>org</a><br>
Subject: Re: [Slackbuilds-users] foomatic-db download url needs<br>
        updating<br>
Message-ID: <<a href="mailto:20170108230048.61c47cb0@home.rlworkman.net">20170108230048.61c47cb0@home.<wbr>rlworkman.net</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Wow. No idea how the paste fail happened.<br>
<br>
-RW<br>
<br>
<br>
On Sun, 8 Jan 2017 22:59:38 -0600<br>
Robby Workman <<a href="mailto:rworkman@slackbuilds.org">rworkman@slackbuilds.org</a>> wrote:<br>
<br>
> On Mon, 9 Jan 2017 14:39:40 +1000commit<br>
> 2d4f7908b1f04e9d9330bcdc7a4272<wbr>b79e4a87ea Author: Rohan Ferris<br>
> <<a href="mailto:rferris@posteo.net">rferris@posteo.net</a>> Date:   Sun Jan 8 22:58:38 2017 -0600<br>
><br>
>     system/foomatic-db: Updated for version 20170108.<br>
><br>
>     Signed-off-by: Robby Workman <<a href="mailto:rworkman@slackbuilds.org">rworkman@slackbuilds.org</a>><br>
><br>
> Rohan Ferris <<a href="mailto:rferris@posteo.net">rferris@posteo.net</a>> wrote:<br>
><br>
> > Hi all!<br>
> ><br>
> > I just discovered that foomatic-db SlackBuild has stopped working<br>
> > due to the file being removed from the mirror. It has been updated<br>
> > with a newer version - 20170108. The two diffs below allowed it to<br>
> > compile, install and function without any further issue...<br>
><br>
><br>
> Done in my branch:<br>
><br>
> commit 2d4f7908b1f04e9d9330bcdc7a4272<wbr>b79e4a87ea<br>
> Author: Rohan Ferris <<a href="mailto:rferris@posteo.net">rferris@posteo.net</a>><br>
> Date:   Sun Jan 8 22:58:38 2017 -0600<br>
><br>
>     system/foomatic-db: Updated for version 20170108.<br>
><br>
>     Signed-off-by: Robby Workman <<a href="mailto:rworkman@slackbuilds.org">rworkman@slackbuilds.org</a>><br>
><br>
><br>
> Thanks!<br>
><br>
> -RW<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: not available<br>
Type: application/pgp-signature<br>
Size: 181 bytes<br>
Desc: OpenPGP digital signature<br>
URL: <<a target="_blank" rel="noreferrer" href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20170108/c47f07a4/attachment-0001.asc">http://lists.slackbuilds.org/<wbr>pipermail/slackbuilds-users/<wbr>attachments/20170108/c47f07a4/<wbr>attachment-0001.asc</a>><br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Mon, 9 Jan 2017 18:13:00 +0700<br>
From: Willy Sudiarto Raharjo <<a href="mailto:willysr@slackbuilds.org">willysr@slackbuilds.org</a>><br>
To: "SlackBuilds.org Users List" <<a href="mailto:slackbuilds-users@slackbuilds.org">slackbuilds-users@<wbr>slackbuilds.org</a>><br>
Subject: [Slackbuilds-users] Updates in doinst.sh template<br>
Message-ID: <<a href="mailto:3aae54d6-d059-7898-90a8-e20a35b3fa78@slackbuilds.org">3aae54d6-d059-7898-90a8-<wbr>e20a35b3fa78@slackbuilds.org</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi all,<br>
<br>
just to inform you that doinst.sh in templates have been updated with a<br>
minor update: to use -f in gtk-update-icon-cache code to force updating<br>
the icon cache instead of updating it in the next reboot.<br>
<br>
<a target="_blank" rel="noreferrer" href="https://slackbuilds.org/cgit/templates/commit/?id=49cc824b72fbdc8c69b938e7c414b4f7a2341c81">https://slackbuilds.org/cgit/<wbr>templates/commit/?id=<wbr>49cc824b72fbdc8c69b938e7c414b4<wbr>f7a2341c81</a><br>
<br>
We expect maintainers who have doinst.sh for their packages to update<br>
the code accordingly.<br>
<br>
thanks<br>
<br>
<br>
--<br>
Willy Sudiarto Raharjo<br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 181 bytes<br>
Desc: OpenPGP digital signature<br>
URL: <<a target="_blank" rel="noreferrer" href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20170109/96337275/attachment-0001.asc">http://lists.slackbuilds.org/<wbr>pipermail/slackbuilds-users/<wbr>attachments/20170109/96337275/<wbr>attachment-0001.asc</a>><br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Mon, 9 Jan 2017 20:29:08 +0700<br>
From: Willy Sudiarto Raharjo <<a href="mailto:willysr@slackbuilds.org">willysr@slackbuilds.org</a>><br>
To: <a href="mailto:slackbuilds-users@slackbuilds.org">slackbuilds-users@slackbuilds.<wbr>org</a><br>
Subject: Re: [Slackbuilds-users] Updates in doinst.sh template<br>
Message-ID: <<a href="mailto:66c3219a-ed7d-d5fc-3839-99ba2fb0dab6@slackbuilds.org">66c3219a-ed7d-d5fc-3839-<wbr>99ba2fb0dab6@slackbuilds.org</a>><br>
Content-Type: text/plain; charset="windows-1252"<br>
<br>
> just to inform you that doinst.sh in templates have been updated with a<br>
> minor update: to use -f in gtk-update-icon-cache code to force updating<br>
> the icon cache instead of updating it in the next reboot.<br>
><br>
> <a target="_blank" rel="noreferrer" href="https://slackbuilds.org/cgit/templates/commit/?id=49cc824b72fbdc8c69b938e7c414b4f7a2341c81">https://slackbuilds.org/cgit/<wbr>templates/commit/?id=<wbr>49cc824b72fbdc8c69b938e7c414b4<wbr>f7a2341c81</a><br>
><br>
> We expect maintainers who have doinst.sh for their packages to update<br>
> the code accordingly.<br>
<br>
I have ran a script to update all remaining doinst.sh in my branch so<br>
maintainer no need to change anything.<br>
<br>
If nothing goes wrong, i will push another public update with all those<br>
doinst.sh changes in couple hours<br>
<br>
<br>
--<br>
Willy Sudiarto Raharjo<br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 181 bytes<br>
Desc: OpenPGP digital signature<br>
URL: <<a target="_blank" rel="noreferrer" href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20170109/9f3e0102/attachment-0001.asc">http://lists.slackbuilds.org/<wbr>pipermail/slackbuilds-users/<wbr>attachments/20170109/9f3e0102/<wbr>attachment-0001.asc</a>><br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Mon, 9 Jan 2017 20:42:16 +0700<br>
From: Willy Sudiarto Raharjo <<a href="mailto:willysr@slackbuilds.org">willysr@slackbuilds.org</a>><br>
To: <a href="mailto:slackbuilds-users@slackbuilds.org">slackbuilds-users@slackbuilds.<wbr>org</a><br>
Subject: Re: [Slackbuilds-users] SuperCollider(3.6.6) on Slackware<br>
        14.2 depends on yaml-cpp0.3<br>
Message-ID: <<a href="mailto:2a2b1051-ccfc-2a9d-b8e8-16bfecd9a030@slackbuilds.org">2a2b1051-ccfc-2a9d-b8e8-<wbr>16bfecd9a030@slackbuilds.org</a>><br>
Content-Type: text/plain; charset="windows-1252"<br>
<br>
> To build this package successfully. I have to install yaml-cpp0.3. Note<br>
> that yaml-cpp-0.5.3 will not work. Maybe this package should be added to<br>
> the README file of the Supercollider package.<br>
<br>
Is this a runtime deps?<br>
i can build this package without having to install yaml-cpp0.3 nor<br>
yaml-cpp-0.5.3<br>
<br>
<br>
--<br>
Willy Sudiarto Raharjo<br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 181 bytes<br>
Desc: OpenPGP digital signature<br>
URL: <<a target="_blank" rel="noreferrer" href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20170109/d600d588/attachment-0001.asc">http://lists.slackbuilds.org/<wbr>pipermail/slackbuilds-users/<wbr>attachments/20170109/d600d588/<wbr>attachment-0001.asc</a>><br>
<br>
------------------------------<br>
<br>
Message: 9<br>
Date: Mon, 9 Jan 2017 19:59:09 +0600<br>
From: reedych <<a href="mailto:reedych@reedych.pw">reedych@reedych.pw</a>><br>
To: "SlackBuilds.org Users List" <<a href="mailto:slackbuilds-users@slackbuilds.org">slackbuilds-users@<wbr>slackbuilds.org</a>><br>
Subject: [Slackbuilds-users] youtube-dl doesn't work with python 3.6<br>
Message-ID: <20170109195909.09bb50c7@<wbr>slackware><br>
Content-Type: text/plain; charset=US-ASCII<br>
<br>
After installing python 3.6 youtube-dl has been unstartable. Log of error: <a target="_blank" rel="noreferrer" href="https://clck.ru/AT6dr">https://clck.ru/AT6dr</a>.<br>
<br>
<br>
------------------------------<br>
<br>
Message: 10<br>
Date: Mon, 9 Jan 2017 21:02:05 +0700<br>
From: Willy Sudiarto Raharjo <<a href="mailto:willysr@slackbuilds.org">willysr@slackbuilds.org</a>><br>
To: <a href="mailto:slackbuilds-users@slackbuilds.org">slackbuilds-users@slackbuilds.<wbr>org</a><br>
Subject: Re: [Slackbuilds-users] youtube-dl doesn't work with python<br>
        3.6<br>
Message-ID: <<a href="mailto:da00593e-b49c-9254-fe66-a140f72149cf@slackbuilds.org">da00593e-b49c-9254-fe66-<wbr>a140f72149cf@slackbuilds.org</a>><br>
Content-Type: text/plain; charset="windows-1252"<br>
<br>
> After installing python 3.6 youtube-dl has been unstartable. Log of error: <a target="_blank" rel="noreferrer" href="https://clck.ru/AT6dr">https://clck.ru/AT6dr</a>.<br>
<br>
Did you upgrade to youtube-dl-2017.1.2 yet?<br>
<br>
<br>
<br>
--<br>
Willy Sudiarto Raharjo<br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 181 bytes<br>
Desc: OpenPGP digital signature<br>
URL: <<a target="_blank" rel="noreferrer" href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20170109/10b294f7/attachment.asc">http://lists.slackbuilds.org/<wbr>pipermail/slackbuilds-users/<wbr>attachments/20170109/10b294f7/<wbr>attachment.asc</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
______________________________<wbr>_________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.<wbr>org</a><br>
<a target="_blank" rel="noreferrer" href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users">http://lists.slackbuilds.org/<wbr>mailman/listinfo/slackbuilds-<wbr>users</a><br>
<br>
<br>
------------------------------<br>
<br>
End of SlackBuilds-users Digest, Vol 129, Issue 14<br>
******************************<wbr>********************<br>
</blockquote></div><br></div></div></div>