Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924248 - dev-lang/orc: keywordreq to add ~ia64
Summary: dev-lang/orc: keywordreq to add ~ia64
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Keywording (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords: CC-ARCHES
Depends on:
Blocks: 924218
  Show dependency tree
 
Reported: 2024-02-10 23:19 UTC by Kalin KOZHUHAROV
Modified: 2024-02-11 01:04 UTC (History)
3 users (show)

See Also:
Package list:
dev-lang/orc ~alpha ~sparc ~mips ~ia64
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kalin KOZHUHAROV 2024-02-10 23:19:53 UTC
In relation to https://github.com/gentoo/gentoo/pull/35264 and bug #924218 I need dev-lang/orc to support ~ia64 (as dependency for dev-lang/vidstab).

Please add the ~ia64 KEYWORD, if you feel appropriate.
Comment 1 Kalin KOZHUHAROV 2024-02-10 23:30:12 UTC
$ nattka make-package-list -a '~ia64' dev-lang/orc
INFO:nattka:Iteration 1: running pkgcheck ...
INFO:nattka:Time elapsed: 0:00:02.260781
INFO:nattka:Target CC: ia64@gentoo.org
INFO:nattka:Package list follows:
dev-lang/orc ~ia64
Comment 2 Aemilia 2024-02-10 23:34:21 UTC
I emerge'd orc on an ia64 machine with tests (Kernel 6.6.16 / Profile default/linux/ia64/17.0/systemd/merged-usr) and can confirm it compiles and passes tests successfully.

meson test --print-errorlogs -C /var/tmp/portage/dev-lang/orc-0.4.34/work/orc-0.4.34-.ia64 --num-processes 8
ninja: Entering directory `/var/tmp/portage/dev-lang/orc-0.4.34/work/orc-0.4.34-.ia64'
ninja: no work to do.
 1/13 test_accsadubl   OK              0.09s
 2/13 test-schro       OK              0.09s
 3/13 exec_opcodes_sys OK              0.09s
 4/13 exec_parse       OK              0.09s
 5/13 perf_opcodes_sys OK              0.09s
 6/13 perf_parse       OK              0.10s
 7/13 abi              OK              0.08s
 8/13 test-limits      OK              0.05s
 9/13 test_parse       OK              0.05s
10/13 orc_test         OK              0.05s
11/13 test2            OK              0.05s
12/13 test3            OK              0.05s
13/13 memcpy_speed     OK              0.93s

Ok:                 13
Expected Fail:      0
Fail:               0
Unexpected Pass:    0
Skipped:            0
Timeout:            0
Comment 3 Kalin KOZHUHAROV 2024-02-11 00:12:10 UTC
Still trying to sort the mess I started, other arches also needed...

The more I try to fix it, the deeper it becomes, may be it is not worth it after all :-\
Comment 4 Kalin KOZHUHAROV 2024-02-11 01:04:42 UTC
OK, I am pulling the plug on this and BIG APOLOGY for the caused so much noise!

I am working with the media-libs/vidstab upstream to have ORC code removed, since apparently it is not needed in any active code. --> https://github.com/georgmartius/vid.stab/pull/129

Then we'll not need this at all, so closing as RESOLVED INVALID.