public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "J.F. Huesman" <qphysics@yahoo.com>
To: Cygwin <cygwin@cygwin.com>
Subject: RE: inkscape installed but does nothing
Date: Fri, 24 Nov 2023 03:08:58 +0000 (UTC)	[thread overview]
Message-ID: <1219644356.4008002.1700795338917@mail.yahoo.com> (raw)
In-Reply-To: <1219644356.4008002.1700795338917.ref@mail.yahoo.com>

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

> I installed inkscape and tried running the .exe.  It returns to shell prompt but
> its exit code is 127, indicating a problem starting the process up.  ldd doesn't
> show anything amiss; as an aside that's an unusually long list of DLLs.
>
> I ran 'strace -o inkscape.out inkscape -V' and looked at the traced output.
> It ends with:
>
> --- Process 11940 (pid: 11940), exception c0000139 at 00007ffaecf324f6
> --- Process 11940 (pid: 11940) thread 1172 exited with status 0xc0000139
> --- Process 11940 (pid: 11940) thread 1888 exited with status 0xc0000139
> --- Process 11940 (pid: 11940) thread 5544 exited with status 0xc0000139> --- Process 11940 (pid: 11940) exited with status 0xc0000139
>
> I grep'd /usr/include/w32api/ntstatus.h for that status and got:
> #define STATUS_ENTRYPOINT_NOT_FOUND ((NTSTATUS)0xC0000139)
>
> I then tried running inkscape.exe from a Command Prompt window and got a popup:
> "The procedure entry point g_cclosure_marshal_VOID__BOOLEAN could not be located
> in the dynamic link library C:\cygwin64\bin\inkscape.exe."

> Why this happens, I leave to somebody experienced with building inkscape itself.
> HTH,
> 
> ..mark
I get those same error codes (of course the process ID and thread numbers are different).exception 139 indicates, I think, a missing required file or link. Maybe it's an issue with the cygwin64 installer (setup-x86_64.exe) not including all the necessary files? 
The exception occurs at 00007ffaecf324f6 on both our traces, so I grep'd it and that address only occurs in that line, so it's no help (at least not to me) trying to identify what program could be missing.
This is the list I found of required packages for inkscape:   
   - curl.
   - openssh.
   - openssl (Net)
   - php.
   - php-curl.
   - php-json.
   - php-phar (PHP)

curl and php (all four) weren't installed. I installed them and made sure openssh and openssl were the most recent versions.
Sadly, I get the exact same error list at the end of the strace output.
I'll go through the list of dependencies on the inkscape package summary page. Hopefully it's something in that list that didn't get installed by the updater.
Thanks for the guidance. John

       reply	other threads:[~2023-11-24  3:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1219644356.4008002.1700795338917.ref@mail.yahoo.com>
2023-11-24  3:08 ` J.F. Huesman [this message]
2023-11-24  3:42   ` Backwoods BC
2023-11-24  5:10   ` Mark Geisert
2023-11-26  5:54     ` Mark Geisert
2023-12-01  6:11       ` Mark Geisert
     [not found] <1567827764.3979915.1700782855144.ref@mail.yahoo.com>
2023-11-23 23:40 ` J.F. Huesman
     [not found] <2032069619.3870454.1700713626880.ref@mail.yahoo.com>
2023-11-23  4:27 ` J.F. Huesman
2023-11-23 17:04   ` René Berber
2023-11-24  1:50     ` Mark Geisert
     [not found] <390805164.3627445.1700626992321.ref@mail.yahoo.com>
2023-11-22  4:23 ` J.F. Huesman
2023-11-22  4:33   ` René Berber
2023-11-22  6:45     ` Brian Inglis

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=1219644356.4008002.1700795338917@mail.yahoo.com \
    --to=qphysics@yahoo.com \
    --cc=cygwin@cygwin.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).