Has anyone tested this package and knows that it s working as it is?
If it isn't working I'd like to report a bug to postgresql.
here is the link to the pkbuild I use that works for me https://gist.github.com/ant32/5517449
Search Criteria
Package Details: mingw-w64-postgresql 16.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-postgresql.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-postgresql |
Description: | Sophisticated object-relational DBMS (mingw-w64) |
Upstream URL: | https://www.postgresql.org |
Keywords: | mingw mingw-w64 postgresql postgresql-libs |
Licenses: | custom:PostgreSQL |
Conflicts: | mingw-w64-postgresql-libs |
Provides: | mingw-w64-postgresql-libs |
Replaces: | mingw-w64-postgresql-libs |
Submitter: | Schala |
Maintainer: | Martchus |
Last Packager: | Martchus |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2016-08-19 22:49 (UTC) |
Last Updated: | 2024-08-01 18:17 (UTC) |
Dependencies (7)
- mingw-w64-gettextAUR
- mingw-w64-icuAUR
- mingw-w64-libxml2AUR
- mingw-w64-opensslAUR
- mingw-w64-readlineAUR
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- mingw-w64-configureAUR (llvm-mingw-w64-configureAUR) (make)
Required by (12)
- mingw-w64-gdal
- mingw-w64-pdal (requires mingw-w64-postgresql-libs)
- mingw-w64-qt5-base (make)
- mingw-w64-qt5-base (optional)
- mingw-w64-qt5-base-static (make)
- mingw-w64-qt5-base-static (optional)
- mingw-w64-qt5-tools (make)
- mingw-w64-qt5-tools-static (make)
- mingw-w64-qt6-base (make)
- mingw-w64-qt6-base (optional)
- mingw-w64-qt6-base-static (make)
- mingw-w64-qt6-base-static (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4
ant32 commented on 2013-05-11 14:46 (UTC)
ant32 commented on 2013-05-04 13:05 (UTC)
Finally got a working version. I had tried building with both mingw-w64-gcc and with mingw-w64-qt5 both did not work. On windos using rubenvb's toolchains the 4.8 also didn't work but the 4.7 worked great.
Here is the working PKGBUILD that downloads a working copy from my dropbox
https://gist.github.com/ant32/5517449
You may need to recompile programs to correctly link to it. eg Qt.
ant32 commented on 2013-04-30 18:58 (UTC)
new update made to create a package more simular to postgresql-libs https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/postgresql
ant32 commented on 2013-04-30 18:55 (UTC)
https://gist.github.com/ant32/5485185 using windows dll files and reimp (DOES NOT ORK! has a few missing links)
ant32 commented on 2013-04-27 04:54 (UTC)
I'm getting error
could not connect to server: Operation would block (0x00002733/10035)
will try to look into it
Pinned Comments
Martchus commented on 2017-06-03 13:19 (UTC) (edited on 2019-01-28 13:06 (UTC) by Martchus)
Important note
This package must be built in a clean chroot or at least without the previous version being installed. Otherwise PostgeSQL's build system seems to pick up the installed version of certain libraries rather than the version produced by the current build. (You would get a linker error like
undefined reference to 'AllocSetContextCreateExtended'
.)All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs There also exist a binary repository: https://martchus.no-ip.biz/repo/arch/ownstuff