This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Running phase: unpackPhase | |
| @nix { "action": "setPhase", "phase": "unpackPhase" } | |
| unpacking source archive /nix/store/qd0lgi204lyrjz2zhr31wwdrg45d6qmf-node-v22.11.0.tar.xz | |
| source root is node-v22.11.0 | |
| setting SOURCE_DATE_EPOCH to timestamp 1730165119 of file node-v22.11.0/vcbuild.bat | |
| Running phase: patchPhase | |
| @nix { "action": "setPhase", "phase": "patchPhase" } | |
| applying patch /nix/store/82m4lc89fl843b7vmqpqfdb8cs1b52vf-configure-emulator.patch | |
| patching file common.gypi | |
| patching file configure.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Running phase: setupCompilerEnvironmentPhase | |
| @nix { "action": "setPhase", "phase": "setupCompilerEnvironmentPhase" } | |
| Build with /nix/store/ixmx1kpj59zxgrkc57sigv0zdxlfa64z-ghc-9.6.6. | |
| Running phase: unpackPhase | |
| @nix { "action": "setPhase", "phase": "unpackPhase" } | |
| unpacking source archive /nix/store/458sgznahs5igw2ajjmaj8kdzgjkl6qn-hackage-security-0.6.2.4.tar.gz | |
| source root is hackage-security-0.6.2.4 | |
| setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file hackage-security-0.6.2.4/tests/TestSuite/Util/StrictMVar.hs | |
| Running phase: patchPhase | |
| @nix { "action": "setPhase", "phase": "patchPhase" } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Creative Commons Legal Code | |
| CC0 1.0 Universal | |
| CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE | |
| LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN | |
| ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS | |
| INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES | |
| REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS | |
| PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Creative Commons Legal Code | |
| CC0 1.0 Universal | |
| CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE | |
| LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN | |
| ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS | |
| INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES | |
| REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS | |
| PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Creative Commons Legal Code | |
| CC0 1.0 Universal | |
| CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE | |
| LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN | |
| ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS | |
| INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES | |
| REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS | |
| PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Creative Commons Legal Code | |
| CC0 1.0 Universal | |
| CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE | |
| LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN | |
| ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS | |
| INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES | |
| REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS | |
| PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jayman@fedora:~$ # 1. Clone the systemd repo, and make sure that the path to the clone contains at least one space: | |
| jayman@fedora:~$ git clone https://github.com/systemd/systemd 'path that contains spaces' | |
| Cloning into 'path that contains spaces'... | |
| remote: Enumerating objects: 541472, done. | |
| remote: Counting objects: 100% (1717/1717), done. | |
| remote: Compressing objects: 100% (937/937), done. | |
| remote: Total 541472 (delta 1039), reused 1188 (delta 771), pack-reused 539755 (from 1) | |
| Receiving objects: 100% (541472/541472), 237.44 MiB | 25.26 MiB/s, done. | |
| Resolving deltas: 100% (424660/424660), done. | |
| jayman@fedora:~$ # 2. Change directory into your newly created clone: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Microsoft Windows [Version 10.0.19045.4651] | |
| (c) Microsoft Corporation. All rights reserved. | |
| C:\Windows\system32>REM 1. Install the prerequisite build tools. | |
| C:\Windows\system32>winget install Git.Git Microsoft.VisualStudio.2022.Community | |
| (1/2) Found Git [Git.Git] Version 2.45.2 | |
| This application is licensed to you by its owner. | |
| Microsoft is not responsible for, nor does it grant any licenses to, third-party packages. | |
| Downloading https://github.com/git-for-windows/git/releases/download/v2.45.2.windows.1/Git-2.45.2-64-bit.exe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jayman@fedora:~$ # 1. Install the prerequisite build tools. | |
| jayman@fedora:~$ sudo dnf update --refresh | |
| We trust you have received the usual lecture from the local System | |
| Administrator. It usually boils down to these three things: | |
| #1) Respect the privacy of others. | |
| #2) Think before you type. | |
| #3) With great power comes great responsibility. |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jayman@Jason-Desktop-Linux-VM-Ubuntu:~$ cd Documents/ | |
| jayman@Jason-Desktop-Linux-VM-Ubuntu:~/Documents$ # 1. Install the prerequisite build tools. | |
| jayman@Jason-Desktop-Linux-VM-Ubuntu:~/Documents$ sudo apt update | |
| [sudo] password for jayman: | |
| Hit:1 http://us.archive.ubuntu.com/ubuntu noble InRelease | |
| Hit:2 http://us.archive.ubuntu.com/ubuntu noble-updates InRelease | |
| Hit:3 http://us.archive.ubuntu.com/ubuntu noble-backports InRelease | |
| Hit:4 http://security.ubuntu.com/ubuntu noble-security InRelease | |
| Reading package lists... Done | |
| Building dependency tree... Done |