Re: [gentoo-user] lirc emerging: ACCESS VIOLATION SUMMARY

2006-12-03 Thread Neil Bothwick
On Sat, 2 Dec 2006 13:50:36 -0500, Jerry McBride wrote:

 If you are still following this thread... It's not your problem... it's
 an unexpected reaction between kbuild in latter version of kernels and
 portage. The simple fix is to patch kbuild in /usr/src/linux...

No it's not, although that has affected a number of other packages. In
this case, the fault is with lirc and has been fixed.

http://bugs.gentoo.org/show_bug.cgi?id=156807


-- 
Neil Bothwick

Bother, said Pooh, as Satan laid his soul to waste.


signature.asc
Description: PGP signature


Re: [gentoo-user] lirc emerging: ACCESS VIOLATION SUMMARY

2006-12-02 Thread Neil Bothwick
On Fri, 1 Dec 2006 09:07:51 -0600, Boyd Stephen Smith Jr. wrote:

 http://bugs.gentoo.org/show_bug.cgi?id=149307
 
 Says it should work with that kernel now, though.  Please comment on
 the bug.

It doesn't.

 You could be using an ebuild that doesn't ahve the necessary fix.  If 
 that's the case, try re-syncing, re-installing the kernel package, and 
 going from there (you may need to make modules_prepare on the new
 kernel as well), and you may find your issue has gone away.

I tried all that.

http://bugs.gentoo.org/show_bug.cgi?id=156807 was incorrectly marked a
duplicate of this. It  has now been reopened and contains a fix, although
I haven't tried it yet.


-- 
Neil Bothwick

Waiter! There's a fly in my qagh!


signature.asc
Description: PGP signature


Re: [gentoo-user] lirc emerging: ACCESS VIOLATION SUMMARY

2006-12-02 Thread Jerry McBride
On Friday 01 December 2006 06:28, Andrew Gaydenko wrote:
 After installing sys-kernel/gentoo-sources-2.6.19 I have tried
 to reinstall lirc and got the error shown below.

 Where is my fault?


 ===
 ...
 make[1]: Leaving directory
 `/wrk/tmp/portage/portage/app-misc/lirc-0.8.0-r6/work/lirc-0.8.0'

  Source compiled.

 --- ACCESS VIOLATION SUMMARY
 --- LOG FILE =
 /var/log/sandbox/sandbox-app-misc_-_lirc-0.8.0-r6-8905.log

 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13467.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13471.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13478.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13482.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13535.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13539.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13546.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13550.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13601.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13605.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13612.out
 open_wr:   /usr/src/linux-2.6.19-gentoo/astest13616.out
 ---
-


Andrew...

If you are still following this thread... It's not your problem... it's an 
unexpected reaction between kbuild in latter version of kernels and portage. 
The simple fix is to patch kbuild in /usr/src/linux...

Here's the relevent patch from gentoo-sources...

Index: linux-2.6.19/scripts/Kbuild.include
===
--- linux-2.6.19.orig/scripts/Kbuild.include
+++ linux-2.6.19/scripts/Kbuild.include
@@ -66,9 +66,11 @@ as-option = $(shell if $(CC) $(CFLAGS) $
 # as-instr
 # Usage: cflags-y += $(call as-instr, instr, option1, option2)
 
-as-instr = $(shell if echo -e $(1) | $(AS) /dev/null 21 -W -Z -o 
astest.out ; \
+as-instr = $(shell if echo -e $(1) | $(AS) /dev/null 21 -W -Z -o \
+  $(if $(KBUILD_EXTMOD),$(firstword 
$(KBUILD_EXTMOD))/)astest.out ; \
   then echo $(2); else echo $(3); fi; \
-  rm -f astest.out)
+  rm -f \
+  $(if $(KBUILD_EXTMOD),$(firstword 
$(KBUILD_EXTMOD))/)astest.out)
 
 # cc-option
 # Usage: cflags-y += $(call cc-option, -march=winchip-c6, -march=i586)


Basicly what it does is prevents emerge process from writing 
into /usr/src/linux...

Cheers...

--

Jerry McBride
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] lirc emerging: ACCESS VIOLATION SUMMARY

2006-12-01 Thread Andrew Gaydenko
After installing sys-kernel/gentoo-sources-2.6.19 I have tried
to reinstall lirc and got the error shown below.

Where is my fault?


===
...
make[1]: Leaving directory 
`/wrk/tmp/portage/portage/app-misc/lirc-0.8.0-r6/work/lirc-0.8.0'
 Source compiled.
--- ACCESS VIOLATION SUMMARY ---
LOG FILE = /var/log/sandbox/sandbox-app-misc_-_lirc-0.8.0-r6-8905.log

open_wr:   /usr/src/linux-2.6.19-gentoo/astest13467.out
open_wr:   /usr/src/linux-2.6.19-gentoo/astest13471.out
open_wr:   /usr/src/linux-2.6.19-gentoo/astest13478.out
open_wr:   /usr/src/linux-2.6.19-gentoo/astest13482.out
open_wr:   /usr/src/linux-2.6.19-gentoo/astest13535.out
open_wr:   /usr/src/linux-2.6.19-gentoo/astest13539.out
open_wr:   /usr/src/linux-2.6.19-gentoo/astest13546.out
open_wr:   /usr/src/linux-2.6.19-gentoo/astest13550.out
open_wr:   /usr/src/linux-2.6.19-gentoo/astest13601.out
open_wr:   /usr/src/linux-2.6.19-gentoo/astest13605.out
open_wr:   /usr/src/linux-2.6.19-gentoo/astest13612.out
open_wr:   /usr/src/linux-2.6.19-gentoo/astest13616.out

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lirc emerging: ACCESS VIOLATION SUMMARY

2006-12-01 Thread Neil Bothwick
On Fri, 1 Dec 2006 14:28:18 +0300, Andrew Gaydenko wrote:

 After installing sys-kernel/gentoo-sources-2.6.19 I have tried
 to reinstall lirc and got the error shown below.

http://bugs.gentoo.org/show_bug.cgi?id=153567


-- 
Neil Bothwick

When there's a will, I want to be in it.


signature.asc
Description: PGP signature


Re: [gentoo-user] lirc emerging: ACCESS VIOLATION SUMMARY

2006-12-01 Thread Neil Bothwick
On Fri, 1 Dec 2006 14:28:18 +0300, Andrew Gaydenko wrote:

 After installing sys-kernel/gentoo-sources-2.6.19 I have tried
 to reinstall lirc and got the error shown below.

Sorry, ignore my last post, that was the wrong bug.


-- 
Neil Bothwick

SITCOM: Single Income, Two Children, Oppressive Mortgage


signature.asc
Description: PGP signature


Re: [gentoo-user] lirc emerging: ACCESS VIOLATION SUMMARY

2006-12-01 Thread Boyd Stephen Smith Jr.
On Friday 01 December 2006 05:28, Andrew Gaydenko [EMAIL PROTECTED] wrote 
about '[gentoo-user] lirc emerging: ACCESS VIOLATION SUMMARY':
 After installing sys-kernel/gentoo-sources-2.6.19 I have tried
 to reinstall lirc and got the error shown below.

 Where is my fault?

http://bugs.gentoo.org/show_bug.cgi?id=149307

Says it should work with that kernel now, though.  Please comment on the 
bug.

You could be using an ebuild that doesn't ahve the necessary fix.  If 
that's the case, try re-syncing, re-installing the kernel package, and 
going from there (you may need to make modules_prepare on the new kernel 
as well), and you may find your issue has gone away.

-- 
If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability.
-- Gentoo Developer Ciaran McCreesh


pgpRMhnYqXOnC.pgp
Description: PGP signature


Re: [gentoo-user] lirc emerging: ACCESS VIOLATION SUMMARY

2006-12-01 Thread Neil Bothwick
On Fri, 1 Dec 2006 14:16:16 +, Neil Bothwick wrote:

  After installing sys-kernel/gentoo-sources-2.6.19 I have tried
  to reinstall lirc and got the error shown below.  
 
 Sorry, ignore my last post, that was the wrong bug.

Try http://bugs.gentoo.org/show_bug.cgi?id=149307 instead.


-- 
Neil Bothwick

Know thyself.  If you need help, call the C.I.A.


signature.asc
Description: PGP signature