Discussion:
mysql-client-5.0.51b requires libreadline.so.6
Dennis Melentyev
2008-08-02 22:20:30 UTC
Permalink
Hi everybody!

mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.

Am I looking for the wrong readline package or is it a bug in
mysql-client build?

PS. same issue with elinks-blah-blah (installed from pkgbox)
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
--
Dennis Melentyev
Justin C. Sherrill
2008-08-02 22:51:01 UTC
Permalink
Post by Dennis Melentyev
Hi everybody!
mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
Am I looking for the wrong readline package or is it a bug in
mysql-client build?
PS. same issue with elinks-blah-blah (installed from pkgbox)
If these are all from pkgbox, it could be I had some slightly out-of-date
packages from my 2.0 build as I rushed to get it in.
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for pkgbox;
it works on estpak.ee because (I bet) Hasso had a number of local patches
to enable things to build.

I'll start a build on pkgbox as soon as I can to make sure everything
matches up.
Dennis Melentyev
2008-08-02 23:26:25 UTC
Permalink
Hi Justin!
Post by Justin C. Sherrill
Post by Dennis Melentyev
Hi everybody!
mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
Am I looking for the wrong readline package or is it a bug in
mysql-client build?
PS. same issue with elinks-blah-blah (installed from pkgbox)
If these are all from pkgbox, it could be I had some slightly out-of-date
packages from my 2.0 build as I rushed to get it in.
Yep, everything was from pkgbox as of last night. I had no chance to
browse the wiki for other mirrors until installed links.
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for pkgbox;
it works on estpak.ee because (I bet) Hasso had a number of local patches
to enable things to build.
I'll start a build on pkgbox as soon as I can to make sure everything
matches up.
Thank you in advance!
Hope to get my MySQL running :)
--
Dennis Melentyev
Simon 'corecode' Schubert
2008-08-03 01:42:32 UTC
Permalink
Justin C. Sherrill wrote:
On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
Hi everybody!

mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
I guess pkgbox needs to be updated so that base doesn't provide the
readline headers/lib anymore.

cheers
simon
Matthew Dillon
2008-08-03 01:47:54 UTC
Permalink
:Justin C. Sherrill wrote:
:> On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
:>> Hi everybody!
:>>
:>> mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
:>> readline-5.2nb1 installs libreadline.so.5 only.
:
:I guess pkgbox needs to be updated so that base doesn't provide the
:readline headers/lib anymore.
:
:cheers
: simon

pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove it?

-Matt
Matthew Dillon
<dillon at backplane.com>
Simon 'corecode' Schubert
2008-08-03 01:53:58 UTC
Permalink
Matthew Dillon wrote:
:Justin C. Sherrill wrote:
:> On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
:>> Hi everybody!
:>>
:>> mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
:>> readline-5.2nb1 installs libreadline.so.5 only.
:
:I guess pkgbox needs to be updated so that base doesn't provide the
:readline headers/lib anymore.
:
:cheers
: simon

pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove it?
I think that should be good. I think pkgsrc checks for the headers, not
for the libs.

cheers
simon
Hasso Tepper
2008-08-03 02:46:11 UTC
Permalink
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for
pkgbox; it works on estpak.ee because (I bet) Hasso had a number of
local patches to enable things to build.
ftp.estpak.ee has nothing to with the fact that I have done some work with
pkgsrc. It's just a mirror as any other.
--
Hasso Tepper
Hasso Tepper
2008-08-03 02:46:53 UTC
Permalink
Post by Matthew Dillon
pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove
it?
Aren't packages built in fresh chroot?
--
Hasso Tepper
Justin C. Sherrill
2008-08-03 03:51:55 UTC
Permalink
Post by Hasso Tepper
Post by Matthew Dillon
pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove
it?
Aren't packages built in fresh chroot?
Yes. I don't remember the details about readline. Should a full
buildworld/installworld to a chroot have the correct setup?
Justin C. Sherrill
2008-08-03 03:56:58 UTC
Permalink
Post by Hasso Tepper
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for
pkgbox; it works on estpak.ee because (I bet) Hasso had a number of
local patches to enable things to build.
ftp.estpak.ee has nothing to with the fact that I have done some work with
pkgsrc. It's just a mirror as any other.
A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Dennis Melentyev
2008-08-03 07:09:03 UTC
Permalink
Post by Justin C. Sherrill
A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Hm... That's strange. File is definitely there. For some reason
"pkg_radd -v vim" didn't pick it up from pkgbox in my case.
Could be my bad (I'm just a first time user of pkgsrc, sorry). M.b. it
was too late here in Kiev and I had missed something.
--
Dennis Melentyev
Simon 'corecode' Schubert
2008-08-03 10:27:06 UTC
Permalink
Dennis Melentyev wrote:
2008/8/3, Justin C. Sherrill <bugs at lists.dragonflybsd.org>:
Justin C. Sherrill <justin at shiningsilence.com> added the comment:

A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Hm... That's strange. File is definitely there. For some reason
"pkg_radd -v vim" didn't pick it up from pkgbox in my case.
Could be my bad (I'm just a first time user of pkgsrc, sorry). M.b. it
was too late here in Kiev and I had missed something.
Yes, I noticed this as well. pkg_add fails to find dependencies sometimes.

cheers
simon
Dennis Melentyev
2008-08-02 22:20:30 UTC
Permalink
Hi everybody!

mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.

Am I looking for the wrong readline package or is it a bug in
mysql-client build?

PS. same issue with elinks-blah-blah (installed from pkgbox)
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
--
Dennis Melentyev
Justin C. Sherrill
2008-08-02 22:51:01 UTC
Permalink
Post by Dennis Melentyev
Hi everybody!
mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
Am I looking for the wrong readline package or is it a bug in
mysql-client build?
PS. same issue with elinks-blah-blah (installed from pkgbox)
If these are all from pkgbox, it could be I had some slightly out-of-date
packages from my 2.0 build as I rushed to get it in.
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for pkgbox;
it works on estpak.ee because (I bet) Hasso had a number of local patches
to enable things to build.

I'll start a build on pkgbox as soon as I can to make sure everything
matches up.
Dennis Melentyev
2008-08-02 23:26:25 UTC
Permalink
Hi Justin!
Post by Justin C. Sherrill
Post by Dennis Melentyev
Hi everybody!
mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
Am I looking for the wrong readline package or is it a bug in
mysql-client build?
PS. same issue with elinks-blah-blah (installed from pkgbox)
If these are all from pkgbox, it could be I had some slightly out-of-date
packages from my 2.0 build as I rushed to get it in.
Yep, everything was from pkgbox as of last night. I had no chance to
browse the wiki for other mirrors until installed links.
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for pkgbox;
it works on estpak.ee because (I bet) Hasso had a number of local patches
to enable things to build.
I'll start a build on pkgbox as soon as I can to make sure everything
matches up.
Thank you in advance!
Hope to get my MySQL running :)
--
Dennis Melentyev
Simon 'corecode' Schubert
2008-08-03 01:42:32 UTC
Permalink
Justin C. Sherrill wrote:
On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
Hi everybody!

mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
I guess pkgbox needs to be updated so that base doesn't provide the
readline headers/lib anymore.

cheers
simon
Matthew Dillon
2008-08-03 01:47:54 UTC
Permalink
:Justin C. Sherrill wrote:
:> On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
:>> Hi everybody!
:>>
:>> mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
:>> readline-5.2nb1 installs libreadline.so.5 only.
:
:I guess pkgbox needs to be updated so that base doesn't provide the
:readline headers/lib anymore.
:
:cheers
: simon

pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove it?

-Matt
Matthew Dillon
<dillon at backplane.com>
Simon 'corecode' Schubert
2008-08-03 01:53:58 UTC
Permalink
Matthew Dillon wrote:
:Justin C. Sherrill wrote:
:> On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
:>> Hi everybody!
:>>
:>> mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
:>> readline-5.2nb1 installs libreadline.so.5 only.
:
:I guess pkgbox needs to be updated so that base doesn't provide the
:readline headers/lib anymore.
:
:cheers
: simon

pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove it?
I think that should be good. I think pkgsrc checks for the headers, not
for the libs.

cheers
simon
Hasso Tepper
2008-08-03 02:46:11 UTC
Permalink
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for
pkgbox; it works on estpak.ee because (I bet) Hasso had a number of
local patches to enable things to build.
ftp.estpak.ee has nothing to with the fact that I have done some work with
pkgsrc. It's just a mirror as any other.
--
Hasso Tepper
Hasso Tepper
2008-08-03 02:46:53 UTC
Permalink
Post by Matthew Dillon
pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove
it?
Aren't packages built in fresh chroot?
--
Hasso Tepper
Justin C. Sherrill
2008-08-03 03:51:55 UTC
Permalink
Post by Hasso Tepper
Post by Matthew Dillon
pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove
it?
Aren't packages built in fresh chroot?
Yes. I don't remember the details about readline. Should a full
buildworld/installworld to a chroot have the correct setup?
Justin C. Sherrill
2008-08-03 03:56:58 UTC
Permalink
Post by Hasso Tepper
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for
pkgbox; it works on estpak.ee because (I bet) Hasso had a number of
local patches to enable things to build.
ftp.estpak.ee has nothing to with the fact that I have done some work with
pkgsrc. It's just a mirror as any other.
A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Dennis Melentyev
2008-08-03 07:09:03 UTC
Permalink
Post by Justin C. Sherrill
A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Hm... That's strange. File is definitely there. For some reason
"pkg_radd -v vim" didn't pick it up from pkgbox in my case.
Could be my bad (I'm just a first time user of pkgsrc, sorry). M.b. it
was too late here in Kiev and I had missed something.
--
Dennis Melentyev
Simon 'corecode' Schubert
2008-08-03 10:27:06 UTC
Permalink
Dennis Melentyev wrote:
2008/8/3, Justin C. Sherrill <bugs at lists.dragonflybsd.org>:
Justin C. Sherrill <justin at shiningsilence.com> added the comment:

A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Hm... That's strange. File is definitely there. For some reason
"pkg_radd -v vim" didn't pick it up from pkgbox in my case.
Could be my bad (I'm just a first time user of pkgsrc, sorry). M.b. it
was too late here in Kiev and I had missed something.
Yes, I noticed this as well. pkg_add fails to find dependencies sometimes.

cheers
simon
Dennis Melentyev
2008-08-02 22:20:30 UTC
Permalink
Hi everybody!

mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.

Am I looking for the wrong readline package or is it a bug in
mysql-client build?

PS. same issue with elinks-blah-blah (installed from pkgbox)
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
--
Dennis Melentyev
Justin C. Sherrill
2008-08-02 22:51:01 UTC
Permalink
Post by Dennis Melentyev
Hi everybody!
mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
Am I looking for the wrong readline package or is it a bug in
mysql-client build?
PS. same issue with elinks-blah-blah (installed from pkgbox)
If these are all from pkgbox, it could be I had some slightly out-of-date
packages from my 2.0 build as I rushed to get it in.
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for pkgbox;
it works on estpak.ee because (I bet) Hasso had a number of local patches
to enable things to build.

I'll start a build on pkgbox as soon as I can to make sure everything
matches up.
Dennis Melentyev
2008-08-02 23:26:25 UTC
Permalink
Hi Justin!
Post by Justin C. Sherrill
Post by Dennis Melentyev
Hi everybody!
mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
Am I looking for the wrong readline package or is it a bug in
mysql-client build?
PS. same issue with elinks-blah-blah (installed from pkgbox)
If these are all from pkgbox, it could be I had some slightly out-of-date
packages from my 2.0 build as I rushed to get it in.
Yep, everything was from pkgbox as of last night. I had no chance to
browse the wiki for other mirrors until installed links.
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for pkgbox;
it works on estpak.ee because (I bet) Hasso had a number of local patches
to enable things to build.
I'll start a build on pkgbox as soon as I can to make sure everything
matches up.
Thank you in advance!
Hope to get my MySQL running :)
--
Dennis Melentyev
Simon 'corecode' Schubert
2008-08-03 01:42:32 UTC
Permalink
Justin C. Sherrill wrote:
On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
Hi everybody!

mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
I guess pkgbox needs to be updated so that base doesn't provide the
readline headers/lib anymore.

cheers
simon
Matthew Dillon
2008-08-03 01:47:54 UTC
Permalink
:Justin C. Sherrill wrote:
:> On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
:>> Hi everybody!
:>>
:>> mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
:>> readline-5.2nb1 installs libreadline.so.5 only.
:
:I guess pkgbox needs to be updated so that base doesn't provide the
:readline headers/lib anymore.
:
:cheers
: simon

pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove it?

-Matt
Matthew Dillon
<dillon at backplane.com>
Simon 'corecode' Schubert
2008-08-03 01:53:58 UTC
Permalink
Matthew Dillon wrote:
:Justin C. Sherrill wrote:
:> On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
:>> Hi everybody!
:>>
:>> mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
:>> readline-5.2nb1 installs libreadline.so.5 only.
:
:I guess pkgbox needs to be updated so that base doesn't provide the
:readline headers/lib anymore.
:
:cheers
: simon

pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove it?
I think that should be good. I think pkgsrc checks for the headers, not
for the libs.

cheers
simon
Hasso Tepper
2008-08-03 02:46:11 UTC
Permalink
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for
pkgbox; it works on estpak.ee because (I bet) Hasso had a number of
local patches to enable things to build.
ftp.estpak.ee has nothing to with the fact that I have done some work with
pkgsrc. It's just a mirror as any other.
--
Hasso Tepper
Hasso Tepper
2008-08-03 02:46:53 UTC
Permalink
Post by Matthew Dillon
pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove
it?
Aren't packages built in fresh chroot?
--
Hasso Tepper
Justin C. Sherrill
2008-08-03 03:51:55 UTC
Permalink
Post by Hasso Tepper
Post by Matthew Dillon
pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove
it?
Aren't packages built in fresh chroot?
Yes. I don't remember the details about readline. Should a full
buildworld/installworld to a chroot have the correct setup?
Justin C. Sherrill
2008-08-03 03:56:58 UTC
Permalink
Post by Hasso Tepper
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for
pkgbox; it works on estpak.ee because (I bet) Hasso had a number of
local patches to enable things to build.
ftp.estpak.ee has nothing to with the fact that I have done some work with
pkgsrc. It's just a mirror as any other.
A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Dennis Melentyev
2008-08-03 07:09:03 UTC
Permalink
Post by Justin C. Sherrill
A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Hm... That's strange. File is definitely there. For some reason
"pkg_radd -v vim" didn't pick it up from pkgbox in my case.
Could be my bad (I'm just a first time user of pkgsrc, sorry). M.b. it
was too late here in Kiev and I had missed something.
--
Dennis Melentyev
Simon 'corecode' Schubert
2008-08-03 10:27:06 UTC
Permalink
Dennis Melentyev wrote:
2008/8/3, Justin C. Sherrill <bugs at lists.dragonflybsd.org>:
Justin C. Sherrill <justin at shiningsilence.com> added the comment:

A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Hm... That's strange. File is definitely there. For some reason
"pkg_radd -v vim" didn't pick it up from pkgbox in my case.
Could be my bad (I'm just a first time user of pkgsrc, sorry). M.b. it
was too late here in Kiev and I had missed something.
Yes, I noticed this as well. pkg_add fails to find dependencies sometimes.

cheers
simon
Dennis Melentyev
2008-08-02 22:20:30 UTC
Permalink
Hi everybody!

mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.

Am I looking for the wrong readline package or is it a bug in
mysql-client build?

PS. same issue with elinks-blah-blah (installed from pkgbox)
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
--
Dennis Melentyev
Justin C. Sherrill
2008-08-02 22:51:01 UTC
Permalink
Post by Dennis Melentyev
Hi everybody!
mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
Am I looking for the wrong readline package or is it a bug in
mysql-client build?
PS. same issue with elinks-blah-blah (installed from pkgbox)
If these are all from pkgbox, it could be I had some slightly out-of-date
packages from my 2.0 build as I rushed to get it in.
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for pkgbox;
it works on estpak.ee because (I bet) Hasso had a number of local patches
to enable things to build.

I'll start a build on pkgbox as soon as I can to make sure everything
matches up.
Dennis Melentyev
2008-08-02 23:26:25 UTC
Permalink
Hi Justin!
Post by Justin C. Sherrill
Post by Dennis Melentyev
Hi everybody!
mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
Am I looking for the wrong readline package or is it a bug in
mysql-client build?
PS. same issue with elinks-blah-blah (installed from pkgbox)
If these are all from pkgbox, it could be I had some slightly out-of-date
packages from my 2.0 build as I rushed to get it in.
Yep, everything was from pkgbox as of last night. I had no chance to
browse the wiki for other mirrors until installed links.
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for pkgbox;
it works on estpak.ee because (I bet) Hasso had a number of local patches
to enable things to build.
I'll start a build on pkgbox as soon as I can to make sure everything
matches up.
Thank you in advance!
Hope to get my MySQL running :)
--
Dennis Melentyev
Simon 'corecode' Schubert
2008-08-03 01:42:32 UTC
Permalink
Justin C. Sherrill wrote:
On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
Hi everybody!

mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
I guess pkgbox needs to be updated so that base doesn't provide the
readline headers/lib anymore.

cheers
simon
Matthew Dillon
2008-08-03 01:47:54 UTC
Permalink
:Justin C. Sherrill wrote:
:> On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
:>> Hi everybody!
:>>
:>> mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
:>> readline-5.2nb1 installs libreadline.so.5 only.
:
:I guess pkgbox needs to be updated so that base doesn't provide the
:readline headers/lib anymore.
:
:cheers
: simon

pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove it?

-Matt
Matthew Dillon
<dillon at backplane.com>
Simon 'corecode' Schubert
2008-08-03 01:53:58 UTC
Permalink
Matthew Dillon wrote:
:Justin C. Sherrill wrote:
:> On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
:>> Hi everybody!
:>>
:>> mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
:>> readline-5.2nb1 installs libreadline.so.5 only.
:
:I guess pkgbox needs to be updated so that base doesn't provide the
:readline headers/lib anymore.
:
:cheers
: simon

pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove it?
I think that should be good. I think pkgsrc checks for the headers, not
for the libs.

cheers
simon
Hasso Tepper
2008-08-03 02:46:11 UTC
Permalink
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for
pkgbox; it works on estpak.ee because (I bet) Hasso had a number of
local patches to enable things to build.
ftp.estpak.ee has nothing to with the fact that I have done some work with
pkgsrc. It's just a mirror as any other.
--
Hasso Tepper
Hasso Tepper
2008-08-03 02:46:53 UTC
Permalink
Post by Matthew Dillon
pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove
it?
Aren't packages built in fresh chroot?
--
Hasso Tepper
Justin C. Sherrill
2008-08-03 03:51:55 UTC
Permalink
Post by Hasso Tepper
Post by Matthew Dillon
pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove
it?
Aren't packages built in fresh chroot?
Yes. I don't remember the details about readline. Should a full
buildworld/installworld to a chroot have the correct setup?
Justin C. Sherrill
2008-08-03 03:56:58 UTC
Permalink
Post by Hasso Tepper
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for
pkgbox; it works on estpak.ee because (I bet) Hasso had a number of
local patches to enable things to build.
ftp.estpak.ee has nothing to with the fact that I have done some work with
pkgsrc. It's just a mirror as any other.
A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Dennis Melentyev
2008-08-03 07:09:03 UTC
Permalink
Post by Justin C. Sherrill
A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Hm... That's strange. File is definitely there. For some reason
"pkg_radd -v vim" didn't pick it up from pkgbox in my case.
Could be my bad (I'm just a first time user of pkgsrc, sorry). M.b. it
was too late here in Kiev and I had missed something.
--
Dennis Melentyev
Simon 'corecode' Schubert
2008-08-03 10:27:06 UTC
Permalink
Dennis Melentyev wrote:
2008/8/3, Justin C. Sherrill <bugs at lists.dragonflybsd.org>:
Justin C. Sherrill <justin at shiningsilence.com> added the comment:

A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Hm... That's strange. File is definitely there. For some reason
"pkg_radd -v vim" didn't pick it up from pkgbox in my case.
Could be my bad (I'm just a first time user of pkgsrc, sorry). M.b. it
was too late here in Kiev and I had missed something.
Yes, I noticed this as well. pkg_add fails to find dependencies sometimes.

cheers
simon
Dennis Melentyev
2008-08-02 22:20:30 UTC
Permalink
Hi everybody!

mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.

Am I looking for the wrong readline package or is it a bug in
mysql-client build?

PS. same issue with elinks-blah-blah (installed from pkgbox)
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
--
Dennis Melentyev
Justin C. Sherrill
2008-08-02 22:51:01 UTC
Permalink
Post by Dennis Melentyev
Hi everybody!
mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
Am I looking for the wrong readline package or is it a bug in
mysql-client build?
PS. same issue with elinks-blah-blah (installed from pkgbox)
If these are all from pkgbox, it could be I had some slightly out-of-date
packages from my 2.0 build as I rushed to get it in.
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for pkgbox;
it works on estpak.ee because (I bet) Hasso had a number of local patches
to enable things to build.

I'll start a build on pkgbox as soon as I can to make sure everything
matches up.
Dennis Melentyev
2008-08-02 23:26:25 UTC
Permalink
Hi Justin!
Post by Justin C. Sherrill
Post by Dennis Melentyev
Hi everybody!
mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
Am I looking for the wrong readline package or is it a bug in
mysql-client build?
PS. same issue with elinks-blah-blah (installed from pkgbox)
If these are all from pkgbox, it could be I had some slightly out-of-date
packages from my 2.0 build as I rushed to get it in.
Yep, everything was from pkgbox as of last night. I had no chance to
browse the wiki for other mirrors until installed links.
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for pkgbox;
it works on estpak.ee because (I bet) Hasso had a number of local patches
to enable things to build.
I'll start a build on pkgbox as soon as I can to make sure everything
matches up.
Thank you in advance!
Hope to get my MySQL running :)
--
Dennis Melentyev
Simon 'corecode' Schubert
2008-08-03 01:42:32 UTC
Permalink
Justin C. Sherrill wrote:
On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
Hi everybody!

mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
I guess pkgbox needs to be updated so that base doesn't provide the
readline headers/lib anymore.

cheers
simon
Matthew Dillon
2008-08-03 01:47:54 UTC
Permalink
:Justin C. Sherrill wrote:
:> On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
:>> Hi everybody!
:>>
:>> mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
:>> readline-5.2nb1 installs libreadline.so.5 only.
:
:I guess pkgbox needs to be updated so that base doesn't provide the
:readline headers/lib anymore.
:
:cheers
: simon

pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove it?

-Matt
Matthew Dillon
<dillon at backplane.com>
Simon 'corecode' Schubert
2008-08-03 01:53:58 UTC
Permalink
Matthew Dillon wrote:
:Justin C. Sherrill wrote:
:> On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
:>> Hi everybody!
:>>
:>> mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
:>> readline-5.2nb1 installs libreadline.so.5 only.
:
:I guess pkgbox needs to be updated so that base doesn't provide the
:readline headers/lib anymore.
:
:cheers
: simon

pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove it?
I think that should be good. I think pkgsrc checks for the headers, not
for the libs.

cheers
simon
Hasso Tepper
2008-08-03 02:46:11 UTC
Permalink
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for
pkgbox; it works on estpak.ee because (I bet) Hasso had a number of
local patches to enable things to build.
ftp.estpak.ee has nothing to with the fact that I have done some work with
pkgsrc. It's just a mirror as any other.
--
Hasso Tepper
Hasso Tepper
2008-08-03 02:46:53 UTC
Permalink
Post by Matthew Dillon
pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove
it?
Aren't packages built in fresh chroot?
--
Hasso Tepper
Justin C. Sherrill
2008-08-03 03:51:55 UTC
Permalink
Post by Hasso Tepper
Post by Matthew Dillon
pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove
it?
Aren't packages built in fresh chroot?
Yes. I don't remember the details about readline. Should a full
buildworld/installworld to a chroot have the correct setup?
Justin C. Sherrill
2008-08-03 03:56:58 UTC
Permalink
Post by Hasso Tepper
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for
pkgbox; it works on estpak.ee because (I bet) Hasso had a number of
local patches to enable things to build.
ftp.estpak.ee has nothing to with the fact that I have done some work with
pkgsrc. It's just a mirror as any other.
A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Dennis Melentyev
2008-08-03 07:09:03 UTC
Permalink
Post by Justin C. Sherrill
A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Hm... That's strange. File is definitely there. For some reason
"pkg_radd -v vim" didn't pick it up from pkgbox in my case.
Could be my bad (I'm just a first time user of pkgsrc, sorry). M.b. it
was too late here in Kiev and I had missed something.
--
Dennis Melentyev
Simon 'corecode' Schubert
2008-08-03 10:27:06 UTC
Permalink
Dennis Melentyev wrote:
2008/8/3, Justin C. Sherrill <bugs at lists.dragonflybsd.org>:
Justin C. Sherrill <justin at shiningsilence.com> added the comment:

A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Hm... That's strange. File is definitely there. For some reason
"pkg_radd -v vim" didn't pick it up from pkgbox in my case.
Could be my bad (I'm just a first time user of pkgsrc, sorry). M.b. it
was too late here in Kiev and I had missed something.
Yes, I noticed this as well. pkg_add fails to find dependencies sometimes.

cheers
simon
Dennis Melentyev
2008-08-02 22:20:30 UTC
Permalink
Hi everybody!

mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.

Am I looking for the wrong readline package or is it a bug in
mysql-client build?

PS. same issue with elinks-blah-blah (installed from pkgbox)
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
--
Dennis Melentyev
Justin C. Sherrill
2008-08-02 22:51:01 UTC
Permalink
Post by Dennis Melentyev
Hi everybody!
mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
Am I looking for the wrong readline package or is it a bug in
mysql-client build?
PS. same issue with elinks-blah-blah (installed from pkgbox)
If these are all from pkgbox, it could be I had some slightly out-of-date
packages from my 2.0 build as I rushed to get it in.
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for pkgbox;
it works on estpak.ee because (I bet) Hasso had a number of local patches
to enable things to build.

I'll start a build on pkgbox as soon as I can to make sure everything
matches up.
Dennis Melentyev
2008-08-02 23:26:25 UTC
Permalink
Hi Justin!
Post by Justin C. Sherrill
Post by Dennis Melentyev
Hi everybody!
mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
Am I looking for the wrong readline package or is it a bug in
mysql-client build?
PS. same issue with elinks-blah-blah (installed from pkgbox)
If these are all from pkgbox, it could be I had some slightly out-of-date
packages from my 2.0 build as I rushed to get it in.
Yep, everything was from pkgbox as of last night. I had no chance to
browse the wiki for other mirrors until installed links.
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for pkgbox;
it works on estpak.ee because (I bet) Hasso had a number of local patches
to enable things to build.
I'll start a build on pkgbox as soon as I can to make sure everything
matches up.
Thank you in advance!
Hope to get my MySQL running :)
--
Dennis Melentyev
Simon 'corecode' Schubert
2008-08-03 01:42:32 UTC
Permalink
Justin C. Sherrill wrote:
On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
Hi everybody!

mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
I guess pkgbox needs to be updated so that base doesn't provide the
readline headers/lib anymore.

cheers
simon
Matthew Dillon
2008-08-03 01:47:54 UTC
Permalink
:Justin C. Sherrill wrote:
:> On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
:>> Hi everybody!
:>>
:>> mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
:>> readline-5.2nb1 installs libreadline.so.5 only.
:
:I guess pkgbox needs to be updated so that base doesn't provide the
:readline headers/lib anymore.
:
:cheers
: simon

pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove it?

-Matt
Matthew Dillon
<dillon at backplane.com>
Simon 'corecode' Schubert
2008-08-03 01:53:58 UTC
Permalink
Matthew Dillon wrote:
:Justin C. Sherrill wrote:
:> On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
:>> Hi everybody!
:>>
:>> mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
:>> readline-5.2nb1 installs libreadline.so.5 only.
:
:I guess pkgbox needs to be updated so that base doesn't provide the
:readline headers/lib anymore.
:
:cheers
: simon

pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove it?
I think that should be good. I think pkgsrc checks for the headers, not
for the libs.

cheers
simon
Hasso Tepper
2008-08-03 02:46:11 UTC
Permalink
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for
pkgbox; it works on estpak.ee because (I bet) Hasso had a number of
local patches to enable things to build.
ftp.estpak.ee has nothing to with the fact that I have done some work with
pkgsrc. It's just a mirror as any other.
--
Hasso Tepper
Hasso Tepper
2008-08-03 02:46:53 UTC
Permalink
Post by Matthew Dillon
pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove
it?
Aren't packages built in fresh chroot?
--
Hasso Tepper
Justin C. Sherrill
2008-08-03 03:51:55 UTC
Permalink
Post by Hasso Tepper
Post by Matthew Dillon
pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove
it?
Aren't packages built in fresh chroot?
Yes. I don't remember the details about readline. Should a full
buildworld/installworld to a chroot have the correct setup?
Justin C. Sherrill
2008-08-03 03:56:58 UTC
Permalink
Post by Hasso Tepper
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for
pkgbox; it works on estpak.ee because (I bet) Hasso had a number of
local patches to enable things to build.
ftp.estpak.ee has nothing to with the fact that I have done some work with
pkgsrc. It's just a mirror as any other.
A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Dennis Melentyev
2008-08-03 07:09:03 UTC
Permalink
Post by Justin C. Sherrill
A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Hm... That's strange. File is definitely there. For some reason
"pkg_radd -v vim" didn't pick it up from pkgbox in my case.
Could be my bad (I'm just a first time user of pkgsrc, sorry). M.b. it
was too late here in Kiev and I had missed something.
--
Dennis Melentyev
Simon 'corecode' Schubert
2008-08-03 10:27:06 UTC
Permalink
Dennis Melentyev wrote:
2008/8/3, Justin C. Sherrill <bugs at lists.dragonflybsd.org>:
Justin C. Sherrill <justin at shiningsilence.com> added the comment:

A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Hm... That's strange. File is definitely there. For some reason
"pkg_radd -v vim" didn't pick it up from pkgbox in my case.
Could be my bad (I'm just a first time user of pkgsrc, sorry). M.b. it
was too late here in Kiev and I had missed something.
Yes, I noticed this as well. pkg_add fails to find dependencies sometimes.

cheers
simon
Dennis Melentyev
2008-08-02 22:20:30 UTC
Permalink
Hi everybody!

mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.

Am I looking for the wrong readline package or is it a bug in
mysql-client build?

PS. same issue with elinks-blah-blah (installed from pkgbox)
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
--
Dennis Melentyev
Justin C. Sherrill
2008-08-02 22:51:01 UTC
Permalink
Post by Dennis Melentyev
Hi everybody!
mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
Am I looking for the wrong readline package or is it a bug in
mysql-client build?
PS. same issue with elinks-blah-blah (installed from pkgbox)
If these are all from pkgbox, it could be I had some slightly out-of-date
packages from my 2.0 build as I rushed to get it in.
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for pkgbox;
it works on estpak.ee because (I bet) Hasso had a number of local patches
to enable things to build.

I'll start a build on pkgbox as soon as I can to make sure everything
matches up.
Dennis Melentyev
2008-08-02 23:26:25 UTC
Permalink
Hi Justin!
Post by Justin C. Sherrill
Post by Dennis Melentyev
Hi everybody!
mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
Am I looking for the wrong readline package or is it a bug in
mysql-client build?
PS. same issue with elinks-blah-blah (installed from pkgbox)
If these are all from pkgbox, it could be I had some slightly out-of-date
packages from my 2.0 build as I rushed to get it in.
Yep, everything was from pkgbox as of last night. I had no chance to
browse the wiki for other mirrors until installed links.
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for pkgbox;
it works on estpak.ee because (I bet) Hasso had a number of local patches
to enable things to build.
I'll start a build on pkgbox as soon as I can to make sure everything
matches up.
Thank you in advance!
Hope to get my MySQL running :)
--
Dennis Melentyev
Simon 'corecode' Schubert
2008-08-03 01:42:32 UTC
Permalink
Justin C. Sherrill wrote:
On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
Hi everybody!

mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
readline-5.2nb1 installs libreadline.so.5 only.
I guess pkgbox needs to be updated so that base doesn't provide the
readline headers/lib anymore.

cheers
simon
Matthew Dillon
2008-08-03 01:47:54 UTC
Permalink
:Justin C. Sherrill wrote:
:> On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
:>> Hi everybody!
:>>
:>> mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
:>> readline-5.2nb1 installs libreadline.so.5 only.
:
:I guess pkgbox needs to be updated so that base doesn't provide the
:readline headers/lib anymore.
:
:cheers
: simon

pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove it?

-Matt
Matthew Dillon
<dillon at backplane.com>
Simon 'corecode' Schubert
2008-08-03 01:53:58 UTC
Permalink
Matthew Dillon wrote:
:Justin C. Sherrill wrote:
:> On Sat, August 2, 2008 6:18 pm, Dennis Melentyev wrote:
:>> Hi everybody!
:>>
:>> mysql-client-5.0.51b in pkgsrc linked against libreadline.so.6,
:>> readline-5.2nb1 installs libreadline.so.5 only.
:
:I guess pkgbox needs to be updated so that base doesn't provide the
:readline headers/lib anymore.
:
:cheers
: simon

pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove it?
I think that should be good. I think pkgsrc checks for the headers, not
for the libs.

cheers
simon
Hasso Tepper
2008-08-03 02:46:11 UTC
Permalink
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for
pkgbox; it works on estpak.ee because (I bet) Hasso had a number of
local patches to enable things to build.
ftp.estpak.ee has nothing to with the fact that I have done some work with
pkgsrc. It's just a mirror as any other.
--
Hasso Tepper
Hasso Tepper
2008-08-03 02:46:53 UTC
Permalink
Post by Matthew Dillon
pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove
it?
Aren't packages built in fresh chroot?
--
Hasso Tepper
Justin C. Sherrill
2008-08-03 03:51:55 UTC
Permalink
Post by Hasso Tepper
Post by Matthew Dillon
pkgbox is running HEAD as of around the release time (aka 2.1).
but libreadline wasn't removed from /usr/lib. Should I just remove
it?
Aren't packages built in fresh chroot?
Yes. I don't remember the details about readline. Should a full
buildworld/installworld to a chroot have the correct setup?
Justin C. Sherrill
2008-08-03 03:56:58 UTC
Permalink
Post by Hasso Tepper
Post by Justin C. Sherrill
Post by Dennis Melentyev
PPS. pkgbox is missing vim-shared-* (but found at ftp.estpac.ee).
This wasn't building in pkgsrc at the time of the bulk build for
pkgbox; it works on estpak.ee because (I bet) Hasso had a number of
local patches to enable things to build.
ftp.estpak.ee has nothing to with the fact that I have done some work with
pkgsrc. It's just a mirror as any other.
A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Dennis Melentyev
2008-08-03 07:09:03 UTC
Permalink
Post by Justin C. Sherrill
A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Hm... That's strange. File is definitely there. For some reason
"pkg_radd -v vim" didn't pick it up from pkgbox in my case.
Could be my bad (I'm just a first time user of pkgsrc, sorry). M.b. it
was too late here in Kiev and I had missed something.
--
Dennis Melentyev
Simon 'corecode' Schubert
2008-08-03 10:27:06 UTC
Permalink
Dennis Melentyev wrote:
2008/8/3, Justin C. Sherrill <bugs at lists.dragonflybsd.org>:
Justin C. Sherrill <justin at shiningsilence.com> added the comment:

A bad guess on my part. Looking at estpak.ee and pkgbox, the file is
actually present in both places. It's named vim-share-*, not
vim-shared-*, which might have been the reason it appeared missing.
Hm... That's strange. File is definitely there. For some reason
"pkg_radd -v vim" didn't pick it up from pkgbox in my case.
Could be my bad (I'm just a first time user of pkgsrc, sorry). M.b. it
was too late here in Kiev and I had missed something.
Yes, I noticed this as well. pkg_add fails to find dependencies sometimes.

cheers
simon
Antonio Huete Jimenez (via DragonFly issue tracker)
2011-02-07 23:58:56 UTC
Permalink
Antonio Huete Jimenez <tuxillo at quantumachine.net> added the comment:

Hi,

Can we close this? Reasons:

- Readline was gone a while ago, I don't recall any issue in the near present.
- mysql5-client (5.0.91 on -current) builds and installs fine.
- No readline dependencies I can see, please correct me if I'm wrong:
/usr/pkg/lib/mysql/libmysqlclient.so.15.0.0:
libcrypt.so.3 => /usr/lib/libcrypt.so.3 (0x800ad8000)
libm.so.3 => /usr/lib/libm.so.3 (0x800bf5000)
libssl.so.5 => /usr/lib/libssl.so.5 (0x800d0b000)
libcrypto.so.5 => /usr/lib/libcrypto.so.5 (0x800e64000)
libz.so.3 => /usr/lib/libz.so.3 (0x8010f2000)
libc.so.7 => /usr/lib/libc.so.7 (0x800640000)

Thanks,
Antonio Huete

----------
assignedto: -> tuxillo
nosy: +tuxillo

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1105>
_____________________________________________________
Antonio Huete Jimenez (via DragonFly issue tracker)
2011-02-07 23:58:56 UTC
Permalink
Antonio Huete Jimenez <tuxillo at quantumachine.net> added the comment:

Hi,

Can we close this? Reasons:

- Readline was gone a while ago, I don't recall any issue in the near present.
- mysql5-client (5.0.91 on -current) builds and installs fine.
- No readline dependencies I can see, please correct me if I'm wrong:
/usr/pkg/lib/mysql/libmysqlclient.so.15.0.0:
libcrypt.so.3 => /usr/lib/libcrypt.so.3 (0x800ad8000)
libm.so.3 => /usr/lib/libm.so.3 (0x800bf5000)
libssl.so.5 => /usr/lib/libssl.so.5 (0x800d0b000)
libcrypto.so.5 => /usr/lib/libcrypto.so.5 (0x800e64000)
libz.so.3 => /usr/lib/libz.so.3 (0x8010f2000)
libc.so.7 => /usr/lib/libc.so.7 (0x800640000)

Thanks,
Antonio Huete

----------
assignedto: -> tuxillo
nosy: +tuxillo

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1105>
_____________________________________________________
Antonio Huete Jimenez (via DragonFly issue tracker)
2011-02-07 23:58:56 UTC
Permalink
Antonio Huete Jimenez <tuxillo at quantumachine.net> added the comment:

Hi,

Can we close this? Reasons:

- Readline was gone a while ago, I don't recall any issue in the near present.
- mysql5-client (5.0.91 on -current) builds and installs fine.
- No readline dependencies I can see, please correct me if I'm wrong:
/usr/pkg/lib/mysql/libmysqlclient.so.15.0.0:
libcrypt.so.3 => /usr/lib/libcrypt.so.3 (0x800ad8000)
libm.so.3 => /usr/lib/libm.so.3 (0x800bf5000)
libssl.so.5 => /usr/lib/libssl.so.5 (0x800d0b000)
libcrypto.so.5 => /usr/lib/libcrypto.so.5 (0x800e64000)
libz.so.3 => /usr/lib/libz.so.3 (0x8010f2000)
libc.so.7 => /usr/lib/libc.so.7 (0x800640000)

Thanks,
Antonio Huete

----------
assignedto: -> tuxillo
nosy: +tuxillo

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1105>
_____________________________________________________
Antonio Huete Jimenez (via DragonFly issue tracker)
2011-02-07 23:58:56 UTC
Permalink
Antonio Huete Jimenez <tuxillo at quantumachine.net> added the comment:

Hi,

Can we close this? Reasons:

- Readline was gone a while ago, I don't recall any issue in the near present.
- mysql5-client (5.0.91 on -current) builds and installs fine.
- No readline dependencies I can see, please correct me if I'm wrong:
/usr/pkg/lib/mysql/libmysqlclient.so.15.0.0:
libcrypt.so.3 => /usr/lib/libcrypt.so.3 (0x800ad8000)
libm.so.3 => /usr/lib/libm.so.3 (0x800bf5000)
libssl.so.5 => /usr/lib/libssl.so.5 (0x800d0b000)
libcrypto.so.5 => /usr/lib/libcrypto.so.5 (0x800e64000)
libz.so.3 => /usr/lib/libz.so.3 (0x8010f2000)
libc.so.7 => /usr/lib/libc.so.7 (0x800640000)

Thanks,
Antonio Huete

----------
assignedto: -> tuxillo
nosy: +tuxillo

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1105>
_____________________________________________________
Antonio Huete Jimenez (via DragonFly issue tracker)
2011-02-07 23:58:56 UTC
Permalink
Antonio Huete Jimenez <tuxillo at quantumachine.net> added the comment:

Hi,

Can we close this? Reasons:

- Readline was gone a while ago, I don't recall any issue in the near present.
- mysql5-client (5.0.91 on -current) builds and installs fine.
- No readline dependencies I can see, please correct me if I'm wrong:
/usr/pkg/lib/mysql/libmysqlclient.so.15.0.0:
libcrypt.so.3 => /usr/lib/libcrypt.so.3 (0x800ad8000)
libm.so.3 => /usr/lib/libm.so.3 (0x800bf5000)
libssl.so.5 => /usr/lib/libssl.so.5 (0x800d0b000)
libcrypto.so.5 => /usr/lib/libcrypto.so.5 (0x800e64000)
libz.so.3 => /usr/lib/libz.so.3 (0x8010f2000)
libc.so.7 => /usr/lib/libc.so.7 (0x800640000)

Thanks,
Antonio Huete

----------
assignedto: -> tuxillo
nosy: +tuxillo

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1105>
_____________________________________________________
Antonio Huete Jimenez (via DragonFly issue tracker)
2011-02-07 23:58:56 UTC
Permalink
Antonio Huete Jimenez <tuxillo at quantumachine.net> added the comment:

Hi,

Can we close this? Reasons:

- Readline was gone a while ago, I don't recall any issue in the near present.
- mysql5-client (5.0.91 on -current) builds and installs fine.
- No readline dependencies I can see, please correct me if I'm wrong:
/usr/pkg/lib/mysql/libmysqlclient.so.15.0.0:
libcrypt.so.3 => /usr/lib/libcrypt.so.3 (0x800ad8000)
libm.so.3 => /usr/lib/libm.so.3 (0x800bf5000)
libssl.so.5 => /usr/lib/libssl.so.5 (0x800d0b000)
libcrypto.so.5 => /usr/lib/libcrypto.so.5 (0x800e64000)
libz.so.3 => /usr/lib/libz.so.3 (0x8010f2000)
libc.so.7 => /usr/lib/libc.so.7 (0x800640000)

Thanks,
Antonio Huete

----------
assignedto: -> tuxillo
nosy: +tuxillo

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1105>
_____________________________________________________
Antonio Huete Jimenez (via DragonFly issue tracker)
2011-02-07 23:58:56 UTC
Permalink
Antonio Huete Jimenez <tuxillo at quantumachine.net> added the comment:

Hi,

Can we close this? Reasons:

- Readline was gone a while ago, I don't recall any issue in the near present.
- mysql5-client (5.0.91 on -current) builds and installs fine.
- No readline dependencies I can see, please correct me if I'm wrong:
/usr/pkg/lib/mysql/libmysqlclient.so.15.0.0:
libcrypt.so.3 => /usr/lib/libcrypt.so.3 (0x800ad8000)
libm.so.3 => /usr/lib/libm.so.3 (0x800bf5000)
libssl.so.5 => /usr/lib/libssl.so.5 (0x800d0b000)
libcrypto.so.5 => /usr/lib/libcrypto.so.5 (0x800e64000)
libz.so.3 => /usr/lib/libz.so.3 (0x8010f2000)
libc.so.7 => /usr/lib/libc.so.7 (0x800640000)

Thanks,
Antonio Huete

----------
assignedto: -> tuxillo
nosy: +tuxillo

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1105>
_____________________________________________________

Loading...