2018-06-26 01:24:18 |
Tae-Young Kwon |
description |
I am trying to upgrade the hplip version of meta-openembedded.
I am using hplip as yocto.
yocto: https://www.yoctoproject.org/
hplip is included in meta-openembedded and the current version is 3.12.6.
hplip(meta-openembedded): http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb?h=master
I am going to upgrade my recipe to 3.18.6.
However, in the do_install step, the following error occurs.
| /home/tykwon/yocto/build/tmp/hosttools/install: will not overwrite just-created '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/image/usr/share/ppd/HP/hp-910.ppd.gz' with 'ppd/hpcups/hp-910.ppd.gz'
| /home/tykwon/yocto/build/tmp/hosttools/install: will not overwrite just-created '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/image/usr/share/ppd/HP/hp-915.ppd.gz' with 'ppd/hpcups/hp-915.ppd.gz'
| /home/tykwon/yocto/build/tmp/hosttools/install: will not overwrite just-created '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/image/usr/share/ppd/HP/hp-amp.ppd.gz' with 'ppd/hpcups/hp-amp.ppd.gz'
| /home/tykwon/yocto/build/tmp/hosttools/install: will not overwrite just-created '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/image/usr/share/ppd/HP/hp-business_inkjet_1000.ppd.gz' with 'ppd/hpcups/hp-business_inkjet_1000.ppd.gz'
| /home/tykwon/yocto/build/tmp/hosttools/install: will not overwrite just-created '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/image/usr/share/ppd/HP/hp-business_inkjet_1100.ppd.gz' with 'ppd/hpcups/hp-business_inkjet_1100.ppd.gz'
| /home/tykwon/yocto/build/tmp/hosttools/install: will not overwrite just-created '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/image/usr/share/ppd/HP/hp-business_inkjet_1200.ppd.gz' with 'ppd/hpcups/hp-business_inkjet_1200.ppd.gz'
| /home/tykwon/yocto/build/tmp/hosttools/install: will not overwrite just-created '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/image/usr/share/ppd/HP/hp-business_inkjet_2200.ppd.gz' with 'ppd/hpcups/hp-business_inkjet_2200.ppd.gz'
| /home/tykwon/yocto/build/tmp/hosttools/install: will not overwrite just-created '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/image/usr/share/ppd/HP/hp-business_inkjet_2230.ppd.gz' with 'ppd/hpcups/hp-business_inkjet_2230.ppd.gz'
| Makefile:7899: recipe for target 'install-dist_ppdDATA' failed
| make[1]: *** [install-dist_ppdDATA] Error 1
| make[1]: Leaving directory '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/hplip-3.18.6'
| Makefile:8517: recipe for target 'install-am' failed
| make: *** [install-am] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_install (log file is located at /home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/temp/log.do_install.16858)
ERROR: Task (/home/tykwon/yocto/poky/meta-openembedded/meta-oe/recipes-extended/hplip/hplip_3.18.6.bb:do_install) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1664 tasks of which 1663 didn't need to be rerun and 1 failed.
The attachment do_install_log.txt is a full log.
I have verified the version of hplip by subdividing it.
Up to 3.17.9 is compiled and error starts from 3.17.10.
From 3.17.9 to 3.17.10, I tried to find the cause by testing in commit units.
However, there is no such source for users like me.
When manually cross-compiling hplip without using yocto, the error did not occur.
Is there a good way to resolve this error?
I'm sorry I do not have enough English.
Regards
Kwon |
I am trying to upgrade the hplip version of meta-openembedded.
I am using hplip as yocto.
yocto: https://www.yoctoproject.org/
hplip is included in meta-openembedded and the current version is 3.12.6.
hplip(meta-openembedded): http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb?h=master
I am going to upgrade my recipe to 3.18.6.
However, in the do_install step, the following error occurs.
| /home/tykwon/yocto/build/tmp/hosttools/install: will not overwrite just-created '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/image/usr/share/ppd/HP/hp-910.ppd.gz' with 'ppd/hpcups/hp-910.ppd.gz'
| /home/tykwon/yocto/build/tmp/hosttools/install: will not overwrite just-created '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/image/usr/share/ppd/HP/hp-915.ppd.gz' with 'ppd/hpcups/hp-915.ppd.gz'
| /home/tykwon/yocto/build/tmp/hosttools/install: will not overwrite just-created '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/image/usr/share/ppd/HP/hp-amp.ppd.gz' with 'ppd/hpcups/hp-amp.ppd.gz'
| /home/tykwon/yocto/build/tmp/hosttools/install: will not overwrite just-created '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/image/usr/share/ppd/HP/hp-business_inkjet_1000.ppd.gz' with 'ppd/hpcups/hp-business_inkjet_1000.ppd.gz'
| /home/tykwon/yocto/build/tmp/hosttools/install: will not overwrite just-created '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/image/usr/share/ppd/HP/hp-business_inkjet_1100.ppd.gz' with 'ppd/hpcups/hp-business_inkjet_1100.ppd.gz'
| /home/tykwon/yocto/build/tmp/hosttools/install: will not overwrite just-created '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/image/usr/share/ppd/HP/hp-business_inkjet_1200.ppd.gz' with 'ppd/hpcups/hp-business_inkjet_1200.ppd.gz'
| /home/tykwon/yocto/build/tmp/hosttools/install: will not overwrite just-created '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/image/usr/share/ppd/HP/hp-business_inkjet_2200.ppd.gz' with 'ppd/hpcups/hp-business_inkjet_2200.ppd.gz'
| /home/tykwon/yocto/build/tmp/hosttools/install: will not overwrite just-created '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/image/usr/share/ppd/HP/hp-business_inkjet_2230.ppd.gz' with 'ppd/hpcups/hp-business_inkjet_2230.ppd.gz'
| Makefile:7899: recipe for target 'install-dist_ppdDATA' failed
| make[1]: *** [install-dist_ppdDATA] Error 1
| make[1]: Leaving directory '/home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/hplip-3.18.6'
| Makefile:8517: recipe for target 'install-am' failed
| make: *** [install-am] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_install (log file is located at /home/tykwon/yocto/build/tmp/work/armv7ahf-vfp-poky-linux-gnueabi/hplip/3.18.6-r1/temp/log.do_install.16858)
ERROR: Task (/home/tykwon/yocto/poky/meta-openembedded/meta-oe/recipes-extended/hplip/hplip_3.18.6.bb:do_install) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1664 tasks of which 1663 didn't need to be rerun and 1 failed.
The attachment do_install_log.txt is a full log.
I have verified the version of hplip by subdividing it.
Up to 3.17.10 is compiled and error starts from 3.17.11.
From 3.17.10 to 3.17.11, I tried to find the cause by testing in commit units.
However, there is no such source for users like me.
When manually cross-compiling hplip without using yocto, the error did not occur.
Is there a good way to resolve this error?
I'm sorry I do not have enough English.
Regards
Kwon |
|