FS#56740 - [deepin-daemon] build fails

Attached to Project: Community Packages
Opened by Andreas Baumann (andreas_baumann) - Saturday, 16 December 2017, 08:41 GMT
Last edited by Balló György (City-busz) - Sunday, 01 September 2019, 10:55 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

make: Entering directory '/data/INSTALL/deepin-daemon/src/dde-daemon-3.2.8/network/nm_generator'
./gen_nm_consts.py --gir /usr/share/gir-1.0/NM-1.0.gir --output ./nm_consts_gen.yml
Traceback (most recent call last):
File "./gen_nm_consts.py", line 164, in <module>
value_type = get_prop_type(setting, pspec, propxml)
File "./gen_nm_consts.py", line 45, in get_prop_type
prop_type = dbus_type_name_map[dbus_type]
KeyError: 'aa{sv}'
make: *** [Makefile:5: nm_consts_gen.yml] Error 1
make: Leaving directory '/data/INSTALL/deepin-daemon/src/dde-daemon-3.2.8/network/nm_generator'
==> ERROR: A failure occurred in build().
Aborting...


Additional info:
* package version(s): 3.2.8-1
* config and/or log files etc.


Steps to reproduce:
makepkg -si
This task depends upon

Closed by  Balló György (City-busz)
Sunday, 01 September 2019, 10:55 GMT
Reason for closing:  Fixed
Additional comments about closing:  deepin-daemon 3.2.9-1
Comment by Erich Eckner (deepthought) - Sunday, 14 January 2018, 14:44 GMT
As far as I can tell, the offending `aa{sv}` has been in `/usr/share/gir-1.0/NM-1.0.gir` for quite some time, so it seems, something else is going on here.
Comment by Felix Yan (felixonmars) - Monday, 15 January 2018, 08:14 GMT
Upstream master contains the fix already. It will be present in next version.

https://cr.deepin.io/#/c/29458/
https://cr.deepin.io/#/c/29669/

Loading...