pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Unable to bootstrap on Interix (NT 6.1)



So it looks like .../bootstrap-mk-files-20230225.tgz was created
successfully, but something (pkg_install?) is erroring when it tries
to install it.

Do you have a core file? which might help to confirm which binary is crashing.

Can you successfully compile anything else with the gcc you're using
(to confirm whether its related to gcc or pkgsrc)

Are you able to get a more recent gcc - either by downloading newer
binaries, or by using the gcc 3.3 to build a newer version?

David

On Sat, 6 May 2023 at 22:05, Molly A. McCollum <mamccollum06%gmail.com@localhost> wrote:
>
> Hi there, I've been trying to run bootstrap on the stable branch of
> pkgsrc from the tar.gz (as of May 6, 2023) on Interix/SUA for Windows 7
> (NT 6.1). I have run into an issue involving compiling using the OEM GCC
> from MS's website
> (https://www.microsoft.com/en-us/download/confirmation.aspx?id=35512).
>
> I tried both with the default $PATH, which has the tools such as `ar`
> just act as wrappers for the Visual Studio/MSVC build tools (log
> attached as "bootstrap-default-path.log"), and I also tried setting
> `/opt/gcc.3.3/bin` as the first item in the PATH, which should use GNU's
> binutils (log attached as "bootstrap-gcc.log").
>
> My version numbers from `uname -a`, `uname -aH`, `gcc --version` and `ar
> --version` (with /opt/gcc.3.3/bin as first dir in path) (also attached
> as ver.txt):
>
> Interix mam-PC 6.1 10.0.7063.0 genuineintel
> Intel64_Family_6_Model_42_Stepping_7
> Windows mam-PC 6.1 SP1 genuineintel Intel64_Family_6_Model_42_Stepping_7
> gcc (GCC) 3.3
> Copyright (C) 2003 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> GNU ar 2.13.90 20021111
> Copyright 2002 Free Software Foundation, Inc.
> This program is free software; you may redistribute it under the terms of
> the GNU General Public License.  This program has absolutely no warranty.
>
>
> With the GCC path, I get much farther but eventually the bootstrap
> fails, saying "Memory fault (core dumped)".
>
> Any ideas of any solutions or fixes?


Home | Main Index | Thread Index | Old Index