bug#65236: package/inherit records lack location for version field

2023-09-06 Thread Maxim Cournoyer
Hi,

Simon Tournier  writes:

> Hi Maxim,
>
> On Fri, 11 Aug 2023 at 21:27, Maxim Cournoyer  
> wrote:
>
>> --8<---cut here---start->8---
>> (use-modules (guix package)
>>  (gnu packages qt))
>>
>> (package-field-location qtbase 'version)
>>
>> => #f
>> --8<---cut here---end--->8---
>
> [...]
>
>> Now, package/inherit is bogus here, but the problems remains for other
>> packages, such as zxing-cpp-1.2.
>
> I think it is fixed by .

Installed with a small fix in d552c250.

-- 
Thanks,
Maxim





bug#65236: package/inherit records lack location for version field

2023-09-05 Thread Simon Tournier
Hi Maxim,

On Fri, 11 Aug 2023 at 21:27, Maxim Cournoyer  wrote:

> --8<---cut here---start->8---
> (use-modules (guix package)
>  (gnu packages qt))
>
> (package-field-location qtbase 'version)
>
> => #f
> --8<---cut here---end--->8---

[...]

> Now, package/inherit is bogus here, but the problems remains for other
> packages, such as zxing-cpp-1.2.

I think it is fixed by .

Cheers,
simon





bug#65236: package/inherit records lack location for version field

2023-08-11 Thread Maxim Cournoyer
Hello Guix,

In the current code base, if you do:

--8<---cut here---start->8---
(use-modules (guix package)
 (gnu packages qt))

(package-field-location qtbase 'version)

=> #f
--8<---cut here---end--->8---

It returns #f.  This means 'guix refresh -u base' fails like:

--8<---cut here---start->8---
qtbase: updating from version 6.3.2 to version 6.5.2...
--8<---cut here---end--->8---

Now, package/inherit is bogus here, but the problems remains for other
packages, such as zxing-cpp-1.2.

-- 
Thanks,
Maxim