Re: [Slackbuilds-users] libbluray cannot be downloaded using wget

2016-02-23 Thread Willy Sudiarto Raharjo
>> I'm building the package libbluray but I'm getting the following error ::
>>
>>
>> libbluray:
>> libbluray not found in /var/cache/sbopkg.
>> --2016-02-22 10:24:52--
>> ftp://ftp.videolan.org/pub/videolan/libbluray/0.9.2/libbluray-0.9.2.tar.bz2
>>=> 'libbluray-0.9.2.tar.bz2'
>> Resolving ftp.videolan.org (ftp.videolan.org)... 88.191.250.2,
> 
> works fine here

I updated the URL around 41h (almost 2 days) ago, so you probably
haven't sync your repository to use the latest one in master branch

https://slackbuilds.org/cgit/slackbuilds/commit/?id=0bc80d553dcec7d14c2c2ec8efe2d6aec5f76840


-- 
Willy Sudiarto Raharjo



signature.asc
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] libbluray cannot be downloaded using wget

2016-02-23 Thread Willy Sudiarto Raharjo
> I'm building the package libbluray but I'm getting the following error ::
> 
> 
> libbluray:
> libbluray not found in /var/cache/sbopkg.
> --2016-02-22 10:24:52--
> ftp://ftp.videolan.org/pub/videolan/libbluray/0.9.2/libbluray-0.9.2.tar.bz2
>=> 'libbluray-0.9.2.tar.bz2'
> Resolving ftp.videolan.org (ftp.videolan.org)... 88.191.250.2,

works fine here

willysr@laptop:~]$ wget
http://ftp.videolan.org/pub/videolan/libbluray/0.9.2/libbluray-0.9.2.tar.bz2
--2016-02-24 14:53:41--
http://ftp.videolan.org/pub/videolan/libbluray/0.9.2/libbluray-0.9.2.tar.bz2
Resolving ftp.videolan.org (ftp.videolan.org)... 88.191.250.2,
2a01:e0d:1:3:58bf:fa02:c0de:20
Connecting to ftp.videolan.org (ftp.videolan.org)|88.191.250.2|:80...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 704357 (688K) [application/octet-stream]
Saving to: ‘libbluray-0.9.2.tar.bz2’


-- 
Willy Sudiarto Raharjo



signature.asc
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] Call for Bug Fixes, Patches, etc

2016-02-23 Thread Andrzej Telszewski

On 24/02/16 07:37, Kyle Guinn wrote:

On 2/23/16, Andrzej Telszewski  wrote:

On 05/02/16 13:48, Martijn Dekker wrote:

2. The following horrible, broken and obsolete eyesore:

find -L . \
   \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
   \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;

can be replaced by:

 chmod -R a-st,u+rwX,go-w+rX .


I advocate this solution.
Can we switch for it?
Or at least would the SlackBuild be accepted if I used this construct?


Even shorter and simpler to understand:
chmod -R u+w,go-w,a+rX-st .



Yep, even nicer ;)


-Kyle
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/





--
Best regards,
Andrzej Telszewski
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] Call for Bug Fixes, Patches, etc

2016-02-23 Thread Kyle Guinn
On 2/23/16, Andrzej Telszewski  wrote:
> On 05/02/16 13:48, Martijn Dekker wrote:
>> 2. The following horrible, broken and obsolete eyesore:
>>
>> find -L . \
>>   \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
>>-o -perm 511 \) -exec chmod 755 {} \; -o \
>>   \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
>>-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
>>
>> can be replaced by:
>>
>> chmod -R a-st,u+rwX,go-w+rX .
>
> I advocate this solution.
> Can we switch for it?
> Or at least would the SlackBuild be accepted if I used this construct?

Even shorter and simpler to understand:
chmod -R u+w,go-w,a+rX-st .

-Kyle
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] libbluray cannot be downloaded using wget

2016-02-23 Thread Matteo Bernardini
2016-02-24 7:28 GMT+01:00 Jheengut Pritvi :
> Hi, usually slackbuilds downloads stuffs using wget.
>
> I'm building the package libbluray but I'm getting the following error ::
>
>
> libbluray:
> libbluray not found in /var/cache/sbopkg.
> --2016-02-22 10:24:52--
> ftp://ftp.videolan.org/pub/videolan/libbluray/0.9.2/libbluray-0.9.2.tar.bz2
>=> 'libbluray-0.9.2.tar.bz2'
> Resolving ftp.videolan.org (ftp.videolan.org)... 88.191.250.2,
> 2a01:e0d:1:3:58bf:fa02:c0de:20
> Connecting to ftp.videolan.org (ftp.videolan.org)|88.191.250.2|:21...
> connected.
> Logging in as anonymous ... Logged in!
> ==> SYST ... done.==> PWD ... done.
> ==> TYPE I ... done.  ==> CWD (1) /pub/videolan/libbluray/0.9.2 ... done.
> ==> SIZE libbluray-0.9.2.tar.bz2 ... 704357
> ==> PASV ... couldn't connect to 127.0.1.1 port 62782: Connection refused
>
>
> But using curl , I was able to download libbluray.
>
> curl
> ftp://ftp.videolan.org/pub/videolan/libbluray/0.9.2/libbluray-0.9.2.tar.bz2
>>libbluray-0.9.2.tar.bz2
>   % Total% Received % Xferd  Average Speed   TimeTime Time
> Current
>  Dload  Upload   Total   SpentLeft
> Speed
> 100  687k  100  687k0 0  47257  0  0:00:14  0:00:14 --:--:--
> 96258
>
>
> I'm using slackware-current.
>
> wget --version
> GNU Wget 1.14 built on linux-gnu.
>
> +digest +https +ipv6 +iri +large-file +nls +ntlm +opie +ssl/openssl
>
> Wgetrc:
> /etc/wgetrc (system)
> Locale: /usr/share/locale
> Compile: gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/etc/wgetrc"
> -DLOCALEDIR="/usr/share/locale" -I. -I../lib -I../lib -O2 -fPIC
> Link: gcc -O2 -fPIC -lssl -lcrypto -lz -ldl -lz -lz -lidn -luuid -lpcre
> ftp-opie.o openssl.o http-ntlm.o ../lib/libgnu.a
>
> Copyright (C) 2011 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later
> .
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
>
> Originally written by Hrvoje Niksic .
> Please send bug reports and questions to .

looks like a momentary problem with ftp.videolan.org via ftp (the same
address via http works), in previous mailing list messages of a few
hours ago others reported similar issues...
most probably it will be fixed soon (days?), if not maybe the less
invasive solution is to change the download links pointing to http.

Matteo
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



[Slackbuilds-users] libbluray cannot be downloaded using wget

2016-02-23 Thread Jheengut Pritvi
Hi, usually slackbuilds downloads stuffs using wget.

I'm building the package libbluray but I'm getting the following error ::


libbluray:
libbluray not found in /var/cache/sbopkg.
--2016-02-22 10:24:52--
ftp://ftp.videolan.org/pub/videolan/libbluray/0.9.2/libbluray-0.9.2.tar.bz2
   => 'libbluray-0.9.2.tar.bz2'
Resolving ftp.videolan.org (ftp.videolan.org)... 88.191.250.2,
2a01:e0d:1:3:58bf:fa02:c0de:20
Connecting to ftp.videolan.org (ftp.videolan.org)|88.191.250.2|:21...
connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/videolan/libbluray/0.9.2 ... done.
==> SIZE libbluray-0.9.2.tar.bz2 ... 704357
==> PASV ... couldn't connect to 127.0.1.1 port 62782: Connection refused


But using curl , I was able to download libbluray.

curl
ftp://ftp.videolan.org/pub/videolan/libbluray/0.9.2/libbluray-0.9.2.tar.bz2
>libbluray-0.9.2.tar.bz2
  % Total% Received % Xferd  Average Speed   TimeTime Time
Current
 Dload  Upload   Total   SpentLeft
Speed
100  687k  100  687k0 0  47257  0  0:00:14  0:00:14 --:--:--
96258


I'm using slackware-current.

wget --version
GNU Wget 1.14 built on linux-gnu.

+digest +https +ipv6 +iri +large-file +nls +ntlm +opie +ssl/openssl

Wgetrc:
/etc/wgetrc (system)
Locale: /usr/share/locale
Compile: gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/etc/wgetrc"
-DLOCALEDIR="/usr/share/locale" -I. -I../lib -I../lib -O2 -fPIC
Link: gcc -O2 -fPIC -lssl -lcrypto -lz -ldl -lz -lz -lidn -luuid -lpcre
ftp-opie.o openssl.o http-ntlm.o ../lib/libgnu.a

Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Originally written by Hrvoje Niksic .
Please send bug reports and questions to .
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] ffmpeg updates

2016-02-23 Thread Christoph Willing

On 24/02/16 10:39, Miguel De Anda wrote:

i started trying to build ffmpeg and as many dependencies as possible
from what's on the website first before trying the newer one but i ran
into issues. i was building this against a new install (about 2 weeks
old) running all current and no 32-bit compat. libs using sbopkg:

...


sbopkg -i decklink-sdk

Found Blackmagic_DeckLink_SDK_10.1.4.zip in /var/cache/sbopkg.
Checking MD5SUM:
   MD5SUM check for Blackmagic_DeckLink_SDK_10.1.4.zip ... FAILED!
 Expected: 16fbc2f49dc62fecac15835c538f78d4
 Found:561847ddc4780f347fbd0ee076573a98


using the downloaded source results in...


Do you want to use the downloaded decklink-sdk source:
Blackmagic_DeckLink_SDK_10.1.4.zip in /var/cache/sbopkg?

You can choose among the following options:
  - (Y)es, keep the source and continue the build process;
  - (N)o, delete the source and abort the build process; or
  - (R)etry download and continue the build process.

(Y)es, (N)o, (R)etry?: y
 Keeping the source and continuing.
Building package for decklink-sdk...
Archive:  
/var/lib/sbopkg/SBo/14.1/development/decklink-sdk/Blackmagic_DeckLink_SDK_10.1.4.zip
   End-of-central-directory signature not found.  Either this file is not
   a zipfile, or it constitutes one disk of a multi-part archive.  In the
   latter case the central directory and zipfile comment will be found on
   the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of
/var/lib/sbopkg/SBo/14.1/development/decklink-sdk/Blackmagic_DeckLink_SDK_10.1.4.zip
or
 
/var/lib/sbopkg/SBo/14.1/development/decklink-sdk/Blackmagic_DeckLink_SDK_10.1.4.zip.zip,
and cannot find
/var/lib/sbopkg/SBo/14.1/development/decklink-sdk/Blackmagic_DeckLink_SDK_10.1.4.zip.ZIP,
period.



Unfortunately Blackmagic Design company has changed their download 
mechanism to use only a web page that requires name & email details of 
the downloader; then issues some sort of download authority so that wget 
could be used. However that authority it is time limited, so not worth 
adding that to the .info file.


It has been that way for a while for newer versions and I held the 
version back at 10.1.4 purely because it was still directly 
downloadable. Looks like they've eventually realised and closed that 
loophole.



This is, more or less, the same situation as the SlackBuild for jdk; the 
DOWNLOAD file must be downloaded separately first.


An alternative would be to host the download file somewhere else like 
slackbuildsdirectlinks but there may be legal implications to consider. 
Any insights welcome ...


chris

___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] ffmpeg updates

2016-02-23 Thread Willy Sudiarto Raharjo
> sbopkg -i libaacs
> ...
> --2016-02-23 16:19:15--
> ftp://ftp.videolan.org/pub/videolan/libaacs/0.8.1/libaacs-0.8.1.tar.bz2
>=> 'libaacs-0.8.1.tar.bz2'
> Resolving ftp.videolan.org (ftp.videolan.org)... 88.191.250.2,
> 2a01:e0d:1:3:58bf:fa02:c0de:20
> Connecting to ftp.videolan.org (ftp.videolan.org)|88.191.250.2|:21... 
> connected.
> Logging in as anonymous ... Logged in!
> ==> SYST ... done.==> PWD ... done.
> ==> TYPE I ... done.  ==> CWD (1) /pub/videolan/libaacs/0.8.1 ... done.
> ==> SIZE libaacs-0.8.1.tar.bz2 ... 315231
> ==> PASV ... couldn't connect to 127.0.1.1 port 62389: Connection refused
> 
> 
> 
> 
> sbopkg -i decklink-sdk
> 
> Found Blackmagic_DeckLink_SDK_10.1.4.zip in /var/cache/sbopkg.
> Checking MD5SUM:
>   MD5SUM check for Blackmagic_DeckLink_SDK_10.1.4.zip ... FAILED!
> Expected: 16fbc2f49dc62fecac15835c538f78d4
> Found:561847ddc4780f347fbd0ee076573a98
> 
> 
> using the downloaded source results in...
> 
> 
> Do you want to use the downloaded decklink-sdk source:
> Blackmagic_DeckLink_SDK_10.1.4.zip in /var/cache/sbopkg?
> 
> You can choose among the following options:
>  - (Y)es, keep the source and continue the build process;
>  - (N)o, delete the source and abort the build process; or
>  - (R)etry download and continue the build process.
> 
> (Y)es, (N)o, (R)etry?: y
> Keeping the source and continuing.
> Building package for decklink-sdk...
> Archive:  
> /var/lib/sbopkg/SBo/14.1/development/decklink-sdk/Blackmagic_DeckLink_SDK_10.1.4.zip
>   End-of-central-directory signature not found.  Either this file is not
>   a zipfile, or it constitutes one disk of a multi-part archive.  In the
>   latter case the central directory and zipfile comment will be found on
>   the last disk(s) of this archive.
> unzip:  cannot find zipfile directory in one of
> /var/lib/sbopkg/SBo/14.1/development/decklink-sdk/Blackmagic_DeckLink_SDK_10.1.4.zip
> or
> 
> /var/lib/sbopkg/SBo/14.1/development/decklink-sdk/Blackmagic_DeckLink_SDK_10.1.4.zip.zip,
> and cannot find
> /var/lib/sbopkg/SBo/14.1/development/decklink-sdk/Blackmagic_DeckLink_SDK_10.1.4.zip.ZIP,
> period.
> 
> 
> 
> 
> 
> sbopkg -i libvpx
> 
> ...
> [CXX] third_party/googletest/src/src/gtest-all.cc.o
> [AR] libgtest_g.a
> [STRIP] libgtest.a < libgtest_g.a
> [CC] test/../md5_utils.c.o
> [CC] test/../nestegg/halloc/src/halloc.c.o
> In file included from ../test/../nestegg/halloc/src/halloc.c:19:0:
> ../test/../nestegg/halloc/src/align.h:33:25: error: conflicting types
> for 'max_align_t'
>  typedef union max_align max_align_t;
>  ^
> In file included from ../test/../nestegg/halloc/src/../halloc.h:18:0,
>  from ../test/../nestegg/halloc/src/halloc.c:18:
> /usr/lib64/gcc/x86_64-slackware-linux/5.3.0/include/stddef.h:429:3:
> note: previous declaration of 'max_align_t' was here
>  } max_align_t;
>^
> Makefile:128: recipe for target 'test/../nestegg/halloc/src/halloc.c.o' failed
> make[1]: *** [test/../nestegg/halloc/src/halloc.c.o] Error 1
> Makefile:17: recipe for target '.DEFAULT' failed
> make: *** [.DEFAULT] Error 2


> sbopkg -i libbdplus
> 
> libbdplus not found in /var/cache/sbopkg.
> --2016-02-23 16:29:52--
> ftp://ftp.videolan.org/pub/videolan/libbdplus/0.1.2/libbdplus-0.1.2.tar.bz2
>=> 'libbdplus-0.1.2.tar.bz2'
> Resolving ftp.videolan.org (ftp.videolan.org)... 88.191.250.2,
> 2a01:e0d:1:3:58bf:fa02:c0de:20
> Connecting to ftp.videolan.org (ftp.videolan.org)|88.191.250.2|:21... 
> connected.
> Logging in as anonymous ... Logged in!
> ==> SYST ... done.==> PWD ... done.
> ==> TYPE I ... done.  ==> CWD (1) /pub/videolan/libbdplus/0.1.2 ... done.
> ==> SIZE libbdplus-0.1.2.tar.bz2 ... 319828
> ==> PASV ... couldn't connect to 127.0.1.1 port 62758: Connection refused
> 
> 
> 
> 
> sbopkg -i libbluray
> 
> libbluray not found in /var/cache/sbopkg.
> --2016-02-23 16:30:51--
> ftp://ftp.videolan.org/pub/videolan/libbluray/0.9.2/libbluray-0.9.2.tar.bz2
>=> 'libbluray-0.9.2.tar.bz2'
> Resolving ftp.videolan.org (ftp.videolan.org)... 88.191.250.2,
> 2a01:e0d:1:3:58bf:fa02:c0de:20
> Connecting to ftp.videolan.org (ftp.videolan.org)|88.191.250.2|:21... 
> connected.
> Logging in as anonymous ... Logged in!
> ==> SYST ... done.==> PWD ... done.
> ==> TYPE I ... done.  ==> CWD (1) /pub/videolan/libbluray/0.9.2 ... done.
> ==> SIZE libbluray-0.9.2.tar.bz2 ... 704357
> ==> PASV ... couldn't connect to 127.0.1.1 port 62226: Connection refused
> 
> 
> 
> 
> 
> 
> sbopkg -i graphviz
> 
> 
> Making all in webp
> make[3]: Entering directory '/tmp/SBo/graphviz-2.38.0/plugin/webp'
> make[3]: Nothing to be done for 'all'.
> make[3]: Leaving directory '/tmp/SBo/graphviz-2.38.0/plugin/webp'
> Making all in poppler
> make[3]: Entering directory '/tmp/SBo/graphviz-2.38.0/plugin/poppler'
>   CC   gvplugin_poppler.lo
>   CC   gvloadimage_poppler.lo
>   CCLD libgvplugin_poppler_C.la
>   CCLD 

Re: [Slackbuilds-users] ffmpeg updates

2016-02-23 Thread Miguel De Anda
i started trying to build ffmpeg and as many dependencies as possible
from what's on the website first before trying the newer one but i ran
into issues. i was building this against a new install (about 2 weeks
old) running all current and no 32-bit compat. libs using sbopkg:

sbopkg -i libaacs
...
--2016-02-23 16:19:15--
ftp://ftp.videolan.org/pub/videolan/libaacs/0.8.1/libaacs-0.8.1.tar.bz2
   => 'libaacs-0.8.1.tar.bz2'
Resolving ftp.videolan.org (ftp.videolan.org)... 88.191.250.2,
2a01:e0d:1:3:58bf:fa02:c0de:20
Connecting to ftp.videolan.org (ftp.videolan.org)|88.191.250.2|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/videolan/libaacs/0.8.1 ... done.
==> SIZE libaacs-0.8.1.tar.bz2 ... 315231
==> PASV ... couldn't connect to 127.0.1.1 port 62389: Connection refused




sbopkg -i decklink-sdk

Found Blackmagic_DeckLink_SDK_10.1.4.zip in /var/cache/sbopkg.
Checking MD5SUM:
  MD5SUM check for Blackmagic_DeckLink_SDK_10.1.4.zip ... FAILED!
Expected: 16fbc2f49dc62fecac15835c538f78d4
Found:561847ddc4780f347fbd0ee076573a98


using the downloaded source results in...


Do you want to use the downloaded decklink-sdk source:
Blackmagic_DeckLink_SDK_10.1.4.zip in /var/cache/sbopkg?

You can choose among the following options:
 - (Y)es, keep the source and continue the build process;
 - (N)o, delete the source and abort the build process; or
 - (R)etry download and continue the build process.

(Y)es, (N)o, (R)etry?: y
Keeping the source and continuing.
Building package for decklink-sdk...
Archive:  
/var/lib/sbopkg/SBo/14.1/development/decklink-sdk/Blackmagic_DeckLink_SDK_10.1.4.zip
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of
/var/lib/sbopkg/SBo/14.1/development/decklink-sdk/Blackmagic_DeckLink_SDK_10.1.4.zip
or

/var/lib/sbopkg/SBo/14.1/development/decklink-sdk/Blackmagic_DeckLink_SDK_10.1.4.zip.zip,
and cannot find
/var/lib/sbopkg/SBo/14.1/development/decklink-sdk/Blackmagic_DeckLink_SDK_10.1.4.zip.ZIP,
period.





sbopkg -i libvpx

...
[CXX] third_party/googletest/src/src/gtest-all.cc.o
[AR] libgtest_g.a
[STRIP] libgtest.a < libgtest_g.a
[CC] test/../md5_utils.c.o
[CC] test/../nestegg/halloc/src/halloc.c.o
In file included from ../test/../nestegg/halloc/src/halloc.c:19:0:
../test/../nestegg/halloc/src/align.h:33:25: error: conflicting types
for 'max_align_t'
 typedef union max_align max_align_t;
 ^
In file included from ../test/../nestegg/halloc/src/../halloc.h:18:0,
 from ../test/../nestegg/halloc/src/halloc.c:18:
/usr/lib64/gcc/x86_64-slackware-linux/5.3.0/include/stddef.h:429:3:
note: previous declaration of 'max_align_t' was here
 } max_align_t;
   ^
Makefile:128: recipe for target 'test/../nestegg/halloc/src/halloc.c.o' failed
make[1]: *** [test/../nestegg/halloc/src/halloc.c.o] Error 1
Makefile:17: recipe for target '.DEFAULT' failed
make: *** [.DEFAULT] Error 2





sbopkg -i libbdplus

libbdplus not found in /var/cache/sbopkg.
--2016-02-23 16:29:52--
ftp://ftp.videolan.org/pub/videolan/libbdplus/0.1.2/libbdplus-0.1.2.tar.bz2
   => 'libbdplus-0.1.2.tar.bz2'
Resolving ftp.videolan.org (ftp.videolan.org)... 88.191.250.2,
2a01:e0d:1:3:58bf:fa02:c0de:20
Connecting to ftp.videolan.org (ftp.videolan.org)|88.191.250.2|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/videolan/libbdplus/0.1.2 ... done.
==> SIZE libbdplus-0.1.2.tar.bz2 ... 319828
==> PASV ... couldn't connect to 127.0.1.1 port 62758: Connection refused




sbopkg -i libbluray

libbluray not found in /var/cache/sbopkg.
--2016-02-23 16:30:51--
ftp://ftp.videolan.org/pub/videolan/libbluray/0.9.2/libbluray-0.9.2.tar.bz2
   => 'libbluray-0.9.2.tar.bz2'
Resolving ftp.videolan.org (ftp.videolan.org)... 88.191.250.2,
2a01:e0d:1:3:58bf:fa02:c0de:20
Connecting to ftp.videolan.org (ftp.videolan.org)|88.191.250.2|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /pub/videolan/libbluray/0.9.2 ... done.
==> SIZE libbluray-0.9.2.tar.bz2 ... 704357
==> PASV ... couldn't connect to 127.0.1.1 port 62226: Connection refused






sbopkg -i graphviz


Making all in webp
make[3]: Entering directory '/tmp/SBo/graphviz-2.38.0/plugin/webp'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/SBo/graphviz-2.38.0/plugin/webp'
Making all in poppler
make[3]: Entering directory '/tmp/SBo/graphviz-2.38.0/plugin/poppler'
  CC   gvplugin_poppler.lo
  CC   gvloadimage_poppler.lo
  CCLD libgvplugin_poppler_C.la
  CCLD 

Re: [Slackbuilds-users] Source code hosting offer

2016-02-23 Thread Andrzej Telszewski

On 23/02/16 20:26, Ryan P.C. McQuen wrote:

It would be great if Andrzej would mirror the sbosrcarch though (can't
have enough mirrors).


Is rsync an option?

--
Best regards,
Andrzej Telszewski
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] spice-gtk vs. usbredir

2016-02-23 Thread Nicolas Kovacs
Le 23/02/2016 15:42, Matteo Bernardini a écrit :
> could it be you got that message because you have built usbredir
> support in other components of the virt-manager stack?

Indeed, I built qemu against it.

-- 
Microlinux - Solutions informatiques durables
7, place de l'église - 30730 Montpezat
Web  : http://www.microlinux.fr
Mail : i...@microlinux.fr
Tél. : 04 66 63 10 32
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] Lost in the ether: lomoco and xforge

2016-02-23 Thread David Woodfall

I uploaded a copy on my server and I'll update the links in git

http://ponce.cc/slackware/sources/repo/lomoco-1.0.tar.gz
http://ponce.cc/slackware/sources/repo/xforge-0.2.2.tar.gz

Matteo


Thanks, Matteo
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] Source code hosting offer

2016-02-23 Thread Ryan P.C. McQuen
On Tue, Feb 23, 2016 at 11:24 AM Willy Sudiarto Raharjo <
will...@slackbuilds.org> wrote:

> > Some SlackBuilds require the source code in the form of svn/git/etc.
> > checkout repackaged in tarball.
> >
> > For that purpose I was once (ab)using Ponce's kindly provided
> > support/disk space.
> > Since I now have my own server/hosting, I can do the same, that is
> > provide my space to interested people.
>
> there's another option for hosting the source code in sourceforge.net
> Ryan has created a project for us to host the source code there
>
> https://sourceforge.net/projects/slackbuildsdirectlinks/
>
> if you need to host it there, drop him an email along with your SF
> account name and he will add you to the contributor list
>


Thanks Willy for mentioning it! All are welcome to contribute, it seems to
have worked pretty well so far.  :^)

It would be great if Andrzej would mirror the sbosrcarch though (can't have
enough mirrors).
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] Lost in the ether: lomoco and xforge

2016-02-23 Thread Matteo Bernardini
I uploaded a copy on my server and I'll update the links in git

http://ponce.cc/slackware/sources/repo/lomoco-1.0.tar.gz
http://ponce.cc/slackware/sources/repo/xforge-0.2.2.tar.gz

Matteo
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] spice-gtk vs. usbredir

2016-02-23 Thread Matteo Bernardini
2016-02-23 13:01 GMT+01:00 Nicolas Kovacs :
> Hi,
>
> The spice-gtk package can use usbredir as an optional dependency,
> according to the README on SBo. On the other hand, creating a virtual
> machine spews out a "USB redirection support not compiled in" error in
> virt-manager, so I suggest usbredir should be mandatory.
>
> What's your take on this?

could it be you got that message because you have built usbredir
support in other components of the virt-manager stack?
I haven't tried it myself but I suppose you shouldn't have that
message if you build the stack from scratch withut usbredir at all...

Matteo
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



[Slackbuilds-users] Lost in the ether: lomoco and xforge

2016-02-23 Thread David Woodfall

I've just had a look to see if any sources are missing/moved and have
found the following missing:

system/lomoco 1.0
audio/xforge 0.2.2

(That's xforge the audio editor, not the xml generator).

If anyone has the sources for these available, please let me know,
otherwise they can be dropped.

Thanks

-D
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] Source code hosting offer

2016-02-23 Thread Andrzej Telszewski

On 23/02/16 13:56, Didier Spaier wrote:

/02/2016 13:05, Andrzej Telszewski wrote:

Some SlackBuilds require the source code in the form of svn/git/etc.
checkout repackaged in tarball.

For that purpose I was once (ab)using Ponce's kindly provided
support/disk space.
Since I now have my own server/hosting, I can do the same, that is
provide my space to interested people.


Maybe http://slackware.org.uk/sbosrcarch/ could be used instead?

Nice of you to offer that possibility. However IMHO if possible it would
be preferable to have all source archives in the same place. Here is the
initial announce by B. Watson:
https://lists.slackbuilds.org/pipermail/slackbuilds-users/2015-October/015081.html


Could be an option. The only thing I'm worried about is not to overload 
the maintainer. I've been thinking about a bit of PHP scripting, that 
would allow people to add the tarballs themselves.



___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/





--
Best regards,
Andrzej Telszewski
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] Call for Bug Fixes, Patches, etc

2016-02-23 Thread Andrzej Telszewski

On 23/02/16 12:51, Andrzej Telszewski wrote:

On 05/02/16 13:48, Martijn Dekker wrote:

2. The following horrible, broken and obsolete eyesore:

find -L . \
  \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
   -o -perm 511 \) -exec chmod 755 {} \; -o \
  \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
   -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;

can be replaced by:

chmod -R a-st,u+rwX,go-w+rX .


I advocate this solution.
Can we switch for it?
Or at least would the SlackBuild be accepted if I used this construct?



For the moment I was worried about what is going to happen with symbolic 
links, man page to the rescue:


"chmod never changes the permissions of symbolic links; the chmod system 
call cannot change their permissions. This is not a problem since the 
permissions of symbolic links are never used. However, for each symbolic 
link listed on the command line, chmod changes the permissions of the 
pointed-to file. *In contrast, chmod ignores symbolic links encountered 
during recursive directory traversals.*"


Tested, works as expected.

--
Best regards,
Andrzej Telszewski
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



Re: [Slackbuilds-users] Source code hosting offer

2016-02-23 Thread Didier Spaier
/02/2016 13:05, Andrzej Telszewski wrote:
> Some SlackBuilds require the source code in the form of svn/git/etc.
> checkout repackaged in tarball.
>
> For that purpose I was once (ab)using Ponce's kindly provided
> support/disk space.
> Since I now have my own server/hosting, I can do the same, that is
> provide my space to interested people.

Maybe http://slackware.org.uk/sbosrcarch/ could be used instead?

Nice of you to offer that possibility. However IMHO if possible it would
be preferable to have all source archives in the same place. Here is the
initial announce by B. Watson:
https://lists.slackbuilds.org/pipermail/slackbuilds-users/2015-October/015081.html
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



[Slackbuilds-users] Source code hosting offer

2016-02-23 Thread Andrzej Telszewski

Hi,

Some SlackBuilds require the source code in the form of svn/git/etc. 
checkout repackaged in tarball.


For that purpose I was once (ab)using Ponce's kindly provided 
support/disk space.
Since I now have my own server/hosting, I can do the same, that is 
provide my space to interested people.


Just drop me an e-mail.

--
Best regards,
Andrzej Telszewski
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



[Slackbuilds-users] spice-gtk vs. usbredir

2016-02-23 Thread Nicolas Kovacs
Hi,

The spice-gtk package can use usbredir as an optional dependency,
according to the README on SBo. On the other hand, creating a virtual
machine spews out a "USB redirection support not compiled in" error in
virt-manager, so I suggest usbredir should be mandatory.

What's your take on this?

Niki
-- 
Microlinux - Solutions informatiques durables
7, place de l'église - 30730 Montpezat
Web  : http://www.microlinux.fr
Mail : i...@microlinux.fr
Tél. : 04 66 63 10 32
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/