i have ss-1.40.3 (tried1.40.2 and 1.40.4 as well) failing to build on
my box. here's the relevant info:
...
make[1]: Entering directory
`/var/tmp/portage/sys-libs/ss-1.40.3/work/e2fsprogs-1.40.3/lib/ss'
MKDIR elfshared
make[1]: Leaving directory
`/var/tmp/portage/sys-libs/ss-1.40.3/work/e2fsprogs-1.40.3/lib/ss'
COMPILE_ET ss_err.et
ss_err.h: new permissions are r--rw-r--, not r--r--r--
ss_err.c: new permissions are r--rw-r--, not r--r--r--
make: *** [ss_err.c] Error 1
make: Leaving directory
`/var/tmp/portage/sys-libs/ss-1.40.3/work/e2fsprogs-1.40.3/lib/ss'
*
* ERROR: sys-libs/ss-1.40.3 failed.
* Call stack:
* ebuild.sh, line 1701: Called dyn_compile
* ebuild.sh, line 1039: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* ss-1.40.3.ebuild, line 51: Called die
* The specific snippet of code:
* emake -C lib/ss COMPILE_ET=compile_et || die "make ss failed"
* The die message:
* make ss failed
*
* If you need support, post the topmost build error, and the call
stack if relevant.
* A complete build log is located at
'/var/tmp/portage/sys-libs/ss-1.40.3/temp/build.log'.
*
i've been trying to search google and gentoo forums but couldnt find any hint.
thanks.
--edel
--
gentoo-embedded@lists.gentoo.org mailing list
01-19-2008, 06:41 PM
Ned Ludd
ss failed to compile
On Sun, 2008-01-20 at 02:55 +0800, Edel SM wrote:
> hello,
>
> i have ss-1.40.3 (tried1.40.2 and 1.40.4 as well) failing to build on
> my box. here's the relevant info:
>
> ...
...
Please don't confuse our mailing list with https://bugs.gentoo.org which
is where bugs should be reported and dealt with.
--
gentoo-embedded@lists.gentoo.org mailing list
01-19-2008, 06:47 PM
Matthijs Kooijman
ss failed to compile
Hey,
I haven't got a clue what's going on, or what the actual error is, but perhaps
you have a non-standard umask that the ss compile process does not support?
You can check and set your umask with the "umask" command. It is "0022" by
default.
Gr.
Matthijs
01-19-2008, 06:58 PM
"Edel SM"
ss failed to compile
hello ned,
On 1/20/08, Ned Ludd <solar@gentoo.org> wrote:
>
> On Sun, 2008-01-20 at 02:55 +0800, Edel SM wrote:
> > hello,
> >
> > i have ss-1.40.3 (tried1.40.2 and 1.40.4 as well) failing to build on
> > my box. here's the relevant info:
> >
> > ...
>
> ...
>
> Please don't confuse our mailing list with https://bugs.gentoo.org which
> is where bugs should be reported and dealt with.
im actually asking help. i believe i'm just missing something. anyway, thanks.
>
> --
> gentoo-embedded@lists.gentoo.org mailing list
>
>
--
gentoo-embedded@lists.gentoo.org mailing list
01-19-2008, 07:08 PM
"Edel SM"
ss failed to compile
On 1/20/08, Matthijs Kooijman <matthijs@stdin.nl> wrote:
> Hey,
>
> I haven't got a clue what's going on, or what the actual error is, but perhaps
> you have a non-standard umask that the ss compile process does not support?
> You can check and set your umask with the "umask" command. It is "0022" by
> default.
hello mattijs.
thanks, yes my umask is 0022 (as root). do i need to look for someting
in my /etc/make.conf?
also, i was able to work around the merging of ss for now by:
ebuild /usr/portage/sys-libs/ss/ss-1.40.3.ebuild unpack
cd /var/tmp/portage/sys-libs/ss-1.40.3/work/e2fsprogs-1.40.3/lib/ss && make
ebuild /usr/portage/sys-libs/ss/ss-1.40.3.ebuild merge
but my e2fsprogs is still failing to compile, though.
make[3]: Leaving directory
`/var/tmp/portage/sys-fs/e2fsprogs-1.40.3/work/e2fsprogs-1.40.3/lib/ext2fs'
SUBST ext2_err.et
COMPILE_ET ext2_err.et
ext2_err.h: new permissions are r--rw-r--, not r--r--r--
ext2_err.c: new permissions are r--rw-r--, not r--r--r--
make[2]: *** [ext2_err.h] Error 1
make[2]: Leaving directory
`/var/tmp/portage/sys-fs/e2fsprogs-1.40.3/work/e2fsprogs-1.40.3/lib/ext2fs'
make[1]: *** [all-libs-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/sys-fs/e2fsprogs-1.40.3/work/e2fsprogs-1.40.3'
make: *** [all] Error 2
*
* ERROR: sys-fs/e2fsprogs-1.40.3 failed.
* Call stack:
* ebuild.sh, line 1701: Called dyn_compile
* ebuild.sh, line 1039: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* e2fsprogs-1.40.3.ebuild, line 86: Called die
* The specific snippet of code:
* emake -j1 COMPILE_ET=compile_et || die
* The die message:
* (no error message)
*
* If you need support, post the topmost build error, and the call
stack if relevant.
* A complete build log is located at
'/var/tmp/portage/sys-fs/e2fsprogs-1.40.3/temp/build.log'.
*