Android OS Forum banner
3441 - 3460 of 3468 Posts

· Registered
Joined
·
2 Posts
I have an issue that I keep running into. I'm not sure if I'm entering something wrong or missing a step... Can someone please assist? I tried to google this or search other forums but had no luck. I'm a complete noob at this.

I'm running Ubuntu 12.04 and pulled the build instructions from AOKPs website (http://aokp.co/learn/so-you-want-to-build-aokp-jb-ubuntu-1204). I went through the instructions getting everything installed and synced; however after trying to sync to the i605 repo (last step - on website it shows toro) I recived the below response:

(command: ~/aokp_jb$ . build/envsetup.sh && brunch i605)

including device/generic/armv7-a-neon/vendorsetup.sh
including vendor/aokp/vendorsetup.sh
including sdk/bash_completion/adb.bash
including vendor/aokp/vendorsetup.sh
build/core/product_config.mk:238: * _nic.PRODUCTS.[[vendor/aokp/products/i605.mk]]: "device/samsung/i605/full_i605.mk" does not exist. Stop.

** Don't have a product spec for: 'aokp_i605'
** Do you have the right repo manifest?

No such item in brunch menu. Try 'breakfast'

I tried the same command with breakfast and got the same error.

-I've received the same error when going through CyanogenMod's repo's.
 

· Premium Member
Joined
·
871 Posts
I have an issue that I keep running into. I'm not sure if I'm entering something wrong or missing a step... Can someone please assist? I tried to google this or search other forums but had no luck. I'm a complete noob at this.

I'm running Ubuntu 12.04 and pulled the build instructions from AOKPs website (http://aokp.co/learn/so-you-want-to-build-aokp-jb-ubuntu-1204). I went through the instructions getting everything installed and synced; however after trying to sync to the i605 repo (last step - on website it shows toro) I recived the below response:

(command: ~/aokp_jb$ . build/envsetup.sh && brunch i605)
including device/generic/armv7-a-neon/vendorsetup.sh
including vendor/aokp/vendorsetup.sh
including sdk/bash_completion/adb.bash
including vendor/aokp/vendorsetup.sh
build/core/product_config.mk:238: * _nic.PRODUCTS.[[vendor/aokp/products/i605.mk]]: "device/samsung/i605/full_i605.mk" does not exist. Stop.

** Don't have a product spec for: 'aokp_i605'
** Do you have the right repo manifest?

No such item in brunch menu. Try 'breakfast'

I tried the same command with breakfast and got the same error.
-I've received the same error when going through CyanogenMod's repo's.
The instructions changed:

https://github.com/AOKP/platform_manifest/blob/jb-mr2/README.md
 

· Registered
Joined
·
2 Posts
Thanks Marc! I was finally about to get everything and then run the last command... However, after I ran that last command and it completed, I lost my internet connection and when I restarted my laptop it just said, "could not write bytes: broken pip" and I had to reinstall Ubuntu. I went through all the steps again...and same results. Do you know what would be causing this? I appreciate the help.
 

· Love your frenemies
Joined
·
1,542 Posts
Didn't see anyone else having issues but I am. lol.

Just freshly repo init for flo,grouper,hammerhead,asus,asus,lge and both grouper and hammerhead built fine but I get Error 2 almost immediately in the build for FLO just after it tries to do something with the kernel. Any ideas?
 

· Premium Member
Joined
·
871 Posts
Didn't see anyone else having issues but I am. lol.

Just freshly repo init for flo,grouper,hammerhead,asus,asus,lge and both grouper and hammerhead built fine but I get Error 2 almost immediately in the build for FLO just after it tries to do something with the kernel. Any ideas?
Can you put the full log on pastebin.com?
 

· Registered
Joined
·
4 Posts
I have a problem again. When i finished building the roms, i see the size of rom only 47mb, then i look into the rom, there are no framework files, and some apk in system are missing

Look at the picture
Posted Image

Posted Image


Anyone can help me? :/
 

· Registered
Joined
·
90 Posts
**EDIT: don't take the updated 6b30 java jdk that is provided by ubuntu as it causes some breakage in the package below. reverted to 6b24 and things went back to normal***

Is anyone else getting errors in the following file:

external/chromium_org/content/common/android/hash_set.cc

I haven't been able to build for toro for the last few days. Errors are similar to "error: extra tokens at end of #ifndef directive" and other character/command termination issues.
 

· Registered
Joined
·
23 Posts
Trying to build d2vzw. But I dont seem to be getting the vendor files on sync.

Ran:

repo init -u https://github.com/AOKP/platform_manifest.git -b kitkat -g all,-notdefault,d2vzw,samsung

and tried

repo init -u https://github.com/AOKP/platform_manifest.git -b kitkat -g all,-notdefault,d2vzw,d2-common,samsung,samsung

Repo sync seems to work fine but when I try to build I get:

<Command> . build/envsetup.sh && brunch d2vzw

including device/generic/armv7-a-neon/vendorsetup.sh
ls: cannot access vendor/aokp/products/d2vzw.mk: No such file or directory
build/core/product_config.mk:233: *** Can not locate config makefile for product "aokp_d2vzw". Stop.

** Don't have a product spec for: 'aokp_d2vzw'
** Do you have the right repo manifest?

No such item in brunch menu. Try 'breakfast'

Am I missing something in the Repo Init line? I would prefer to not sync all devices if I do not have to.

Edit-
Just tried:

repo init -u https://github.com/AOKP/platform_manifest.git -b kitkat -g all,kernel,device,vendor

on repo sync after fetching projects reaches 100% i get:

Fetching projects: 100% (532/532), done.
Syncing work tree: 21% (112/532) error: manifest required for this command -- please run init

same result with repo sync -f
 

· Android Apprentice
Joined
·
154 Posts
Go to your home folder and do a list all (ls -a). You'll see a .repo directory. I bet you jumped ahead of yourself and created the directory for your project but forgot to change directories before your repo init... I've done this many times.
 

· Registered
Joined
·
1 Posts
I want to build aokp for my mango but there is an error while packing the rom.

----- Making recovery image ------
/home/maik/aokp/out/host/linux-x86/bin/mkbootimg --kernel /home/maik/aokp/out/target/product/mango/kernel --ramdisk /home/maik/aokp/out/target/product/mango/ramdisk-recovery.img --base 0x00200000 --pagesize 131072 --output /home/maik/aokp/out/target/product/mango/recovery.img
----- Made recovery image -------- /home/maik/aokp/out/target/product/mango/recovery.img
Installed file list: /home/maik/aokp/out/target/product/mango/installed-files.txt
Target system fs image: /home/maik/aokp/out/target/product/mango/obj/PACKAGING/systemimage_intermediates/system.img
Running: mkyaffs2image -f /home/maik/aokp/out/target/product/mango/system /home/maik/aokp/out/target/product/mango/obj/PACKAGING/systemimage_intermediates/system.img /home/maik/aokp/out/target/product/mango/root/file_contexts system
Install system fs image: /home/maik/aokp/out/target/product/mango/system.img
Package target files: /home/maik/aokp/out/target/product/mango/obj/PACKAGING/target_files_intermediates/aokp_mango-target_files-eng.maik.zip
Package OTA: /home/maik/aokp/out/target/product/mango/aokp_mango-ota-eng.maik.zip
MKBOOTIMG=device/semc/msm7x30-common/custombootimg.mk \
device/semc/msm7x30-common/releasetools/semc_ota_from_target_files -v \
-p /home/maik/aokp/out/host/linux-x86 \
-k build/target/product/security/testkey \
--no_assert=false \
--persist=true \
--override_device=SK17i,SK17a,mango \
--override_prop=false \
/home/maik/aokp/out/target/product/mango/obj/PACKAGING/target_files_intermediates/aokp_mango-target_files-eng.maik.zip /home/maik/aokp/out/target/product/mango/aokp_mango-ota-eng.maik.zip
unzipping target target-files...
running: unzip -o -q /home/maik/aokp/out/target/product/mango/obj/PACKAGING/target_files_intermediates/aokp_mango-target_files-eng.maik.zip -d /tmp/targetfiles-tdRgo1
Traceback (most recent call last):
File "device/semc/msm7x30-common/releasetools/semc_ota_from_target_files", line 1008, in <module>
main(sys.argv[1:])
File "device/semc/msm7x30-common/releasetools/semc_ota_from_target_files", line 951, in main
OPTIONS.info_dict = common.LoadInfoDict(input_zip)
File "/home/maik/aokp/device/semc/msm7x30-common/releasetools/common.py", line 156, in LoadInfoDict
d["build.prop"] = LoadBuildProp(zip)
File "/home/maik/aokp/device/semc/msm7x30-common/releasetools/common.py", line 170, in LoadBuildProp
name, value = line.split("=", 1)
ValueError: need more than 1 value to unpack
make: *** [/home/maik/aokp/out/target/product/mango/aokp_mango-ota-eng.maik.zip] Fehler 1
[email protected]:~/aokp$
there was no error while syncing the repo. i synced only mango,semc. How to solve this error/what does it mean?
 
3441 - 3460 of 3468 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top