Project

General

Profile

Actions

Bug #6373

closed

../lib/in46_addr.h: No such file or directory

Added by osmith 2 months ago. Updated 2 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
02/22/2024
Due date:
% Done:

100%

Spec Reference:

Description

Regression of https://gerrit.osmocom.org/c/osmo-ggsn/+/36031/2 when building osmo-sgsn against osmo-ggsn:

make[3]: Entering directory '/build/src/gprs'
  CC       gprs_llc_parse.lo
  CC       crc24.lo
  CC       gprs_utils.lo
  CC       sgsn_ares.lo
In file included from /build/deps/install/stow/osmo-ggsn/include/gtp.h:19,
                 from ../../include/osmocom/sgsn/sgsn.h:24,
                 from sgsn_ares.c:22:
/build/deps/install/stow/osmo-ggsn/include/gsn.h:21:10: fatal error: ../lib/in46_addr.h: No such file or directory
   21 | #include "../lib/in46_addr.h" 
      |          ^~~~~~~~~~~~~~~~~~~~
Actions #1

Updated by osmith 2 months ago

  • % Done changed from 0 to 30

I didn't realize that some of the includes from osmo-ggsn were public API.

In a WIP branch I've added in46_addr.c and in46_addr.h to libgtp, which fixes the above error. However building osmo-sgsn now gives new errors:

Show

I'll revert the patches that caused this for now, and will re-implement them in a backwards compatible way.

EDIT: revert in https://gerrit.osmocom.org/c/osmo-ggsn/+/36057

Actions #2

Updated by osmith 2 months ago

  • Status changed from In Progress to Resolved
  • % Done changed from 30 to 100

revert was merged, a backwards-compatible re-implementation is WIP: https://gerrit.osmocom.org/q/topic:gtp-ipv6+is:open

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)