unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#56371: Can't remove a package present in profil
@ 2022-07-03 17:25 bbb ee
  2022-07-04  5:04 ` Julien Lepiller
  0 siblings, 1 reply; 7+ messages in thread
From: bbb ee @ 2022-07-03 17:25 UTC (permalink / raw)
  To: 56371

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

Hi,

I have icedtea installed in my current profil, but `guix package remove`
doesn't find it.
```
$ guix package -p ~/.guix-profile -I | grep icedtea
icedtea             3.19.0               jdk
/gnu/store/5k7lsz61p8fq37c9x5p9xalryjxk31bs-icedtea-3.19.0-jdk
$ guix package -p ~/.guix-profile -r icedtea
guix package: error: package 'icedtea' not found in profile
```

It is a bug?

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

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

* bug#56371: Can't remove a package present in profil
  2022-07-03 17:25 bug#56371: Can't remove a package present in profil bbb ee
@ 2022-07-04  5:04 ` Julien Lepiller
  2022-07-05 10:46   ` bbb ee
  0 siblings, 1 reply; 7+ messages in thread
From: Julien Lepiller @ 2022-07-04  5:04 UTC (permalink / raw)
  To: bbb ee, 56371

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

It's not a bug, because you don't have icedtea in your profile, but icedtea:jdk. Guix is picky with outputs. Try "guix remove icedtea:jdk" :)

On July 3, 2022 7:25:46 PM GMT+02:00, bbb ee <blasforr@gmail.com> wrote:
>Hi,
>
>I have icedtea installed in my current profil, but `guix package remove`
>doesn't find it.
>```
>$ guix package -p ~/.guix-profile -I | grep icedtea
>icedtea             3.19.0               jdk
>/gnu/store/5k7lsz61p8fq37c9x5p9xalryjxk31bs-icedtea-3.19.0-jdk
>$ guix package -p ~/.guix-profile -r icedtea
>guix package: error: package 'icedtea' not found in profile
>```
>
>It is a bug?

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

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

* bug#56371: Can't remove a package present in profil
  2022-07-04  5:04 ` Julien Lepiller
@ 2022-07-05 10:46   ` bbb ee
  2022-07-05 10:46     ` bbb ee
  0 siblings, 1 reply; 7+ messages in thread
From: bbb ee @ 2022-07-05 10:46 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: 56371

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

Thanks for the tip!

Le lun. 4 juil. 2022 à 07:04, Julien Lepiller <julien@lepiller.eu> a écrit :

> It's not a bug, because you don't have icedtea in your profile, but
> icedtea:jdk. Guix is picky with outputs. Try "guix remove icedtea:jdk" :)
>
> On July 3, 2022 7:25:46 PM GMT+02:00, bbb ee <blasforr@gmail.com> wrote:
>>
>> Hi,
>>
>> I have icedtea installed in my current profil, but `guix package remove`
>> doesn't find it.
>> ```
>> $ guix package -p ~/.guix-profile -I | grep icedtea
>> icedtea             3.19.0               jdk
>> /gnu/store/5k7lsz61p8fq37c9x5p9xalryjxk31bs-icedtea-3.19.0-jdk
>> $ guix package -p ~/.guix-profile -r icedtea
>> guix package: error: package 'icedtea' not found in profile
>> ```
>>
>> It is a bug?
>>
>

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

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

* bug#56371: Can't remove a package present in profil
  2022-07-05 10:46   ` bbb ee
@ 2022-07-05 10:46     ` bbb ee
  2022-07-05 11:03       ` bbb ee
  0 siblings, 1 reply; 7+ messages in thread
From: bbb ee @ 2022-07-05 10:46 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: 56371

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

close #56371

Le mar. 5 juil. 2022 à 12:46, bbb ee <blasforr@gmail.com> a écrit :

> Thanks for the tip!
>
> Le lun. 4 juil. 2022 à 07:04, Julien Lepiller <julien@lepiller.eu> a
> écrit :
>
>> It's not a bug, because you don't have icedtea in your profile, but
>> icedtea:jdk. Guix is picky with outputs. Try "guix remove icedtea:jdk" :)
>>
>> On July 3, 2022 7:25:46 PM GMT+02:00, bbb ee <blasforr@gmail.com> wrote:
>>>
>>> Hi,
>>>
>>> I have icedtea installed in my current profil, but `guix package remove`
>>> doesn't find it.
>>> ```
>>> $ guix package -p ~/.guix-profile -I | grep icedtea
>>> icedtea             3.19.0               jdk
>>> /gnu/store/5k7lsz61p8fq37c9x5p9xalryjxk31bs-icedtea-3.19.0-jdk
>>> $ guix package -p ~/.guix-profile -r icedtea
>>> guix package: error: package 'icedtea' not found in profile
>>> ```
>>>
>>> It is a bug?
>>>
>>

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

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

* bug#56371: Can't remove a package present in profil
  2022-07-05 10:46     ` bbb ee
@ 2022-07-05 11:03       ` bbb ee
  2022-07-08  7:13         ` paren--- via Bug reports for GNU Guix
  0 siblings, 1 reply; 7+ messages in thread
From: bbb ee @ 2022-07-05 11:03 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: 56371

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

Control: close #56371

Le mar. 5 juil. 2022 à 12:46, bbb ee <blasforr@gmail.com> a écrit :

> close #56371
>
> Le mar. 5 juil. 2022 à 12:46, bbb ee <blasforr@gmail.com> a écrit :
>
>> Thanks for the tip!
>>
>> Le lun. 4 juil. 2022 à 07:04, Julien Lepiller <julien@lepiller.eu> a
>> écrit :
>>
>>> It's not a bug, because you don't have icedtea in your profile, but
>>> icedtea:jdk. Guix is picky with outputs. Try "guix remove icedtea:jdk" :)
>>>
>>> On July 3, 2022 7:25:46 PM GMT+02:00, bbb ee <blasforr@gmail.com> wrote:
>>>>
>>>> Hi,
>>>>
>>>> I have icedtea installed in my current profil, but `guix package
>>>> remove` doesn't find it.
>>>> ```
>>>> $ guix package -p ~/.guix-profile -I | grep icedtea
>>>> icedtea             3.19.0               jdk
>>>> /gnu/store/5k7lsz61p8fq37c9x5p9xalryjxk31bs-icedtea-3.19.0-jdk
>>>> $ guix package -p ~/.guix-profile -r icedtea
>>>> guix package: error: package 'icedtea' not found in profile
>>>> ```
>>>>
>>>> It is a bug?
>>>>
>>>

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

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

* bug#56371: Can't remove a package present in profil
  2022-07-05 11:03       ` bbb ee
@ 2022-07-08  7:13         ` paren--- via Bug reports for GNU Guix
  2022-07-13  9:02           ` bbb ee
  0 siblings, 1 reply; 7+ messages in thread
From: paren--- via Bug reports for GNU Guix @ 2022-07-08  7:13 UTC (permalink / raw)
  To: bbb ee, Julien Lepiller; +Cc: 56371

> Control: close #56371

To run a control command, send it to control@debbugs.gnu.org :)

    -- (




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

* bug#56371: Can't remove a package present in profil
  2022-07-08  7:13         ` paren--- via Bug reports for GNU Guix
@ 2022-07-13  9:02           ` bbb ee
  0 siblings, 0 replies; 7+ messages in thread
From: bbb ee @ 2022-07-13  9:02 UTC (permalink / raw)
  To: (; +Cc: Julien Lepiller, 56371

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

Thanks, it is done :)

Le ven. 8 juil. 2022 à 09:13, ( <paren@disroot.org> a écrit :

> > Control: close #56371
>
> To run a control command, send it to control@debbugs.gnu.org :)
>
>     -- (
>

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

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

end of thread, other threads:[~2022-07-13 11:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-03 17:25 bug#56371: Can't remove a package present in profil bbb ee
2022-07-04  5:04 ` Julien Lepiller
2022-07-05 10:46   ` bbb ee
2022-07-05 10:46     ` bbb ee
2022-07-05 11:03       ` bbb ee
2022-07-08  7:13         ` paren--- via Bug reports for GNU Guix
2022-07-13  9:02           ` bbb ee

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