Openembedded Core Discussions
 help / color / mirror / Atom feed
* eglibc-initial trying to remove files in /usr
@ 2012-07-18  9:41 Burton, Ross
  2012-07-18 11:23 ` Henning Heinold
  0 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2012-07-18  9:41 UTC (permalink / raw)
  To: OE-core

Hi,

My nightly run of master failed last night, but not in a way that the
autobuilder is seeing...

ERROR: Function failed: do_install (see
/data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svnr19294/temp/log.do_install.10450
for further information)
ERROR: Logfile of failure stored in:
/data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svnr19294/temp/log.do_install.10450
Log data follows:
| DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common',
'common-linux', 'common-glibc', 'i586-linux', 'common']
| DEBUG: Executing shell function do_install
| NOTE: make PARALLELMFLAGS=-j 8 cross-compiling=yes
install_root=/data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svnr19294/image
includedir=/usr/include prefix=/usr install-bootstrap-headers=yes
install-headers
...
| make[1]: Entering directory
`/data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svnr19294/eglibc-2_15/libc'
| /usr/bin/install -c -m 644 include/limits.h /usr/include/limits.h
| /usr/bin/install: cannot remove `/usr/include/limits.h': Permission denied
| make[1]: *** [/usr/include/limits.h] Error 1
| make[1]: Leaving directory
`/data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svnr19294/eglibc-2_15/libc'
| make: *** [install-headers] Error 2
| ERROR: oe_runmake failed

Any ideas?

Ross



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

* Re: eglibc-initial trying to remove files in /usr
  2012-07-18  9:41 eglibc-initial trying to remove files in /usr Burton, Ross
@ 2012-07-18 11:23 ` Henning Heinold
  2012-07-18 11:40   ` Burton, Ross
  2012-07-18 12:13   ` Richard Purdie
  0 siblings, 2 replies; 7+ messages in thread
From: Henning Heinold @ 2012-07-18 11:23 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, Jul 18, 2012 at 10:41:13AM +0100, Burton, Ross wrote:
> Hi,
> 
> My nightly run of master failed last night, but not in a way that the
> autobuilder is seeing...
> 
> ERROR: Function failed: do_install (see
> /data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svnr19294/temp/log.do_install.10450
> for further information)
> ERROR: Logfile of failure stored in:
> /data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svnr19294/temp/log.do_install.10450
> Log data follows:
> | DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common',
> 'common-linux', 'common-glibc', 'i586-linux', 'common']
> | DEBUG: Executing shell function do_install
> | NOTE: make PARALLELMFLAGS=-j 8 cross-compiling=yes
> install_root=/data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svnr19294/image
> includedir=/usr/include prefix=/usr install-bootstrap-headers=yes
> install-headers
> ...
> | make[1]: Entering directory
> `/data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svnr19294/eglibc-2_15/libc'
> | /usr/bin/install -c -m 644 include/limits.h /usr/include/limits.h
> | /usr/bin/install: cannot remove `/usr/include/limits.h': Permission denied
> | make[1]: *** [/usr/include/limits.h] Error 1
> | make[1]: Leaving directory
> `/data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svnr19294/eglibc-2_15/libc'
> | make: *** [install-headers] Error 2
> | ERROR: oe_runmake failed
> 
> Any ideas?
> 
> Ross

NOTE: make PARALLELMFLAGS=-j 8 cross-compiling=yes prefix=/usr

So it tries to install eglibc to the host dirs which is of course failing.

Bye Henning



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

* Re: eglibc-initial trying to remove files in /usr
  2012-07-18 11:23 ` Henning Heinold
@ 2012-07-18 11:40   ` Burton, Ross
  2012-07-18 12:10     ` Burton, Ross
  2012-07-18 12:13   ` Richard Purdie
  1 sibling, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2012-07-18 11:40 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 18 July 2012 12:23, Henning Heinold <heinold@inf.fu-berlin.de> wrote:
> NOTE: make PARALLELMFLAGS=-j 8 cross-compiling=yes prefix=/usr
>
> So it tries to install eglibc to the host dirs which is of course failing.

The mechanics of building eglibc is beyond me -- yesterday's clean
build worked fine so something in the last day must have broken it.
Any ideas?

Ross



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

* Re: eglibc-initial trying to remove files in /usr
  2012-07-18 11:40   ` Burton, Ross
@ 2012-07-18 12:10     ` Burton, Ross
  2012-07-18 12:13       ` Martin Jansa
  2012-07-18 12:15       ` Burton, Ross
  0 siblings, 2 replies; 7+ messages in thread
From: Burton, Ross @ 2012-07-18 12:10 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 18 July 2012 12:40, Burton, Ross <ross.burton@intel.com> wrote:
> On 18 July 2012 12:23, Henning Heinold <heinold@inf.fu-berlin.de> wrote:
>> NOTE: make PARALLELMFLAGS=-j 8 cross-compiling=yes prefix=/usr
>>
>> So it tries to install eglibc to the host dirs which is of course failing.
>
> The mechanics of building eglibc is beyond me -- yesterday's clean
> build worked fine so something in the last day must have broken it.
> Any ideas?

So I reverted to GNU Make 3.82 (debian experimental) to 3.81 (debian
unstable), and eglibc-initial builds.

I'm just going to pretend this never happened. :)

Ross



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

* Re: eglibc-initial trying to remove files in /usr
  2012-07-18 12:10     ` Burton, Ross
@ 2012-07-18 12:13       ` Martin Jansa
  2012-07-18 12:15       ` Burton, Ross
  1 sibling, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2012-07-18 12:13 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

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

On Wed, Jul 18, 2012 at 01:10:07PM +0100, Burton, Ross wrote:
> On 18 July 2012 12:40, Burton, Ross <ross.burton@intel.com> wrote:
> > On 18 July 2012 12:23, Henning Heinold <heinold@inf.fu-berlin.de> wrote:
> >> NOTE: make PARALLELMFLAGS=-j 8 cross-compiling=yes prefix=/usr
> >>
> >> So it tries to install eglibc to the host dirs which is of course failing.
> >
> > The mechanics of building eglibc is beyond me -- yesterday's clean
> > build worked fine so something in the last day must have broken it.
> > Any ideas?
> 
> So I reverted to GNU Make 3.82 (debian experimental) to 3.81 (debian
> unstable), and eglibc-initial builds.
> 
> I'm just going to pretend this never happened. :)

with make-3.81 eglibc-2.15 was sometimes failing for me..
https://bugzilla.yoctoproject.org/show_bug.cgi?id=2314

Haven't failed like this since I've upgraded make to 3.82..

Cheers,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: eglibc-initial trying to remove files in /usr
  2012-07-18 11:23 ` Henning Heinold
  2012-07-18 11:40   ` Burton, Ross
@ 2012-07-18 12:13   ` Richard Purdie
  1 sibling, 0 replies; 7+ messages in thread
From: Richard Purdie @ 2012-07-18 12:13 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, 2012-07-18 at 13:23 +0200, Henning Heinold wrote:
> On Wed, Jul 18, 2012 at 10:41:13AM +0100, Burton, Ross wrote:
> > Hi,
> > 
> > My nightly run of master failed last night, but not in a way that the
> > autobuilder is seeing...
> > 
> > ERROR: Function failed: do_install (see
> > /data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svnr19294/temp/log.do_install.10450
> > for further information)
> > ERROR: Logfile of failure stored in:
> > /data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svnr19294/temp/log.do_install.10450
> > Log data follows:
> > | DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common',
> > 'common-linux', 'common-glibc', 'i586-linux', 'common']
> > | DEBUG: Executing shell function do_install
> > | NOTE: make PARALLELMFLAGS=-j 8 cross-compiling=yes
> > install_root=/data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svnr19294/image
> > includedir=/usr/include prefix=/usr install-bootstrap-headers=yes
> > install-headers
> > ...
> > | make[1]: Entering directory
> > `/data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svnr19294/eglibc-2_15/libc'
> > | /usr/bin/install -c -m 644 include/limits.h /usr/include/limits.h
> > | /usr/bin/install: cannot remove `/usr/include/limits.h': Permission denied
> > | make[1]: *** [/usr/include/limits.h] Error 1
> > | make[1]: Leaving directory
> > `/data/nightly-build-Uju/build/tmp/work/i586-poky-linux/eglibc-initial-2.15-r12+svnr19294/eglibc-2_15/libc'
> > | make: *** [install-headers] Error 2
> > | ERROR: oe_runmake failed
> > 
> > Any ideas?
> > 
> > Ross
> 
> NOTE: make PARALLELMFLAGS=-j 8 cross-compiling=yes prefix=/usr
> 
> So it tries to install eglibc to the host dirs which is of course failing.

install_root is also set though so it shouldn't be installing to host
dirs...

Cheers,

Richard




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

* Re: eglibc-initial trying to remove files in /usr
  2012-07-18 12:10     ` Burton, Ross
  2012-07-18 12:13       ` Martin Jansa
@ 2012-07-18 12:15       ` Burton, Ross
  1 sibling, 0 replies; 7+ messages in thread
From: Burton, Ross @ 2012-07-18 12:15 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 18 July 2012 13:10, Burton, Ross <ross.burton@intel.com> wrote:
> So I reverted to GNU Make 3.82 (debian experimental) to 3.81 (debian
> unstable), and eglibc-initial builds.

*from* 3.82 *to* 3.81, whoops.

Ross



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

end of thread, other threads:[~2012-07-18 12:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-18  9:41 eglibc-initial trying to remove files in /usr Burton, Ross
2012-07-18 11:23 ` Henning Heinold
2012-07-18 11:40   ` Burton, Ross
2012-07-18 12:10     ` Burton, Ross
2012-07-18 12:13       ` Martin Jansa
2012-07-18 12:15       ` Burton, Ross
2012-07-18 12:13   ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox