We need to ask. Have searched the Web for answers but none found. Guess we are not searching correctly. The questions are:
Where can we find the the following packages for openSuSE 12.3?? Some are in our Repositories -but- not all. Maybe someone has the knowledge on the differences between gnupg and gnupg 2.?? -and- some of the others??
git-core gnupg flex bison gperf libsdl1.2-dev libesd0-dev libwxgtk2.8-dev squashfs-tools build-essential zip curl
libncurses5-dev zlib1g-dev pngcrush schedtoolIf you have a 64-bit OS, add the following packages:
g+±multilib lib32z1-dev lib32ncurses5-dev lib32readline-gplv2-dev gcc-4.7-multilib g+±4.5-multilibWe found this list for openSuSE 12.1 -but- as you can see by our notes -not- all the files are present in openSuSE 12.3 and our “fudges” didn’t work.
1. Search and install following packages with YaST (*Also look in "Provides".*
)
- git
- gnupg - (*No have, but have (gpg2 - GnuPG 2) GnuPG 2 is the successor of "GnuPG" or GPG. It provides: GPGSM, gpg-agent, and a keybox library.*
) - flex
- bison
- gperf
- SDL-devel - (*Have libSDL-devel*
) - esound-devel - (*Have libesd-devel*
) - wxGTK-devel - (*Nope! However, research shows wxWiWidgets-2_9 has the code. So we installed them.*
plplot-wxwidgets
plplot-wxwidgets-devel
python-wxWidgets-2_9
python-wxWidgets-2_9-devel
wxWidgets-2_9-devel)
- zip
- curl
- ncurses-devel
- ncurses-devel 32bit
- zlib-devel
- zlib-devel 32bit
- gcc-c++
- glibc-devel 32bit
- libstdc++ 32bit
- mesa libs - (*Have a bunch of Mesa-lib thingys.*
) - schedtool - This is also needed and is obtained from the 'Packman Repository'.
We have used the above conglomeration -and- got a successful compile -but- it did not install and run on our phone. And it was larger in size than the one produced by the team. 181.4MB vs 184.7MB
Thanks in advance if you can help -and- thanks for looking anyway IF you can’t,
Chuck
I am on my mobile right now, and I think the suse studio site is down but did you try using the package list from the android dev image? I think this might be the link
I was hoping the package list would carry over to 12.3. I have been playing with CM builds a little, but in a headless vbox vm. Are there not current versions of evedything in the list for 12.3? Just wondering if you zypper in the 12.3 counterparts of those packages, maybe you can get a little further.
TIP:
The schedtool program is installed in /usr/sbin/schedtool. In the process of making a ROM, you will run a command like: ‘source build/envsetup.sh’. This will fail, because it can’t find the schedtool in /usr/bin/ (note the missing ‘s’). Change the ‘build/envsetup.sh’ program by replacing the schedtool command with /usr/sbin/schedtool. Then the program will run without problems.