tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Broken: geography/osm2pgsql in pkgsrc-current on NetBSD 9.0/x86_64



[This report was semiautomatically generated by pkgsrc-bulkdiff
v0.0a20250310.]

The build of geography/osm2pgsql is newly broken in pkgsrc-current on
NetBSD 9.0/x86_64 since the last build from the same series.  Build
failure:

http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20250312.1636/osm2pgsql-1.11.0/install.log

You recently committed changes to files that could have caused this.
Can you please take a look?

If this has already been fixed, please disregard!


Bulk reports:
- Old: https://mail-index.NetBSD.org/pkgsrc-bulk/2025/03/11/msg026570.html
- New: https://mail-index.NetBSD.org/pkgsrc-bulk/2025/03/16/msg026575.html


changeset:   1570338:858a2c8425a1
branch:      trunk
user:        wiz <wiz%pkgsrc.org@localhost>
date:        Sun Mar 09 06:06:44 2025 +0000
files:       devel/pkgconf/Makefile devel/pkgconf/distinfo devel/pkgconf/patches/patch-tests_Kyuafile.in
description:
pkgconf: update to 2.4.3.

Changes from 2.4.2 to 2.4.3:
----------------------------

* Fix additional logic errors relating to the new fragment trees
  functionality.

Changes from 2.4.1 to 2.4.2:
----------------------------

* Fix several logic errors in the pkg-config file parser that were
  surfaced by recent refactoring work.

* Fix BSD make compatibility so that it generates the test data
  before running kyua on BSD make implementations.

Changes from 2.4.0 to 2.4.1:
----------------------------

* Ensure the full DAG is solved for all query types.


changeset:   1570453:78e7170c1402
branch:      trunk
user:        jakllsch <jakllsch%pkgsrc.org@localhost>
date:        Mon Mar 10 15:56:23 2025 +0000
files:       devel/boost-libs/Makefile
description:
boost-libs: fix linux stacktrace_backtrace PLIST


changeset:   1570456:92e8701b0601
branch:      trunk
user:        gdt <gdt%pkgsrc.org@localhost>
date:        Mon Mar 10 22:54:38 2025 +0000
files:       geography/osm2pgsql/Makefile geography/osm2pgsql/distinfo geography/osm2pgsql/patches/patch-docs_CMakeLists.txt geography/osm2pgsql/patches/patch-man_CMakeLists.txt
description:
geography/osm2pgsal: Update to 1.11.0

Upstream NEWS content:


Release 1.11.0

This release makes the new middle database format the default. If you
have not switched already, you need to reimport your database to take
advantage of that.

We have changed the way we are parsing the command line options. The
new code uses the CLI11 library (a copy of which is included in the
repository) and is much cleaner and also much stricter. You now get
warnings (and sometimes errors) for many combinations of options that
don't make sense. Please check the output from osm2pgsql and
osm2pgsql-replication for such messages and fix your command lines
accordingly. Note especially that duplicated options are not allowed
any more. This can happen, for instance, when using
osm2pgsql-replication which adds the database connection parameters
(such as -d) when it calls osm2pgsql.


Release 1.10.0

This is a relatively small but still important release.

The new middle table format has changed slightly: the tags field can
now be NULL. This makes storage more efficient and indexing
faster. The new middle format is now declared stable and production
ready. To use it, use the command line option
--middle-database-format=new, in a future version of osm2pgsql this
will become the new default. If you have used this option already with
one of the 1.9.x versions of osm2pgsql you have to reload your
database or use this SQL command to update the table: ALTER TABLE
<name> ALTER COLUMN tags DROP NOT NULL;, for <name> use
planet_osm_nodes, planet_osm_ways, and planet_osm_rels or the
equivalents if you are using a different table name prefix.


Home | Main Index | Thread Index | Old Index