Package Details: sqlitestudio-plugins 3.3.3-3

Git Clone URL: https://aur.archlinux.org/sqlitestudio.git (read-only, click to copy)
Package Base: sqlitestudio
Description: Official plugins for sqlitestudio
Upstream URL: https://github.com/pawelsalawa/sqlitestudio
Licenses: GPL3
Submitter: dracorp
Maintainer: dracorp
Last Packager: dracorp
Votes: 21
Popularity: 0.000095
First Submitted: 2012-11-22 08:28 (UTC)
Last Updated: 2021-08-27 22:31 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

terablast commented on 2021-08-27 02:32 (UTC) (edited on 2021-08-27 02:33 (UTC) by terablast)

sh: line 1: tclsh: command not found
Project ERROR: Could not find tclsh executable. ScriptingTcl plugin requires it to find out all Tcl libraries and headers. Make tclsh available in PATH.
make: *** [Makefile:389: sub-ScriptingTcl-make_first] Error 3
==> ERROR: A failure occurred in build().
    Aborting...
:: chrpath is now an orphan package
:: qt5-script is now an orphan package
:: qt5-tools is now an optional package
:: failed to build sqlitestudio package(s)

I think tcl should be a dependency!

JohnRobson commented on 2021-08-24 16:08 (UTC)

make[1]: Leaving directory '/tmp/yay/sqlitestudio/src/output/build/guiSQLiteStudio'
==> ERROR: A failure occurred in build().
Aborting...
error making: sqlitestudio (sqlitestudio sqlitestudio-plugins)

Gendalf commented on 2021-07-25 16:32 (UTC) (edited on 2021-07-25 17:31 (UTC) by Gendalf)

Hello. I think sqlite2 don't need. Please remove it from PLGBUILD.

DbSqlite2 plugin is deprecated as of SQLiteStudio 3.3.0. For accessing SQLite 2 please use older SQLiteStudio versions.

See: https://github.com/pawelsalawa/sqlitestudio/wiki/Official_plugins

I build sqlitestudio without sqlite2. It works.

dracorp commented on 2021-06-01 18:08 (UTC)

Strange, for me it works.

mireiner commented on 2021-05-30 07:47 (UTC) (edited on 2021-05-30 07:53 (UTC) by mireiner)

SQliteStudio 3.3.3 doesn't install because of error in build process of sqlite2-2.8.17-9:

./src/shell.c:695:20: error: format not a string literal and no format arguments [-Werror=format-security]
  695 |     fprintf(stderr,zHelp);
      |                    ^~~~~
cc1: some warnings being treated as errors
make: *** [Makefile:199: sqlite] Error 1

linuxyz commented on 2021-05-10 09:48 (UTC) (edited on 2021-05-10 09:48 (UTC) by linuxyz)

Build error:

./src/shell.c: In function 'do_meta_command':
./src/shell.c:695:20: error: format not a string literal and no format arguments [-Werror=format-security]
  695 |     fprintf(stderr,zHelp);
      |                    ^~~~~
cc1: some warnings being treated as errors
make: *** [Makefile:199: sqlite] Error 1

akeller commented on 2020-01-25 06:22 (UTC) (edited on 2020-01-25 06:56 (UTC) by akeller)

sqlitestudio moved their file hosting to a Github releases page. It looks like that is where the .xz file @Fuzzy mentioned is hosted.

On the sqlitestudio download page they mention that they have made older package versions available on Dropbox.

I found the sqlitestudio-3.2.1.tar.gz on Dropbox here.

Unfortunately, this doesn't give a clean direct download link. I pulled this nasty one from the GET request that may work for others:

https://uc8a1906a11c240463f6e481f44a.dl.dropboxusercontent.com/cd/0/get/Aw1tLFA5I6KEMqIEL6VqXhwH4-qv6OhBHXZfRPYWrymrE298VdHdifWSzITsHHobTs4kInXPNYX5MZCoVUM9aAUfiz5nvFxtvbSWgKkget6d3ZY-5XQs1qa17beTfHWFkfE/file?_download_id=29711407350492314477900089425027678660738422878172814232087761235&_notify_domain=www.dropbox.com&dl=1

Fuzzy commented on 2020-01-24 12:57 (UTC) (edited on 2020-01-24 12:59 (UTC) by Fuzzy)

Source file location http://sqlitestudio.pl/files/sqlitestudio3/complete/tar/sqlitestudio-3.2.1.tar.gz is outdated and returns 404 Not Found error I tried to download file manualy but it has *.xz extention and fails integrity check. With disabled integrity check it fails to build with following messages: ==> Making package: sqlitestudio 3.2.1-1 (Fri 24 Jan 2020 03:53:20 PM MSK) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Starting build()... -> Making sqlitestudio3-main Cannot find file: ../../SQLiteStudio3. ==> ERROR: A failure occurred in build().

mathben commented on 2018-08-27 20:57 (UTC)

Compilation error :

../../../SQLiteStudio3/guiSQLiteStudio/mainwindow.cpp: In member function ‘QString MainWindow::currentStyle() const’: ../../../SQLiteStudio3/guiSQLiteStudio/mainwindow.cpp:581:33: error: invalid use of incomplete type ‘class QStyle’ return QApplication::style()->objectName(); ^~ In file included from /usr/include/qt/QtWidgets/qshortcut.h:44, from /usr/include/qt/QtWidgets/QShortcut:1, from ../../../SQLiteStudio3/guiSQLiteStudio/common/extactioncontainer.h:11, from ../../../SQLiteStudio3/guiSQLiteStudio/mainwindow.h:4, from ../../../SQLiteStudio3/guiSQLiteStudio/mainwindow.cpp:1: /usr/include/qt/QtWidgets/qwidget.h:67:7: note: forward declaration of ‘class QStyle’ class QStyle; ^~~~~~ ../../../SQLiteStudio3/guiSQLiteStudio/mainwindow.cpp: In member function ‘void MainWindow::statusFieldLinkClicked(const QString&)’: ../../../SQLiteStudio3/guiSQLiteStudio/mainwindow.cpp:787:56: warning: unused parameter ‘link’ [-Wunused-parameter] void MainWindow::statusFieldLinkClicked(const QString& link)

hauzer commented on 2017-04-14 10:25 (UTC)

@ijann I did not solve it.