Package Details: sqlitestudio-plugins 3.4.4-1

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: tee
Last Packager: tee
Votes: 25
Popularity: 0.045371
First Submitted: 2012-11-22 08:28 (UTC)
Last Updated: 2023-06-28 09:03 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

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.

ijann commented on 2017-03-13 22:28 (UTC)

@hauzer Hello, as you did to fix it?, if you got qt5-base, I was presented the same problem and not be how to solve it, and if I remove qt5-base removes me many applications that have dependencies. Best regards

hauzer commented on 2017-01-29 10:38 (UTC)

It's probably because I'm using [testing]. `qt5-base` must be on an incompatible version. That's what this warning is about: ```warning: ‘constexpr typename std::enable_if<std::is_same<typename std::remove_cv< <template-parameter-1-1> >::type, int>::value, bool>::type operator!=(QChar, T) [with T = int; typename std::enable_if<std::is_same<typename std::remove_cv< <template-parameter-1-1> >::type, int>::value, bool>::type = bool]’ is deprecated: don't compare ints to QChars, compare them to QChar::unicode() instead''', and it's what ultimately causes this error ```error: ambiguous overload for ‘operator>’ (operand types are ‘QChar’ and ‘int’)'''. This is an upstream issue, nothing to do with your package. Sorry.

dracorp commented on 2017-01-28 19:10 (UTC) (edited on 2017-01-28 19:14 (UTC) by dracorp)

@hauzer Do you use new/clean workspace for building? I'm asking because for me: #SOA1 The latest version of Archlinux. I've added "INCLUDE_PATH += /usr/include/c++/$GCC_VERSION" which depends from `gcc -dumpVersion`.

hauzer commented on 2017-01-28 12:41 (UTC)

I get a compilation error[1]. [1] https://gist.githubusercontent.com/hauzer/9b389011f0d11308977ca10b81e3df39/raw/3b382eb097bddd4f42e5ecd8827ba415150c9648/gistfile1.txt