Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: FreeCAD does not launch: "Fatal Error compiling builtin function"
Date: Fri, 21 Jun 2019 21:55:39 +0200	[thread overview]
Message-ID: <20190621195539.HZ71wOGfxS06eU-QJntcQO5e2SG1axiCBMvs9OlS6k0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12595@inbox.vuxu.org>

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

New comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/issues/12595#issuecomment-504553657
Comment:
I saw this bug too while packaging FreeCAD 0.18 (related to qt).

@pullmoll:  change stack size already been tried (issue #8909) without success, but without rebuilding qt. I've tried `sudo chelf -s 82099200 /usr/bin/FreeCAD` for instance.

One possible alternate workaround: disable the startWorkBench on startup in the user's setting file:

```
$ diff -bu ~/.FreeCAD/ORIG/user.cfg ~/.FreeCAD/user.cfg 
--- .FreeCAD/ORIG/user.cfg      2019-03-03 13:28:58.546387911 +0100
+++ .FreeCAD/user.cfg   2019-03-03 14:10:19.245254436 +0100
@@ -9,7 +9,7 @@
	   <FCParamGroup Name="Preferences">
		 <FCParamGroup Name="General">
		   <FCText Name="FileOpenSavePath">/home/yopito</FCText>
-          <FCText Name="AutoloadModule">StartWorkbench</FCText></FCParamGroup>
+          <FCText Name="AutoloadModule">NoneWorkbench</FCText></FCParamGroup>
		 <FCParamGroup Name="Units"/>
		 <FCParamGroup Name="Macro"/>
		 <FCParamGroup Name="Mod">
```
This way, FreeCAD is launched on musl. However, I don't know if it's sufficient for real-word usage, if FreeCAD uses qt5-webkit functionalities somewhere else.

  parent reply	other threads:[~2019-06-21 19:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-21  7:05 [ISSUE] " voidlinux-github
2019-06-21 10:33 ` voidlinux-github
2019-06-21 10:41 ` voidlinux-github
2019-06-21 10:44 ` voidlinux-github
2019-06-21 19:55 ` voidlinux-github [this message]
2019-06-21 20:23 ` voidlinux-github
2019-06-24 14:53 ` voidlinux-github
2019-06-24 14:54 ` voidlinux-github
2019-07-11  5:19 ` voidlinux-github
2019-07-18 19:37 ` voidlinux-github
2019-07-19 17:36 ` voidlinux-github
2019-07-20 19:36 ` [ISSUE] [CLOSED] " voidlinux-github

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

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

  git send-email \
    --in-reply-to=20190621195539.HZ71wOGfxS06eU-QJntcQO5e2SG1axiCBMvs9OlS6k0@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.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.
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 NNTP newsgroup(s).