View Bug Details

IDProjectCategoryView StatusLast Update
0002894DCP-o-maticGeneralpublic2024-11-23 15:57
Reportermichael Assigned Tocarl  
PrioritynormalSeverityminorReproducibilityalways
Status feedbackResolutionopen 
Platform64-bitOSWindowsOS Version11
Product Version2.16.90 
Summary0002894: failed to build from source
Description

When build from source in the way by https://www.dcpomatic.com/building/windows,get error link under:
ERROR [4/5] RUN cd /opt && git clone https://github.com/mxe/mxe.git && cd mxe && git checkout carl-2 && make

TagsNo tags attached.
Branch
Estimated weeks required
Estimated work required

Activities

carl

2024-11-21 07:22

administrator   ~0006591

Can you post the full error?

It sounds like you used the wrong MXE URL. The Dockerfile should contain

git://git.carlh.net/git/mxe.git

not

https://github.com/mxe/mxe.git

michael

2024-11-23 13:48

reporter   ~0006592

Well, at first, I just run the Dockerfile you post on the web,and also get the below error,so I try to modify the mxe link to make a test.

=> ERROR [4/5] RUN cd /opt && git clone git://git.carlh.net/git/mxe.git && cd mxe && git checkout carl-2 && make 5.6s

[4/5] RUN cd /opt && git clone git://git.carlh.net/git/mxe.git && cd mxe && git checkout carl-2 && make:
0.332 Cloning into 'mxe'...
5.556 fatal: remote error: access denied or repository not exported: /git/mxe.git

Dockerfile:13

11 | ccache
12 |
13 | >>> RUN cd /opt && git clone git://git.carlh.net/git/mxe.git && cd mxe && git checkout carl-2 && make
14 |
15 | RUN useradd -ms /bin/bash -u user_id user_name

ERROR: failed to solve: process "/bin/sh -c cd /opt && git clone git://git.carlh.net/git/mxe.git && cd mxe && git checkout carl-2 && make" did not complete successfully: exit code: 128

carl

2024-11-23 15:56

administrator   ~0006593

Sorry, there was a permissions problem - it should be fixed now.

Bug History

Date Modified Username Field Change
2024-11-21 02:38 michael New Bug
2024-11-21 07:22 carl Assigned To => carl
2024-11-21 07:22 carl Status new => feedback
2024-11-21 07:22 carl Note Added: 0006591
2024-11-23 13:48 michael Note Added: 0006592
2024-11-23 13:48 michael Status feedback => assigned
2024-11-23 15:56 carl Note Added: 0006593
2024-11-23 15:57 carl Status assigned => feedback