cooljeanius / cooljeanius/AfterStep
linking (well, archiving) `libAfterBase.a` fails as part of CodeQL scan: `ar: libdeps specified more than once`
Open
bug
- Dominant language
- C
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
/bin/rm -rf libAfterBase.a
ar clq libAfterBase.a ashash.o aslist.o asvector.o audit.o fs.o layout.o mystring.o os.o output.o parse.o regexp.o safemalloc.o selfdiag.o sleep.o socket.o timer.o trace.o xml.o xprop.o xwrap.o
ar: libdeps specified more than once
make[1]: *** [Makefile:294: libAfterBase.a] Error 1
make[1]: Leaving directory '/home/runner/work/AfterStep/AfterStep/libAfterBase'
make: *** [Makefile:144: all] Error 1
```
Not sure what to do about it...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.