oe-alliance / oe-alliance-core

The openembedded alliance core.
GNU General Public License v2.0
163 stars 180 forks source link

nextp3 buid broken #486

Closed atvcaptain closed 5 years ago

atvcaptain commented 5 years ago

e_prepare_recipe_sysroot.tgz.siginfo', runtime='customfile:/www/www/nextp3/build-enviroment/builds/openatv/release/hd51/tmp/stamps/cortexa15hf-neon-vfpv 4-oe-linux-gnueabi/enigma2-plugin-skincomponents-mediaportal-smoke-hd-skin/1.0+gitAUTOINC+ad888f6981-r0'): os.chmod(tmpfile, 0o664)

       os.rename(tmpfile, sigfile)

except (OSError, IOError) as err: OSError: [Errno 36] File name too long: '/www/www/nextp3/build-enviroment/builds/openatv/sstate-cache/e7/sigtask.7dmlm8v3' -> '/www/www/nextp3/build-env iroment/builds/openatv/sstate-cache/e7/sstate:enigma2-plugin-skincomponents-mediaportal-smoke-hd-skin:cortexa15hf-neon-vfpv4-oe-linux-gnueabi:1.0+gitAUT OINC+ad888f6981:r0:cortexa15hf-neon-vfpv4:3:e7083f7182630af30cef2634260c2a267cb6e8d054dff421b1d187bd94a434fe_prepare_recipe_sysroot.tgz.siginfo'

nickersk commented 5 years ago

those recipes names like enigma2-plugin-skincomponents-mediaportal-smoke-hd-skin in this case must be shortened to something shorter or version in recipe must not be set to autorev.

atvcaptain commented 5 years ago

ext4 max 255 here now 321 not good

atvcaptain commented 5 years ago

https://bugzilla.yoctoproject.org/show_bug.cgi?id=13268

atvcaptain commented 5 years ago

netxp3 any news about issue mipsel , you know we must disaable vu animation

nickersk commented 5 years ago

havent try it for a while. will try... but no news till now. result: same undefined reference to symbol _gp error.

nickersk commented 5 years ago

imho it is a problem of libv3ddriver.so from libgles package. so it is "fixable" by vuplus or broadcom guys.

nickersk commented 5 years ago

i've found that if i remove GLES_CFLAGS="-DUSE_LIBVUGLES2" from configure.ac in e2 root build goes ok. pkgconfig seems to find lvugles2 and linking works. still i am not sure if this is the right solution.

nickersk commented 5 years ago

https://bugzilla.yoctoproject.org/show_bug.cgi?id=13268#c1 we have to decide how to modify bb's to close this issue until next OE milestone 1 release. should we shorten recipe names or versions inside recipes?

atvcaptain commented 5 years ago

we must check plugin browser , i hope we dont must change all e2 names

atvcaptain commented 5 years ago

a solution for vu ani ? https://github.com/openembedded/openembedded-core/commit/a6f9327e79df1bfadb1f613eda799586e60009f2

nickersk commented 5 years ago

will try ... same result.

nickersk commented 5 years ago

pls see https://github.com/oe-alliance/oe-alliance-core/commit/89502824584545156ccde560eb6ce00ba30507e1 i found that v3ddriver library needs to be called directly from command line

nickersk commented 5 years ago

any news about long file names ?

atvcaptain commented 5 years ago

no news but this month i replace all my build servers next branch build must now wait, next month i can test more

nickersk commented 5 years ago

ok, no problem, just let me know then ... closing for now ..