Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#23621 closed defect (invalid)

xorg-libXaw will not build with +universal variants on 10.5.8

Reported by: liampg72@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc: jeremyhu (Jeremy Huddleston Sequoia)
Port: xorg-libXaw

Description

Macports version 1.8.2 Mac OS X version 10.5.8

Config and debug are attahced

Attachments (2)

xorg-libXaw_debug.txt (59.4 KB) - added by liampg72@… 14 years ago.
xorg-libXaw_config.log (39.1 KB) - added by liampg72@… 14 years ago.

Download all attachments as: .zip

Change History (10)

Changed 14 years ago by liampg72@…

Attachment: xorg-libXaw_debug.txt added

Changed 14 years ago by liampg72@…

Attachment: xorg-libXaw_config.log added

comment:1 Changed 14 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Ok, it looks like you have a rogue header file somewhere. Please do the following and tell me the output:

find /{usr,usr/local,opt/local}/include -name widec.h

comment:2 in reply to:  1 Changed 14 years ago by liampg72@…

Replying to jeremyhu@…:

Ok, it looks like you have a rogue header file somewhere. Please do the following and tell me the output:

find /{usr,usr/local,opt/local}/include -name widec.h

find /{usr,usr/local,opt/local}/include -name widec.h
/usr/include/widec.h

comment:3 Changed 14 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Where the heck did /usr/include/widec.h come from? That's not distributed with Leopard. Please attach it.

comment:4 Changed 14 years ago by liampg72@…

God only knows!

/*  DO NOT EDIT THIS FILE.

    It has been auto-edited by fixincludes from:

	"fixinc/tests/inc/widec.h"

    This had to be done to correct non-standard usages in the
    original, manufacturer supplied header file.  */



#if defined( SOLARIS_WIDEC_CHECK )
#include <euc.h>
#include <wchar.h>
#endif  /* SOLARIS_WIDEC_CHECK */

comment:5 Changed 14 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: invalid
Status: newclosed

Ok, well you borked your system with this "fixincludes" tool.

Delete it.

comment:6 Changed 14 years ago by liampg72@…

I most certainly will... Thank you!

comment:7 Changed 14 years ago by jeremyhu (Jeremy Huddleston Sequoia)

I'd grep for "auto-edited by fixincludes" in /usr/include and try cleaning it all up. You might want to just do:

mv /usr/include /usr/include.bak

Then re-install XCode.

Good luck.

comment:8 Changed 14 years ago by jmroot (Joshua Root)

Cc: openmaintainer@… removed
Note: See TracTickets for help on using tickets.