Re: libSM Configure Script Failure

2010-07-14 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Chris Maness wrote:
 What would cause a configure script to fail?  See output bellow.
 
 Chris Maness
 (909) 223-9179
 http://www.chrismaness.com

Hi Chris,

Please post a link to the configure and config.log files from your work
directory somewhere, and that will help someone troubleshoot the problem.

Thank you,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFMPer+0sRouByUApARAkfoAKCY1c/sGacLtiQbELtMWwnW6cuWygCfVcn/
nbVHX3ugYZk2c5YYUVY9/j8=
=aV7e
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libSM Configure Script Failure

2010-07-14 Thread Chris Maness
On Wed, Jul 14, 2010 at 9:51 AM, Greg Larkin glar...@freebsd.org wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Chris Maness wrote:
 What would cause a configure script to fail?  See output bellow.

 Chris Maness
 (909) 223-9179
 http://www.chrismaness.com

 Hi Chris,

 Please post a link to the configure and config.log files from your work
 directory somewhere, and that will help someone troubleshoot the problem.

 Thank you,
 Greg
 - --
 Greg Larkin


Here they are:

http://chrismaness.com/backend/config.log
http://chrismaness.com/backend/configure
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libSM Configure Script Failure

2010-07-14 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Chris Maness wrote:
 What would cause a configure script to fail?  See output bellow.
 
 Chris Maness
 (909) 223-9179
 http://www.chrismaness.com
 

Hi Chris,

Since we've been conversing privately for a bit, I went back to your
original message and found something that might benefit you and the list
as a whole, if someone else runs into this problem.

I see this error message:

...
...
configure.ac:21: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...):
suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from...
/usr/local/share/aclocal/libtool15.m4:615: AC_LIBTOOL_COMPILER_OPTION is
expanded from...
/usr/local/share/aclocal/libtool15.m4:4815: AC_LIBTOOL_PROG_COMPILER_PIC
is expanded from...
/usr/local/share/aclocal/libtool15.m4:2651: _LT_AC_LANG_C_CONFIG is
expanded from...
...
...

Notice the pathname /usr/local/share/aclocal/libtool15.m4.  You
emailed me privately with the list of your installed packages, and you
have libtool-2.2.6b installed.  This libtool15.m4 file seems to conflict
with that version of libtool, so please post the output of this command:

pkg_which /usr/local/share/aclocal/libtool15.m4

Thank you,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFMPhAu0sRouByUApARAsUiAJ9FcXm5VaXuSTOG5Ypweg3Mq0gnoQCghzuG
iJUiUN8Tm71XCFbKu6SvHPA=
=Jyyp
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libSM Configure Script Failure

2010-07-14 Thread Chris Maness
On Wed, Jul 14, 2010 at 12:29 PM, Greg Larkin glar...@freebsd.org wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Chris Maness wrote:
 What would cause a configure script to fail?  See output bellow.

 Chris Maness
 (909) 223-9179
 http://www.chrismaness.com


 Hi Chris,

 Since we've been conversing privately for a bit, I went back to your
 original message and found something that might benefit you and the list
 as a whole, if someone else runs into this problem.

 I see this error message:

 ...
 ...
 configure.ac:21: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...):
 suspicious cache-id, must contain _cv_ to be cached
 ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from...
 ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from...
 /usr/local/share/aclocal/libtool15.m4:615: AC_LIBTOOL_COMPILER_OPTION is
 expanded from...
 /usr/local/share/aclocal/libtool15.m4:4815: AC_LIBTOOL_PROG_COMPILER_PIC
 is expanded from...
 /usr/local/share/aclocal/libtool15.m4:2651: _LT_AC_LANG_C_CONFIG is
 expanded from...
 ...
 ...

 Notice the pathname /usr/local/share/aclocal/libtool15.m4.  You
 emailed me privately with the list of your installed packages, and you
 have libtool-2.2.6b installed.  This libtool15.m4 file seems to conflict
 with that version of libtool, so please post the output of this command:

 pkg_which /usr/local/share/aclocal/libtool15.m4

 Thank you,
 Greg

It just returned a ?.  So does that mean that it is not referenced by
any package?  If it is not, can I just delete it?  Also, this seems to
be the issue with libX11.  Someone gave me a similar response for
libX11 on the X11 list.  However, they have not gotten back to me on
what I should do with it.

Thanks,
Chris Maness
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libSM Configure Script Failure

2010-07-14 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Greg Larkin wrote:
 Chris Maness wrote:
 What would cause a configure script to fail?  See output bellow.
 
 Chris Maness
 (909) 223-9179
 http://www.chrismaness.com
 
 
 Hi Chris,
 
 Since we've been conversing privately for a bit, I went back to your
 original message and found something that might benefit you and the list
 as a whole, if someone else runs into this problem.
 
 I see this error message:
 
 ...
 ...
 configure.ac:21: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...):
 suspicious cache-id, must contain _cv_ to be cached
 ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from...
 ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from...
 /usr/local/share/aclocal/libtool15.m4:615: AC_LIBTOOL_COMPILER_OPTION is
 expanded from...
 /usr/local/share/aclocal/libtool15.m4:4815: AC_LIBTOOL_PROG_COMPILER_PIC
 is expanded from...
 /usr/local/share/aclocal/libtool15.m4:2651: _LT_AC_LANG_C_CONFIG is
 expanded from...
 ...
 ...
 
 Notice the pathname /usr/local/share/aclocal/libtool15.m4.  You
 emailed me privately with the list of your installed packages, and you
 have libtool-2.2.6b installed.  This libtool15.m4 file seems to conflict
 with that version of libtool, so please post the output of this command:
 
 pkg_which /usr/local/share/aclocal/libtool15.m4
 
 Thank you,
 Greg

To complete the circle, I finally found these postings that describe the
problem and the solution, in case anyone else runs into this:

http://groups.google.com/group/muc.lists.freebsd.ports/browse_thread/thread/57a734d1196f30ef/2170682ff163b273?lnk=raot
http://lists.freebsd.org/pipermail/freebsd-x11/2009-August/008751.html

The likely cause was an incorrect pkg-plist file in the libtool15 port
at one time, and some files were not removed during the
libtool15-libtool22 upgrade.

Hope that helps,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFMPhJA0sRouByUApARAqG4AKCR2RMpVgRJpfvZIxsKOOygxKl2EgCfeVPx
2GicbmOFhGMuAoN5rBdwNRc=
=AM1v
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libSM Configure Script Failure

2010-07-14 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Chris Maness wrote:
 On Wed, Jul 14, 2010 at 12:29 PM, Greg Larkin glar...@freebsd.org wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Chris Maness wrote:
 What would cause a configure script to fail?  See output bellow.

 Chris Maness
 (909) 223-9179
 http://www.chrismaness.com

 Hi Chris,

 Since we've been conversing privately for a bit, I went back to your
 original message and found something that might benefit you and the list
 as a whole, if someone else runs into this problem.

 I see this error message:

 ...
 ...
 configure.ac:21: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...):
 suspicious cache-id, must contain _cv_ to be cached
 ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from...
 ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from...
 /usr/local/share/aclocal/libtool15.m4:615: AC_LIBTOOL_COMPILER_OPTION is
 expanded from...
 /usr/local/share/aclocal/libtool15.m4:4815: AC_LIBTOOL_PROG_COMPILER_PIC
 is expanded from...
 /usr/local/share/aclocal/libtool15.m4:2651: _LT_AC_LANG_C_CONFIG is
 expanded from...
 ...
 ...

 Notice the pathname /usr/local/share/aclocal/libtool15.m4.  You
 emailed me privately with the list of your installed packages, and you
 have libtool-2.2.6b installed.  This libtool15.m4 file seems to conflict
 with that version of libtool, so please post the output of this command:

 pkg_which /usr/local/share/aclocal/libtool15.m4

 Thank you,
 Greg
 
 It just returned a ?.  So does that mean that it is not referenced by
 any package?  If it is not, can I just delete it?  Also, this seems to
 be the issue with libX11.  Someone gave me a similar response for
 libX11 on the X11 list.  However, they have not gotten back to me on
 what I should do with it.
 
 Thanks,
 Chris Maness

Yes, I believe you can safely delete it.  Just to be 100% sure, rename
it temporarily, and then try the build again.  It should also fix the
libX11 issue.

Regards,
Greg
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFMPhLP0sRouByUApARApp8AJ4tN38JkCTOe+JoMc7e0kiz93HCzACfVHph
c0JKvpDEIBPvF9rTxtdTnaQ=
=V1Sb
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libSM Configure Script Failure

2010-07-14 Thread Chris Maness
On Wed, Jul 14, 2010 at 12:41 PM, Greg Larkin glar...@freebsd.org wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Chris Maness wrote:
 On Wed, Jul 14, 2010 at 12:29 PM, Greg Larkin glar...@freebsd.org wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Chris Maness wrote:
 What would cause a configure script to fail?  See output bellow.

 Chris Maness
 (909) 223-9179
 http://www.chrismaness.com

 Hi Chris,

 Since we've been conversing privately for a bit, I went back to your
 original message and found something that might benefit you and the list
 as a whole, if someone else runs into this problem.

 I see this error message:

 ...
 ...
 configure.ac:21: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...):
 suspicious cache-id, must contain _cv_ to be cached
 ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from...
 ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from...
 /usr/local/share/aclocal/libtool15.m4:615: AC_LIBTOOL_COMPILER_OPTION is
 expanded from...
 /usr/local/share/aclocal/libtool15.m4:4815: AC_LIBTOOL_PROG_COMPILER_PIC
 is expanded from...
 /usr/local/share/aclocal/libtool15.m4:2651: _LT_AC_LANG_C_CONFIG is
 expanded from...
 ...
 ...

 Notice the pathname /usr/local/share/aclocal/libtool15.m4.  You
 emailed me privately with the list of your installed packages, and you
 have libtool-2.2.6b installed.  This libtool15.m4 file seems to conflict
 with that version of libtool, so please post the output of this command:

 pkg_which /usr/local/share/aclocal/libtool15.m4

 Thank you,
 Greg

 It just returned a ?.  So does that mean that it is not referenced by
 any package?  If it is not, can I just delete it?  Also, this seems to
 be the issue with libX11.  Someone gave me a similar response for
 libX11 on the X11 list.  However, they have not gotten back to me on
 what I should do with it.

 Thanks,
 Chris Maness

 Yes, I believe you can safely delete it.  Just to be 100% sure, rename
 it temporarily, and then try the build again.  It should also fix the
 libX11 issue.

 Regards,
 Greg
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.7 (MingW32)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iD8DBQFMPhLP0sRouByUApARApp8AJ4tN38JkCTOe+JoMc7e0kiz93HCzACfVHph
 c0JKvpDEIBPvF9rTxtdTnaQ=
 =V1Sb
 -END PGP SIGNATURE-



It made it past the hang up ;o)

Thanks,
Chris Maness
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libSM Configure Script Failure

2010-07-14 Thread Chris Maness
On Wed, Jul 14, 2010 at 12:42 PM, Chris Maness ch...@chrismaness.com wrote:
 On Wed, Jul 14, 2010 at 12:41 PM, Greg Larkin glar...@freebsd.org wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Chris Maness wrote:
 On Wed, Jul 14, 2010 at 12:29 PM, Greg Larkin glar...@freebsd.org wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Chris Maness wrote:
 What would cause a configure script to fail?  See output bellow.

 Chris Maness
 (909) 223-9179
 http://www.chrismaness.com

 Hi Chris,

 Since we've been conversing privately for a bit, I went back to your
 original message and found something that might benefit you and the list
 as a whole, if someone else runs into this problem.

 I see this error message:

 ...
 ...
 configure.ac:21: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...):
 suspicious cache-id, must contain _cv_ to be cached
 ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from...
 ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from...
 /usr/local/share/aclocal/libtool15.m4:615: AC_LIBTOOL_COMPILER_OPTION is
 expanded from...
 /usr/local/share/aclocal/libtool15.m4:4815: AC_LIBTOOL_PROG_COMPILER_PIC
 is expanded from...
 /usr/local/share/aclocal/libtool15.m4:2651: _LT_AC_LANG_C_CONFIG is
 expanded from...
 ...
 ...

 Notice the pathname /usr/local/share/aclocal/libtool15.m4.  You
 emailed me privately with the list of your installed packages, and you
 have libtool-2.2.6b installed.  This libtool15.m4 file seems to conflict
 with that version of libtool, so please post the output of this command:

 pkg_which /usr/local/share/aclocal/libtool15.m4

 Thank you,
 Greg

 It just returned a ?.  So does that mean that it is not referenced by
 any package?  If it is not, can I just delete it?  Also, this seems to
 be the issue with libX11.  Someone gave me a similar response for
 libX11 on the X11 list.  However, they have not gotten back to me on
 what I should do with it.

 Thanks,
 Chris Maness

 Yes, I believe you can safely delete it.  Just to be 100% sure, rename
 it temporarily, and then try the build again.  It should also fix the
 libX11 issue.

 Regards,
 Greg
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.7 (MingW32)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iD8DBQFMPhLP0sRouByUApARApp8AJ4tN38JkCTOe+JoMc7e0kiz93HCzACfVHph
 c0JKvpDEIBPvF9rTxtdTnaQ=
 =V1Sb
 -END PGP SIGNATURE-



 It made it past the hang up ;o)

 Thanks,
 Chris Maness


It is all working now.  I am forcing a rebuild of all downstream deps
for libX11.  Is libSM down stream from libX11 as well?  Hopefully
after that is done I can get virtualbox-ose to compile.

Thanks,
Chris Maness
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libSM Configure Script Failure

2010-07-14 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Chris Maness wrote:
 On Wed, Jul 14, 2010 at 12:42 PM, Chris Maness ch...@chrismaness.com wrote:
 On Wed, Jul 14, 2010 at 12:41 PM, Greg Larkin glar...@freebsd.org wrote:
 Chris Maness wrote:
 On Wed, Jul 14, 2010 at 12:29 PM, Greg Larkin glar...@freebsd.org wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Chris Maness wrote:
 What would cause a configure script to fail?  See output bellow.

 Chris Maness
 (909) 223-9179
 http://www.chrismaness.com

 Hi Chris,

 Since we've been conversing privately for a bit, I went back to your
 original message and found something that might benefit you and the list
 as a whole, if someone else runs into this problem.

 I see this error message:

 ...
 ...
 configure.ac:21: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...):
 suspicious cache-id, must contain _cv_ to be cached
 ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from...
 ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from...
 /usr/local/share/aclocal/libtool15.m4:615: AC_LIBTOOL_COMPILER_OPTION is
 expanded from...
 /usr/local/share/aclocal/libtool15.m4:4815: AC_LIBTOOL_PROG_COMPILER_PIC
 is expanded from...
 /usr/local/share/aclocal/libtool15.m4:2651: _LT_AC_LANG_C_CONFIG is
 expanded from...
 ...
 ...

 Notice the pathname /usr/local/share/aclocal/libtool15.m4.  You
 emailed me privately with the list of your installed packages, and you
 have libtool-2.2.6b installed.  This libtool15.m4 file seems to conflict
 with that version of libtool, so please post the output of this command:

 pkg_which /usr/local/share/aclocal/libtool15.m4

 Thank you,
 Greg
 It just returned a ?.  So does that mean that it is not referenced by
 any package?  If it is not, can I just delete it?  Also, this seems to
 be the issue with libX11.  Someone gave me a similar response for
 libX11 on the X11 list.  However, they have not gotten back to me on
 what I should do with it.

 Thanks,
 Chris Maness
 Yes, I believe you can safely delete it.  Just to be 100% sure, rename
 it temporarily, and then try the build again.  It should also fix the
 libX11 issue.
 
 Regards,
 Greg


 It made it past the hang up ;o)

 Thanks,
 Chris Maness


 It is all working now.  I am forcing a rebuild of all downstream deps
 for libX11.  Is libSM down stream from libX11 as well?  Hopefully
 after that is done I can get virtualbox-ose to compile.

 Thanks,
 Chris Maness

Hi Chris,

Good news!  Try pkg_info to find up- and downstream dependencies for libX11:

pkg_info -r libX11-\*  # Upstream
pkg_info -R libX11-\*  # Downstream

It doesn't look like libX11 and libSM depend on each other on my machine.

Regards,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFMPiHh0sRouByUApARAmStAJ0U86k1yHlstVVlCZ+6ZMQLWZc/QgCfWSe+
fBSgkQ/aMElvotqDmTkOcJ8=
=UnUp
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: libSM Configure Script Failure

2010-07-14 Thread Chris Maness
On Wed, Jul 14, 2010 at 1:45 PM, Greg Larkin glar...@freebsd.org wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Chris Maness wrote:
 On Wed, Jul 14, 2010 at 12:42 PM, Chris Maness ch...@chrismaness.com wrote:
 On Wed, Jul 14, 2010 at 12:41 PM, Greg Larkin glar...@freebsd.org wrote:
 Chris Maness wrote:
 On Wed, Jul 14, 2010 at 12:29 PM, Greg Larkin glar...@freebsd.org 
 wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Chris Maness wrote:
 What would cause a configure script to fail?  See output bellow.

 Chris Maness
 (909) 223-9179
 http://www.chrismaness.com

 Hi Chris,

 Since we've been conversing privately for a bit, I went back to your
 original message and found something that might benefit you and the list
 as a whole, if someone else runs into this problem.

 I see this error message:

 ...
 ...
 configure.ac:21: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...):
 suspicious cache-id, must contain _cv_ to be cached
 ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from...
 ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from...
 /usr/local/share/aclocal/libtool15.m4:615: AC_LIBTOOL_COMPILER_OPTION is
 expanded from...
 /usr/local/share/aclocal/libtool15.m4:4815: AC_LIBTOOL_PROG_COMPILER_PIC
 is expanded from...
 /usr/local/share/aclocal/libtool15.m4:2651: _LT_AC_LANG_C_CONFIG is
 expanded from...
 ...
 ...

 Notice the pathname /usr/local/share/aclocal/libtool15.m4.  You
 emailed me privately with the list of your installed packages, and you
 have libtool-2.2.6b installed.  This libtool15.m4 file seems to conflict
 with that version of libtool, so please post the output of this command:

 pkg_which /usr/local/share/aclocal/libtool15.m4

 Thank you,
 Greg
 It just returned a ?.  So does that mean that it is not referenced by
 any package?  If it is not, can I just delete it?  Also, this seems to
 be the issue with libX11.  Someone gave me a similar response for
 libX11 on the X11 list.  However, they have not gotten back to me on
 what I should do with it.

 Thanks,
 Chris Maness
 Yes, I believe you can safely delete it.  Just to be 100% sure, rename
 it temporarily, and then try the build again.  It should also fix the
 libX11 issue.

 Regards,
 Greg


 It made it past the hang up ;o)

 Thanks,
 Chris Maness


 It is all working now.  I am forcing a rebuild of all downstream deps
 for libX11.  Is libSM down stream from libX11 as well?  Hopefully
 after that is done I can get virtualbox-ose to compile.

 Thanks,
 Chris Maness

 Hi Chris,

 Good news!  Try pkg_info to find up- and downstream dependencies for libX11:

 pkg_info -r libX11-\*  # Upstream
 pkg_info -R libX11-\*  # Downstream

 It doesn't look like libX11 and libSM depend on each other on my machine.

 Regards,
 Greg
 - --
 Greg Larkin

It looks like they are not directly related to one another.  I guess
my machine will have to huff and puff on those deps too.

Thanks for all the help,
Chris Maness
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org