Package Details: pgmodeler 3:1.2.0-1

Git Clone URL: https://aur.archlinux.org/pgmodeler.git (read-only, click to copy)
Package Base: pgmodeler
Description: PostgreSQL Database Modeler: an open source CASE tool for modeling PostgreSQL databases
Upstream URL: https://pgmodeler.io
Licenses: GPL3
Submitter: Carlinix
Maintainer: marco44
Last Packager: marco44
Votes: 55
Popularity: 0.54
First Submitted: 2014-01-04 05:32 (UTC)
Last Updated: 2025-05-21 11:22 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »

rkmax commented on 2015-02-10 19:21 (UTC)

Error on build() src/relationshipwidget.cpp: En el constructor ‘RelationshipWidget::RelationshipWidget(QWidget*)’: src/relationshipwidget.cpp:164:13: error: ambiguous overload for ‘operator=’ (operand types are ‘QStringList’ and ‘<lista inicializador dentro de llaves>’) tab_labels={ "", rel_attribs_tbw->tabText(ATTRIBUTES_TAB), rel_attribs_tbw->tabText(CONSTRAINTS_TAB), ^ src/relationshipwidget.cpp:164:13: nota: los candidatos son: In file included from /usr/include/qt/QtCore/qvariant.h:44:0, from /usr/include/qt/QtCore/qvariantanimation.h:40, from /usr/include/qt/QtCore/qpropertyanimation.h:37, from /usr/include/qt/QtCore/QtCore:8, from /usr/include/qt/QtWidgets/QtWidgetsDepends:3, from /usr/include/qt/QtWidgets/QtWidgets:3, from src/baseobjectwidget.h:28, from src/relationshipwidget.h:28, from src/relationshipwidget.cpp:19: /usr/include/qt/QtCore/qstringlist.h:66:18: nota: QStringList& QStringList::operator=(const QList<QString>&) QStringList &operator=(const QList<QString> &other) ^ /usr/include/qt/QtCore/qstringlist.h:69:18: nota: QStringList& QStringList::operator=(QList<QString>&&) QStringList &operator=(QList<QString> &&other) ^ /usr/include/qt/QtCore/qstringlist.h:53:7: nota: QStringList& QStringList::operator=(const QStringList&) class QStringList : public QList<QString> ^ /usr/include/qt/QtCore/qstringlist.h:53:7: nota: QStringList& QStringList::operator=(QStringList&&) Makefile:10221: fallo en las instrucciones para el objetivo 'obj/relationshipwidget.o' make[1]: *** [obj/relationshipwidget.o] Error 1 make[1]: se sale del directorio '/tmp/yaourt-tmp-julian/aur-pgmodeler/src/pgmodeler-0.8.0-beta/libpgmodeler_ui' Makefile:267: fallo en las instrucciones para el objetivo 'sub-libpgmodeler_ui-make_first-ordered' make: *** [sub-libpgmodeler_ui-make_first-ordered] Error 2

ffuugoo commented on 2014-10-18 16:55 (UTC)

Oh, man, I'm sorry. I got previous email, put it on a list, and... completely forgot about it. Will do it in a minutes. :3

marco44 commented on 2014-10-18 16:39 (UTC)

Hi, nothing to do for alpha2, except change version and update md5sum…

marco44 commented on 2014-10-09 07:31 (UTC)

alpha2 is out :)

Cif commented on 2014-08-15 22:05 (UTC)

Thanks cousinm, that hint helps :)

marco44 commented on 2014-08-08 07:47 (UTC)

Ok, found the cause of /usr/lib/qt/bin/uic: symbol lookup error: /usr/lib/qt/bin/uic: undefined symbol: _ZN7QString13toUtf8_helperERKS_ It's because of /etc/profile.d/pgmodeler.sh of previous package... uic was dynamically linking to pgmodeler libs instead of QT libs, which put this mess. I uninstalled the previous pgmodeler, and unset LD_LIBRARY_PATH, and I could compile.

ffuugoo commented on 2014-07-28 15:19 (UTC)

Hi, Cif. As I cannot reproduse it at all, I tried to google your error, but unfortunatelly I found nothing, that could help me to help you. You, probably, should open an issue in pgmodeler tracker: https://github.com/pgmodeler/pgmodeler/issues. Sorry. :/

Cif commented on 2014-07-25 11:36 (UTC)

Got this error while building: /usr/lib/qt/bin/uic: symbol lookup error: /usr/lib/qt/bin/uic: undefined symbol: _ZN7QString13toUtf8_helperERKS_

ffuugoo commented on 2014-07-23 21:27 (UTC)

Thx, geosam. :3

geosam commented on 2014-07-23 19:44 (UTC)

PKGBUILD of version 0.8.0-alpha, is: https://gist.github.com/samtux/3eb62ab49b77bab54588