Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] glibc and rpcsvc-proto /usr/bin/rpcgen conflict
@ 2020-04-07 11:04 Duncaen
  2020-04-14 21:56 ` svenper
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Duncaen @ 2020-04-07 11:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]

New issue by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/20728

Description:
Both packages provide `/usr/bin/rpcgen`, some packages use `rpcsvc-proto` in `hostmakedepends` to be able to build on musl.

I think it should be removed from glibc, put into a sub package or use alternatives.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: glibc and rpcsvc-proto /usr/bin/rpcgen conflict
  2020-04-07 11:04 [ISSUE] glibc and rpcsvc-proto /usr/bin/rpcgen conflict Duncaen
@ 2020-04-14 21:56 ` svenper
  2020-04-14 22:01 ` svenper
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: svenper @ 2020-04-14 21:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 628 bytes --]

New comment by svenper on void-packages repository

https://github.com/void-linux/void-packages/issues/20728#issuecomment-613701408

Comment:
I take it from [the readme](https://raw.githubusercontent.com/thkukuk/rpcsvc-proto/master/README) that it should be possible to replace this package with glibc:

> This package contains rpcsvc proto.x files from glibc, which are
missing in libtirpc. Additional it contains rpcgen, which is needed
to create header files and sources from protocol files.
This package is only needed, if glibc is installed without the
deprecated sunrpc functionality and libtirpc should replace it.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: glibc and rpcsvc-proto /usr/bin/rpcgen conflict
  2020-04-07 11:04 [ISSUE] glibc and rpcsvc-proto /usr/bin/rpcgen conflict Duncaen
  2020-04-14 21:56 ` svenper
@ 2020-04-14 22:01 ` svenper
  2020-04-14 22:10 ` svenper
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: svenper @ 2020-04-14 22:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 645 bytes --]

New comment by svenper on void-packages repository

https://github.com/void-linux/void-packages/issues/20728#issuecomment-613701408

Comment:
I take it from [the readme](https://raw.githubusercontent.com/thkukuk/rpcsvc-proto/master/README) that it should be possible to provide/replace/conflict this package with glibc:

> This package contains rpcsvc proto.x files from glibc, which are
missing in libtirpc. Additional it contains rpcgen, which is needed
to create header files and sources from protocol files.
This package is only needed, if glibc is installed without the
deprecated sunrpc functionality and libtirpc should replace it.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: glibc and rpcsvc-proto /usr/bin/rpcgen conflict
  2020-04-07 11:04 [ISSUE] glibc and rpcsvc-proto /usr/bin/rpcgen conflict Duncaen
  2020-04-14 21:56 ` svenper
  2020-04-14 22:01 ` svenper
@ 2020-04-14 22:10 ` svenper
  2021-02-05  3:18 ` ericonr
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: svenper @ 2020-04-14 22:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 816 bytes --]

New comment by svenper on void-packages repository

https://github.com/void-linux/void-packages/issues/20728#issuecomment-613701408

Comment:
I take it from [the readme](https://raw.githubusercontent.com/thkukuk/rpcsvc-proto/master/README) that it should be possible to provide/replace/conflict this package with glibc:

> This package contains rpcsvc proto.x files from glibc, which are
missing in libtirpc. Additional it contains rpcgen, which is needed
to create header files and sources from protocol files.
This package is only needed, if glibc is installed without the
deprecated sunrpc functionality and libtirpc should replace it.

in glibc (version mismatch though):
```
provides="rpcsvc-proto-${version}_${revision}"
replaces="rpcsvc-proto>=0"
```

in rpcsvc-proto:
```
archs="*-musl"
```

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: glibc and rpcsvc-proto /usr/bin/rpcgen conflict
  2020-04-07 11:04 [ISSUE] glibc and rpcsvc-proto /usr/bin/rpcgen conflict Duncaen
                   ` (2 preceding siblings ...)
  2020-04-14 22:10 ` svenper
@ 2021-02-05  3:18 ` ericonr
  2021-02-05  3:23 ` ahesford
  2021-02-05  3:24 ` [ISSUE] [CLOSED] " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-02-05  3:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 231 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/20728#issuecomment-773757288

Comment:
Is this still an issue? Maybe the obsolete RPC removal from glibc took `rpcgen` with it.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: glibc and rpcsvc-proto /usr/bin/rpcgen conflict
  2020-04-07 11:04 [ISSUE] glibc and rpcsvc-proto /usr/bin/rpcgen conflict Duncaen
                   ` (3 preceding siblings ...)
  2021-02-05  3:18 ` ericonr
@ 2021-02-05  3:23 ` ahesford
  2021-02-05  3:24 ` [ISSUE] [CLOSED] " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2021-02-05  3:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/issues/20728#issuecomment-773758924

Comment:
Our current glibc package does not seem to include rpcgen, so I think this issue resolved itself.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ISSUE] [CLOSED] glibc and rpcsvc-proto /usr/bin/rpcgen conflict
  2020-04-07 11:04 [ISSUE] glibc and rpcsvc-proto /usr/bin/rpcgen conflict Duncaen
                   ` (4 preceding siblings ...)
  2021-02-05  3:23 ` ahesford
@ 2021-02-05  3:24 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-02-05  3:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

Closed issue by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/20728

Description:
Both packages provide `/usr/bin/rpcgen`, some packages use `rpcsvc-proto` in `hostmakedepends` to be able to build on musl.

I think it should be removed from glibc, put into a sub package or use alternatives.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-02-05  3:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07 11:04 [ISSUE] glibc and rpcsvc-proto /usr/bin/rpcgen conflict Duncaen
2020-04-14 21:56 ` svenper
2020-04-14 22:01 ` svenper
2020-04-14 22:10 ` svenper
2021-02-05  3:18 ` ericonr
2021-02-05  3:23 ` ahesford
2021-02-05  3:24 ` [ISSUE] [CLOSED] " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).