Package Details: lib32-pangox-compat 0.0.2+2+gedb9e09-3

Git Clone URL: https://aur.archlinux.org/lib32-pangox-compat.git (read-only, click to copy)
Package Base: lib32-pangox-compat
Description: X Window System font support for Pango (32bit)
Upstream URL: http://www.pango.org/
Licenses: LGPL
Submitter: rafaelff
Maintainer: eclairevoyant
Last Packager: eclairevoyant
Votes: 221
Popularity: 0.000769
First Submitted: 2012-11-17 16:49 (UTC)
Last Updated: 2023-02-10 11:19 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Nine_Black commented on 2020-03-08 01:55 (UTC)

configure: creating ./config.status config.status: creating Makefile config.status: creating pangox.pc config.status: executing depfiles commands config.status: executing libtool commands CC libpangox_1_0_la-pangox.lo pangox.c: In function 'pango_x_font_class_init': pangox.c:282:13: error: 'PangoFontClass' {aka 'struct _PangoFontClass'} has no member named 'find_shaper' 282 | font_class->find_shaper = pango_x_font_find_shaper;

make: *** [Makefile:424: libpangox_1_0_la-pangox.lo] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

JohnRobson commented on 2020-03-01 01:01 (UTC)

==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc -m32
checking whether the C compiler works... no
configure: error: in `/tmp/yay/lib32-pangox-compat/src/pangox-compat-0.0.2':
configure: error: C compiler cannot create executables
See `config.log' for more details
==> ERROR: A failure occurred in build().
Aborting...
Error making: lib32-pangox-compat

jose1711 commented on 2020-01-04 16:54 (UTC) (edited on 2020-01-04 17:03 (UTC) by jose1711)

throws error during build

config.status: executing libtool commands
  CC     libpangox_1_0_la-pangox.lo
pangox.c: In function 'pango_x_font_class_init':
pangox.c:282:13: error: 'PangoFontClass' {aka 'struct _PangoFontClass'} has no member named 'find_shaper'
  282 |   font_class->find_shaper = pango_x_font_find_shaper;
      |             ^~
pangox.c: In function 'itemize_string_foreach':
pangox.c:758:4: warning: 'pango_font_find_shaper' is deprecated [-Wdeprecated-declarations]
  758 |    shaper = pango_font_find_shaper (font, language, wc);
      |    ^~~~~~
In file included from /usr/include/pango-1.0/pango/pango-attributes.h:25,
                 from /usr/include/pango-1.0/pango/pango.h:25,
                 from pango-impl-utils.h:28,
                 from pangox.c:29:
/usr/include/pango-1.0/pango/pango-font.h:625:23: note: declared here
  625 | PangoEngineShape *    pango_font_find_shaper       (PangoFont        *font,
..

seems to be related to https://gitlab.gnome.org/Archive/pangox-compat/issues/1

hueypokerbrainz commented on 2016-03-03 20:53 (UTC) (edited on 2016-03-03 20:57 (UTC) by hueypokerbrainz)

1. This package is required by xaralx (for x86_64). 2. This package does not build. I don't know if it should be flagged as out-of-date. 3. Line 14 of the PKBUILD file does not appear to be correct (download times out): source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbase}/${pkgver:0:3}/${_pkgbase}-${pkgver}.tar.xz) 4. I tried changing the source line to: a. https://git.gnome.org/browse/pangox-compat/snapshot/pangox-compat-0.0.2.tar.xz b. https://aur.archlinux.org/cgit/aur.git/snapshot/lib32-pangox-compat.tar.gz but neither worked (I did change the associated SHA256 values to match a and b).

kensmith commented on 2015-03-07 19:00 (UTC)

This package also depends on pkg-config but it isn't listed as a dependency.

nTia89 commented on 2014-09-01 08:44 (UTC)

I don't have lib32-isl installed in my system and this package compiling works as well. you need to investigate on this message: checking whether the C compiler works... no because in my own I get yes, and compile continues

ant commented on 2014-08-24 22:36 (UTC)

Does not compile: checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc -m32 checking whether the C compiler works... no configure: error: in `/tmp/yaourt-tmp-root/aur-lib32-pangox-compat/src/pangox-compat-0.0.2': configure: error: C compiler cannot create executables See `config.log' for more details By inspecting the config.log I realized lib32-isl was missing, but source code from this is not available from upstream (Failed to connect to ftp.linux.student.kuleuven.be port 21: Connection timed out). I need this pangox-compat stuff in order to install wink.

Methylzero commented on 2014-08-17 15:57 (UTC)

The package works fine but Namcap issues a warning: lib32-pangox-compat W: Dependency included and not needed ('pangox-compat')

rafaelff commented on 2014-02-11 10:35 (UTC)

pkg-config is part of 'base-devel' package group. This group is assumed to be installed and, therefore, pkg-config should not be added to makedepends. https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites