Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Jul 2012 22:31:58 -0700 (PDT)
From:      "Waitman Gobble" <uzimac@da3m0n8t3r.com>
To:        "Waitman Gobble" <uzimac@da3m0n8t3r.com>
Cc:        office@freebsd.org
Subject:   Re: dmake error 138 building help
Message-ID:  <1341811918.45093@da3m0n8t3r.com>
In-Reply-To: <1341808999.42745@da3m0n8t3r.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--bound1341811918
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit

Waitman Gobble <uzimac@da3m0n8t3r.com> wrote ..
> Hi,
> 
> Does anyone happen to have an idea about this error 138 (dmake). I have not yet
> seemed to locate the cause.
> 


Looks like it's a HelpLinker problem, which appears to be part of L10N tools

# find . | grep HelpLinker
./solver/unxfbsd.pro/inc/l10ntools/HelpLinker.hxx
./solver/unxfbsd.pro/bin/HelpLinker
# /home/waitman/libreoffice/libo # ./solver/unxfbsd.pro/bin/HelpLinker  
Shared object "libuno_sal.so.3" not found, required by "HelpLinker"

added path to ld /home/waitman/libreoffice/libo/solver/unxfbsd.pro/lib

# solver/unxfbsd.pro/bin/HelpLinker 
no index dir given
Bus error (core dumped)


I believe the L10n tools were recently updated, based on what info I've found on the libo ml. I couldn't get L10n to build with berkeley db < 5 (ie 4.7, 4.8) because of errors about 'extra' parameters in function calls.. 

ie, w/48

/usr/home/waitman/libreoffice/libo/l10ntools/source/help/HelpLinker.cxx: In member function 'void HelpKeyword::dump(DB*)':
/usr/home/waitman/libreoffice/libo/l10ntools/source/help/HelpLinker.cxx:215:54: 
error: invalid conversion from 'DBT*' to 'unsigned int' [-fpermissive]
             table->put(table, NULL, &key, &value, 0);
                                                     ^
also errors about extra parameters to db-related functions... 
but db5 in ports seems to work ( except now I have this HelpLinker problem! ).


Thanks

--
Waitman Gobble
San Jose California USA


--bound1341811918--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1341811918.45093>