Re: [Slackbuilds-users] Submission failure

2020-09-06 Thread Sebastien BALLET
Hello, Tried again and it works. Thanks. -- SeB Le sam. 5 sept. 2020 à 16:39, Sebastien BALLET a écrit : > Hello, > > I'm unable to submit an update for one of my slackbuilds. I tried multiple > time but I get the same error message : > > Can not connect to E-Mail

[Slackbuilds-users] Submission failure

2020-09-05 Thread Sebastien BALLET
Hello, I'm unable to submit an update for one of my slackbuilds. I tried multiple time but I get the same error message : Can not connect to E-Mail server (alt4.gmail-smtp-in.l.google.com). Go back and enter a valid E-Mail address. How to solve this ? Thanks. -- SeB __

[Slackbuilds-users] missing doinst.sh in libdockapp.tar.gz

2019-12-20 Thread Sebastien BALLET
Hello, libdockapp.SlackBuild try to copy doinst.sh from $CWD : 8< # doinst.sh came from Pat's font-misc-misc-1.1.2-noarch-1 package. mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/instal

[Slackbuilds-users] Error in openjdk8.info

2019-12-07 Thread Sebastien BALLET
Hello, I just noticed I forgot to change the version number in zulu-openjdk8.info. I attached a patch to fix that. sorry for the inconvenience. -- SeB --- zulu-openjdk8.info.orig 2019-12-07 16:32:13.456039866 +0100 +++ zulu-openjdk8.info 2019-12-07 16:32:28.170040523 +0100 @@ -1,5 +1,5 @@ PRG

Re: [Slackbuilds-users] jdk 8u181 not available?

2018-10-19 Thread Sebastien BALLET
Hello, you'll find it in the archive, here : https://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html Note that you can build jdk 191 (or 192) using the current slackbuild as below : $ VERSION=8u191 ./jdk.SlackBuild -- SeB Le ven. 19 oct. 2018 à 14:10, Thomas

Re: [Slackbuilds-users] libreoffice.SlackBuild: request for enhancement

2018-10-17 Thread Sebastien BALLET
Hello, oh ! I forgot to mention that the patch does not remove the "original" symlinks found in /usr/share/applications (ie. those with version number). If you want to get rid of those and have only "unversioned" symlinks, the patch below (and in attachment) should do the trick: 8<---

[Slackbuilds-users] libreoffice.SlackBuild: request for enhancement

2018-10-17 Thread Sebastien BALLET
Hello, The .desktop files installed in /opt/libreoffice/share/xdg and symlinks to that files in /usr/share/applications have version number in their name (ex libreoffice6.1-writer.desktop) which force user to re-create/update any links/reference (placed on KDE desktop for instance) to that files o

Re: [Slackbuilds-users] new VLC always crashes

2018-10-13 Thread Sebastien BALLET
Hello, the driver name "nvidia" is hardcoded but you can override it using the environment variable VDPAU_DRIVER and more precisely in /etc/profile.d/ vdpau.sh/.csh, which, by default, only contains commented definitions of that variable : 8<- #!/bin/sh #

Re: [Slackbuilds-users] wmcliphist glitch under fluxbox

2018-04-10 Thread Sebastien BALLET
Hello, Even if the first patch I sent is okl, I think it is better to use the (new) attached version instead. Note that the attached patch allows to use wmcliphist under fluxbox, and has no side effect when wmcliphist is run under windowmaker. -- SeB 2018-04-04 16:32 GMT+02:00 Sebastien BALLET

[Slackbuilds-users] wmcliphist glitch under fluxbox

2018-04-04 Thread Sebastien BALLET
Hello, when running wmcliphist under fluxbox, there's a blank area on top left of the screen (see image wmcliphist-blank-area-on-fluxbox.jpg) The attached patch fixes this issue (see image wmcliphist-no-blank-area-on-fluxbox.jpg). The slackbuild does not need to be updated. -- SeB --- dockapps

Re: [Slackbuilds-users] [libreoffice] The lack of symlinks loxxx prevent opening of documents with Xfe

2018-01-06 Thread Sebastien BALLET
Hello, It seems you didn't applied the patch I sent properly. The symlinks are created in / instead of /usr/bin : $ cat /tmp/SBo/package-libreoffice/install/doinst.sh|grep lo[a-z] ( cd . ; rm -rf loimpress ) ( cd . ; ln -sf ../../opt/libreoffice5.4/program/simpress loimpress ) ( cd . ; rm -rf low

[Slackbuilds-users] [libreoffice] The lack of symlinks loxxx prevent opening of documents with Xfe

2018-01-05 Thread Sebastien BALLET
Hello, Xfe file manager includes file associations to open documents supported by libreoffice with programs named: lobase, localc, lodraw, loimpress, lomath and lowriter. However, the libreoffice package (the one which repackage official binary) does not include binaries/symlinks/wrappers with th

[Slackbuilds-users] slackware-xdg-menu: missing directory

2017-09-01 Thread Sebastien BALLET
Hello, the package *slackware-xdg-menu *does not create the required directory /var/cache/xdg-menu which prevents tool update-menus to work properly (*fails without any message*). The attached patch fixes this issue. -- SeB --- slackware-xdg-menu.SlackBuild.orig 2017-09-01 19:57:12.332286850 +02

Re: [Slackbuilds-users] slackbuilds.org/remove does not exist

2017-08-08 Thread Sebastien BALLET
Hello, it works here. -- SeB 2017-08-09 8:38 GMT+02:00 Leonard Schmidt : > Hello, > > the last part of the mail one receives when submitting a tarball via the > SlackBuilds Upload Form reads: > > > If you need to remove this submission before it is approved > > please visit: http://slackbuilds

Re: [Slackbuilds-users] Scribus-1.4.6: build fails not finding freetype.h

2017-08-07 Thread Sebastien BALLET
lude/freetype2" \ ./CMakeLists.txt *8< -- -- SeB 2017-08-07 18:49 GMT+02:00 Rich Shepard : > On Mon, 7 Aug 2017, Sebastien BALLET wrote: > > You shouldn't have removed that space. It is required. The option -D allows >> to create a cmake cache entry : >> &

Re: [Slackbuilds-users] Scribus-1.4.6: build fails not finding freetype.h

2017-08-07 Thread Sebastien BALLET
SeB 2017-08-07 17:59 GMT+02:00 Rich Shepard : > On Mon, 7 Aug 2017, Sebastien BALLET wrote: > > That's really weird. It would be better to find why cmake finds freetype >> /in usr/local/include instead of /usr/include, but, you can try this hack: >> Edit scribus.Slac

Re: [Slackbuilds-users] Scribus-1.4.6: build fails not finding freetype.h [SOLVED]

2017-08-07 Thread Sebastien BALLET
Hello, Nice that you found a solution for this weird issue Rich. -- SeB 2017-08-07 16:35 GMT+02:00 Rich Shepard : > On Fri, 4 Aug 2017, Rich Shepard wrote: > > I'm trying to upgrade scribus from 1.4.4. to 1.4.6, but the build fails >> here: >> /tmp/SBo/scribus-1.4.6/scribus/scfonts.h:19:23: f

Re: [Slackbuilds-users] Scribus-1.4.6: build fails not finding freetype.h

2017-08-07 Thread Sebastien BALLET
freetype2" \ ./CMakeLists.txt 8<-- Then, try to build scribus as below and post the output (unless it not fails). $ VERBOSE=1 ./scribus.SlackBuild -- SeB 2017-08-07 15:32 GMT+02:00 Rich Shepard : > On Mon, 7 Aug 2017, Sebastien BALLET wrote: > > In one of my previous pos

Re: [Slackbuilds-users] Scribus-1.4.6: build fails not finding freetype.h

2017-08-07 Thread Sebastien BALLET
Configuring done -- Generating done -- Build files have been written to: /tmp/cmake-test 8<-- ​If you get the output above, you can (re)try to build scribus. Otherwise ... I don't know. -- SeB​ 2017-08-06 18:22 GMT+02:00 Rich Shepard : &

Re: [Slackbuilds-users] Scribus-1.4.6: build fails not finding freetype.h

2017-08-06 Thread Sebastien BALLET
B 2017-08-06 15:39 GMT+02:00 Rich Shepard : > On Sun, 6 Aug 2017, Sebastien BALLET wrote: > > can you post the output of : >> 8<-- >> $ find /usr/include -iname "freetype.h" >> > > /usr/i

Re: [Slackbuilds-users] Scribus-1.4.6: build fails not finding freetype.h

2017-08-06 Thread Sebastien BALLET
uot;) freetype_include_dirs: /usr/include/freetype2;/usr/include -- Configuring done -- Generating done -- Build files have been written to: /tmp/cmake-test 8<----- ​ -- SeB 2017-08-05 22:49 GMT+02:00 Rich Shepard : > On Sat, 5 Aug 2017, Sebas

Re: [Slackbuilds-users] Scribus-1.4.6: build fails not finding freetype.h

2017-08-05 Thread Sebastien BALLET
why /usr/include/freetype2 is not found on your side. It seems (but I can be wrong) that /usr/local/include is used instead of /usr/include/freetype2. Maybe you have something in /usr/local/include which cause your issue. -- SeB 2017-08-05 18:27 GMT+02:00 Rich Shepard : > On Sat, 5 Aug 20

Re: [Slackbuilds-users] Scribus-1.4.6: build fails not finding freetype.h

2017-08-05 Thread Sebastien BALLET
4.6/scribus/desaxe/saxiohelper.cpp /usr/bin/cmake -E cmake_progress_report /tmp/SBo/scribus-1.4.6/CMakeFiles -- SeB -- SeB 2017-08-04 21:23 GMT+02:00 Rich Shepard : > On Fri, 4 Aug 2017, Sebastien BALLET wrote: > > in addition to what didier suggest, It would be useful to po

Re: [Slackbuilds-users] Scribus-1.4.6: build fails not finding freetype.h

2017-08-04 Thread Sebastien BALLET
Hello, in addition to what didier suggest, It would be useful to post full output of the build process, and, the content of /tmp/SBo/scribus-1.4.6/config.h file. -- SeB 2017-08-04 20:58 GMT+02:00 Didier Spaier : > > Le 04/08/2017 à 20:36, Rich Shepard a écrit : > > On Fri, 4 Aug 2017, Didier

[Slackbuilds-users] lxdm issue

2017-08-01 Thread Sebastien BALLET
Hello, As opposed to xdm/kdm/slim, lxdm freezes (black screen) when X is killed with alt+ctrl+backspace. I searched on the net but found nothing about that issue. Is there something to add/remove in lxdm configuration file to prevent/solve this ? -- SeB _

Re: [Slackbuilds-users] libraries/libxfcegui4: typo

2017-07-16 Thread Sebastien BALLET
oops, there's also a typo at lines #82 and #99 : 82: --docdir=/usr/doc/$*PKGNAM*-$VERSION should be : 82: --docdir=/usr/doc/$*PRGNAM*-$VERSION 99: $PKG/usr/doc/${*PKGNAM*}-$VERSION should be : 99: $PKG/usr/doc/${*PRGNAM*}-$VERSION -- SeB 2017-07-16 17:18 GMT+02:00 Sebastien B

[Slackbuilds-users] libraries/libxfcegui4: typo

2017-07-16 Thread Sebastien BALLET
Hello, There's a typo at line #96 in libraries/libxfcegui4.SlackBuild which leads to installation of doc files in /usr/doc/-4.10.0 instead of /usr/doc/libxfcegui4-4.10.0 : 96: mkdir -p $PKG/usr/doc/${*PKGNAM*}-$VERSION should be : 96: mkdir -p $PKG/usr/doc/${*PRGNAM*}-$VERSION PS: I didn't exp

Re: [Slackbuilds-users] slackware-xdg-menu: files with wrong user/group ownerships

2017-07-14 Thread Sebastien BALLET
Hello, apparently, there are others packages might have the same kind of issue. The command below can be used to identify those package : find . -type f -name "*.SlackBuild" | xargs grep --color -E "^[[:space:]]*cp[[:space:]]+[-][a][[:space:]]+[$][C]" In attachment the list of matches returned b

[Slackbuilds-users] slackware-xdg-menu: files with wrong user/group ownerships

2017-07-14 Thread Sebastien BALLET
Hello, slackware-xdg-menu.SlackBuild generates package containing files with wrong ownerships : $ tar tvf /tmp/slackware-xdg-menu-0.7.6.2-noarch-1_SBo.tgz | grep -v "root/root" -rw-r--r-- seb/users 6651 2016-12-10 02:10 usr/share/desktop-directories/Development.directory -rw-r--r-- seb/users

Re: [Slackbuilds-users] possible submission

2017-06-23 Thread Sebastien BALLET
​​ ​Hello, old java programs compile and run fine on newer java versions. You just need to use the right javac options (ie. -source and -bootclasspath) if you want to recompile old code with a newer compiler. For instance, if you have a java 6 source code that you want to compile with java 8, cal

Re: [Slackbuilds-users] possible submission

2017-06-23 Thread Sebastien BALLET
Hello, Otherwise, there are zulu-openjdk7/8 slackbuilds to repackage the Azul's Zulu build of OpenJDK 7/8. https://slackbuilds.org/repository/14.2/development/zulu-openjdk7/ https://slackbuilds.org/repository/14.2/development/zulu-openjdk8/ http://zulu.org/ -- SeB 2017-06-23 0:56 GMT+02:00 B W

Re: [Slackbuilds-users] opus 1.2

2017-06-21 Thread Sebastien BALLET
Hello, No issue with games/iortcw. -- SeB 2017-06-21 13:03 GMT+02:00 Willy Sudiarto Raharjo : > Hi guys, > > just heads-up that i'm bumping opus 1.2 for this week's public update > Although the release notes saying that it doesn't break compatibility > nor any regressions found since 1.1.5, it

Re: [Slackbuilds-users] question about libjvm.so symlinks

2017-06-04 Thread Sebastien BALLET
FIX} > is a path all other programs also know > > /Harald > > > > > 2017-06-02 18:41 GMT+02:00 Sebastien BALLET : > >> Hello, >> >> I would like to know if there is any (documented) reasons why the >> slackbuilds for (open)jdk create the symlinks below.

[Slackbuilds-users] question about libjvm.so symlinks

2017-06-02 Thread Sebastien BALLET
Hello, I would like to know if there is any (documented) reasons why the slackbuilds for (open)jdk create the symlinks below. jdk.SlackBuild: cd $PKG/usr/lib${LIBDIRSUFFIX} ln -sf ./java/jre/lib/${LIB_ARCH}/server/libjvm.so . openjdk.SlackBuild: cd $PKG/usr/lib${LIBDIRSUFFIX} ln -sf ./$PRGN

Re: [Slackbuilds-users] apache-tomcat slackbuild silently changes /var/tmp permissions

2017-01-14 Thread Sebastien BALLET
at, nor to set all files in /var/lib/tomcat/webapps read/write/executable for users in tomcat group. I think the option "-R" is not required in both cases. -- SeB 2017-01-13 14:53 GMT+01:00 Matteo Bernardini : > 2017-01-13 14:40 GMT+01:00 Sebastien BALLET : > > Hello, >

[Slackbuilds-users] apache-tomcat slackbuild silently changes /var/tmp permissions

2017-01-13 Thread Sebastien BALLET
Hello, On a clean Slackware, /var/tmp permissions are set to 1777, but once apache-tomcat is installed, permissions are changed to 755 which can lead to issues. The attached patch fixes this issue. -- SeB --- apache-tomcat.SlackBui

[Slackbuilds-users] p7zip vulnerabilities

2016-05-31 Thread Sebastien BALLET
Hello, p7zip 9.20.1 has two security issues : CVE-2015-1038: p7zip 9.20.1 allows remote attackers to write to arbitrary files via a symlink attack in an archive. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1038 https://sourceforge.net/p/p7zip/bugs/147/#2f9c CVE-2016-2335: 7zip UDF C

[Slackbuilds-users] Question about permissions in jdk.SlackBuild

2014-01-11 Thread Sebastien BALLET
Hello, Is there any reason why jdk.SlackBuild always uses "find \(-perm 777 ..." while the other slackbuilds (and the templates) now use "find -L \(-perm 777..." ? -- SeB ___ SlackBuilds-users mailing list SlackBuilds-users@slackbuilds.org http://li

[Slackbuilds-users] apache-ant: source link broken

2010-01-21 Thread Sebastien BALLET
Hello, Since the latest apache-ant release is 1.8.0RC1, link to 1.7.1 ant source at http://slackbuilds.org/repository/13.0/development/apache-ant/ is broken. So, this page needs to be updated with the link below: http://archive.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.tar.bz2 -- SeB

[Slackbuilds-users] mistaken submission

2009-05-10 Thread Sebastien BALLET
Hi, After reading the thread "Slackbuilds in python ?" it seems that the submission that I made on 16/4 (i.e kernel-pae) is wrong. Indeed, this slackbuild builds multiple package at a time, which is something that slackbuilds.org do not want. To correct this mistake, I have made two slackbuilds (k

Re: [Slackbuilds-users] invalid search result

2009-05-05 Thread Sebastien BALLET
Hi, > When I search "adobe" in slackbuilds,org, I got a invalid link: > http://slackbuilds.org/repository/12.2/office/acroread/ acroread has been replaced by adobe-reader : http://slackbuilds.org/repository/12.2/office/adobe-reader/ -- SeB ___ Slack