Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libqrtr-glib: update to 1.2.2. #38915

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

JamiKettunen
Copy link
Contributor

@JamiKettunen JamiKettunen commented Aug 26, 2022

Testing the changes

  • I tested the changes in this PR: YES

@JamiKettunen JamiKettunen force-pushed the libqrtr-glib branch 2 times, most recently from f06d891 to 9a29d09 Compare August 26, 2022 02:28
@JamiKettunen
Copy link
Contributor Author

JamiKettunen commented Aug 26, 2022

Due to python related build errors seen first seen here on aarch64-musl and armv6l-musl I'm considering dropping gtk-doc on cross arches. Any ideas if it could be solved instead of dropped? I cannot reproduce this build failure locally for these specific arches while cross-building on x86_64...

Originally I didn't have python at all in *makedepends but it seems adding it to either hostmakedepends or makedepends individually didn't help either.

@classabbyamp
Copy link
Member

why add python2 and not python3?

@JamiKettunen
Copy link
Contributor Author

why add python2 and not python3?

@classabbyamp Oh whoops... let me try with python3 two more times (as hostmakedepend and then makedepend) on CI since I can't reproduce it locally for whatever reason

@JamiKettunen JamiKettunen force-pushed the libqrtr-glib branch 2 times, most recently from 884ebdc to 607bd75 Compare August 26, 2022 12:21
@JamiKettunen
Copy link
Contributor Author

JamiKettunen commented Aug 26, 2022

@leahneukirchen No luck still... I have no idea so myself I'm in favor of dropping gtk-doc from cross builds (especially considering https://freedesktop.org/software/libqmi/libqrtr-glib/latest/ exists). Also I believe I can just not bump libqmi & ModemManager as the SONAME is still libqrtr-glib.so.0, not sure why I included those, guess I'll see when testing later today

@JamiKettunen JamiKettunen force-pushed the libqrtr-glib branch 3 times, most recently from 72c93a0 to 89820f7 Compare August 26, 2022 20:15
@JamiKettunen
Copy link
Contributor Author

JamiKettunen commented Aug 27, 2022

Tested as working on a OnePlus 5T :)

$ xpkg -v | grep -E 'ModemManager|libqmi|libqrtr-glib'
ModemManager-1.18.6_1
libqmi-1.30.4_1
libqrtr-glib-1.2.2_1
$ mmcli -L
    /org/freedesktop/ModemManager1/Modem/0 [QUALCOMM INCORPORATED] 0
$ mmcli -m 0
  -----------------------------------
  General  |                    path: /org/freedesktop/ModemManager1/Modem/0
           |               device id: 8809050a15a82cd439b9090afef51641481e8b9f
  -----------------------------------
  Hardware |            manufacturer: QUALCOMM INCORPORATED
           |                   model: 0
           |       firmware revision: MPSS.AT.2.0.c4.7-00070-8998_GEN_PACK-2.179387.1.214666.1
           |          carrier config: Oversea-Commercial_DS
           | carrier config revision: 0801F11E
           |            h/w revision: 20001
           |               supported: gsm-umts, lte
           |                          cdma-evdo, lte
           |                          lte
           |                          cdma-evdo, gsm-umts, lte
           |                 current: cdma-evdo
           |            equipment id: <REDACTED>
  -----------------------------------
  System   |                  device: qcom-soc
           |                 drivers: ipa, qrtr
           |                  plugin: qcom-soc
           |            primary port: qrtr0
           |                   ports: qrtr0 (qmi), rmnet_ipa0 (net)
  -----------------------------------
  Status   |                   state: enabled
           |             power state: on
           |             access tech: umts
           |          signal quality: 80% (cached)
  -----------------------------------
  Modes    |               supported: allowed: 2g; preferred: none
           |                          allowed: 3g; preferred: none
           |                          allowed: 2g, 3g; preferred: 3g
           |                          allowed: 2g, 3g; preferred: 2g
           |                          allowed: 2g, 4g; preferred: 4g
           |                          allowed: 2g, 4g; preferred: 2g
           |                          allowed: 3g, 4g; preferred: 4g
           |                          allowed: 3g, 4g; preferred: 3g
           |                          allowed: 2g, 3g, 4g; preferred: 4g
           |                          allowed: 2g, 3g, 4g; preferred: 3g
           |                          allowed: 2g, 3g, 4g; preferred: 2g
           |                 current: allowed: 2g, 3g, 4g; preferred: 4g
  -----------------------------------
  Bands    |               supported: egsm, dcs, pcs, g850, utran-1, utran-4, utran-6, utran-5, 
           |                          utran-8, utran-2, eutran-1, eutran-2, eutran-3, eutran-4, eutran-5, 
           |                          eutran-7, eutran-8, eutran-12, eutran-17, eutran-18, eutran-19, 
           |                          eutran-20, eutran-25, eutran-26, eutran-28, eutran-29, eutran-30, 
           |                          eutran-34, eutran-38, eutran-39, eutran-40, eutran-41, eutran-66, 
           |                          cdma-bc0
           |                 current: egsm, dcs, pcs, g850, utran-1, utran-4, utran-5, utran-8, 
           |                          utran-2, eutran-1, eutran-2, eutran-3, eutran-4, eutran-5, eutran-7, 
           |                          eutran-8, eutran-12, eutran-17, eutran-18, eutran-19, eutran-20, 
           |                          eutran-25, eutran-26, eutran-28, eutran-29, eutran-30, eutran-34, 
           |                          eutran-38, eutran-39, eutran-40, eutran-41, eutran-66, cdma-bc0
  -----------------------------------
  IP       |               supported: ipv4
  -----------------------------------
  CDMA     |                    meid: <REDACTED>
           |                     esn: <REDACTED>
           |              activation: not-activated

@classabbyamp classabbyamp merged commit 01517a6 into void-linux:master Aug 29, 2022
@JamiKettunen JamiKettunen deleted the libqrtr-glib branch September 26, 2022 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants