-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop the catgets library and facility from packages being offered. m… #1139
Conversation
…ys2-runtime 2.10 now has it's own facility and indicate that msys2-runtime replaces catgets Todo: figure out what to do about the "man" package as that package depends upon the catgets library and will to link with catgets. I would suggest replacing "man" with "man-db" for consistanstancy with Cygwin and Archlinux.
@@ -21,6 +21,7 @@ makedepends=('cocom' | |||
'gettext-devel' | |||
'libiconv-devel' | |||
'diffutils') | |||
replaces=('catgets') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this line as this must be in package procedure.
msys2-runtime/PKGBUILD
Outdated
@@ -4,7 +4,7 @@ | |||
pkgbase=msys2-runtime | |||
pkgname=('msys2-runtime' 'msys2-runtime-devel') | |||
pkgver=2.10.0 | |||
pkgrel=1 | |||
pkgrel=3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why 3 not 2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went ahead and fixed it.
man-db is already in repo |
Okay. Then the "man" package has to be rebuilt to remove the catgets dependency. It was linking to it statically. I haven't gotten to that because I'm working on Ruby 2.5. But ruby 2.4 needs to be rebuilt at the least because that too depended upon the libssp in gcc-libs. |
You dont fix one more comment |
…sys2-runtime 2.10 now has it's own facility and indicate that msys2-runtime replaces catgets
Todo: figure out what to do about the "man" package as that package depends upon the catgets library and will to link with catgets. I would suggest replacing "man" with "man-db" for consistanstancy with Cygwin and Archlinux.