poky.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* Trouble with quilt-0.67 in Kirkstone 4.0.4 #poky
@ 2023-05-12 23:02 daniel.macumber
  2023-05-15  9:39 ` [poky] " Ross Burton
  0 siblings, 1 reply; 2+ messages in thread
From: daniel.macumber @ 2023-05-12 23:02 UTC (permalink / raw)
  To: poky

[-- Attachment #1: Type: text/plain, Size: 2456 bytes --]

Hello, I am building a project based on Yocto Kirkstone 4.0.4.  Several of our developers have gotten this to build successfully.  However, I am seeing the errors building quilt-native_0.67:

> 
> + do_configure
> + find /src/build/tmp/work/x86_64-linux/quilt-native/0.67-r0/quilt-0.67
> -name '*.in' -exec sed -i -e '1s,^#\!.*@PERL@ -w$,#\! @PERL@\nuse
> warnings;,' '{}' ';'
> 
> + oe_runconf
> 
> ++ basename
> /src/build/tmp/work/x86_64-linux/quilt-native/0.67-r0/quilt-0.67/configure
> 
> 
> + cfgscript_name=configure
> 
> ++ python3 -c 'import os;
> print(os.path.relpath(os.path.dirname('\''/src/build/tmp/work/x86_64-linux/quilt-native/0.67-r0/quilt-0.67/configure'\''),
> '\''.'\''))'
> 
> + cfgscript=./configure
> 
> + '[' -x ./configure ']'
> 
> + bbfatal 'no configure script found at ./configure'
> 
> + '[' -p
> /src/build/tmp/work/x86_64-linux/quilt-native/0.67-r0/temp/fifo.201 ']'
> + printf '%b\0' 'bbfatal no configure script found at ./configure'
> 
> ERROR: quilt-native-0.67-r0 do_configure: no configure script found at
> ./configure
> + exit 1
> + bb_bash_exit_handler 'exit 1'
> + ret=1
> 
> WARNING:
> /src/build/tmp/work/x86_64-linux/quilt-native/0.67-r0/temp/run.do_configure.201:181
> exit 1 from 'exit 1'
> WARNING: Backtrace (BB generated script):
> 
> + set +x
> 
> #1: bbfatal,
> /src/build/tmp/work/x86_64-linux/quilt-native/0.67-r0/temp/run.do_configure.201,
> line 181
> 
> #2: oe_runconf,
> /src/build/tmp/work/x86_64-linux/quilt-native/0.67-r0/temp/run.do_configure.201,
> line 170
> #3: do_configure,
> /src/build/tmp/work/x86_64-linux/quilt-native/0.67-r0/temp/run.do_configure.201,
> line 153
> #4: main,
> /src/build/tmp/work/x86_64-linux/quilt-native/0.67-r0/temp/run.do_configure.201,
> line 205
> 
> ERROR: quilt-native-0.67-r0 do_configure:
> ExecutionError('/src/build/tmp/work/x86_64-linux/quilt-native/0.67-r0/temp/run.do_configure.201',
> 1, None, None)
> ERROR: Logfile of failure stored in:
> /src/build/tmp/work/x86_64-linux/quilt-native/0.67-r0/temp/log.do_configure.201
> 
> ERROR: Task
> (/src/poky/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_configure)
> failed with exit code '1'
> 

When I look at the files, the build/tmp/work/x86_64-linux/quilt-native/0.67-r0/quilt-0.67/configure script is there, permissions are correct, and it is executable.  Does anyone know what might be causing this?

Thanks a lot,
Dan

[-- Attachment #2: Type: text/html, Size: 10432 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [poky] Trouble with quilt-0.67 in Kirkstone 4.0.4 #poky
  2023-05-12 23:02 Trouble with quilt-0.67 in Kirkstone 4.0.4 #poky daniel.macumber
@ 2023-05-15  9:39 ` Ross Burton
  0 siblings, 0 replies; 2+ messages in thread
From: Ross Burton @ 2023-05-15  9:39 UTC (permalink / raw)
  To: daniel.macumber; +Cc: poky



> On 13 May 2023, at 00:02, daniel.macumber via lists.yoctoproject.org <daniel.macumber=terumobct.com@lists.yoctoproject.org> wrote:
>   When I look at the files, the build/tmp/work/x86_64-linux/quilt-native/0.67-r0/quilt-0.67/configure script is there, permissions are correct, and it is executable.  Does anyone know what might be causing this?

Is it _actually_ executable (ie does ./configure —help work)?  If /src is a mount then you might be missing the ‘exec’ mount flag.

Ross

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-15  9:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-12 23:02 Trouble with quilt-0.67 in Kirkstone 4.0.4 #poky daniel.macumber
2023-05-15  9:39 ` [poky] " Ross Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).