unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#43306: roffit is missing a dependency
@ 2020-09-10 12:44 raingloom
  2020-09-10 13:33 ` Ricardo Wurmus
  2020-09-15  6:46 ` Efraim Flashner
  0 siblings, 2 replies; 3+ messages in thread
From: raingloom @ 2020-09-10 12:44 UTC (permalink / raw)
  To: 43306

```
Can't locate HTML/Entities.pm in @INC (you may need to install the
HTML::Entities module) (@INC contains:
/gnu/store/8zvc5mvk0xm3ygrxsgpyy5ilxb5rzjry-perl-5.30.2/lib/perl5/site_perl/5.30.2/x86_64-linux-thread-multi
/gnu/store/8zvc5mvk0xm3ygrxsgpyy5ilxb5rzjry-perl-5.30.2/lib/perl5/site_perl/5.30.2
/gnu/store/8zvc5mvk0xm3ygrxsgpyy5ilxb5rzjry-perl-5.30.2/lib/perl5/5.30.2/x86_64-linux-thread-multi
/gnu/store/8zvc5mvk0xm3ygrxsgpyy5ilxb5rzjry-perl-5.30.2/lib/perl5/5.30.2)
at /gnu/store/60054xxdp3y1406xs0zn8vqj9xskh0m9-profile/bin/roffit line
17. BEGIN failed--compilation aborted at
/gnu/store/60054xxdp3y1406xs0zn8vqj9xskh0m9-profile/bin/roffit line 17.
```

I tried adding perl-html-parser to its inputs, but it didn't solve it.




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

* bug#43306: roffit is missing a dependency
  2020-09-10 12:44 bug#43306: roffit is missing a dependency raingloom
@ 2020-09-10 13:33 ` Ricardo Wurmus
  2020-09-15  6:46 ` Efraim Flashner
  1 sibling, 0 replies; 3+ messages in thread
From: Ricardo Wurmus @ 2020-09-10 13:33 UTC (permalink / raw)
  To: raingloom; +Cc: 43306


raingloom <raingloom@riseup.net> writes:

> ```
> Can't locate HTML/Entities.pm in @INC (you may need to install the
> HTML::Entities module) (@INC contains:
> /gnu/store/8zvc5mvk0xm3ygrxsgpyy5ilxb5rzjry-perl-5.30.2/lib/perl5/site_perl/5.30.2/x86_64-linux-thread-multi
> /gnu/store/8zvc5mvk0xm3ygrxsgpyy5ilxb5rzjry-perl-5.30.2/lib/perl5/site_perl/5.30.2
> /gnu/store/8zvc5mvk0xm3ygrxsgpyy5ilxb5rzjry-perl-5.30.2/lib/perl5/5.30.2/x86_64-linux-thread-multi
> /gnu/store/8zvc5mvk0xm3ygrxsgpyy5ilxb5rzjry-perl-5.30.2/lib/perl5/5.30.2)
> at /gnu/store/60054xxdp3y1406xs0zn8vqj9xskh0m9-profile/bin/roffit line
> 17. BEGIN failed--compilation aborted at
> /gnu/store/60054xxdp3y1406xs0zn8vqj9xskh0m9-profile/bin/roffit line 17.
> ```
>
> I tried adding perl-html-parser to its inputs, but it didn't solve it.

You probably also need to wrap the executable with wrap-program to set
the PERL5LIB environment variable when the program is executed.

-- 
Ricardo




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

* bug#43306: roffit is missing a dependency
  2020-09-10 12:44 bug#43306: roffit is missing a dependency raingloom
  2020-09-10 13:33 ` Ricardo Wurmus
@ 2020-09-15  6:46 ` Efraim Flashner
  1 sibling, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2020-09-15  6:46 UTC (permalink / raw)
  To: raingloom; +Cc: 43306-done

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

On Thu, Sep 10, 2020 at 02:44:55PM +0200, raingloom wrote:
> ```
> Can't locate HTML/Entities.pm in @INC (you may need to install the
> HTML::Entities module) (@INC contains:
> /gnu/store/8zvc5mvk0xm3ygrxsgpyy5ilxb5rzjry-perl-5.30.2/lib/perl5/site_perl/5.30.2/x86_64-linux-thread-multi
> /gnu/store/8zvc5mvk0xm3ygrxsgpyy5ilxb5rzjry-perl-5.30.2/lib/perl5/site_perl/5.30.2
> /gnu/store/8zvc5mvk0xm3ygrxsgpyy5ilxb5rzjry-perl-5.30.2/lib/perl5/5.30.2/x86_64-linux-thread-multi
> /gnu/store/8zvc5mvk0xm3ygrxsgpyy5ilxb5rzjry-perl-5.30.2/lib/perl5/5.30.2)
> at /gnu/store/60054xxdp3y1406xs0zn8vqj9xskh0m9-profile/bin/roffit line
> 17. BEGIN failed--compilation aborted at
> /gnu/store/60054xxdp3y1406xs0zn8vqj9xskh0m9-profile/bin/roffit line 17.
> ```
> 
> I tried adding perl-html-parser to its inputs, but it didn't solve it.
> 

Fixed in 8aea855ac1fe05fc462206adb607d639a06b50a5

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2020-09-15  6:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10 12:44 bug#43306: roffit is missing a dependency raingloom
2020-09-10 13:33 ` Ricardo Wurmus
2020-09-15  6:46 ` Efraim Flashner

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