Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2020 11:35:31 +0900
From:      KIRIYAMA Kazuhiko <kiri@truefc.org>
To:        FreeBSD Ports <freebsd-ports@freebsd.org>
Cc:        kiri@truefc.org
Subject:   print/libraqm failed in 
Message-ID:  <202004110235.03B2ZVLH004098@kx.truefc.org>

next in thread | raw e-mail | index | archive | help
Hi, all

print/libraqm failed to build:

Installing pkg-1.13.2...
Extracting pkg-1.13.2: .......... done
===>  License MIT accepted by the user
===>   libraqm-0.6.0 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by libraqm-0.6.0 for building
===>  Extracting for libraqm-0.6.0
=> SHA256 Checksum OK for raqm-0.6.0.tar.gz.
===>  Patching for libraqm-0.6.0
===>  Applying FreeBSD patches for libraqm-0.6.0
===>   libraqm-0.6.0 depends on executable: gmake - not found
===>   Installing existing package /var/ports/packages/All/gmake-4.2.1_3.txz
Installing gmake-4.2.1_3...
`-- Installing gettext-runtime-0.20.1...
|   `-- Installing indexinfo-0.3.1...
|   `-- Extracting indexinfo-0.3.1: .... done
`-- Extracting gettext-runtime-0.20.1: .......... done
Extracting gmake-4.2.1_3: .......... done
===>   libraqm-0.6.0 depends on executable: gmake - found
===>   Returning to build of libraqm-0.6.0
===>   libraqm-0.6.0 depends on package: pkgconf>=1.3.0_1 - not found
===>   Installing existing package /var/ports/packages/All/pkgconf-1.6.3,1.txz
Installing pkgconf-1.6.3,1...
Extracting pkgconf-1.6.3,1: .......... done
===>   libraqm-0.6.0 depends on package: pkgconf>=1.3.0_1 - found
===>   Returning to build of libraqm-0.6.0
===>   libraqm-0.6.0 depends on shared library: libfribidi.so - not found
===>   Installing existing package /var/ports/packages/All/fribidi-0.19.7.txz
Installing fribidi-0.19.7...
Extracting fribidi-0.19.7: .......... done
===>   libraqm-0.6.0 depends on shared library: libfribidi.so - found (/usr/local/lib/libfribidi.so)
===>   Returning to build of libraqm-0.6.0
===>   libraqm-0.6.0 depends on shared library: libharfbuzz.so - not found
===>   Installing existing package /var/ports/packages/All/harfbuzz-2.6.4.txz
Installing harfbuzz-2.6.4...
`-- Installing freetype2-2.10.1...
`-- Extracting freetype2-2.10.1: .......... done
`-- Installing glib-2.56.3_7,1...
|   `-- Installing libffi-3.2.1_3...
|   `-- Extracting libffi-3.2.1_3: .......... done
|   `-- Installing libiconv-1.14_11...
|   `-- Extracting libiconv-1.14_11: .......... done
|   `-- Installing libxml2-2.9.10...
|   `-- Extracting libxml2-2.9.10: .......... done
|   `-- Installing pcre-8.43_2...
|   `-- Extracting pcre-8.43_2: .......... done
|   `-- Installing python37-3.7.6...
|   | `-- Installing readline-8.0.4...
|   | `-- Extracting readline-8.0.4: .......... done
|   `-- Extracting python37-3.7.6: .......... done
`-- Extracting glib-2.56.3_7,1: .......... done
No schema files found: doing nothing.
`-- Installing graphite2-1.3.13_1...
`-- Extracting graphite2-1.3.13_1: .......... done
Extracting harfbuzz-2.6.4: .......... done
=====
Message from freetype2-2.10.1:

--
The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
the default, emulating a modern version of ClearType. This change inevitably
leads to different rendering results, and you might change port's options to
adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
variable).

The environment variable "FREETYPE_PROPERTIES" can be used to control the
driver properties. Example:

FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
	cff:no-stem-darkening=1 \
	autofitter:warping=1

This allows to select, say, the subpixel hinting mode at runtime for a given
application.

If LONG_PCF_NAMES port's option was enabled, the PCF family names may include
the foundry and information whether they contain wide characters. For example,
"Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at
run time with using pcf:no-long-family-names property, if needed. Example:

FREETYPE_PROPERTIES=pcf:no-long-family-names=1

How to recreate fontconfig cache with using such environment variable,
if needed:
# env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv

The controllable properties are listed in the section "Controlling FreeType
Modules" in the reference's table of contents
(/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed).
=====
Message from python37-3.7.6:

--
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

py37-gdbm       databases/py-gdbm@py37
py37-sqlite3    databases/py-sqlite3@py37
py37-tkinter    x11-toolkits/py-tkinter@py37
===>   libraqm-0.6.0 depends on shared library: libharfbuzz.so - found (/usr/local/lib/libharfbuzz.so)
===>   Returning to build of libraqm-0.6.0
===>   libraqm-0.6.0 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so)
===>  Configuring for libraqm-0.6.0
configure: loading site script /var/ports/jdtpkx/Templates/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking whether gmake supports nested variables... (cached) yes
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking whether gmake supports the include directive... yes (GNU style)
checking dependency style of cc... gcc3
checking for cc option to accept ISO C99... none needed
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking whether C compiler accepts -Werror=unknown-warning-option... yes
checking whether C compiler accepts -fno-strict-aliasing... yes
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wextra... yes
checking whether C compiler accepts -Wnested-externs... yes
checking whether C compiler accepts -Wwrite-strings... yes
checking whether C compiler accepts -Wpointer-arith... yes
checking whether C compiler accepts -Wmissing-declarations... yes
checking whether C compiler accepts -Wmissing-prototypes... yes
checking whether C compiler accepts -Wstrict-prototypes... yes
checking whether C compiler accepts -Wredundant-decls... yes
checking whether C compiler accepts -Wno-unused-parameter... yes
checking whether C compiler accepts -Wno-missing-field-initializers... yes
checking whether C compiler accepts -Wdeclaration-after-statement... yes
checking whether C compiler accepts -Wformat=2... yes
checking whether C compiler accepts -Wold-style-definition... yes
checking whether C compiler accepts -Wcast-align... yes
checking whether C compiler accepts -Wformat-nonliteral... yes
checking whether C compiler accepts -Wformat-security... yes
checking whether C compiler accepts -Wsign-compare... yes
checking whether C compiler accepts -Wstrict-aliasing... yes
checking whether C compiler accepts -Wshadow... yes
checking whether C compiler accepts -Winline... yes
checking whether C compiler accepts -Wpacked... yes
checking whether C compiler accepts -Wmissing-format-attribute... yes
checking whether C compiler accepts -Wmissing-noreturn... yes
checking whether C compiler accepts -Winit-self... yes
checking whether C compiler accepts -Wredundant-decls... (cached) yes
checking whether C compiler accepts -Wmissing-include-dirs... yes
checking whether C compiler accepts -Wunused-but-set-variable... no
checking whether C compiler accepts -Warray-bounds... yes
checking whether C compiler accepts -Wimplicit-function-declaration... yes
checking whether C compiler accepts -Wreturn-type... yes
checking whether C compiler accepts -Wswitch-enum... yes
checking whether C compiler accepts -Wswitch-default... yes
checking whether C compiler accepts -Wno-suggest-attribute=format... no
checking whether C compiler accepts -Wno-error=unused-parameter... yes
checking whether C compiler accepts -Wno-error=missing-field-initializers... yes
checking whether C compiler accepts -Werror=unknown-warning-option... (cached) yes
checking whether the linker accepts -Wl,--no-as-needed... yes
checking whether the linker accepts -Wl,--fatal-warnings... yes
checking build system type... amd64-portbld-freebsd13.0
checking host system type... amd64-portbld-freebsd13.0
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 524288
checking how to convert amd64-portbld-freebsd13.0 file names to amd64-portbld-freebsd13.0 format... func_convert_file_noop
checking how to convert amd64-portbld-freebsd13.0 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from cc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... cpp
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd13.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking pkg-config is at least version 0.20... yes
checking for FREETYPE... yes
checking for HARFBUZZ... yes
checking for FRIBIDI... yes
checking for hb_ft_font_create_referenced... yes
checking for hb_ft_font_set_load_flags... yes
checking for hb_buffer_set_invisible_glyph... yes
checking whether HB_BUFFER_FLAG_REMOVE_DEFAULT_IGNORABLES is declared... yes
checking for gtk-doc... no
configure: WARNING:
  You will not be able to create source packages with 'make dist'
  because gtk-doc >= 1.14 is not found.
checking for gtkdoc-check... no
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking for GTKDOC_DEPS... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating raqm.pc
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating docs/Makefile
config.status: creating docs/version.xml
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
===>  Building for libraqm-0.6.0
gmake[1]: Entering directory '/var/ports/work/usr/ports/print/libraqm/work/raqm-0.6.0'
gmake  all-recursive
gmake[2]: Entering directory '/var/ports/work/usr/ports/print/libraqm/work/raqm-0.6.0'
Making all in src
gmake[3]: Entering directory '/var/ports/work/usr/ports/print/libraqm/work/raqm-0.6.0/src'
/bin/sh ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include/freetype2  -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include  -I/usr/local/include/fribidi -I/usr/local/include  -fno-strict-aliasing -Wall -Wextra -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Werror -Wno-error=unused-parameter -Wno-error=missing-field-initializers    -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -MT libraqm_!
 la-raqm.lo -MD -MP -MF .deps/libraqm_la-raqm.Tpo -c -o libraqm_la-raqm.lo `test -f 'raqm.c' || echo './'`raqm.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include/freetype2 -I/usr/local/include/harfbuzz -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/fribidi -I/usr/local/include -fno-strict-aliasing -Wall -Wextra -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Werror -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -MT libraqm_la-raqm.lo -MD -MP -MF .deps/libraqm!
 _la-raqm.Tpo -c raqm.c  -fPIC -DPIC -o .libs/libraqm_la-raqm.o
raqm.c:1934:24: error: overlapping comparisons always evaluate to true [-Werror,-Wtautological-overlap-compare]
      if (ch != 0x102B || ch != 0x102C || ch != 0x1038 ||
          ~~~~~~~~~~~~~^~~~~~~~~~~~~~~
raqm.c:1937:25: error: overlapping comparisons always evaluate to false [-Werror,-Wtautological-overlap-compare]
          (ch <= 0x109A && ch >= 0x109C) || ch != 0x1A61 || ch != 0x1A63 ||
           ~~~~~~~~~~~~~^~~~~~~~~~~~~~~
raqm.c:1936:41: error: overlapping comparisons always evaluate to false [-Werror,-Wtautological-overlap-compare]
          ch != 0x1083 || (ch <= 0x1087 && ch >= 0x108C) || ch != 0x108F ||
                           ~~~~~~~~~~~~~^~~~~~~~~~~~~~~
raqm.c:1935:59: error: overlapping comparisons always evaluate to false [-Werror,-Wtautological-overlap-compare]
          (ch <= 0x1062 && ch >= 0x1064) || (ch <= 0x1067 && ch >= 0x106D) ||
                                             ~~~~~~~~~~~~~^~~~~~~~~~~~~~~
raqm.c:1935:25: error: overlapping comparisons always evaluate to false [-Werror,-Wtautological-overlap-compare]
          (ch <= 0x1062 && ch >= 0x1064) || (ch <= 0x1067 && ch >= 0x106D) ||
           ~~~~~~~~~~~~~^~~~~~~~~~~~~~~
5 errors generated.
gmake[3]: *** [Makefile:530: libraqm_la-raqm.lo] Error 1
gmake[3]: Leaving directory '/var/ports/work/usr/ports/print/libraqm/work/raqm-0.6.0/src'
gmake[2]: *** [Makefile:492: all-recursive] Error 1
gmake[2]: Leaving directory '/var/ports/work/usr/ports/print/libraqm/work/raqm-0.6.0'
gmake[1]: *** [Makefile:401: all] Error 2
gmake[1]: Leaving directory '/var/ports/work/usr/ports/print/libraqm/work/raqm-0.6.0'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/ports/print/libraqm


admin@jdtpkx:~ % uname -a
FreeBSD jdtpkx 13.0-CURRENT FreeBSD 13.0-CURRENT #0 r359315M: Sat Mar 28 18:37:05 JST 2020     root@msrvkx:/usr/obj/usr/src/amd64.amd64/sys/XIJ  amd64
admin@jdtpkx:~ % svnlite info /usr/ports
Path: /usr/ports
Working Copy Root Path: /usr/ports
URL: http://svn.freebsd.org/ports/head
Relative URL: ^/head
Repository Root: http://svn.freebsd.org/ports
Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5
Revision: 528203
Node Kind: directory
Schedule: normal
Last Changed Author: glewis
Last Changed Rev: 528203
Last Changed Date: 2020-03-11 10:07:33 +0900 (Wed, 11 Mar 2020)

admin@jdtpkx:~ % 


Regards.
---
Kazuhiko Kiriyama <kiri@truefc.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004110235.03B2ZVLH004098>