ld-elf.so.1: /usr/local/bin/xauth: undefined symbol "__libc_start1@FBSD_1.7"

Hello to everyone.

I've just upgraded FreeBSD 13.2-RELEASE to 14.0-CURRENT #1 main-n259068-126f8248ccfe following this procedure :

Code:
# setenv  EDITOR  /usr/local/bin/nano
# setenv  VISUAL  /usr/local/bin/nano
# cd /usr
# mv src src-old
# git clone https://git.FreeBSD.org/src.git /usr/src
# cd /usr/src
# git checkout current/14.0
# make -j4 buildworld
# make -j4 kernel
# shutdown -r now
# etcupdate -p
# cd /usr/src
# make installworld
# etcupdate -B
# shutdown -r now
# etcupdate resolve
# startx

ld-elf.so.1: /usr/local/bin/xauth: undefined symbol "__libc_start1@FBSD_1.7"
ld-elf.so.1: /usr/local/bin/xauth: undefined symbol "__libc_start1@FBSD_1.7"
ld-elf.so.1: /usr/local/bin/xauth: undefined symbol "__libc_start1@FBSD_1.7"
ld-elf.so.1: /usr/local/bin/xauth: undefined symbol "__libc_start1@FBSD_1.7"
ld-elf.so.1: /usr/local/bin/xauth: undefined symbol "__libc_start1@FBSD_1.7"
ld-elf.so.1: /usr/local/bin/xauth: undefined symbol "__libc_start1@FBSD_1.7"
ld-elf.so.1: /usr/local/bin/xauth: undefined symbol "__libc_start1@FBSD_1.7"

what to do to fix this error ?
 
Code:
# cd /usr/ports
# git pull

ld-elf.so.1: /usr/local/bin/xauth: undefined symbol "__libc_start1@FBSD_1.7"

I'm trapped. But a :

Code:
# pkg upgrade -f

it works...don't know if this is the working road.
 
During the upgrades of the packages I see a lot of "ld-elf.so.1: /usr/local/bin/xauth: undefined symbol "__libc_start1@FBSD_1.7" errors. I think that it will not fix the error.
 
You are missing 'installkernel' in your update procedure. But that has nothing to do with your error.

Why is `git pull` using xauth?
 
Code:
# pkg bootstrap -f

The package management tool is not yet installed on your system.
do you want to fetch and install it now ? y
bootstrapping pkg from pkg+[URL]http://pkg.FreeBSD.org/FreeBSD:14:amd64/latest[/URL]....
veryfying signature with  trusted certificate pkg.freebsd.org.2013102301...done
installing pkg-1.19.1_1
newer FreeBSD version for package pkg:
to ignore this error set IGNORE_OSVERSION=yes
-package : 1400088
-running kernel : 1400073

ignore this mismatch and continue ? y/n ?
 
Ziomario, you really should have told us earlier that you are running a -current from November.

These errors are typical if you have newer packages on older -current. They will go away on the next installworld.
 
I have installed different versions of FreeBSD in more disks. In some disks I have installed 13.2-RELEASE and on some other disk I've installed 14.0-CURRENT. In this case I'm trying to upgrade 13.2 to 14 on my old PC based on the cpu Intel I5,while my main PC is based on the cpu Intel I9. Git does not work,pkg does not work. I can't do anything. I can only reinstall from scratch.
 
I have installed different versions of FreeBSD in more disks. In some disks I have installed 13.2-RELEASE and on some other disk I've installed 14.0-CURRENT. In this case I'm trying to upgrade 13.2 to 14 on my old PC based on the cpu Intel I5,while my main PC is based on the cpu Intel I9. Git does not work,pkg does not work. I can't do anything. I can only reinstall from scratch.

Untar a snapshot. Or compile git from sources.
 
neither of them
Uhm, the latter is correct, but main is the default branch anyways (so, is automatically checked out after initial cloning), therefore it's unnecessary. That said, trying to check out some nonexistent branch won't hurt either.

But this shows again why "no support about CURRENT" is a forum policy. People running CURRENT are really expected to understand what they're doing.
 
Using the linux editor and ask why people are laughing at you?

oh no man. I don't make "war religions" anymore. I use what I find more comfortable with. Actually I'm playing with Linux and FreeBSD depending on what I want to do. Are you serious ? Don't you know that every OS has its strengths and weaknesses ? Are you married with FreeBSD ? I'm not married with anything. One could say that I have two lovers. Well,I prefer FreeBSD more than Linux,but sometime I like Linux,too. And I like nano,it's easy to use,fast and intuitive. I don't care if it comes from Linux. Why I should ? What do you dislike about Linux ? It doesn't look as bad as Wndows to me.
 
Uhm, the latter is correct, but main is the default branch anyways (so, is automatically checked out after initial cloning), therefore it's unnecessary. That said, trying to check out some nonexistent branch won't hurt either.

But this shows again why "no support about CURRENT" is a forum policy. People running CURRENT are really expected to understand what they're doing.
a yeah it is main now.
 
Back
Top