Giter Club home page Giter Club logo

slackbuilds's People

Contributors

annejan avatar conraid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

slackbuilds's Issues

ktexteditor

hi,
ktexteditor is now in current so you can remove it from your repo
cheers,
thank you

neomutt in Sbo

Hi,
I was wondering why your slackbuild was not in Sbo ?

Must admit I used yours with very few modifications to build my package (build with slang).

Only one problem, had to disable lua since it wouldn't compile with Sbo package installed.

keepassxc 2.6.6

Hello! First and foremost, thank you so much for this great repository, @conraid. You've certainly raised the bar of Slackware packaging game.

I don know it this is the preferred way to do this, but here I go... keepassxc has been upgraded to 2.6.6.

Thank you so much.

Zeromq download logic broken

Hi there,

The current repo for zeromq fails at the stage of downloading the second file in the info file - cppmq-*. If you download the link manually, then the build starts correctly.

I'm also getting the following error in the build itself:

config.status: creating src/platform.hpp config.status: executing depfiles commands config.status: executing libtool commands Making all in doc make[1]: Entering directory '/tmp/pkg/zeromq-4.3.4/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/tmp/pkg/zeromq-4.3.4/doc' make[1]: Entering directory '/tmp/pkg/zeromq-4.3.4' CXX tools/curve_keygen.o CXX src/libzmq_la-address.lo CXX src/libzmq_la-channel.lo CXX src/libzmq_la-client.lo CXX src/libzmq_la-clock.lo CXX src/libzmq_la-ctx.lo CXX src/libzmq_la-curve_client.lo In file included from src/curve_client.hpp:37, from src/curve_client.cpp:38: src/curve_client_tools.hpp: In static member function ‘static int zmq::curve_client_tools_t::produce_initiate(void*, size_t, uint64_t, const uint8_t*, const uint8_t*, const uint8_t*, const uint8_t*, const uint8_t*, const uint8_t*, const uint8_t*, const uint8_t*, size_t)’: src/curve_client_tools.hpp:183:16: error: ‘void* memcpy(void*, const void*, size_t)’ offset [0, 31] is out of the bounds [0, 0] [-Werror=array-bounds] 183 | memcpy (&initiate_plaintext[crypto_box_ZEROBYTES], public_key_, 32); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/curve_client_tools.hpp:186:16: error: ‘void* memcpy(void*, const void*, size_t)’ offset [0, 79] is out of the bounds [0, 0] [-Werror=array-bounds] 186 | memcpy (&initiate_plaintext[crypto_box_ZEROBYTES + 48], | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 187 | vouch_box + crypto_box_BOXZEROBYTES, 80); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: all warnings being treated as errors make[1]: *** [Makefile:5395: src/libzmq_la-curve_client.lo] Error 1 make[1]: Leaving directory '/tmp/pkg/zeromq-4.3.4' make: *** [Makefile:8217: all-recursive] Error 1

As this package is required to build ntopng, it's a bit of a stumbling block.

Thanks Robby

Not really an issue, only requesting that you restore Audacity to your collectoin of SlackBuilds

First, let me give you a big thanks for maintaining your excellent SlackBuilds, many of which are the only way that I (and doubtless many others) have to compile certain packages for my Slackware platform properly.
I know that some time ago, you had one for Audacity, but you dropped it for some reason one or two revisions of Audacity back, probably because it was tricky to get it to build with the default depends.
For what it's worth, the newest revision (3.1.3) builds just fine, and I was able to do so using your original audacity.SlackBuild file.
I'm glad that I hung onto that file, but I bet there are plenty of other folks would like to be able to build the very popular Audacity on their Slackware platforms again.
Would you be up to restoring that to your SlackBuilds?
Thanks again.

go requires go

Hi,
I just notice that golang package has required the go package, is this necessary?

Found some errors in the slackbuild that prevent building.

tar command
tar xvf $CWD/$PKGNAM-$VERSION.tar.gz || tar xvf $CWD/v${VERSION}.tar.gz || tar xvf $CWD/$PKGNAM-v$VERSION.tar.gz

cd into directory
cd $PKGNAM-v$VERSION

docdir configure param
--docdir=/usr/doc/$PKGNAM-v$VERSION \

make doc directory
mkdir -p $PKG/usr/doc/$PKGNAM-v$VERSION

copy docs
cp -a $DOCFILES $PKG/usr/doc/$PKGNAM-v$VERSION || true

store a copy of the slackbuild
cat $CWD/$PKGNAM.SlackBuild > $PKG/usr/doc/$PKGNAM-v$VERSION/$PKGNAM.SlackBuild

makepkg
/sbin/makepkg -l y -c n $OUTPUT/$PKGNAM-v$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}

neomutt and lua

Hi Conraid,
I tried to compile neomutt with lua support.
I must confess that I did that with a version bump in your slackbuild (20200925) and in the lua53 slackbuild (did not compile with the lua52 already installed).

It fails with

mutt_lua.c: Dans la fonction « lua_mutt_call »:
mutt_lua.c:135:9: erreur: utilisation invalide de l'expression void
  135 |     if (!lua_pushstring(l, mutt_b2s(err)))
      |         ^
mutt_lua.c: Dans la fonction « lua_mutt_set »:
mutt_lua.c:188:25: attention: déclaration implicite de la fonction « lua_rawlen »; vouliez-vous utiliser « lua_rawset » ? [-Wimplicit-function-declaration]
  188 |       size_t val_size = lua_rawlen(l, -1);
      |                         ^~~~~~~~~~
      |                         lua_rawset
mutt_lua.c: Dans la fonction « lua_mutt_enter »:
mutt_lua.c:321:9: erreur: utilisation invalide de l'expression void
  321 |     if (!lua_pushstring(l, mutt_b2s(err)))
      |         ^
mutt_lua.c: Dans la fonction « luaopen_mutt_decl »:
mutt_lua.c:397:3: attention: déclaration implicite de la fonction « luaL_newlib »; vouliez-vous utiliser « luaL_openlib » ? [-Wimplicit-function-declaration]
  397 |   luaL_newlib(l, luaMuttDecl);
      |   ^~~~~~~~~~~
      |   luaL_openlib
mutt_lua.c: Dans la fonction « luaopen_mutt »:
mutt_lua.c:414:3: attention: déclaration implicite de la fonction « luaL_requiref »; vouliez-vous utiliser « luaL_unref » ? [-Wimplicit-function-declaration]
  414 |   luaL_requiref(l, "mutt", luaopen_mutt_decl, 1);
      |   ^~~~~~~~~~~~~
      |   luaL_unref
make: *** [Makefile:453: mutt_lua.o] Error 1

Btw previous version of neomutt compiled fine but says
lua : unknown command

Could you tell me if it compiles on your machine and with wich versions ?

Regards

broken symlinks

In /usr/lib64/ :

liblua.a
liblua.so -> liblua.so.5.4.3
liblua.so.5.4 -> liblua.so.5.4.3
liblua.so.5.4.3
liblua5.4.so -> /usr/lib/liblua.so.5.4.3

but /usr/lib/liblua.so.5.4.3 doesn't exist

bwm-ng needs to be rebuilt

$ ldd /usr/bin/bwm-ng
linux-vdso.so.1 => linux-vdso.so.1 (0x00007ffccaad3000)
libncurses.so.6 => /lib64/libncurses.so.6 (0x00007f053f08a000)
libtinfo.so.6 => /lib64/libtinfo.so.6 (0x00007f053f059000)
libstatgrab.so.10 => not found
libc.so.6 => /lib64/libc.so.6 (0x00007f053ee62000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f053ee5d000)
/lib64/ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2 (0x00007f053f0ef000)

Last php-xdebug broken with extra/php81-8.1.8

Hi there!

Mon, 11 Jul 2022 09:29:08 UTC broke php-xdebug compatibility with stock extra/php81-8.1.8-x86_64-1. Now it prints:

$ php --version
Xdebug requires Zend Engine API version 320190902.
The Zend Engine API version 420210902 which is installed, is newer.
Contact Derick Rethans at https://xdebug.org/docs/faq#api for a later version of Xdebug.

This happens because:

Reuilt all php packages against php-7.4.30.

But Tue, 14 Jun 2022 09:05:38 UTC changelog was fine with extra/php version then:

php-xdebug-3.1.5-x86_64-2cf.txz:  Rebuilt.
	- Recompiled against php81-8.1.7.

Have you dropped support to extra/php on your php extensions?

Problem compiling Inkscape on Slackware Current with version 22.09.0

I ran into a problem compiling Inkscape on my bleeding edge Slackware (current) platform once I updated to Poppler 22.09.0,, with compilation aborting at about the 37% point of compilation.
It sent the following two errors:

/tmp/SBo/inkscape-1.2.1_2022-07-14_9c6d41e410/src/extension/internal/pdfinput/pdf-parser.cpp: In member function ‘void PdfParser::opSetDash(Object*, int)’:
/tmp/SBo/inkscape-1.2.1_2022-07-14_9c6d41e410/src/extension/internal/pdfinput/pdf-parser.cpp:700:21: error: no matching function for call to ‘GfxState::setLineDash(double*&, int&, double)’
700 | state->setLineDash(dash, length, args[1].getNum());
/tmp/SBo/inkscape-1.2.1_2022-07-14_9c6d41e410/src/extension/internal/pdfinput/svg-builder.cpp: In member function ‘void Inkscape::Extension::Internal::SvgBuilder::_setStrokeStyle(SPCSSAttr*, GfxState*)’:
/tmp/SBo/inkscape-1.2.1_2022-07-14_9c6d41e410/src/extension/internal/pdfinput/svg-builder.cpp:394:23: error: no matching function for call to ‘GfxState::getLineDash(double**, int*, double*)’
394 | state->getLineDash(&dash_pattern, &dash_length, &dash_start);

I use Inkscape quite a lot, so not wanting to be without it, I crudely modified the affected source files with the following commands:

sed -i '700s%.%// &%' src/extension/internal/pdfinput/pdf-parser.cpp
sed -i '394s%.
%// &%' src/extension/internal/pdfinput/svg-builder.cpp

I was unsure about whether that would work, but I'm happy to say that it completed, and (at least for now) Inkscape appears to work after compilation and installation were completed this way.
I don't know if this will cause unwanted crashes or other issues, but I wanted to let anyone else know that this will (at least for now) allow you to compile it.
However, I'm sure that a more elegant patch is called for rather than my primitive hack of simply commenting out the offending lines of code, so someone may want to find or write one for it.

lynis.SlackBuild - bash_completion.d wrong /path

Just wanted to point out in your lynis.SlackBuild line 72 is not correct;

install -Dm644 extras/bash_completion.d/lynis $PKG/etc/bash_completion.d/lynis

This is correct /path;

install -Dm644 extras/bash_completion.d/lynis $PKG/usr/share/bash-completion/completions/lynis

At least this is correct for Slackware 14.2, not sure if 14.1 also uses the same /path for /usr/share...

Not an issue as such, only a suggestion to restore one of the (apparently) abandoned programs

I really appreciate your slackbuilds, especially because yours is the only one that would build version 3.x of Audacity.
However, it seems that Audacity has been taken out for the last few months, possibly (I'm guessing) because there was a problem that prevents it building.
I don't know if that was why, but I can say that I finally dug up a tiny one-line modification that allows it to build okay that you might be interested in incorporating to allow building versions 3.03 and 3.0.4.

sed -i 's/^#include $/#include \n#include /' libraries/lib-utility/MemoryX.h

This could obviously made into a tiny patch file instead, but this is how I handled it for now.
Thanks again.

Inkscape : needs to be recompiled

Hi Corrado,

inkscape: error while loading shared libraries: libgsl.so.25

Inkscape needs to be recompiled against the new version of gsl

l/gsl-2.7.1-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.