Package Details: sqriptor-git r162.326cf6f-1

Git Clone URL: https://aur.archlinux.org/sqriptor-git.git (read-only, click to copy)
Package Base: sqriptor-git
Description: QScintilla based text editor
Upstream URL: https://github.com/luebking/sqriptor
Licenses: GPL
Conflicts: sqriptor
Provides: sqriptor
Submitter: seth
Maintainer: seth
Last Packager: seth
Votes: 4
Popularity: 0.81
First Submitted: 2021-08-22 16:34 (UTC)
Last Updated: 2024-07-13 19:43 (UTC)

Latest Comments

1 2 Next › Last »

8472 commented on 2025-01-31 14:02 (UTC)

@seth: no problem, thank you

seth commented on 2025-01-31 13:49 (UTC) (edited on 2025-01-31 13:49 (UTC) by seth)

Fixed in latest git master, sorry for the inconvenience

seth commented on 2025-01-31 13:10 (UTC)

It's error: ambiguous overload for ‘operator==’ (operand types are ‘QStringView’ and ‘const char in the markdown and lisp lexers, haven't rebuild those in ages. I'll look into it (check the upstream github in case I forget to respond here) and thanks for the heads up

8472 commented on 2025-01-31 13:00 (UTC)

Here is the build log: https://pastebin.com/RzSBApjL

seth commented on 2025-01-31 12:55 (UTC)

Please post the entire build log to 0x0.st or so - those message will not break the build, unless and fyi:

-Werror is a gcc flag that treats all warnings as errors

8472 commented on 2025-01-31 12:53 (UTC)

@seth: no idea what "Werror" are you talking about. I'm just a simple user. Have cleared my ~/.cache/yay cache. I've started yay sqriptor-git - no changes to the package. It's still crashing with the same error.

seth commented on 2025-01-31 12:28 (UTC)

Those are warnings for unused variables and a deprecated call - they wont fail the build unless you're somewhere setting -Werror ?

8472 commented on 2025-01-31 12:11 (UTC) (edited on 2025-01-31 12:16 (UTC) by 8472)

Recent attempts to build a package fails with:


...
createui.cpp: In lambda function:
createui.cpp:452:63: warning: unused parameter ‘idx’ [-Wunused-parameter]
  452 |     connect(m_documents, &QTabWidget::currentChanged, [=](int idx) { lastFilter.clear(); });
      |                                                           ~~~~^~~
createui.cpp: In member function ‘void Sqriptor::findAll(QString, bool, bool, bool)’:
createui.cpp:883:61: warning: unused parameter ‘wo’ [-Wunused-parameter]
  883 | void Sqriptor::findAll(QString text, bool rx, bool cs, bool wo)
      |                                                        ~~~~~^~
createui.cpp: In member function ‘QString Sqriptor::ask4Codec(const QString&, const QString&)’:
createui.cpp:986:35: warning: ‘QPixmap QIcon::pixmap(QWindow*, const QSize&, Mode, State) const’ is deprecated: Use pixmap(size, devicePixelRatio) instead [-Wdeprecated-dec
larations]
  986 |         lbl->setPixmap(icon.pixmap(warning->windowHandle(), QSize(iconSize, iconSize)));
      |                        ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtGui/qaction.h:11,
                 from /usr/include/qt6/QtGui/QAction:1,
                 from createui.cpp:19:
/usr/include/qt6/QtGui/qicon.h:208:13: note: declared here
  208 |     QPixmap pixmap(QWindow *window, const QSize &size, Mode mode = Normal, State state = Off) const;
      |             ^~~~~~
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: sqriptor-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
sqriptor-git - exit status 4

yochananmarqos commented on 2022-11-11 23:29 (UTC)

@seth: I think you forgot something...

FabioLolix commented on 2021-08-22 19:41 (UTC)

Thanks for updating seth, you can add me and yochananmarqos as co-maintainers.

I've obviously no packaing experience

Nobody is born taught :)