Package Details: pgmodeler 3:1.1.2-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: 51
Popularity: 1.04
First Submitted: 2014-01-04 05:32 (UTC)
Last Updated: 2024-04-09 11:50 (UTC)

Latest Comments

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

marco44 commented on 2023-06-01 08:02 (UTC)

Still weird, as the package depends on postgresql, it should have been installed when you compiled it, except if you explicitely asked makepkg to ignore the dependency

mlegault commented on 2023-06-01 00:45 (UTC) (edited on 2023-06-01 12:26 (UTC) by mlegault)

I got confused with libpqxx from a previous comment...
I reinstalled postgresql, pgmodeler and everything is fine now! thanks for your help and sorry for the confusion.

pkg-config libpq --libs

return > -lpq

marco44 commented on 2023-05-31 14:54 (UTC)

Well, yes, pgmodeler needs libpq, to access postgresql databases.

It seems it uses pkg-config to solve this. What does

pkg-config libpq --libs

return ?

mlegault commented on 2023-05-30 14:34 (UTC) (edited on 2023-06-01 00:35 (UTC) by mlegault)

Hi, under Manjaro, when upgrading the package with pamac, the build failed with:
Project ERROR: libpq development package not found
==> ERROR: A failure occurred in build().
Aborting...

I don't have this lib installed and my understanding is that pgmodeler shouldn't depend on libpq, I'm I right ?

marco44 commented on 2023-05-30 12:40 (UTC)

You have more context in your error ?

mlegault commented on 2023-05-30 11:54 (UTC)

hi, last build failed with: Project ERROR: libpq development package not found thanks

marco44 commented on 2023-03-27 11:33 (UTC)

fixed

neven commented on 2023-03-20 19:56 (UTC)

Indeed, it builds fine without libpqxx.

neven commented on 2023-03-20 16:25 (UTC)

According to the installation docs, this PKGBUILD should depend on PostgreSQL and on libxml2, and it shouldn't depend on lipqxx:

https://www.pgmodeler.io/support/installation

marco44 commented on 2023-02-28 12:30 (UTC)

Good catch. Should be fixed now