Skip to content
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

Merged
merged 2 commits into from
Feb 9, 2018
Merged

Drop the catgets library and facility from packages being offered. m… #1139

merged 2 commits into from
Feb 9, 2018

Conversation

JPeterMugaas
Copy link
Contributor

…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.

…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')
Copy link
Member

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.

@@ -4,7 +4,7 @@
pkgbase=msys2-runtime
pkgname=('msys2-runtime' 'msys2-runtime-devel')
pkgver=2.10.0
pkgrel=1
pkgrel=3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why 3 not 2

Copy link
Contributor Author

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.

@Alexpux
Copy link
Member

Alexpux commented Feb 9, 2018

man-db is already in repo

@JPeterMugaas
Copy link
Contributor Author

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.

@Alexpux
Copy link
Member

Alexpux commented Feb 9, 2018

You dont fix one more comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants