unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: 02/02: gnu: syncthing: Prepare for cross-compiling.
       [not found] ` <20210426183356.3D8B820DD2@vcs0.savannah.gnu.org>
@ 2021-08-15 20:42   ` Leo Famulari
  2021-08-15 20:49     ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Famulari @ 2021-08-15 20:42 UTC (permalink / raw)
  To: guix-devel

On Mon, Apr 26, 2021 at 02:33:56PM -0400, guix-commits@gnu.org wrote:
> efraim pushed a commit to branch master
> in repository guix.
> 
> commit b33f5d7ff0627424a06fd0416761cd81c350e20a
> Author: Efraim Flashner <efraim@flashner.co.il>
> AuthorDate: Mon Apr 26 21:30:15 2021 +0300
> 
>     gnu: syncthing: Prepare for cross-compiling.
>     
>     * gnu/packages/syncthing.scm (syncthing)[arguments]: Add custom
>     'pre-build phase to not set a local GOBIN directory. Adjust custom
>     'build and 'install phases accordingly.

This commit broke splitting the package into two outputs "out" and
"utils".

When everything is working, the utils output should look like this:

------
$ tree /gnu/store/zansw6f7i61glpa2f5hsbpazwg6qfi2v-syncthing-1.15.1-utils
/gnu/store/zansw6f7i61glpa2f5hsbpazwg6qfi2v-syncthing-1.15.1-utils
├── bin
│   ├── stcompdirs
│   ├── stcrashreceiver
│   ├── stdisco
│   ├── stdiscosrv
│   ├── stevents
│   ├── stfileinfo
│   ├── stfinddevice
│   ├── stfindignored
│   ├── stgenfiles
│   ├── stindex
│   ├── strelaypoolsrv
│   ├── strelaysrv
│   ├── stsigtool
│   ├── stvanity
│   ├── stwatchfile
│   ├── uraggregate
│   └── ursrv
└── share
    ├── doc
    │   └── syncthing-1.15.1
    │       └── LICENSE
    └── man
        ├── man1
        │   ├── stdiscosrv.1.gz
        │   └── strelaysrv.1.gz
        ├── man5
        │   ├── syncthing-config.5.gz
        │   └── syncthing-stignore.5.gz
        └── man7
            ├── syncthing-bep.7.gz
            ├── syncthing-device-ids.7.gz
            ├── syncthing-event-api.7.gz
            ├── syncthing-faq.7.gz
            ├── syncthing-globaldisco.7.gz
            ├── syncthing-localdisco.7.gz
            ├── syncthing-networking.7.gz
            ├── syncthing-relay.7.gz
            ├── syncthing-rest-api.7.gz
            ├── syncthing-security.7.gz
            └── syncthing-versioning.7.gz

8 directories, 33 files
------

The broken state looks like this:

------
$ tree /gnu/store/b1jz5rnwjgzvl7hd99rd1r5958rwxh5x-syncthing-1.15.1-utils
/gnu/store/b1jz5rnwjgzvl7hd99rd1r5958rwxh5x-syncthing-1.15.1-utils
└── share
    ├── doc
    │   └── syncthing-1.15.1
    │       └── LICENSE
    └── man
        ├── man1
        │   ├── stdiscosrv.1.gz
        │   └── strelaysrv.1.gz
        ├── man5
        │   ├── syncthing-config.5.gz
        │   └── syncthing-stignore.5.gz
        └── man7
            ├── syncthing-bep.7.gz
            ├── syncthing-device-ids.7.gz
            ├── syncthing-event-api.7.gz
            ├── syncthing-faq.7.gz
            ├── syncthing-globaldisco.7.gz
            ├── syncthing-localdisco.7.gz
            ├── syncthing-networking.7.gz
            ├── syncthing-relay.7.gz
            ├── syncthing-rest-api.7.gz
            ├── syncthing-security.7.gz
            └── syncthing-versioning.7.gz

7 directories, 16 files
------


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

* Re: 02/02: gnu: syncthing: Prepare for cross-compiling.
  2021-08-15 20:42   ` 02/02: gnu: syncthing: Prepare for cross-compiling Leo Famulari
@ 2021-08-15 20:49     ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-08-15 20:49 UTC (permalink / raw)
  To: guix-devel

On Sun, Aug 15, 2021 at 04:42:19PM -0400, Leo Famulari wrote:
> On Mon, Apr 26, 2021 at 02:33:56PM -0400, guix-commits@gnu.org wrote:
> > efraim pushed a commit to branch master
> > in repository guix.
> > 
> > commit b33f5d7ff0627424a06fd0416761cd81c350e20a
> > Author: Efraim Flashner <efraim@flashner.co.il>
> > AuthorDate: Mon Apr 26 21:30:15 2021 +0300
> > 
> >     gnu: syncthing: Prepare for cross-compiling.
> >     
> >     * gnu/packages/syncthing.scm (syncthing)[arguments]: Add custom
> >     'pre-build phase to not set a local GOBIN directory. Adjust custom
> >     'build and 'install phases accordingly.
> 
> This commit broke splitting the package into two outputs "out" and
> "utils".

I meant to file a bug report, not send this to guix-devel: 
https://bugs.gnu.org/50071


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

end of thread, other threads:[~2021-08-15 20:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210426183354.7136.54877@vcs0.savannah.gnu.org>
     [not found] ` <20210426183356.3D8B820DD2@vcs0.savannah.gnu.org>
2021-08-15 20:42   ` 02/02: gnu: syncthing: Prepare for cross-compiling Leo Famulari
2021-08-15 20:49     ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).