Date: Wed, 30 Apr 2003 22:47:53 -0400 From: Jake Burkholder <jake@locore.ca> To: James Taylor <jtx@hatesville.com> Cc: freebsd-sparc64@freebsd.org Subject: Re: CVSup Errors Message-ID: <20030501024753.GA95632@locore.ca> In-Reply-To: <003701c30f89$a56c4be0$4500a8c0@theplague> References: <003701c30f89$a56c4be0$4500a8c0@theplague>
next in thread | previous in thread | raw e-mail | index | archive | help
Apparently, On Wed, Apr 30, 2003 at 07:30:30PM -0700,
James Taylor said words to the effect of;
> Hi everyone, I just joined this list two seconds ago and have a question
> for you all.
> I couldn't find anything specific to this in the archives, so this may
> be a common question or I just wasn't searching for the correct term.
>
> I just installed 5.0 on my E420R, and CVSup for some reason didn't
> compile during the install. When trying to manually make
> cvsup-without-gui (or cvsup for that matter) I keep getting this error
> over and over:
>
> Cannot determine M3 target for this architecture
You need to use an up to date ports tree. I'm assuming you're using the
ports.tar.gz from the 5.0-RELEASE iso, which didn't have support for cvsup.
Official support was just committed to the port recently, it should work
on 5.0-RELEASE.
Either mount an up to date ports tree from another machine, or download
a new ports.tar.gz from one of the ftp sites.
Jake
>
> Looking through the makefile I see some options regarding the
> architecture, and it looks like the only options there are i386 and
> alpha:
>
> --snip
> TARGET= FreeBSD2
> .elif ${ARCH} == "i386"
> .if ${OSVERSION} < 400011
> TARGET= FreeBSD3
> .else
> TARGET= FreeBSD4
> .endif
> .elif ${ARCH} == "alpha"
> .if ${OSVERSION} < 400011
> --snip
>
> I'm assuming it's not compiling due to the lack of sparc64 support in
> the Makefile, but maybe I'm wrong. Any suggestions on making this thing
> work? I'm not proficient enough with Makefiles to hack in any changes.
> Thanks
>
>
> _______________________________________________
> freebsd-sparc64@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64
> To unsubscribe, send any mail to "freebsd-sparc64-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030501024753.GA95632>
