after
repo init -u GitHub - LineageOS/android -b lineage-18.1
( i didnt append --git-lfs => can this be issue?)
and then
repo sync
and then doing breakfast porg_tab I am getting this error :
In file included from build/make/core/config.mk:291:
In file included from build/make/core/envsetup.mk:266:
build/make/core/product_config.mk:155: error: Can not locate config makefile for product “lineage_porg_tab”.
13:05:35 dumpvars failed with: exit status 1
/usr/bin/env: ‘python’: No such file or directory
In file included from build/make/core/config.mk:291:
In file included from build/make/core/envsetup.mk:266:
build/make/core/product_config.mk:155: error: Can not locate config makefile for product “lineage_porg_tab”.
13:05:36 dumpvars failed with: exit status 1
In file included from build/make/core/config.mk:291:
In file included from build/make/core/envsetup.mk:266:
build/make/core/product_config.mk:155: error: Can not locate config makefile for product “lineage_porg_tab”.
13:05:38 dumpvars failed with: exit status 1
** Don’t have a product spec for: ‘lineage_porg_tab’
** Do you have the right repo manifest?
What could be the issue?
Thanks for the support !
Regards,
on debugging further i ran extract-files.sh inside device/nvidia/porg_tab ;
It downloaded some blobs , uncompressed it and copied it some where
but on running brunch prog_tag i am now gettign this :
FAILED: ninja: ‘vendor/nvidia/common/bcm_firmware/bcm4356/BCM4356A2-13d3-3488.hcd’, needed by ‘out/target/product/porg_tab/obj/ETC/BCM4354A2-13d3-3488_intermediates/BCM4354A2-13d3-3488.hcd’, missing and no known rule to make it
10:02:54 ninja failed with: exit status 1
How to recover the missing file?Anyone??
Regards,
@DaneLLL thanks for the response.
You commented on my first comment. I debugged further , installed python dependency ,
Now the issue is certain device related files as pointed above in my second comment.
To fix this I tried to above procedure but can find the files after running ./extract-files.sh shell script > Is this is the right way? Does it downloads all the needed files inside the vendor/nvidia?
This looks unexpected. You may consider re-flash system image through SDKManager and check again.
ok thanks,
and from where I can get these files ( bold) : vendor/nvidia/common/bcm_firmware/bcm4356/BCM4356A2-13d3-3488.hcd . Is extracting the files using the extract-files.sh script the correct way?
Regards,
I followed further and extracted the files form the lineageOS Zip and now it seems to be building fine.
Tx
Update : Builds Completed Successfully.
Package Complete: out/target/product/porg_tab/lineage-18.1-20230822-UNOFFICIAL-porg_tab.zip
@DaneLLL
i am getting the size of the installable zip (lineage-18.1-20230822-UNOFFICIAL-porg_tab.zip) of 698 MB. Is it fine?
on flashing using balena etcher it says the image doesn’t contain the partition information and it shows this error below. What could be the issue?
Hi,
You may try the dedault SD card image and check if the same error occurs. From our experience we have not seen the error with the default image. It may be specific to the zip file.
official zip files are of 6 GB.
So i was wondering why this new zip is of such a small size as compared to original one which has no issues. Had there been any missing instructions while building there would have been some build error. But there was not. How to go about it and fix it?What is the expected size of the built android at the end?
Thanks to reply on this
Regards,
Hi,
Are you able to consult with the author to know which Jetpack version he uses for generating the rootfs? Seems like it’s not mentioned in the guidance. It would be better to match the versions to avoid any surprise. Since we don’t have experience to use the rootfs, it is difficult to provide further suggestion. It shall be more helpful if you can consult with the vendor.
Hi,
LineageOS is a 3rdpary contribution. Please check if you can consult with the author. By default we have Ubunut18.04 in sample rootfs. You may try it as a reference.