Project

General

Profile

Actions

Bug #157

closed

installer trouble

Added by Anonymous almost 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

I just built installer_release for 1.4.4 and am having trouble once I
login as installer. The error seems similar to

http://leaf.dragonflybsd.org/mailarchive/bugs/2005-03/msg00167.html

but the error message complains about libintl.so.2 not found. Did I
build something incorrectly?

---chuck

Actions #1

Updated by dillon over 18 years ago

:
:I just built installer_release for 1.4.4 and am having trouble once I
:login as installer. The error seems similar to
:
:http://leaf.dragonflybsd.org/mailarchive/bugs/2005-03/msg00167.html
:
:but the error message complains about libintl.so.2 not found. Did I
:build something incorrectly?
:
:---chuck

Hmm.  Maybe you built it with stale installer packages.  Try fetching
a fresh set of installer packages and rebuilding.
rm -rf /usr/release/packages
make installer_fetch
If that turns out to be the trouble, we need to fix the Makefile to 
detect the issue (maybe by storing a 'release' number in
/usr/release/packages/ and cleaning them out if it doesn't match).
-Matt
Matthew Dillon
<>
Actions #2

Updated by Anonymous over 18 years ago

On 4/30/06, Matthew Dillon <> wrote:
...

Hmm. Maybe you built it with stale installer packages. Try fetching
a fresh set of installer packages and rebuilding.

rm -rf /usr/release/packages
make installer_fetch

So this looks like my goof. Cleaning out the packages directory fixed
the problem. That directory had 2 different packages for gettext

  1. ls l gettext-lib-0.1*
    -rw-r--r-
    1 root wheel 46755 Dec 21 21:45 gettext-lib-0.11.5nb6.tgz
    rw-r--r- 1 root wheel 51262 Apr 14 12:17 gettext-lib-0.14.5.tgz

If that turns out to be the trouble, we need to fix the Makefile to
detect the issue (maybe by storing a 'release' number in
/usr/release/packages/ and cleaning them out if it doesn't match).

I'll leave the remedy up to you. Thanks for the help!

---chuck

Actions

Also available in: Atom PDF