[elbe-devel] [PATCH v4 0/3] pbuilder: add crosscompile feature
Köry Maincent
kory.maincent at bootlin.com
Thu May 28 00:07:14 CEST 2020
Hello Christian,
I got this error with your patch using pbuilder for native compile.
> Packing Source into tmp archive
>
>
> Pushing source into pbuilder
>
> Traceback (most recent call last):
> File "/home/kmaincent/Documents/elbe/elbe", line 55, in <module>
> cmdmod.run_command(sys.argv[2:])
> File "/home/kmaincent/Documents/elbe/elbepack/commands/control.py", line 179, in run_command
> action.execute(control, opt, args[1:])
> File "/home/kmaincent/Documents/elbe/elbepack/soapclient.py", line 733, in execute
> fp = open(filename, "r")
> IOError: [Errno 2] No such file or directory: '/var/cache/elbe/e790b534-b853-4962-a9a1-d1fb68969321'
> elbe control set_pdebuild Failed
> Giving up
To reproduce it, I just use an example and my own package source debianized.
$ ./elbe pbuilder create
--xmlfile=examples/armhf-nfs-with-build-tools.xml --writeproject=test.prj
$ PRJ=$(cat test.prj)
$ cd $PKG_PATH
$ ../elbe/elbe pbuilder build --project $PRJ
Regards,
--
Köry Maincent, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com
More information about the elbe-devel
mailing list