Opened 15 years ago

Last modified 15 years ago

#18087 closed defect

Error when building wine. — at Version 2

Reported by: mcconrad@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc: jwa@…
Port: wine

Description (last modified by mf2k (Frank Schima))

--->  Building wine
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_wine/work/wine-1.0.1" && make depend all " returned error 2
Command output: freetype.c:5010: error: called object 'pFT_MulFix' is not a function
freetype.c:5012: error: called object 'pFT_MulFix' is not a function
freetype.c:5020: error: called object 'pFT_MulFix' is not a function
freetype.c:5020: error: called object 'pFT_MulFix' is not a function
freetype.c:5024: error: called object 'pFT_MulFix' is not a function
freetype.c:5028: error: called object 'pFT_MulFix' is not a function
freetype.c:5109: error: called object 'pFT_MulFix' is not a function
freetype.c:5110: error: called object 'pFT_MulFix' is not a function
freetype.c:5111: error: called object 'pFT_MulFix' is not a function
freetype.c:5112: error: called object 'pFT_MulFix' is not a function
freetype.c:5113: error: called object 'pFT_MulFix' is not a function
freetype.c:5114: error: called object 'pFT_MulFix' is not a function
freetype.c:5115: error: called object 'pFT_MulFix' is not a function
freetype.c:5116: error: called object 'pFT_MulFix' is not a function
freetype.c:5117: error: called object 'pFT_MulFix' is not a function
freetype.c:5122: error: called object 'pFT_MulFix' is not a function
freetype.c:5123: error: called object 'pFT_MulFix' is not a function
freetype.c:5124: error: called object 'pFT_MulFix' is not a function
freetype.c:5125: error: called object 'pFT_MulFix' is not a function
freetype.c:5126: error: called object 'pFT_MulFix' is not a function
freetype.c:5127: error: called object 'pFT_MulFix' is not a function
freetype.c:5128: error: called object 'pFT_MulFix' is not a function
freetype.c:5129: error: called object 'pFT_MulFix' is not a function
freetype.c:5130: error: called object 'pFT_MulFix' is not a function
freetype.c:5131: error: called object 'pFT_MulFix' is not a function
freetype.c:5136: error: called object 'pFT_MulFix' is not a function
freetype.c:5137: error: called object 'pFT_MulFix' is not a function
make[2]: *** [freetype.o] Error 1
make[1]: *** [gdi32] Error 2
make: *** [dlls] Error 2

Error: Status 1 encountered during processing.

I've tried running $ sudo port install wine again, but it produces the same error. Any thoughts?

Change History (2)

comment:1 Changed 15 years ago by mcconrad@…

Update:

I tried to manually execute make using:

cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_wine/work/wine-1.0.1" && make depend all

This is the output:

make[1]: `makedep' is up to date. ../../tools/makedep -C. -S../.. -T../.. main.c Makefile: Permission denied make[2]: * [depend] Error 1 make[1]: * [acledit/depend] Error 2 make: * [dlls/depend] Error 2

There is only one account on this mac and it's the admin. Don't know why permission would be denied.

comment:2 Changed 15 years ago by mf2k (Frank Schima)

Cc: jwa@… added
Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Port: wine added
Note: See TracTickets for help on using tickets.