ITADN
r-hub/rhub/Issues

Error when using `httpuv` package in macOS (arm64, m1-san) platform with `glibtoolize`, `aclocal-1.16`

#660Closedjhk0530 创建于 2025-03-29
J
jhk0530commented
Hello, thanks for maintaining this cool project. I'm using `Rhub` to check my R package in multiple platform which uses `httpuv`. and it fails with macOS. which works fine with local machine (M1 pro) or linux / windows from r-hub. I think both are problem of some compiling issue which similar issue is mentioned before (#653) so I used `rhub_check` with only windows and linux. but I wonder if there's better solutions. ~~Actually, I'm not sure this is issue of rhub~~ Thanks --- ### logs (summarized) ``` autogen.sh: line 43: glibtoolize: command not found ... WARNING: 'aclocal-1.16' is missing on your system. ... ERROR: compilation failed for package ‘httpuv’ ``` ### m1-san error log https://github.com/jhk0530/polaroid/actions/runs/14147072618/job/39635660549#step:5:3836 ### m1-arm64 error log https://github.com/jhk0530/polaroid/actions/runs/14147013023/job/39635532323#step:5:3836
关闭于 2025-04-15 5 条评论