On 11/ 7/11 10:37 AM, Alan Coopersmith wrote:
...
That would be part of developer/build/imake, which someone who will remain
nameless converted to delivering as 64-bit earlier this year as part of
making all of X build that way, and indeed it does put the 64-bit paths
into the output Makefile, which is an unexpected side effect we'll have
to deal with.
While that should be fixed in X, it will be a long time before Userland is
built with that fix installed, and the Userland build until then really
shouldn't depend on whether or not you have an optional package installed
or not.
Fortunately, the autoconf AC_PATH_XTRA rule has a override you can use in
the config command line, --x-libraries=/usr/lib and it does seem to fix
the problem if you add to components/imagemagick/Makefile:
CONFIGURE_OPTIONS+= --x-libraries=$(CONFIGURE_LIBDIR.$(BITS))
That seems to work nicely.
New webrev at:
http://jurassic.us.oracle.com/~richb/7087597-v2/
x86 Workspace is at:
/net/stard.us.oracle.com/tank/ws/UL/7087597/
(The configure/build/install/publish transcript is in a file called
'publish-trans.txt' in the component directory).
See the updated Bugster CR for more details.
Thanks to you, Danek and Ali for help with this.
_______________________________________________
userland-discuss mailing list
userland-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/userland-discuss