Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] plan9port: hardcoded PLAN9 variable is wrong
@ 2020-07-18  7:59 goleo108
  2020-07-19 12:16 ` mmnmnnmnmm
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: goleo108 @ 2020-07-18  7:59 UTC (permalink / raw)
  To: ml

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

New issue by goleo108 on void-packages repository

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

Description:
@leahneukirchen here are examples how to fix it:
https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-util/plan9port/plan9port-0_pre20200526.ebuild#n74
https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/plan9port#n40
https://github.com/jrmarino/ravensource/blob/master/bucket_95/plan9port/specification#59

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

* Re: plan9port: hardcoded PLAN9 variable is wrong
  2020-07-18  7:59 [ISSUE] plan9port: hardcoded PLAN9 variable is wrong goleo108
@ 2020-07-19 12:16 ` mmnmnnmnmm
  2020-07-19 15:19 ` leahneukirchen
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mmnmnnmnmm @ 2020-07-19 12:16 UTC (permalink / raw)
  To: ml

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

New comment by mmnmnnmnmm on void-packages repository

https://github.com/void-linux/void-packages/issues/23639#issuecomment-660634883

Comment:
Excuse me if I'm missing anything, but is it wrong?

Line 45 changes the path for the install script:

    xargs -a lib/moveplan9.files -d'\n' sed -i "s#$wrksrc#/usr/lib/plan9#"

And I did a quick grep -r over /usr/lib/plan9 and the only things that I can find that are actually wrong is lookman.index and macedit.

I think lookman.index is wrong because mkindex generates it using the wrksrc before it's moved to /usr/lib.  Although lookman still works despite the incorrect path in the index.



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

* Re: plan9port: hardcoded PLAN9 variable is wrong
  2020-07-18  7:59 [ISSUE] plan9port: hardcoded PLAN9 variable is wrong goleo108
  2020-07-19 12:16 ` mmnmnnmnmm
@ 2020-07-19 15:19 ` leahneukirchen
  2020-07-19 15:24 ` leahneukirchen
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2020-07-19 15:19 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/23639#issuecomment-660661855

Comment:
I think this only affects HTML man pages?

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

* Re: plan9port: hardcoded PLAN9 variable is wrong
  2020-07-18  7:59 [ISSUE] plan9port: hardcoded PLAN9 variable is wrong goleo108
  2020-07-19 12:16 ` mmnmnnmnmm
  2020-07-19 15:19 ` leahneukirchen
@ 2020-07-19 15:24 ` leahneukirchen
  2020-07-19 16:17 ` goleo108
  2020-07-19 16:46 ` [ISSUE] [CLOSED] " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2020-07-19 15:24 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/23639#issuecomment-660662815

Comment:
ah, this refers to `/usr/local/plan9`.

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

* Re: plan9port: hardcoded PLAN9 variable is wrong
  2020-07-18  7:59 [ISSUE] plan9port: hardcoded PLAN9 variable is wrong goleo108
                   ` (2 preceding siblings ...)
  2020-07-19 15:24 ` leahneukirchen
@ 2020-07-19 16:17 ` goleo108
  2020-07-19 16:46 ` [ISSUE] [CLOSED] " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: goleo108 @ 2020-07-19 16:17 UTC (permalink / raw)
  To: ml

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

New comment by goleo108 on void-packages repository

https://github.com/void-linux/void-packages/issues/23639#issuecomment-660670504

Comment:
the problem is the install script doesn't change PLAN9 variable hardcoded to `/usr/local/plan9` in binaries in case you don't set PLAN9 environment variables, which in my case led to failing to start rc as user shell thanks to #23640

both gcc and clang do build astronomicly slow, so I simply `# ln -s /usr/lib/plan9 /usr/local/` just to save my time

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

* Re: [ISSUE] [CLOSED] plan9port: hardcoded PLAN9 variable is wrong
  2020-07-18  7:59 [ISSUE] plan9port: hardcoded PLAN9 variable is wrong goleo108
                   ` (3 preceding siblings ...)
  2020-07-19 16:17 ` goleo108
@ 2020-07-19 16:46 ` leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2020-07-19 16:46 UTC (permalink / raw)
  To: ml

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

Closed issue by goleo108 on void-packages repository

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

Description:
@leahneukirchen here are examples how to fix it:
https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-util/plan9port/plan9port-0_pre20200526.ebuild#n74
https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/plan9port#n40
https://github.com/jrmarino/ravensource/blob/master/bucket_95/plan9port/specification#L59

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

end of thread, other threads:[~2020-07-19 16:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-18  7:59 [ISSUE] plan9port: hardcoded PLAN9 variable is wrong goleo108
2020-07-19 12:16 ` mmnmnnmnmm
2020-07-19 15:19 ` leahneukirchen
2020-07-19 15:24 ` leahneukirchen
2020-07-19 16:17 ` goleo108
2020-07-19 16:46 ` [ISSUE] [CLOSED] " leahneukirchen

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