Solved Make index - circular dependency? - linux_base-c6 update

After make index (10.3-RELEASE-p7) I got_

Code:
make_index: Circular dependency loop found: linux_base-c6_64-6.8 depends upon itself.
 
I get that from time to time. Just update the ports tree again. It's usually already resolved.
 
  • Thanks
Reactions: a6h
I will mention some things happend on update
first I got
Code:
/ram/usr/ports/emulators/linux_base-c6/work/stage/compat/linux/usr/libexec/gam_server: error while loading shared libraries: /usr/local/lib/libglib-2.0.so.0: ELF file OS ABI invalid
/ram/usr/ports/emulators/linux_base-c6/work/stage/compat/linux/usr/libexec/gam_server: exit status 127
ldd: /ram/usr/ports/emulators/linux_base-c6/work/stage/compat/linux/usr/libexec/pt_chown: not a FreeBSD ELF shared object
*** Error code 1
this happend cause I have set DEVELOPER=yes, if I comment it out, then I got
Code:
pkg-static: linux_base-c6-6.8_1 conflicts with linux_base-c6_64-6.8 (installs files into the same place). Problematic file: /compat/linux/bin/[
*** Error code 70

I tried to deinstall it in the port, but the message comes again.
Then I deinstalled with pkg delete. This did the trick.

The maintainer was writing me:
Maybe some tools got confused because the package name changed. It's
always "c6" now, not "c6_64".
DEVELOPER fails because some of the checks it does are too FreeBSD
specific and don't apply to Linux. I'll look into fixing that.

The problem seems solved for me, I wrote this if someone other has same problems.
 
Back
Top