Author Topic: lyx  (Read 1115 times)

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
lyx
« on: August 23, 2009, 02:18:21 PM »
This looked easy, I thought I could get something up to contribs fast, cause it's been a while and I need a fix.   ;D

But it was not meant to be.  What is this about?

Code: [Select]
Making all in boost
make[2]: Entering directory `/union/home/joe/src/rpm/BUILD/lyx-1.6.4/boost'
/bin/sh ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  -DBOOST_USER_CONFIG="<config.h>" -I../boost   -O2  -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fomit-frame-pointer -march=i586 -mtune=pentiumpro -fasynchronous-unwind-tables -fPIC -MT c_regex_traits.lo -MD -MP -MF .deps/c_regex_traits.Tpo -c -o c_regex_traits.lo `test -f 'libs/regex/src/c_regex_traits.cpp' || echo './'`libs/regex/src/c_regex_traits.cpp
../libtool: line 470: CDPATH: command not found
../libtool: line 1148: func_opt_split: command not found
libtool: Version mismatch error.  This is libtool 2.2.6, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.

Looks like something I should be able to fix, but I'm clueless.
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: lyx
« Reply #1 on: August 23, 2009, 04:34:07 PM »
If I understood what I read there, lyx is finding an older libtool than is installed.
Quote

........This is libtool 2.2.6, but the
libtool: definition of this LT_INIT comes from an older release.

Have you tried
Quote
You should recreate aclocal.m4 with macros from libtool 2.2.6


as contained in the message?


Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: lyx
« Reply #2 on: August 23, 2009, 04:35:36 PM »
That's the point Neal.  How would I go about doing that anyway?  They spit it out like it should be obvious, but it isn't obvious to me. 
« Last Edit: August 23, 2009, 04:44:15 PM by Joble »
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: lyx
« Reply #3 on: August 23, 2009, 10:07:53 PM »
That's the point Neal.  How would I go about doing that anyway?  They spit it out like it should be obvious, but it isn't obvious to me. 


(Scratches head) Should be more obvious, shouldn't it? I think it may be a bug in the code for libtool-2.2.6. Did you check Texstar's tips at my for anything useful?

Maybe these will help -
http://bbs.archlinux.org/viewtopic.php?id=66710

http://forum.soft32.com/linux/Bug-527757-ntop-FTBFS-libtool-version-mismatch-error-ftopict483773.html

http://paste.linux-vserver.org/13069

http://article.gmane.org/gmane.linux.debian.devel.bugs.general/605709

 

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12525
Re: lyx
« Reply #4 on: August 23, 2009, 10:17:20 PM »
I've been trying to use 2.2.6 as much as possible but also dropped back to the older version for some packages due to the mismatch.

Thanks to everyone who donates. You keep the servers running.