Package Details: sqlitestudio 3.4.15-1

Git Clone URL: https://aur.archlinux.org/sqlitestudio.git (read-only, click to copy)
Package Base: sqlitestudio
Description: Database manager for SQLite
Upstream URL: https://sqlitestudio.pl
Licenses: GPL3
Submitter: dracorp
Maintainer: tee
Last Packager: tee
Votes: 29
Popularity: 0.92
First Submitted: 2012-11-22 08:28 (UTC)
Last Updated: 2025-01-17 06:54 (UTC)

Latest Comments

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

tee commented on 2023-07-22 03:16 (UTC)

@JohnRobson

It's hard to tell what's failed here, have you tried doing a clean rebuild?

Can you try modify make with some of the options at https://stackoverflow.com/questions/5820303/how-do-i-force-make-gcc-to-show-me-the-commands ?

JohnRobson commented on 2023-07-21 22:51 (UTC)

-L/tmp/yay/sqlitestudio/src/SQLiteStudio3/../output/SQLiteStudio -lcoreSQLiteStudio /usr/lib/libQt5UiTools.a /usr/lib/libQt5Svg.so /usr/lib/libQt5Widgets.so /usr/lib/libQt5Gui.so /usr/lib/libQt5Xml.so /usr/lib/libQt5Core.so -lGL -lpthread    
ln -s libguiSQLiteStudio.so.1.0.0 libguiSQLiteStudio.so
ln -s libguiSQLiteStudio.so.1.0.0 libguiSQLiteStudio.so.1
ln -s libguiSQLiteStudio.so.1.0.0 libguiSQLiteStudio.so.1.0
rm -f ../../SQLiteStudio/libguiSQLiteStudio.so.1.0.0
mv -f libguiSQLiteStudio.so.1.0.0 ../../SQLiteStudio/libguiSQLiteStudio.so.1.0.0
rm -f ../../SQLiteStudio/libguiSQLiteStudio.so
rm -f ../../SQLiteStudio/libguiSQLiteStudio.so.1
rm -f ../../SQLiteStudio/libguiSQLiteStudio.so.1.0
mv -f libguiSQLiteStudio.so ../../SQLiteStudio/libguiSQLiteStudio.so
mv -f libguiSQLiteStudio.so.1 ../../SQLiteStudio/libguiSQLiteStudio.so.1
mv -f libguiSQLiteStudio.so.1.0 ../../SQLiteStudio/libguiSQLiteStudio.so.1.0
make[1]: Leaving directory '/tmp/yay/sqlitestudio/src/output/build/guiSQLiteStudio'
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: sqlitestudio-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
sqlitestudio-plugins - exit status 4
sqlitestudio - exit status 4

pika02 commented on 2023-04-07 06:41 (UTC)

3.4.4 has released. Please update!

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!

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