After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 786347 - pango 1.40.10 does not contain configure and Makefile.in files
pango 1.40.10 does not contain configure and Makefile.in files
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
1.40.x
Other All
: Normal critical
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2017-08-16 05:47 UTC by Tom Schoonjans
Modified: 2017-08-19 14:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tom Schoonjans 2017-08-16 05:47:55 UTC
as in title... still more packaging issues
Comment 1 Matthias Clasen 2017-08-16 17:09:16 UTC
this tarball was made with meson, as a trial balloon.
Comment 2 Jeremy Bicha 2017-08-18 01:22:29 UTC
Tom, as a workaround you can run ./autogen.sh to create those files.

'meson dist' only includes the files that are checked in to git so it won't include generated files like Makefile.in.
Comment 3 Matthias Clasen 2017-08-18 17:40:04 UTC
you can also just build it using meson, of course.
Comment 4 Tom Schoonjans 2017-08-18 19:30:38 UTC
That's not an option unfortunately since meson does not add version information to shared libraries on macOS.

See https://github.com/mesonbuild/meson/pull/1445 and https://github.com/mesonbuild/meson/issues/1451
Comment 5 Matthias Clasen 2017-08-18 21:52:36 UTC
good to know, thanks for the pointers. I'll do the next pango tarball with autotools again
Comment 6 Jeremy Bicha 2017-08-19 14:42:17 UTC
pango 1.40.11 was released today with the generated autotools files. Therefore, I'm closing this bug.