0
0
Fork 0
zblog/content/post/80.md

23 lines
822 B
Markdown
Raw Normal View History

+++
title = "find cycle detected"
date = "2011-11-22T19:31:29+00:00"
author = "Gibheer"
draft = false
+++
2022-03-25 14:41:22 +01:00
If you encounter the following error with `make install`
find: cycle detected for /lib/secure/32/
find: cycle detected for /lib/crypto/32/
find: cycle detected for /lib/32/
find: cycle detected for /usr/lib/elfedit/32/
find: cycle detected for /usr/lib/secure/32/
find: cycle detected for /usr/lib/link_audit/32/
find: cycle detected for /usr/lib/lwp/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/LO_LTYPE/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/LC_CTYPE/32/
find: cycle detected for /usr/lib/32/
use `ginstall` in your Makefile instead of `install`. It seems just broken on solaris.