Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912722 - net-im/dino-0.4.3 fails to compile (PYTHON-3.12-SYSTEM): helper.vala:180.26-180.33: error: Argument 1: Cannot convert from unowned uint8[] to unowned string
Summary: net-im/dino-0.4.3 fails to compile (PYTHON-3.12-SYSTEM): helper.vala:180.26-1...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-21 08:45 UTC by Agostino Sarubbo
Modified: 2024-01-07 08:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,41.60 KB, application/x-xz)
2023-08-21 08:45 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-08-21 08:45:14 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-im/dino-0.4.3 fails to compile (PYTHON-3.12-SYSTEM).
Discovered on: amd64 (internal ref: python-3.12_tinderbox)

NOTE:
(PYTHON-3.12-SYSTEM) in the summary means that the bug was found on a machine that runs python-3.12 but this bug MAY or MAY NOT BE related to the new python version
Comment 1 Agostino Sarubbo gentoo-dev 2023-08-21 08:45:16 UTC
Created attachment 868308 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2023-08-21 08:45:16 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


(valac-0.56:619): vala-CRITICAL **: 09:38:36.740: vala_data_type_get_actual_type: assertion 'self != NULL' failed
(valac-0.56:619): vala-CRITICAL **: 09:38:36.743: vala_data_type_get_actual_type: assertion 'self != NULL' failed
FAILED: main/src/ui/util/helper.c /var/tmp/portage/net-im/dino-0.4.3/work/dino-0.4.3_build/main/src/ui/util/helper.c 
/var/tmp/portage/net-im/dino-0.4.3/work/dino-0.4.3/main/src/ui/util/helper.vala:180.26-180.33: error: Argument 1: Cannot convert from `unowned uint8[]' to `unowned string'
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-08-21 12:14:35 UTC
I assume this is the same as https://gitlab.gnome.org/GNOME/vala/-/issues/1474 given people mention dino there
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-01-07 08:22:28 UTC
commit 346e73a794556278475dcfe423f13a204fe68ff9
Author: Guillermo Joandet <gjoandet@gmail.com>
Date:   Sat Aug 19 21:46:15 2023 -0300

    dev-lang/vala: Version bump to 0.56.12

    Signed-off-by: Guillermo Joandet <gjoandet@gmail.com>
    Signed-off-by: Matt Turner <mattst88@gentoo.org>