GNU bug report logs - #68036
pcb2gcode does not build

Previous Next

Package: guix;

Reported by: Evgeny Pisemsky <evgeny <at> pisemsky.com>

Date: Mon, 25 Dec 2023 22:37:02 UTC

Severity: normal

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68036 in the body.
You can then email your comments to 68036 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#68036; Package guix. (Mon, 25 Dec 2023 22:37:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Evgeny Pisemsky <evgeny <at> pisemsky.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 25 Dec 2023 22:37:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Evgeny Pisemsky <evgeny <at> pisemsky.com>
To: bug-guix <at> gnu.org
Subject: pcb2gcode does not build
Date: Tue, 26 Dec 2023 01:35:36 +0300
[Message part 1 (text/plain, inline)]
Its configure script can't find libgerbv, which is listed in inputs.
[qi5qm78xpich22pqh1kgj5kgf9ldfv-pcb2gcode-2.5.0.drv.gz (application/octet-stream, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#68036; Package guix. (Thu, 04 Jul 2024 04:41:04 GMT) Full text and rfc822 format available.

Message #8 received at 68036 <at> debbugs.gnu.org (full text, mbox):

From: Evgeny Pisemsky <mail <at> pisemsky.site>
To: 68036 <at> debbugs.gnu.org
Subject: pcb2gcode build fix
Date: Wed, 03 Jul 2024 16:50:25 +0300
[Message part 1 (text/plain, inline)]
Found two issues - unspecified version in pkgconfig of gerbv and some
incompatibility with optional geos library.

Related discussions:

- https://github.com/gerbv/gerbv/issues/130
- https://github.com/pcb2gcode/pcb2gcode/issues/626

The attached patch fixes those problems.
[0001-gnu-pcb2gcode-Fix-build.patch (text/x-patch, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#68036; Package guix. (Thu, 04 Jul 2024 07:01:01 GMT) Full text and rfc822 format available.

Message #11 received at 68036 <at> debbugs.gnu.org (full text, mbox):

From: Evgeny Pisemsky <mail <at> pisemsky.site>
To: 68036 <at> debbugs.gnu.org
Subject: Sorry
Date: Thu, 04 Jul 2024 10:00:35 +0300
Looks like I accidentally spammed bug tracker:

- https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71930
- https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71931

My previous message to this report did not show up for a long time, so
I created a new one, but screwed up subject and thought it was a
reason for not receiving acknowledgement, so I filed another one.

And now all three of them suddenly appeared.




Information forwarded to bug-guix <at> gnu.org:
bug#68036; Package guix. (Fri, 09 Aug 2024 14:25:01 GMT) Full text and rfc822 format available.

Message #14 received at 68036 <at> debbugs.gnu.org (full text, mbox):

From: Evgeny Pisemsky <mail <at> pisemsky.site>
To: 68036 <at> debbugs.gnu.org
Subject: Re: pcb2gcode does not build
Date: Fri, 09 Aug 2024 17:23:33 +0300
I've found a cause of missing version in gerbv and sent a new patch:

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72541

Also geos can be downgraded to 3.11.4 to successfully build pcb2gcode.

So the patch proposed here is not valid for now - I'll send a new one.




Information forwarded to bug-guix <at> gnu.org:
bug#68036; Package guix. (Tue, 25 Feb 2025 13:36:02 GMT) Full text and rfc822 format available.

Message #17 received at 68036 <at> debbugs.gnu.org (full text, mbox):

From: Evgeny Pisemsky <mail <at> pisemsky.site>
To: 68036 <at> debbugs.gnu.org
Subject: Re: pcb2gcode does not build
Date: Tue, 25 Feb 2025 16:35:39 +0300
The patch I promised is here:

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75381





Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Sun, 09 Mar 2025 22:35:01 GMT) Full text and rfc822 format available.

Notification sent to Evgeny Pisemsky <evgeny <at> pisemsky.com>:
bug acknowledged by developer. (Sun, 09 Mar 2025 22:35:02 GMT) Full text and rfc822 format available.

Message #22 received at 68036-done <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 68036-done <at> debbugs.gnu.org
Subject: pcb2gcode does not build
Date: Sun, 09 Mar 2025 22:34:27 +0000
[Message part 1 (text/plain, inline)]
Hi,

Fixed in:

--8<---------------cut here---------------start------------->8---
master origin/master b1a268fc540885052634ee075a37259408818e17
Author:     Evgeny Pisemsky <mail <at> pisemsky.site>
AuthorDate: Sun Mar 9 22:18:51 2025 +0000
Commit:     Sharlatan Hellseher <sharlatanus <at> gmail.com>
CommitDate: Sun Mar 9 22:27:47 2025 +0000

gnu: pcb2gcode: Update to 2.5.0-0.8c084af.

Fixing #68036: pcb2gcode does not build.

* gnu/packages/engineering.scm (pcb2gcode): Update to 2.5.0-0.8c084af.
Fix indentation, adjust style.
[version]: Use git-version.
[source]: Use specific commit, do not recurse submodules (there are
none).

Change-Id: I4c421e051568295c169c863d18c33d955f85c464
Co-authored-by: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus <at> gmail.com>
--8<---------------cut here---------------end--------------->8---

Closing as resolved.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 07 Apr 2025 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.