Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] suport symlink
@ 2022-04-25 22:38 ayoubelmhamdi
  2022-04-26  0:29 ` Duncaen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ayoubelmhamdi @ 2022-04-25 22:38 UTC (permalink / raw)
  To: ml

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

New issue by ayoubelmhamdi on void-packages repository

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

Description:
I can't install `pkg` that create with `symlink` to another location:
```bash
$ cat github-templates/srcpkgs

├── pkg1
│   └── template
├── pkg2
│   └── template
└── pkg3
    └── template
``` 
```bash
$ ln -s /path/to/github-templates/srcpkgs/* /path/to/void-packages/srcpkgs
```
```bash
$ ./xbps-src pkg pkg1

=> ERROR: pkg1: missing pkg1_package() function!
```
but it's build if I'm copying to `srcpkgs`


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

* Re: suport symlink
  2022-04-25 22:38 [ISSUE] suport symlink ayoubelmhamdi
@ 2022-04-26  0:29 ` Duncaen
  2022-04-26  0:29 ` [ISSUE] [CLOSED] " Duncaen
  2022-04-26  0:30 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2022-04-26  0:29 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/36860#issuecomment-1109168920

Comment:
This doesn't work because packages are build in a chroot and symlink targets won't be available in the chroot.

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

* Re: [ISSUE] [CLOSED] suport symlink
  2022-04-25 22:38 [ISSUE] suport symlink ayoubelmhamdi
  2022-04-26  0:29 ` Duncaen
@ 2022-04-26  0:29 ` Duncaen
  2022-04-26  0:30 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2022-04-26  0:29 UTC (permalink / raw)
  To: ml

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

Closed issue by ayoubelmhamdi on void-packages repository

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

Description:
I can't install `pkg` that create with `symlink` to another location:
```bash
$ cat github-templates/srcpkgs

├── pkg1
│   └── template
├── pkg2
│   └── template
└── pkg3
    └── template
``` 
```bash
$ ln -s /path/to/github-templates/srcpkgs/* /path/to/void-packages/srcpkgs
```
```bash
$ ./xbps-src pkg pkg1

=> ERROR: pkg1: missing pkg1_package() function!
```
but it's build if I'm copying to `srcpkgs`


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

* Re: suport symlink
  2022-04-25 22:38 [ISSUE] suport symlink ayoubelmhamdi
  2022-04-26  0:29 ` Duncaen
  2022-04-26  0:29 ` [ISSUE] [CLOSED] " Duncaen
@ 2022-04-26  0:30 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2022-04-26  0:30 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/36860#issuecomment-1109168920

Comment:
This doesn't work because packages are build in a chroot and symlink targets won't be available in the chroot. There is also no sane way to support it.

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

end of thread, other threads:[~2022-04-26  0:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25 22:38 [ISSUE] suport symlink ayoubelmhamdi
2022-04-26  0:29 ` Duncaen
2022-04-26  0:29 ` [ISSUE] [CLOSED] " Duncaen
2022-04-26  0:30 ` Duncaen

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