2015-07-18T17:18:12ZFluxBBhttps://bbs.pacbsd.org/viewtopic.php?id=181Got that sorted. Thanks.]]>https://bbs.pacbsd.org/profile.php?id=1192015-07-18T17:18:12Zhttps://bbs.pacbsd.org/viewtopic.php?pid=597#p597This 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.
]]>https://bbs.pacbsd.org/profile.php?id=22015-07-14T06:50:54Zhttps://bbs.pacbsd.org/viewtopic.php?pid=596#p596There 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.
]]>https://bbs.pacbsd.org/profile.php?id=22015-07-13T16:00:26Zhttps://bbs.pacbsd.org/viewtopic.php?pid=595#p595Hi, 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" , and complaints that the pkgs to be upgraded have invalid architecture; "x86-64" i think.