Search Criteria
Package Details: mingw-w64-glib2 2.82.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-glib2.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-glib2 |
Description: | Low level core library |
Upstream URL: | https://gitlab.gnome.org/GNOME/glib |
Keywords: | glib2 gnome gtk gtk2 gtk3 mingw mingw-w64 |
Licenses: | LGPL-2.1-or-later |
Submitter: | brcha |
Maintainer: | Martchus |
Last Packager: | Martchus |
Votes: | 20 |
Popularity: | 0.000000 |
First Submitted: | 2012-06-13 19:15 (UTC) |
Last Updated: | 2024-09-01 17:16 (UTC) |
Dependencies (7)
- mingw-w64-gettextAUR
- mingw-w64-libffiAUR
- mingw-w64-pcre2AUR
- mingw-w64-zlibAUR
- git (git-gitAUR, git-glAUR) (make)
- mingw-w64-mesonAUR (make)
- python-packaging (make)
Required by (28)
- mingw-w64-atk
- mingw-w64-cairo
- mingw-w64-cairo-bootstrap
- mingw-w64-fluidsynth
- mingw-w64-fluidsynth-bin
- mingw-w64-gdk-pixbuf2
- mingw-w64-glib-networking
- mingw-w64-glibmm
- mingw-w64-graphene
- mingw-w64-gstreamer
- mingw-w64-gtk2
- mingw-w64-gtk3
- mingw-w64-gtk4
- mingw-w64-harfbuzz
- mingw-w64-json-glib
- mingw-w64-libadwaita
- mingw-w64-libcroco
- mingw-w64-libgtop
- mingw-w64-libnice
- mingw-w64-libsearpc
- mingw-w64-libsmf
- mingw-w64-libsoup
- mingw-w64-libsoup3
- mingw-w64-meanwhile
- mingw-w64-poppler (make)
- mingw-w64-poppler (optional)
- mingw-w64-shared-mime-info-bin
- qemu-guest-agent-windows (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »
drakkan commented on 2018-09-23 18:00 (UTC)
@Martchus thanks!
I have some more changes to test
http://94.177.162.225/temp/mingw-w64-glib2/PKGBUILD http://94.177.162.225/temp/mingw-w64-glib2/0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch http://94.177.162.225/temp/mingw-w64-glib2/0001-win32-Make-the-static-build-work-with-MinGW-when-pos.patch
this PKGBUULD compiles, but I would like to do some more testing before push upstream
Martchus commented on 2018-09-23 16:58 (UTC)
I've rebuilt the package (using this PKGBUILD). Let's see whether Qt 5 builds now. As soon as
mingw-w64-qt5-declarative
appears in my repo you can assume it worked :-)drakkan commented on 2018-09-23 07:34 (UTC) (edited on 2018-09-23 07:36 (UTC) by drakkan)
@Martchus
this is a meson bug
https://github.com/mesonbuild/meson/pull/3939
for now probably we need to use the same hack and remove -lcharset and -lgiowin32 too. I have no time to test today, I'll check this during the next week, thanks for reporting and sorry for the annoyance
Martchus commented on 2018-09-21 09:06 (UTC)
Unfortunately there's another issue. The pkg-config file contains
-lgnulib
which is not correct since in our configuration that library is not used.See
grep -R gnulib /usr/{i686,x86_64}-w64-mingw32/lib/pkgconfig
:It leads to the error reported here: https://aur.archlinux.org/packages/mingw-w64-qt5-declarative
drakkan commented on 2018-09-06 21:41 (UTC)
reported upstream
https://github.com/mesonbuild/meson/issues/4138
thanks for testing the updated version and sorry for the annoyance
Martchus commented on 2018-09-06 21:16 (UTC)
Thanks for your help, too! Just running ranlib after the build is a workaround indeed. But I'd also say meson should take care of it.
I also tested it. My statically linked Qt Widgets app compiles and runs again :-)
drakkan commented on 2018-09-06 21:00 (UTC)
can you please manually run ranlib or try the latest PKGBUILD?
If it works for you I'll report upstream since it seems a meson issue, thanks for your patience
Martchus commented on 2018-09-06 19:41 (UTC) (edited on 2018-09-06 19:46 (UTC) by Martchus)
Now I tried to link a Qt application against the static library but it fails with
/usr/lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld: /usr/x86_64-w64-mingw32/lib/libglib-2.0.a: error adding symbols: archive has no index; run ranlib to add one
.Note that I've picked up your changes in
mingw-w64-meson
to use$_arch-gcc-ranlib
as well and rebuilt this package using it. I also didn't get any suspicious error messages during the build anymore.However, it strips the library:
Stripping target 'glib/libglib-2.0.a'
- This shouldn't be a problem, but using the wrongstrip
(eg. version from nativebinutils
) could actually lead toarchive has no index
.Any ideas? You said that you were able to link against the static library so maybe I'm doing something wrong. But which packages using the static lib did you build? Just because I don't think there are no such packages in the AUR. (The package I'm testing with is https://github.com/Martchus/PKGBUILDs/blob/master/passwordmanager/mingw-w64-static/PKGBUILD.)
drakkan commented on 2018-09-03 16:09 (UTC) (edited on 2018-09-03 16:12 (UTC) by drakkan)
I noted the static libraries size increase, it should be normal when using link time optimizations. Anyway I builded several packages that statically link glib and they compile fine. Anyway if the size is a big concern I can remove lto from meson, I'm open to discussion, lto is used in the meson linux PKGBUILD too.
Thanks for your investigations!
Martchus commented on 2018-09-03 15:21 (UTC)
Seems like enabling LTO causes the static libraries to be very big. Additionally, I hope using those static libraries later on won't be problematic.
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »