all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* error message: freetype
@ 2024-07-20 16:22 gfp
  2024-08-03  7:24 ` Marek Paśnikowski
  2024-08-05 19:00 ` Felix Lechner via
  0 siblings, 2 replies; 3+ messages in thread
From: gfp @ 2024-07-20 16:22 UTC (permalink / raw)
  To: help-guix


[-- Attachment #1.1.1: Type: text/plain, Size: 517 bytes --]

Hi Guix,

in updating my profiles through:
/update-profiles.sh
this error message comes up:

WARNING: (#{ g574}#): `freetype' imported from both (guix licenses) and 
(gnu packages fontutils)

I don't know if the second sentence refers to the first one or it is 
another problem:

JavaScript error: resource://gre/modules/LoginManagerChild.jsm, line 
250: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 
(NS_ERROR_FAILURE) [nsIAutoCompleteInput.popup]


thanks for help

Gottfried


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 2451 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 665 bytes --]

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

* Re: error message: freetype
  2024-07-20 16:22 error message: freetype gfp
@ 2024-08-03  7:24 ` Marek Paśnikowski
  2024-08-05 19:00 ` Felix Lechner via
  1 sibling, 0 replies; 3+ messages in thread
From: Marek Paśnikowski @ 2024-08-03  7:24 UTC (permalink / raw)
  To: help-guix

gfp <gfp@posteo.at> writes:

> WARNING: (#{ g574}#): `freetype' imported from both (guix licenses)
> and (gnu packages fontutils)

Regardless of anything else, this warning reveals improper usage of
modules.

1. freetype is a [license object][1].
2. freetype is a [package object][2].

They are two different objects, so rebinding of variables is not
applicable. To resolve this particular warning, a [module prefix][3] should
be used. The [Guix idiom][4] is to (… #:prefix license:).

Hopefully, this resolves the actual error down the line. I have never
seen one like that.

[1]: https://git.savannah.gnu.org/cgit/guix.git/tree/guix/licenses.scm#n388

[2]: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/fontutils.scm#n93

[2]: https://www.gnu.org/software/guile/manual/html_node/Using-Guile-Modules.html

[4]: https://guix.gnu.org/cookbook/en/html_node/Extended-example.html


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

* Re: error message: freetype
  2024-07-20 16:22 error message: freetype gfp
  2024-08-03  7:24 ` Marek Paśnikowski
@ 2024-08-05 19:00 ` Felix Lechner via
  1 sibling, 0 replies; 3+ messages in thread
From: Felix Lechner via @ 2024-08-05 19:00 UTC (permalink / raw)
  To: gfp, help-guix

Hi Gottfried,

On Sat, Jul 20 2024, gfp wrote:

> I don't know if the second sentence refers to the first one or it is 
> another problem:

Those two issues look unrelated to me.

Just make sure you refer to the 'freetype' license via licence:freetype
like Marek wrote.  You can how that's done with 'openssl' in the Guix
source code.

Kind regards
Felix


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

end of thread, other threads:[~2024-08-05 19:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-20 16:22 error message: freetype gfp
2024-08-03  7:24 ` Marek Paśnikowski
2024-08-05 19:00 ` Felix Lechner via

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.