Opened 4 years ago

Closed 2 years ago

#812 closed defect (fixed)

XCW is broken

Reported by: Jiri Svoboda Owned by:
Priority: major Milestone: 0.11.1
Component: helenos/unspecified Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

The switch to meson build system broke XCW. I tried:

  • manually building GZX with XCW
  • building XCW demo in mainline
  • building gzx, sycek packages using latest harbours

all with similar results

[jirka@omelette harb-amd64]$ ../harbours/hsct.sh package sycek
>>> Fetching sources...
filename:'sycek' url:'https://github.com/jxsvoboda/sycek'
cp: cannot create regular file '/data/helenos/harb-amd64/build/sycek/sycek/sycek/.git/objects/pack/pack-40981d39b62f32238d2420293e03db9d9294272d.pack': Permission denied
cp: cannot create regular file '/data/helenos/harb-amd64/build/sycek/sycek/sycek/.git/objects/pack/pack-40981d39b62f32238d2420293e03db9d9294272d.idx': Permission denied
>>> Building...
[hsct]: "make" "-j1" "hos" 
helenos-cc -c -std=c99 -D_GNU_SOURCE -O0 -ggdb -Wall -Wextra -Wmissing-prototypes -Werror -I src -o src/ast.hos.o src/ast.c
/data/helenos/master/tools/xcw/bin/helenos-cc: line 44: /data/helenos/harb-amd64/helenos/config/config.sh: No such file or directory
helenos-cc -c -std=c99 -D_GNU_SOURCE -O0 -ggdb -Wall -Wextra -Wmissing-prototypes -Werror -I src -o src/ast.hos.o src/ast.c
/data/helenos/master/tools/xcw/bin/helenos-cc: line 90: -gcc: command not found
make: *** [Makefile:98: src/ast.hos.o] Error 127
[hsct]: Error: Build failed!
[jirka@omelette harb-amd64]$ 

Change History (1)

comment:1 by Jiri Svoboda, 2 years ago

Milestone: 0.11.1
Resolution: fixed
Status: newclosed

This was fixed in changeset dbf1be5be4d7ced56dbc0ea7ab6a77eb022a09fa on March 25, 2021.

Note: See TracTickets for help on using tickets.