Opened 13 years ago

Closed 13 years ago

#28204 closed defect (invalid)

openssl-1.0.0c build failure on Snow Leopard

Reported by: robin.m.j@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: snowleopard Cc:
Port: openssl

Description

I eventually got it to build by downgrading to @68429 (@69520 fails with the same error).

I'm on Mac OS 10.6.6 with XCode 3.2.5

Attachments (1)

main.log (77.9 KB) - added by robin.m.j@… 13 years ago.

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by robin.m.j@…

Attachment: main.log added

comment:1 Changed 13 years ago by robin.m.j@…

I might as well include the meat of the error so it is searchable:

:info:build /usr/bin/gcc-4.2 -I.. -I../.. -I../asn1 -I../evp -I../../include  -fPIC -fno-common -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -arch x86_64 -O3 -DL_ENDIAN -DMD32_REG_T=int -Wall   -c -o dso_dlfcn.o dso_dlfcn.c
:info:build dso_dlfcn.c: In function 'dlfcn_pathbyaddr':
:info:build dso_dlfcn.c:445: error: 'Dl_info' undeclared (first use in this function)

comment:2 Changed 13 years ago by robin.m.j@…

After I got this same error attempting to install ""python27"", I did some googling and found out I just needed to remove /usr/local/include/dlfcn.h. Problem solved.

comment:3 Changed 13 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.