Hi David.

I now try to build CI/CD pipelines for my own Plan 9 sources. My
sources were synced to the latest 9legacy.iso with replica/pull.
ref: https://github.com/lufia/plan9/pull/32

The pipeline runs `mk release`, but it gets failure with errors below:

  8c -FTVw -I/sys/src/cmd 7.c
  7.c:10 8c: '/arm64/include' does not exist: /arm64/include/ureg.h
  mk: 8c -FTVw -I/sys/src/cmd 7.c  : exit status=rc 6968: 8c 6970: error
  mk: date for (i ...  : exit status=rc 4959: rc 6917: mk 6919: error

That header file is included from /sys/src/libmach/7.c.

I noticed that there isn't /arm64/include/ureg.h entry in
/dist/replica/plan9.log in the latest 9legacy CD image. Thus
replica/pull doesn't copy it from the CD image.

Could you add that header to be able to copy it with replica/pull?
--
kadota

------------------------------------------
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/Td129f94c985a87f8-M40da20ad93338cea395dade1
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Reply via email to