This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
jenkins at lists.osmocom.org jenkins at lists.osmocom.orgSee <https://jenkins.osmocom.org/jenkins/job/master-openbsc/IU=--disable-iu,MGCP=--enable-mgcp-transcoding,SMPP=--enable-smpp,a4=default,label=osmocom-master-debian9/3690/display/redirect>
------------------------------------------
[...truncated 763.10 KB...]
config.status: creating src/libfilter/Makefile
config.status: creating src/libiu/Makefile
config.status: creating src/libcommon-cs/Makefile
config.status: creating src/osmo-nitb/Makefile
config.status: creating src/osmo-bsc/Makefile
config.status: creating src/osmo-bsc_nat/Makefile
config.status: creating src/osmo-bsc_mgcp/Makefile
config.status: creating src/utils/Makefile
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating tests/gsm0408/Makefile
config.status: creating tests/db/Makefile
config.status: creating tests/channel/Makefile
config.status: creating tests/bsc/Makefile
config.status: creating tests/bsc-nat/Makefile
config.status: creating tests/bsc-nat-trie/Makefile
config.status: creating tests/mgcp/Makefile
config.status: creating tests/abis/Makefile
config.status: creating tests/smpp/Makefile
config.status: creating tests/trau/Makefile
config.status: creating tests/subscr/Makefile
config.status: creating tests/mm_auth/Makefile
config.status: creating tests/nanobts_omlattr/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating Makefile
config.status: creating bscconfig.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
+ make -j 8
echo 1.1.0.116-6504c9 > .version-t && mv .version-t .version
make all-recursive
make[1]: Entering directory '/build/openbsc'
Making all in doc
make[2]: Entering directory '/build/openbsc/doc'
Making all in examples
make[3]: Entering directory '/build/openbsc/doc/examples'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/openbsc/doc/examples'
make[3]: Entering directory '/build/openbsc/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/openbsc/doc'
make[2]: Leaving directory '/build/openbsc/doc'
Making all in include
make[2]: Entering directory '/build/openbsc/include'
Making all in openbsc
make[3]: Entering directory '/build/openbsc/include/openbsc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/openbsc/include/openbsc'
make[3]: Entering directory '/build/openbsc/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/openbsc/include'
make[2]: Leaving directory '/build/openbsc/include'
Making all in src
make[2]: Entering directory '/build/openbsc/src'
Making all in libcommon
make[3]: Entering directory '/build/openbsc/src/libcommon'
CC bsc_version.o
CC common_vty.o
CC gsm_data_shared.o
CC debug.o
CC gsm_data.o
CC gsup_client.o
CC oap_client.o
CC socket.o
CC talloc_ctx.o
CC gsm_subscriber_base.o
CC gsup_test_client.o
gsup_test_client.c: In function 'main':
gsup_test_client.c:276:2: warning: 'osmo_init_logging' is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/core/application.h:20): use osmo_init_logging2() instead to avoid a NULL talloc ctx [-Wdeprecated-declarations]
osmo_init_logging(&gsup_test_client_log_info);
^
AR libcommon.a
CCLD gsup_test_client
make[3]: Leaving directory '/build/openbsc/src/libcommon'
Making all in libmgcp
make[3]: Entering directory '/build/openbsc/src/libmgcp'
CC mgcp_protocol.o
CC mgcp_network.o
CC mgcp_vty.o
CC mgcp_osmux.o
CC mgcp_sdp.o
CC mgcp_transcode.o
mgcp_network.c:44:2: warning: #warning "Make use of the rtp proxy code" [-Wcpp]
#warning "Make use of the rtp proxy code"
^
mgcp_osmux.c: In function 'osmux_send_dummy':
mgcp_osmux.c:556:35: warning: passing argument 2 of 'endp_osmux_state_check' from incompatible pointer type
if (endp_osmux_state_check(endp, &endp->net_end.addr, true) < 0)
^
mgcp_osmux.c:265:12: note: expected 'struct sockaddr_in *' but argument is of type 'struct in_addr *'
static int endp_osmux_state_check(struct mgcp_endpoint *endp, struct sockaddr_in *addr, bool sending)
^
mgcp_network.c: In function 'receive_from':
mgcp_network.c:697:3: warning: #warning "Slight spec violation. With connection mode recvonly we should attempt to forward." [-Wcpp]
#warning "Slight spec violation. With connection mode recvonly we should attempt to forward."
^
AR libmgcp.a
make[3]: Leaving directory '/build/openbsc/src/libmgcp'
Making all in libbsc
make[3]: Entering directory '/build/openbsc/src/libbsc'
CC abis_nm_vty.o
CC abis_nm.o
CC bsc_subscriber.o
CC abis_om2000_vty.o
CC bsc_rll.o
CC abis_om2000.o
CC abis_rsl.o
CC acc_ramp.o
In file included from /build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm48.h:9:0,
from ../../include/openbsc/gsm_04_08.h:4,
from ../../include/openbsc/rest_octets.h:5,
from ../../include/openbsc/gsm_data.h:18,
from abis_nm.c:37:
abis_nm.c: In function 'abis_nm_rx_get_attr_resp':
/build/deps/install/stow/libosmocore/include/osmocom/gsm/tlv.h:462:25: warning: passing argument 2 of 'parse_attr_resp_info_unreported' discards 'const' qualifier from pointer target type
#define TLVP_VAL(x, y) (x)->lv[y].val
^
abis_nm.c:560:50: note: in expansion of macro 'TLVP_VAL'
data = parse_attr_resp_info_unreported(bts->nr, TLVP_VAL(&tp, NM_ATT_GET_ARI), TLVP_LEN(&tp, NM_ATT_GET_ARI),
^
abis_nm.c:458:24: note: expected 'uint8_t *' but argument is of type 'const uint8_t *'
static inline uint8_t *parse_attr_resp_info_unreported(uint8_t bts_nr, uint8_t *ari, uint16_t ari_len, uint16_t *out_len)
^
abis_om2000_vty.c: In function 'cfg_bts_alt_mode':
abis_om2000_vty.c:427:20: warning: unused variable 'cg' [-Wunused-variable]
struct con_group *cg;
^
CC paging.o
CC bts_ericsson_rbs2000.o
CC bts_ipaccess_nanobts.o
bts_ericsson_rbs2000.c: In function 'inp_sig_cb':
bts_ericsson_rbs2000.c:121:3: warning: enumeration value 'E1INP_SIGN_NONE' not handled in switch [-Wswitch]
switch (isd->link_type) {
^
bts_ericsson_rbs2000.c:121:3: warning: enumeration value 'E1INP_SIGN_RSL' not handled in switch [-Wswitch]
bts_ericsson_rbs2000.c:121:3: warning: enumeration value 'E1INP_SIGN_OSMO' not handled in switch [-Wswitch]
CC bts_siemens_bs11.o
CC bts_nokia_site.o
CC bts_unknown.o
bts_siemens_bs11.c: In function 'inp_sig_cb':
bts_siemens_bs11.c:573:3: warning: enumeration value 'E1INP_SIGN_NONE' not handled in switch [-Wswitch]
switch (isd->link_type) {
^
bts_siemens_bs11.c:573:3: warning: enumeration value 'E1INP_SIGN_RSL' not handled in switch [-Wswitch]
bts_siemens_bs11.c:573:3: warning: enumeration value 'E1INP_SIGN_OSMO' not handled in switch [-Wswitch]
bts_nokia_site.c: In function 'inp_sig_cb':
bts_nokia_site.c:156:3: warning: enumeration value 'E1INP_SIGN_NONE' not handled in switch [-Wswitch]
switch (isd->link_type) {
^
bts_nokia_site.c:156:3: warning: enumeration value 'E1INP_SIGN_RSL' not handled in switch [-Wswitch]
bts_nokia_site.c:156:3: warning: enumeration value 'E1INP_SIGN_OSMO' not handled in switch [-Wswitch]
CC bts_sysmobts.o
CC chan_alloc.o
CC handover_decision.o
CC handover_logic.o
CC meas_rep.o
CC pcu_sock.o
CC system_information.o
CC rest_octets.o
pcu_sock.c: In function 'pcu_tx_info_ind':
pcu_sock.c:208:2: warning: #warning "isn't dl_tbf_ext wrong?: * 10 and no ntohs" [-Wcpp]
#warning "isn't dl_tbf_ext wrong?: * 10 and no ntohs"
^
pcu_sock.c:210:2: warning: #warning "isn't ul_tbf_ext wrong?: * 10 and no ntohs" [-Wcpp]
#warning "isn't ul_tbf_ext wrong?: * 10 and no ntohs"
^
pcu_sock.c: In function 'pcu_rx_data_req':
pcu_sock.c:409:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
tlli = *((uint32_t *)data_req->data);
^
pcu_sock.c:362:25: warning: unused variable 'ts' [-Wunused-variable]
struct gsm_bts_trx_ts *ts;
^
pcu_sock.c:361:22: warning: unused variable 'trx' [-Wunused-variable]
struct gsm_bts_trx *trx;
^
pcu_sock.c:360:10: warning: unused variable 'is_ptcch' [-Wunused-variable]
uint8_t is_ptcch;
^
CC e1_config.o
CC bsc_api.o
system_information.c: In function 'band_compatible':
system_information.c:51:7: warning: 'gsm_arfcn2band' is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/gsm/gsm_utils.h:165): Use gsm_arfcn2band_rc() instead [-Wdeprecated-declarations]
enum gsm_band band = gsm_arfcn2band(arfcn);
^
CC bsc_msc.o
CC bsc_vty.o
CC gsm_04_08_utils.o
CC gsm_04_80_utils.o
CC bsc_init.o
CC bts_init.o
CC bsc_rf_ctrl.o
CC arfcn_range_encode.o
CC bsc_ctrl_commands.o
CC bsc_ctrl_lookup.o
CC bsc_dyn_ts.o
CC net_init.o
CC bts_ipaccess_nanobts_omlattr.o
AR libbsc.a
make[3]: Leaving directory '/build/openbsc/src/libbsc'
Making all in libmsc
make[3]: Entering directory '/build/openbsc/src/libmsc'
CC db.o
CC auth.o
CC gsm_subscriber.o
CC gsm_04_08.o
CC gsm_04_11.o
CC gsm_04_80.o
CC gsm_04_14.o
CC mncc.o
auth.c: In function '_use_comp128':
auth.c:76:3: warning: 'comp128' is deprecated (declared at /build/deps/install/stow/libosmocore/include/osmocom/gsm/comp128.h:22): Use generic API from osmocom/crypt/auth.h instead [-Wdeprecated-declarations]
comp128(ainfo->a3a8_ki, atuple->vec.rand,
^
gsm_04_80.c: In function 'gsm0480_send_ussd_response':
gsm_04_80.c:70:2: error: implicit declaration of function 'msgb_wrap_with_TL' [-Werror=implicit-function-declaration]
msgb_wrap_with_TL(msg, ASN1_OCTET_STRING_TAG);
^
db.c: In function 'db_init':
db.c:604:2: warning: 'dbi_initialize' is deprecated (declared at /usr/include/dbi/dbi.h:169) [-Wdeprecated-declarations]
dbi_initialize(NULL);
^
db.c:606:2: warning: 'dbi_conn_new' is deprecated (declared at /usr/include/dbi/dbi.h:199) [-Wdeprecated-declarations]
conn = dbi_conn_new("sqlite3");
^
db.c: In function 'db_fini':
db.c:670:2: warning: 'dbi_shutdown' is deprecated (declared at /usr/include/dbi/dbi.h:171) [-Wdeprecated-declarations]
dbi_shutdown();
^
cc1: some warnings being treated as errors
CC mncc_builtin.o
Makefile:471: recipe for target 'gsm_04_80.o' failed
make[3]: *** [gsm_04_80.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/build/openbsc/src/libmsc'
Makefile:438: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/build/openbsc/src'
make[2]: *** [all-recursive] Error 1
Makefile:514: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/build/openbsc'
make[1]: *** [all-recursive] Error 1
Makefile:422: recipe for target 'all' failed
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
[WARNINGS]Skipping publisher since build result is FAILURE