Re: 7.0 release to stable

2008-08-28 Thread Brian

Jase Thew wrote:

Brian wrote:
It turns out, as I look at the below, I was testing a unique process 
and didn't realize it.

[...]
So, I was migrating not only from a release to stable, but more 
specifically from a release to a prerelease.




Hi,

I think you misunderstand - 7.1-PRERELEASE is just the name [1] which 
has been given to RELENG_7 (aka 7-stable) in preparation for the code 
freeze leading up to 7.1-RELEASE. There is nothing special or unique 
about it :)


Regards,

Jase.

[1] http://www.freebsd.org/cgi/getmsg.cgi?fetch=268263+0+current/cvs-src
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Here si a link to a freebsd-questions thread with my exact issue.  I 
used the make.conf out of the notes, the alleged fix here does something 
different.


http://groups.google.com/group/lucky.freebsd.questions/browse_thread/thread/5c4ab42858c8aa3e/65c7d14de1b2eafe?lnk=raot

Brian
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 7.0 release to stable

2008-08-28 Thread Jase Thew

Brian wrote:
It turns out, as I look at the below, I was testing a unique process and 
didn't realize it.

[...]
So, I was migrating not only from a release to stable, but more 
specifically from a release to a prerelease.




Hi,

I think you misunderstand - 7.1-PRERELEASE is just the name [1] which 
has been given to RELENG_7 (aka 7-stable) in preparation for the code 
freeze leading up to 7.1-RELEASE. There is nothing special or unique 
about it :)


Regards,

Jase.

[1] http://www.freebsd.org/cgi/getmsg.cgi?fetch=268263+0+current/cvs-src
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 7.0 release to stable

2008-08-27 Thread Brian
It turns out, as I look at the below, I was testing a unique process and 
didn't realize it.


I started with 7.0 release for amd64
I did freebsd-update, installing what was available over the weekend.
After multiple tries at building world, I was finally successful and 
wound up with


7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Mon Aug 25 16:09:04 PDT 2008

So, I was migrating not only from a release to stable, but more 
specifically from a release to a prerelease.


Based on the threads just posted, I'll be leaving it there for the moment.

Brian
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 7.0 release to stable

2008-08-26 Thread Brian
After much repetition, ccache would appear to be the problem, without it 
I can buildworld and a generic kernel properly, with it, I perpetually get


rm -f .depend
CC='/usr/local/libexec/ccache/world-cc' mkdep -f .depend -a
-I/usr/src/lib/csu/i386-elf/../common 
-I/usr/src/lib/csu/i386-elf/../../libc/include 
/usr/src/lib/csu/i386-elf/crt1.c /usr/src/lib/csu/i386-elf/crti.S 
/usr/src/lib/csu/i386-elf/crtn.S
/usr/local/libexec/ccache/world-cc -O2 -fno-strict-aliasing -pipe 
-I/usr/src/lib/csu/i386-elf/../common  
-I/usr/src/lib/csu/i386-elf/../../libc/include -Wsystem-headers -Wall 
-Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual 
-Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter 
-Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls 
-Wno-pointer-sign -c /usr/src/lib/csu/i386-elf/crt1.c

{standard input}: Assembler messages:
{standard input}:27: Error: suffix or operands invalid for `mov'
*** Error code 1

Stop in /usr/src/lib/csu/i386-elf.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

For the port maintainer, I have seen this with both the current 2.4.7, 
as well as the previous version.  I installed the package Saturday, and 
then portupgraded after the first couple failures to the current ccache.


Brian
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 7.0 release to stable

2008-08-25 Thread Brian

Jeremy Chadwick wrote:



Please provide your /etc/make.conf if possible.

  

# added by use.perl 2008-08-24 17:30:56
PERL_VER=5.8.8
PERL_VERSION=5.8.8
#.if (!empty(.CURDIR:M/usr/src*) || !empty(.CURDIR:M/usr/obj*)) && 
!defined(NOCCACHE)

CC=/usr/local/libexec/ccache/world-cc
CXX=/usr/local/libexec/ccache/world-c++
#.endif


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 7.0 release to stable

2008-08-25 Thread Jeremy Chadwick
On Mon, Aug 25, 2008 at 08:40:37AM -0700, Brian wrote:
> I installed 7.0 release on an amd am2 dual core 4400, the install went  
> fine.  When I try a sourc eupgrade to 7.0-stable and then try a make  
> buildworld, near the end of that I see the below failure, I have seen  
> the same failure with and without ccache.
>
> /usr/local/libexec/ccache/world-cc -O2 -fno-strict-aliasing -pipe  
> -I/usr/src/lib/csu/i386-elf/../common   
> -I/usr/src/lib/csu/i386-elf/../../libc/include -Wsystem-headers -Wall  
> -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes  
> -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual  
> -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter  
> -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls  
> -Wno-pointer-sign -c /usr/src/lib/csu/i386-elf/crt1.c
> {standard input}: Assembler messages:
> {standard input}:27: Error: suffix or operands invalid for `mov'
> *** Error code 1
>
> Stop in /usr/src/lib/csu/i386-elf.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1

Please provide your /etc/make.conf if possible.

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"