On Thu, Jan 19, 2012 at 9:07 AM, lbvvbooo lbvvbooo <lbvvb...@live.com> wrote:
> Thanks for reply.
>
> The B OpenBSD 5.0 should be "release". Because I don't it from
http://www.openbsd.org/ftp.html when I found there's 5.0 version available.
>
> It's i386.
>
> It's a fresh install, with existing window xp. Now I can successfully boot
into bsd or xp.
>
> It's installed from cd, which I burned from the downloaded install50.iso.
>
> It should be Generic.mp. I can see info after booting.
>
> I have a hard disk foler which include all the packages on internet, it
includes packages for openbsd 4.5, packages for openbsd 5.0, maybe even have
packages for openbsd 4.6. When I install new package, I point the PKG_PATH to
that folder, and then install it like:
>
> pkg_add gnome-desktop-2.32.1p4.tgz.
>
> pkg_add gnugetopt-1.1.4p2.tgz
>
> The version of the package is the biggest one I found in the foler.
>
> And fyi, I don't think it's caused by packages of different versions in one
folder, because the error are all tracked and rooted to one
>
> error: can't install gnugetopt: library c.51.0 not found; library intl.4.0
not found.
>
> It seems a mismatch between openbsd and package gnugetopt.
>
> for me, it seems gnugetopt need library c.51.0, but bsd is using packages
like this:
> | /usr/lib/libc.so.60.1 (system): bad major
> | /usr/local/lib/libintl.so.5.0 (gettext-0.18.1p0): bad major
> Direct dependencies for gnugetopt-1.1.4p2 resolve to gettext-0.18.1p0
libiconv-1.13p2
> Full dependency tree is gettext-0.18.1p0 libiconv-1.13p2

You just think wrong ;-) You broken your system either by not
following at least FAQ properly or not following it at all. Errors
indicate that your system is not in sync. You mixed packages from
different versions of OS and this will not work for sure.

http://www.openbsd.org/faq/faq15.html#NoFun

>
>
> Any help is appreciated.
>
> Thanks
>
>
>> Date: Thu, 19 Jan 2012 20:33:26 +1300
>> From: richardtoo...@paradise.net.nz
>> Subject: Re: error report when installing gnome on openbsd 5.0
>> To: lbvvb...@live.com
>> CC: misc@openbsd.org
>>
>> On 19/01/2012, at 8:15 PM, lbvvbooo lbvvbooo wrote:
>>
>> > After a 2nd thought, I don't think it's caused by packages of different
>> versions in one folder, because the error are all tracked and rooted to
one
>> error: can't install gnugetopt: library c.51.0 not found; library intl.4.0
not
>> found. It seems a mismatch between openbsd and package gnugetopt.
>> >
>> > Any help is appreciated.
>> >
>>
>> What *exact* version of OpenBSD 5.0? B Release? B CD? B Stable? Something
else?
>> Generic? B i386? B amd64? B What?
>>
>> Fresh install? B Upgrade? B Clean disc install from CD? B What?
>>
>> What *exact* commands are you typing and what output do you get?
>>
>> Have you set PKG_PATH to anything?
>>
>> You are not providing enough information for anyone to help you.
>>
>> Every release there are questions like this, and it usually ends up
someone
>> trying to mix versions of OpenBSD with the wrong version of
ports/packages.
>>
>> And in the process of trying to explain EXACTLY what they have tried to
do,
>> the lightbulb goes off.
>> >
>> > Thanks.
>> > Any help is appreciated.
>> >
>> > Thanks
>> >
>> > ------------
>> > Thanks for reply.
>> >
>> > I myself is a programmer, from my point of view, it's a version mismatch
>> here. Because I think gnome is quite common used package, I want to know
if
>> there's a quick fix for this, so, if somebody else has met the same
problem
>> with me, or have solution for this, or have suggestion on this, pls reply
on
>> this.
>> >
>> > For the bsd and packages, I'm using the latest release version. I get
bsd
>> 5.0, download the package on internet. So I don't know where the mismatch
>> happens.
>> >
>> > Any help is appreciated.
>> >
>> >> Thanks.
>> >>
>> >>
>> >>
>> >>> Subject: Re: error report when installing gnome on openbsd 5.0
>> >>> From: j...@jggimi.homeip.net
>> >>> Date: Wed, 18 Jan 2012 23:58:07 -0500
>> >>> To: lbvvb...@live.com; misc@openbsd.org
>> >>>
>> >>> lbvvbooo lbvvbooo <lbvvb...@live.com> wrote:
>> >>>
>> >> Hi,
>> >>
>> >> I used to use an older version of bsd, and the gnome works quit well on
>> that version.
>> >>
>> >> Now,
>> >> I'm trying to install gnome on openbsd 5.0, but it report error when I
>> >> try to install gnome-desktop, gnome-session, and gdm. They report
>> >> similar error basically:
>> >>
>> >> can't install gnugetopt: library c.51.0 not found; library intl.4.0 not
>> found
>> >>
>> >>
>> >> Here's the detail information:
>> >>
>> >> When adding gdm-2.20.11p22.tgz
>> >>
>> >> | /usr/lib/libc.so.60.1 (system): bad major
>> >> | /usr/local/lib/libintl.so.5.0 (gettext-0.18.1p0): bad major
>> >> Direct dependencies for gnugetopt-1.1.4p2 resolve to gettext-0.18.1p0
>> libiconv-1.13p2
>> >> Full dependency tree is gettext-0.18.1p0 libiconv-1.13p2
>> >>
>> >> When adding gnome-desktop-2.32.1p4.tgz:
>> >>
>> >> | /usr/lib/libc.so.60.1 (system): bad major
>> >> | /usr/local/lib/libintl.so.5.0 (gettext-0.18.1p0): bad major
>> >> Direct dependencies for gnugetopt-1.1.4p2 resolve to gettext-0.18.1p0
>> libiconv-1.13p2
>> >> Full dependency tree is gettext-0.18.1p0 libiconv-1.13p2
>> >>
>> >>
>> >> When adding gnome-session-2.32.1p18.tgz:
>> >>
>> >> | /usr/lib/libc.so.60.1 (system): bad major
>> >> | /usr/local/lib/libintl.so.5.0 (gettext-0.18.1p0): bad major
>> >> Direct dependencies for gnugetopt-1.1.4p2 resolve to gettext-0.18.1p0
>> libiconv-1.13p2
>> >> Full dependency tree is gettext-0.18.1p0 libiconv-1.13p2
>> >>
>> >> When adding gnugetopt-1.1.4p2.tgz
>> >>
>> >> | /usr/lib/libc.so.60.1 (system): bad major
>> >> | /usr/local/lib/libintl.so.5.0 (gettext-0.18.1p0): bad major
>> >> Direct dependencies for gnugetopt-1.1.4p2 resolve to gettext-0.18.1p0
>> libiconv-1.13p2
>> >> Full dependency tree is gettext-0.18.1p0 libiconv-1.13p2
>> >>>
>> >>>>
>> >>>> Any help is appreciated.
>> >>>>
>> >>>> Thanks.
>> >>>
>> >>>
>> >>> Please read FAQ 15.4.1.
>> >>> --
>> >>> Sent from my phone. B Please excuse any idiotic automated word
choices.
>> It
>> >>> wasn't me. B Honest.

Reply via email to