fangfufu / httpdirfs

A filesystem which allows you to mount HTTP directory listings or a single file, with a permanent cache. Now with Airsonic / Subsonic support!
Other
763 stars 59 forks source link

Fix CodeQL #144

Closed fangfufu closed 3 months ago

fangfufu commented 4 months ago

CodeQL is reporting these errors:

  ./configure: line 3493: syntax error near unexpected token `-Wunused-command-line-argument,NUCLA=-Wno-unused-command-line-argument,-Werror'
  ./configure: line 3493: `AX_CHECK_COMPILE_FLAG(-Wunused-command-line-argument,NUCLA=-Wno-unused-command-line-argument,-Werror)'
  make: *** [Makefile:364: config.status] Error 2

I have no idea what might be causing this. The failure seems to be intermittent too.

fangfufu commented 4 months ago

@jikamens , I don't know if you fancy having a look at this.

fangfufu commented 4 months ago

Update: To facilitate the investigation, I have installed a kubuntu virtual machine - I think the GitHub runners are on Ubuntu.

jikamens commented 4 months ago

I can't reproduce this locally. Can you link to an action run that had this problem so I can look at the run log and see if I can learn anything from it?

fangfufu commented 4 months ago

Here: https://github.com/fangfufu/httpdirfs/actions/runs/9044999577/job/24854267368

It is very intermittent.

jikamens commented 4 months ago

Will look as time permits, not sure when that will be.

fangfufu commented 4 months ago

No worries. It might be GitHub infrastructure problem.

jikamens commented 4 months ago

This is probably the same issue as #153. If you add autoconf-archive to the dependencies for the CodeQL job it should fix it.

fangfufu commented 3 months ago

Thanks. I think this is fixed.