You are not logged in.

#1 2015-07-12 10:09:17

rianav
Member
From: Between keyboard and chair.
Registered: 2013-07-17
Posts: 18

Architecture of FBSD world & kernel pkgs in "testing"

Hi,
what is the architecture of the system after installing the latest freebsd-world & freebsd-kernel pkgs in testing? I'm getting 404 errors on "pacman -Syu"  sad , and complaints that the pkgs to be upgraded have invalid architecture; "x86-64" i think.

Thanks.

Last edited by rianav (2015-07-12 11:58:40)


China gangs burn pork on Amtrak while San Diego SWAT busts ice pirates at Target.

Offline

#2 2015-07-13 11:00:26

Amzo
Administrator
Registered: 2013-01-21
Posts: 144

Re: Architecture of FBSD world & kernel pkgs in "testing"

There was an Architecture rename done in testing. However I forgot to create one for testing, I had only done the repositories core, extra, community, devel and linux yesterday. Testing I finished a few minutes ago and should work now.

The name change was from x86_64 to amd64.

Offline

#3 2015-07-14 01:50:54

Amzo
Administrator
Registered: 2013-01-21
Posts: 144

Re: Architecture of FBSD world & kernel pkgs in "testing"

This is fixed however, since you're already at 10.2 in testing you will need to run the following:

  for file in /var/lib/pacman/local/*/desc; do
    sed -i '' -e 's|\<x86_64\>|amd64|g' "${file}"
  done

This is done in the upgrade 10.1 -> 10.2 now for the architecture change.

Offline

#4 2015-07-18 12:18:12

rianav
Member
From: Between keyboard and chair.
Registered: 2013-07-17
Posts: 18

Re: Architecture of FBSD world & kernel pkgs in "testing"

Got that sorted. Thanks.


China gangs burn pork on Amtrak while San Diego SWAT busts ice pirates at Target.

Offline

Board footer

Powered by FluxBB