unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Proposal: hide unavoidable compilations by default
@ 2019-01-31 13:47 swedebugia
  2019-01-31 23:21 ` Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: swedebugia @ 2019-01-31 13:47 UTC (permalink / raw)
  To: guix-devel

Hi

I tested installing extremetuxracer today.

I got this:

substitute: updating substitutes from 'https://ci.guix.info'... 100.0%
The following derivations would be built:
    /gnu/store/jyg5na6m93s2m40ma96l4809f5cnbd2a-profile.drv
    /gnu/store/zcyshai941cb88326rggrcv2sqxbl5dl-gtk-im-modules.drv
    /gnu/store/z2lay5k0hm9xsr0ds34iyicw9r12cpvi-ca-certificate-bundle.drv
    /gnu/store/n4dff9vfgzrmkcvyh3nhypd64p0bbvw1-xdg-mime-database.drv
    /gnu/store/j5pbmdjqsb9dv3chjfkk0b8i0h7kr4sw-xdg-desktop-database.drv
    /gnu/store/hs46q0lhmm7xhjgygdg175v4c6jmvjvc-fonts-dir.drv
    /gnu/store/hdifcszmlf1gwd2q0zg4n7zkabzm1bx0-glib-schemas.drv
    /gnu/store/4idc38h10bcz1ln97pakaxkr3gdn9j2p-gtk-icon-themes.drv
    /gnu/store/0fs4jqxrnwlgwq3dnyzpd00ww68l2k0c-info-dir.drv
    /gnu/store/9xydhzf9810vljhyzcackgg34hvqmj7v-extremetuxracer-0.7.5.drv
    /gnu/store/apsn4m9fnv7927dnlj9wya39035l4i69-manual-database.drv
44.7 MB would be downloaded:
    /gnu/store/ia3zw1nb1vppscl9lpj3v5d8r3p4zv9q-etr-0.7.5.tar.xz
    /gnu/store/yyn8g8am7y9xl4dhrzb6klrmaqwjl2mk-sfml-2.5.1

Many of the things to be built are unavoidable internals of guix that 
are not relevant to the user.

I suggest we hide them unless given a flag like --show-all-drv

This is after hiding them:

substitute: updating substitutes from 'https://ci.guix.info'... 100.0%
The following derivations would be built:
    /gnu/store/9xydhzf9810vljhyzcackgg34hvqmj7v-extremetuxracer-0.7.5.drv
44.7 MB would be downloaded:
    /gnu/store/ia3zw1nb1vppscl9lpj3v5d8r3p4zv9q-etr-0.7.5.tar.xz
    /gnu/store/yyn8g8am7y9xl4dhrzb6klrmaqwjl2mk-sfml-2.5.1

-- 
Cheers Swedebugia

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

* Re: Proposal: hide unavoidable compilations by default
  2019-01-31 13:47 Proposal: hide unavoidable compilations by default swedebugia
@ 2019-01-31 23:21 ` Ricardo Wurmus
  2019-02-01 15:26   ` swedebugia
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2019-01-31 23:21 UTC (permalink / raw)
  To: swedebugia; +Cc: guix-devel


swedebugia <swedebugia@riseup.net> writes:

> I tested installing extremetuxracer today.
>
> I got this:
>
> substitute: updating substitutes from 'https://ci.guix.info'... 100.0%
> The following derivations would be built:
>    /gnu/store/jyg5na6m93s2m40ma96l4809f5cnbd2a-profile.drv
>    /gnu/store/zcyshai941cb88326rggrcv2sqxbl5dl-gtk-im-modules.drv
>    /gnu/store/z2lay5k0hm9xsr0ds34iyicw9r12cpvi-ca-certificate-bundle.drv
>    /gnu/store/n4dff9vfgzrmkcvyh3nhypd64p0bbvw1-xdg-mime-database.drv
>    /gnu/store/j5pbmdjqsb9dv3chjfkk0b8i0h7kr4sw-xdg-desktop-database.drv
>    /gnu/store/hs46q0lhmm7xhjgygdg175v4c6jmvjvc-fonts-dir.drv
>    /gnu/store/hdifcszmlf1gwd2q0zg4n7zkabzm1bx0-glib-schemas.drv
>    /gnu/store/4idc38h10bcz1ln97pakaxkr3gdn9j2p-gtk-icon-themes.drv
>    /gnu/store/0fs4jqxrnwlgwq3dnyzpd00ww68l2k0c-info-dir.drv
>    /gnu/store/9xydhzf9810vljhyzcackgg34hvqmj7v-extremetuxracer-0.7.5.drv
>    /gnu/store/apsn4m9fnv7927dnlj9wya39035l4i69-manual-database.drv
> 44.7 MB would be downloaded:
>    /gnu/store/ia3zw1nb1vppscl9lpj3v5d8r3p4zv9q-etr-0.7.5.tar.xz
>    /gnu/store/yyn8g8am7y9xl4dhrzb6klrmaqwjl2mk-sfml-2.5.1

I thought it would say “The following profile hooks would be built” for
all of the profile hooks that are to be built, i.e. most of the listed
derivations except for extremetuxracer.

--
Ricardo

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

* Re: Proposal: hide unavoidable compilations by default
  2019-01-31 23:21 ` Ricardo Wurmus
@ 2019-02-01 15:26   ` swedebugia
  0 siblings, 0 replies; 3+ messages in thread
From: swedebugia @ 2019-02-01 15:26 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

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

Ricardo Wurmus <rekado@elephly.net> skrev: (1 februari 2019 00:21:00 CET)
>
>swedebugia <swedebugia@riseup.net> writes:
>
>> I tested installing extremetuxracer today.
>>
>> I got this:
>>
>> substitute: updating substitutes from 'https://ci.guix.info'...
>100.0%
>> The following derivations would be built:
>>    /gnu/store/jyg5na6m93s2m40ma96l4809f5cnbd2a-profile.drv
>>    /gnu/store/zcyshai941cb88326rggrcv2sqxbl5dl-gtk-im-modules.drv
>>   
>/gnu/store/z2lay5k0hm9xsr0ds34iyicw9r12cpvi-ca-certificate-bundle.drv
>>    /gnu/store/n4dff9vfgzrmkcvyh3nhypd64p0bbvw1-xdg-mime-database.drv
>>   
>/gnu/store/j5pbmdjqsb9dv3chjfkk0b8i0h7kr4sw-xdg-desktop-database.drv
>>    /gnu/store/hs46q0lhmm7xhjgygdg175v4c6jmvjvc-fonts-dir.drv
>>    /gnu/store/hdifcszmlf1gwd2q0zg4n7zkabzm1bx0-glib-schemas.drv
>>    /gnu/store/4idc38h10bcz1ln97pakaxkr3gdn9j2p-gtk-icon-themes.drv
>>    /gnu/store/0fs4jqxrnwlgwq3dnyzpd00ww68l2k0c-info-dir.drv
>>   
>/gnu/store/9xydhzf9810vljhyzcackgg34hvqmj7v-extremetuxracer-0.7.5.drv
>>    /gnu/store/apsn4m9fnv7927dnlj9wya39035l4i69-manual-database.drv
>> 44.7 MB would be downloaded:
>>    /gnu/store/ia3zw1nb1vppscl9lpj3v5d8r3p4zv9q-etr-0.7.5.tar.xz
>>    /gnu/store/yyn8g8am7y9xl4dhrzb6klrmaqwjl2mk-sfml-2.5.1
>
>I thought it would say “The following profile hooks would be built” for
>all of the profile hooks that are to be built, i.e. most of the listed
>derivations except for extremetuxracer.
>
>--
>Ricardo

Correct. This was a slightly old guix. I still think we should hide them.
-- 
Sent from my k-9 mail for Android.

[-- Attachment #2: Type: text/html, Size: 2003 bytes --]

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

end of thread, other threads:[~2019-02-01 15:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-31 13:47 Proposal: hide unavoidable compilations by default swedebugia
2019-01-31 23:21 ` Ricardo Wurmus
2019-02-01 15:26   ` swedebugia

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