I got back a server and restarted the process.

Here is the complete output, it fails:
----
make -j$parallel_tasks recoveryimage 2>&1 | tee "${thepwd}/1.txt" 
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=6.0.1
REPLICANT_VERSION="replicant-6.0" 
TARGET_PRODUCT=replicant_i9300
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a9
TARGET_2ND_ARCH=
TARGET_2ND_ARCH_VARIANT=
TARGET_2ND_CPU_VARIANT=
HOST_ARCH=x86_64
HOST_OS=linux
HOST_OS_EXTRA=Linux-4.9.0-13-amd64-x86_64-with-debian-9.13  
HOST_BUILD_TYPE=release
BUILD_ID=MOI10E
OUT_DIR=/home/ACCOUNT/ReplicantBuilds-messy-update/replicant-6.0/out
WITH_SU=true
============================================
"ebtables is disabled on this build" 
build/core/copy_headers.mk:15: warning: overriding recipe for target 
'/home/ACCOUNT/ReplicantBuilds-messy-update/replicant-6.0/out/target/product/i9300/obj/include/libsecmm/mfc_errno.h'
build/core/copy_headers.mk:15: warning: ignoring old recipe for target 
'/home/ACCOUNT/ReplicantBuilds-messy-update/replicant-6.0/out/target/product/i9300/obj/include/libsecmm/mfc_errno.h'
build/core/copy_headers.mk:15: warning: overriding recipe for target 
'/home/ACCOUNT/ReplicantBuilds-messy-update/replicant-6.0/out/target/product/i9300/obj/include/libsecmm/mfc_interface.h'
   
build/core/copy_headers.mk:15: warning: ignoring old recipe for target 
'/home/ACCOUNT/ReplicantBuilds-messy-update/replicant-6.0/out/target/product/i9300/obj/include/libsecmm/mfc_interface.h'
 
build/core/copy_headers.mk:15: warning: overriding recipe for target 
'/home/ACCOUNT/ReplicantBuilds-messy-update/replicant-6.0/out/target/product/i9300/obj/include/libsecmm/SsbSipMfcApi.h'
build/core/copy_headers.mk:15: warning: ignoring old recipe for target 
'/home/ACCOUNT/ReplicantBuilds-messy-update/replicant-6.0/out/target/product/i9300/obj/include/libsecmm/SsbSipMfcApi.h'
  
build/core/copy_headers.mk:15: warning: overriding recipe for target 
'/home/ACCOUNT/ReplicantBuilds-messy-update/replicant-6.0/out/target/product/i9300/obj/include/libsecmm/mfc_errno.h'
build/core/copy_headers.mk:15: warning: ignoring old recipe for target 
'/home/ACCOUNT/ReplicantBuilds-messy-update/replicant-6.0/out/target/product/i9300/obj/include/libsecmm/mfc_errno.h'
build/core/copy_headers.mk:15: warning: overriding recipe for target 
'/home/ACCOUNT/ReplicantBuilds-messy-update/replicant-6.0/out/target/product/i9300/obj/include/libsecmm/mfc_interface.h'
   
build/core/copy_headers.mk:15: warning: ignoring old recipe for target 
'/home/ACCOUNT/ReplicantBuilds-messy-update/replicant-6.0/out/target/product/i9300/obj/include/libsecmm/mfc_interface.h'
 
build/core/copy_headers.mk:15: warning: overriding recipe for target 
'/home/ACCOUNT/ReplicantBuilds-messy-update/replicant-6.0/out/target/product/i9300/obj/include/libsecmm/SsbSipMfcApi.h'
build/core/copy_headers.mk:15: warning: ignoring old recipe for target 
'/home/ACCOUNT/ReplicantBuilds-messy-update/replicant-6.0/out/target/product/i9300/obj/include/libsecmm/SsbSipMfcApi.h'
find: ‘dummy’: No such file or directory
build/core/base_rules.mk:559: warning: overriding recipe for target 
'/home/ACCOUNT/ReplicantBuilds-messy-update/replicant-6.0/out/target/product/i9300/root/res/images/charger/battery_fail.png'
build/core/base_rules.mk:559: warning: ignoring old recipe for target 
'/home/ACCOUNT/ReplicantBuilds-messy-update/replicant-6.0/out/target/product/i9300/root/res/images/charger/battery_fail.png'
PRODUCT_COPY_FILES 
device/samsung/smdk4412-common/rootdir/init.trace.rc:root/init.trace.rc ignored.
PRODUCT_COPY_FILES 
device/samsung/smdk4412-common/configs/audio_effects.conf:system/etc/audio_effects.conf
 ignored.
No private recovery resources for TARGET_DEVICE i9300
build/core/tasks/kernel.mk:166: 
***************************************************************
build/core/tasks/kernel.mk:167: * Using prebuilt kernel binary instead of 
source              *
build/core/tasks/kernel.mk:168: * THIS IS DEPRECATED, AND WILL BE DISCONTINUED  
              *
build/core/tasks/kernel.mk:169: * Please configure your device to download the 
kernel         *
build/core/tasks/kernel.mk:170: * source repository to kernel/samsung/smdk4412
build/core/tasks/kernel.mk:171: * See 
http://wiki.lineageos.org/w/Doc:_integrated_kernel_building
build/core/tasks/kernel.mk:172: * for more information                          
              *
build/core/tasks/kernel.mk:173: 
***************************************************************
make: *** No rule to make target 
'/home/ACCOUNT/ReplicantBuilds-messy-update/replicant-6.0/out/target/product/i9300/kernel',
 needed by 
'/home/ACCOUNT/ReplicantBuilds-messy-update/replicant-6.0/out/target/product/i9300/recovery.img'.
  Stop.

#### make failed to build some targets (01:13 (mm:ss)) ####
---

I came back again to your mails and your recommandation may 17th 2:44pm, 
---
You will have to modify this line

repo init -u https://git.replicant.us/contrib/scintill/manifest.git -b
replicant-6.0

In getSource-6.0.sh to something else in order to get a 'vanilla' copy
of Replicant 6.
---
I first understood it concerns line 66 
(https://github.com/publicsite/ReplicantBuilds/blob/049b18100a38a46e82b98f69e8d0b7eee42a5fdb/getSource-6.0.sh#L64-L66)
 in messy-update-1

However, I also see in main branch line 38 
(https://github.com/publicsite/ReplicantBuilds/blob/5089f416b4cf917c3a5e79e83f5c99fa8031c6de/getSource-6.0.sh#L38)
 where the content is much more similar to the url you wrote in your mail, so 
it seems you suggestion was more about the main branch than messy-update-1. Am 
i right?
Since I do not know behaviour of repo, I am not sure about what to do here... :(

- Fil Lupin.

On Friday, June 26th, 2026 at 4:14 PM, Fil Lupin via Replicant 
<[email protected]> wrote:

> Sadly, the computer I used is dead. I am unable to access the log file, for 
> now at least :(
> 
> - Fil Lupin.
> 
> On Wednesday, June 24th, 2026 at 8:26 PM, Fil Lupin via Replicant 
> <[email protected]> wrote:
> 
> > Thank you Josh,
> > I'll try  to get back the log, but when reading it, I search for "err" and 
> > do not find anything before the end. I also browse the file in case I saw 
> > anything suspicious but did not notice anything else before those lines.
> >
> > Sorry bothering you with this issue, I really would like to build replicant 
> > 6 since my phone is dead and I really need a new image.
> >
> > Regards,
> >
> > - Fil Lupin.
> >
> > On Tuesday, June 23rd, 2026 at 8:21 PM, J05HYYY <[email protected]> 
> > wrote:
> >
> > > > > Hi,
> > >
> > > Hi
> > >
> > > > > getting back to the instructions, in `getSource-6.0.sh`, I first
> > > > > skipped "#i9305 patches" but I noticed "#generic (scintill)
> > > > > replicant 6.0 patches {", so I ran them this time
> > >
> > > I think those patches OK to apply if they apply OK ... can't remember
> > > 100% what they do but I think they'll be OK. I don't think it's
> > > those patches causing the error.
> > >
> > > > >
> > > > > Then
> > > > > ```
> > > > > make clean
> > > > > ./vendor/replicant/build-toolchain 2>&1 | tee "${thepwd}/0.txt"
> > > > > ```
> > > > >
> > > > > ```
> > > > > make[1]: Leaving directory
> > > > > '/home/fil/ReplicantBuilds-messy-update/replicant-6.0/toolchain/gcc/arm/arm-linux-androideabi/build/gcc'
> > > > > Makefile:846: recipe for target 'all' failed make: *** [all] Error 2
> > > > > ```
> > > > > The line 846 of the Makefile is the first line after "all:" in:
> > > > >
> > > > > ```
> > > > > # The target built for a native non-bootstrap build.
> > > > > .PHONY: all
> > > > > all:
> > > > >     @: $(MAKE); $(unstage)
> > > > >     @r=`${PWD_COMMAND}`; export r; \
> > > > >     s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
> > > > >         $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-host all-target \
> > > > >     && :
> > > > > ```
> > > > > I do not understand `$(unstage)` so I do not get where is the error.
> > >
> > > The make command is failing for some reason. I can't tell why it is
> > > failing from what you have sent in the email. Maybe try read (tail or
> > > less) "${thepwd}/0.txt" and see if you can get any more information as
> > > to why the make command is failing to build the toolchain?
> > >
> > > > > - Fil Lupin.
> > >
> > > Josh
> > >
> > _______________________________________________
> > Replicant mailing list
> > [email protected]
> > https://lists.osuosl.org/mailman/listinfo/replicant
> >
> _______________________________________________
> Replicant mailing list
> [email protected]
> https://lists.osuosl.org/mailman/listinfo/replicant
> 
_______________________________________________
Replicant mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to