unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Buttons Presser via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 70258@debbugs.gnu.org
Subject: bug#70258: FreeCAD dependency probably outdated
Date: Mon, 08 Apr 2024 17:08:54 +0200	[thread overview]
Message-ID: <87il0rnb7d.fsf@disroot.org> (raw)
In-Reply-To: <87bk6lo0a8.fsf@disroot.org>

I looked at the 'python-pivy' issue again today. I was able to build 'python-pivy' from git with:

  git clone https://github.com/coin3d/pivy
  cd pivy
  guix shell -D python-pivy -- python3 setup.py build

Examining build log of the former and comparing to the build log of standard 'guix build python-pivy --load-path=/my/python-pivy.scm' I found some differences in paths passed as arguments to the 'swig' command called by 'setup.py'. Specifically the 'swig' command is different in its last '-I' argument

guix shell -D python-pivy -- python3 setup.py build:

   -I"/gnu/store/1k54m72p12h0lkqa9iicfknydawdfrbm-profile/include"

guix build python-pivy --load-path=/my/python-pivy.scm

  -I"/gnu/store/ivbbmgrvhdc46p2ywx1x2zsmal3x0z5n-soqt-1.6.0-1.fb8f655/include"

Both paths have 'Inventor' dir in it but the former has a lot of symlinks to the Coin but the later has only one symlink to Qt dir. I think this is why there was a buildsystem patch commented as "respect Coin3D include directory". It does not work for the latest python-pivy and this is where I stuck. Do not understand why with 'guix shell -D python-pivy -- python3 setup.py build' works whereas 'guix build python-pivy --load-path=/my/python-pivy.scm' does not and how can I fix/path.




  reply	other threads:[~2024-04-10 19:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-07 11:54 bug#70258: FreeCAD dependency probably outdated Buttons Presser via Bug reports for GNU Guix
2024-04-08 15:08 ` Buttons Presser via Bug reports for GNU Guix [this message]
2024-04-08 15:11 ` Buttons Presser via Bug reports for GNU Guix
2024-04-08 15:17 ` Buttons Presser via Bug reports for GNU Guix
2024-04-12 11:33 ` Ricardo Wurmus
2024-04-14 17:53 ` wakyct--- via Bug reports for GNU Guix
2024-05-15 12:20   ` Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87il0rnb7d.fsf@disroot.org \
    --to=bug-guix@gnu.org \
    --cc=70258@debbugs.gnu.org \
    --cc=buttonspresser@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).