unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66262] Failed to build in QA
       [not found]   ` <FDFE0A4D-3301-427F-A7D5-225BD55BD225@gmail.com>
@ 2023-10-06 12:14     ` Christopher Baines
  2023-10-09 12:40       ` Reza Housseini
  0 siblings, 1 reply; 6+ messages in thread
From: Christopher Baines @ 2023-10-06 12:14 UTC (permalink / raw)
  To: reza.housseini@gmail.com; +Cc: guix-devel, 66262

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


"reza.housseini@gmail.com" <reza.housseini@gmail.com> writes:

> On October 5, 2023 10:49:06 AM GMT+02:00, Christopher Baines <mail@cbaines.net> wrote:
>>
>>"reza.housseini@gmail.com" <reza.housseini@gmail.com> writes:
>>
>>> I submitted an issue to guix. But QA refuses to build it [1]. I have
>>> no clue what the problem is, can anyone shed light on a possible
>>> resolution?
>>
>>You pretty much found the problem, the relevant line on the page you
>>linked to is:
>>
>>[  6/ 50] loading...	 24.0% of 25 filesbuilder for `/gnu/store/qhvpjfn3d9cwz5zxadblbnbqa92a8i27-guix-cli-core.drv' failed due to signal 11 (Segmentation fault)
>>
>>So the data service wasn't able to build Guix. This probably isn't due
>>to your changes, and it doesn't happen very often, so the thing to do
>>here is just retry.
>>
>>I've triggered QA to reapply the patches now (by deleting the
>>issue-66262 branch), so hopefully things will work better this time.
>>
>>Thanks,
>>
>>Chris
>
> Thanks very much, it seems to have worked, but now it's stuck with
> paraview undefined symbol, although the necessary module
> (gnu/packages/image-processing) is imported?

This is probably down to a top level circular dependency. In particular,
trying to paraview to compute the version to form part of the
native-search-path at the top level causes problems.

Making openfoam have LD_LIBRARY_PATH as a search path seems like the
incorrect use of search paths though, since you're searching for
something in the same package. Replacing this with wrapping would be an
improvement, although still I'm unsure why LD_LIBRARY_PATH would need
setting in this case.

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

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

* [bug#66262] Failed to build in QA
  2023-10-06 12:14     ` [bug#66262] Failed to build in QA Christopher Baines
@ 2023-10-09 12:40       ` Reza Housseini
  2023-10-20  7:57         ` reza.housseini
  0 siblings, 1 reply; 6+ messages in thread
From: Reza Housseini @ 2023-10-09 12:40 UTC (permalink / raw)
  To: Christopher Baines; +Cc: guix-devel, 66262


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

> This is probably down to a top level circular dependency. In particular,
> trying to paraview to compute the version to form part of the
> native-search-path at the top level causes problems.

I'm wondering why it builds fine locally but causes problems in QA have 
you any pointers what might be the difference?

> Making openfoam have LD_LIBRARY_PATH as a search path seems like the
> incorrect use of search paths though, since you're searching for
> something in the same package. Replacing this with wrapping would be an
> improvement, although still I'm unsure why LD_LIBRARY_PATH would need
> setting in this case
Hmm maybe you are right, will try to wrap the binaries instead...

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

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

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

* [bug#66262] Failed to build in QA
  2023-10-09 12:40       ` Reza Housseini
@ 2023-10-20  7:57         ` reza.housseini
  2023-11-29 14:49           ` Reza Housseini
  0 siblings, 1 reply; 6+ messages in thread
From: reza.housseini @ 2023-10-20  7:57 UTC (permalink / raw)
  To: Christopher Baines; +Cc: guix-devel, 66262

On October 9, 2023 12:40:40 PM UTC, Reza Housseini <reza.housseini@gmail.com> wrote:
>> This is probably down to a top level circular dependency. In particular,
>> trying to paraview to compute the version to form part of the
>> native-search-path at the top level causes problems.
>
>I'm wondering why it builds fine locally but causes problems in QA have you any pointers what might be the difference?
>
>> Making openfoam have LD_LIBRARY_PATH as a search path seems like the
>> incorrect use of search paths though, since you're searching for
>> something in the same package. Replacing this with wrapping would be an
>> improvement, although still I'm unsure why LD_LIBRARY_PATH would need
>> setting in this case
>Hmm maybe you are right, will try to wrap the binaries instead...

I removed the search-path but it still fails to build, I cannot make sense of the error message...




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

* [bug#66262] Failed to build in QA
  2023-10-20  7:57         ` reza.housseini
@ 2023-11-29 14:49           ` Reza Housseini
       [not found]             ` <87plzslez6.fsf@cbaines.net>
  0 siblings, 1 reply; 6+ messages in thread
From: Reza Housseini @ 2023-11-29 14:49 UTC (permalink / raw)
  To: Christopher Baines; +Cc: guix-devel, 66262

Hi Christopher

I submitted a new revision to the issue, but the QA link shows

Issue not found
This could mean the issue does not exist, it has no patches or has been 
closed.

do you know what the problem is here?

Thanks for your help,
Best,
Reza

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

* [bug#66262] Failed to build in QA
       [not found]                   ` <297eed25-b272-7445-5f4b-27a2a0b5deab@housseini.me>
@ 2023-11-29 20:11                     ` reza via Guix-patches via
       [not found]                       ` <fe1cd8a5-afc2-80f3-9917-37cd57625de1@housseini.me>
  0 siblings, 1 reply; 6+ messages in thread
From: reza via Guix-patches via @ 2023-11-29 20:11 UTC (permalink / raw)
  To: 66262

> i also see this every once in a while. i guess it's because the SMTP server-farm receives mutliple emails in close proximity, and they end up reaching debbugs in a different order.

What is the way to go here, shall I just resubmit?







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

* [bug#66262] Failed to build in QA
       [not found]                       ` <fe1cd8a5-afc2-80f3-9917-37cd57625de1@housseini.me>
@ 2023-11-30  9:07                         ` reza via Guix-patches via
  0 siblings, 0 replies; 6+ messages in thread
From: reza via Guix-patches via @ 2023-11-30  9:07 UTC (permalink / raw)
  To: 66262

On 11/29/23 21:11, reza via Guix-patches via wrote:
>> i also see this every once in a while. i guess it's because the SMTP server-farm receives mutliple emails in close proximity, and they end up reaching debbugs in a different order.
> 
> What is the way to go here, shall I just resubmit?

I submitted them now (twice). The first attempt ended the same as the 
former and the second time I waited until the mail appeared in the issue 
tracker, a rather slow and inefficient way to submit patches.

What I do not understand is why the list seems to receive the mails in 
order, but then issues.guix.gnu.org mangles them somehow. Is this a bug?

I now also have a new error for QA:

An error occurred
Sorry about that!

json-invalid
#<input:delimited input port 7f52a7ff97c0>

I have the impression I now cycled through all possible pitfalls...






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

end of thread, other threads:[~2023-11-30  9:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <03D1B03C-320E-4722-80BC-D35CB0DBDBA3@gmail.com>
     [not found] ` <87cyxth2jp.fsf@cbaines.net>
     [not found]   ` <FDFE0A4D-3301-427F-A7D5-225BD55BD225@gmail.com>
2023-10-06 12:14     ` [bug#66262] Failed to build in QA Christopher Baines
2023-10-09 12:40       ` Reza Housseini
2023-10-20  7:57         ` reza.housseini
2023-11-29 14:49           ` Reza Housseini
     [not found]             ` <87plzslez6.fsf@cbaines.net>
     [not found]               ` <5B2CC699-5047-4F0C-9245-985BE9AA82B8@gmail.com>
     [not found]                 ` <xwNeT6gUzeFCqfOOAg53EInzT5z7xQjDmgAGLj0krB6NsrtlH_SoqmcHO89p9ACLbrX2cBsVSew0AZHGPjhsZQ7u4EMUPyOsmif21Bbs2dU=@lendvai.name>
     [not found]                   ` <297eed25-b272-7445-5f4b-27a2a0b5deab@housseini.me>
2023-11-29 20:11                     ` reza via Guix-patches via
     [not found]                       ` <fe1cd8a5-afc2-80f3-9917-37cd57625de1@housseini.me>
2023-11-30  9:07                         ` reza via Guix-patches via

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