Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#14721 closed enhancement (fixed)

libqmi-1.28.2

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 11.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version. Ugh. I just updated this to 1.28.0 yesterday.

Change History (5)

comment:1 by Douglas R. Reno, 3 years ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 3 years ago

Just a quick update to fix the builds with GLib < 2.58.

This is the first bugfix release in the 1.28.x series, built from the qmi-1-28 branch.

Overview of changes in libqmi 1.28.2
----------------------------------------

 * libqmi-glib:
   ** Fixed build with GLib < 2.58.
   ** Simplified the qmi_wwan add_mux/del_mux logic assuming there is no delay in the creation and deletion of the net links.

----------------------------------------

We missed the optional dependency on libqrtr-glib that was added in 1.28.0. It would be quick to add, but I'm not sure if we need it. It allows most Qualcomm WWAN Cards to function properly by providing the functions for IPC routing that were previously available in libqmi, but split out as part of 1.28.0.

comment:3 by Douglas R. Reno, 3 years ago

I caught libqmi attempting to use python2 and ignoring python3 when present. Note that there is no dependency recorded in the book on it, but it is there:

checking for GLIB... yes
checking for python... no
checking for python2... /usr/bin/python2
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages

When specifying PYTHON=python3 at the configure line, things work properly. I'll add a comment into #11549 when I submit this update.

comment:4 by Douglas R. Reno, 3 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r24333

comment:5 by Bruce Dubbs, 3 years ago

Milestone: 10.211.0

Milestone renamed

Note: See TracTickets for help on using tickets.