Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac OS X 10.7 DP4 update issue #1985

Closed
gopherbot opened this issue Jun 21, 2011 · 1 comment
Closed

Mac OS X 10.7 DP4 update issue #1985

gopherbot opened this issue Jun 21, 2011 · 1 comment

Comments

@gopherbot
Copy link
Contributor

by fan.howard:

What steps will reproduce the problem?
1. ./all.bash


What is the expected output?
ALL TESTS PASSED

What do you see instead?
--- cd cmd/godefs
./test.sh
9a10,31
> 
> type T2 struct {
>    A uint8;
>    Pad_godefs_0 [3]byte;
>    B uint32;
>    C uint32;
>    D uint16;
>    Pad_godefs_1 [2]byte;
> }
> 
> type T3 struct {
>    A uint8;
>    Pad_godefs_0 [3]byte;
>    Pad0 int32;
> }
> 
> type T4 struct {
> }
> 
> type T5 struct {
>    A *T4;
> }
FAIL: godefs for testdata.c did not match testdata_darwin_amd64.golden
make: *** [test] Error 1

Which compiler are you using (5g, 6g, 8g, gccgo)?
gcc -v
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/llvmgcc42/llvmgcc42-2207.5~77/src/configure --disable-checking
--enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm-
--program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib
--build=i686-apple-darwin10 --enable-llvm=/Developer/usr/local
--with-gxx-include-dir=/usr/include/c++/4.2.1 --program-prefix=i686-apple-darwin10-
--host=x86_64-apple-darwin10 --target=i686-apple-darwin10
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5646) (LLVM build 2207.5)

Which operating system are you using?
uname -v
Darwin Kernel Version 11.0.0: Mon Jun 13 11:33:28 PDT 2011;
root:xnu-1699.22.70~3/RELEASE_X86_64

Which revision are you using?  (hg identify)
hg identify
1cad1e8470ba+ tip

Please provide any additional information below.

I hope there will be no issue when Mac OS X 10.7 fully releases. Just would like to try
and highlight early on. Seems upgrades from 10.6 to 10.7 DP4 resets environment
variables. Python 2.5 becomes default, and Xcode env are gone. Have to download binary
mercurial build for OS X 10.5 and Python2.5 (http://mercurial.berkwood.com/) and
reinstall Xcode 3.2.2 from Installer DVD. After that, hg works. ./all.bash works, except
error above.
@rsc
Copy link
Contributor

rsc commented Jun 22, 2011

Comment 1:

This issue was closed by revision 55b0662.

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants