Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29803 - kde-base access violation on amd64. Manual qmerge required.
Summary: kde-base access violation on amd64. Manual qmerge required.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: High major
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 30539 (view as bug list)
Depends on:
Blocks: 29804
  Show dependency tree
 
Reported: 2003-09-28 07:22 UTC by Brad House
Modified: 2003-10-07 07:56 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch against a makefile that makes the error go away (kde-sandbox-mkfontidir.diff,939 bytes, patch)
2003-10-06 23:07 UTC, Andrew Johnson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brad House 2003-09-28 07:22:33 UTC
Access violation occurred during install process, which then required a manual qmerge to install it.  The access violation was a simple chmod.  Shouldn't the ebuild continue anyway?

After manual qmerge, kde-base runs perfectly on amd64.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2003-09-28 10:41:56 UTC
can you show where the chmod happened?  in the ebuild or as part of the kde's
installation process?
Comment 2 Brad House 2003-09-28 10:44:18 UTC
this is all it showed in my 
/tmp/sandbox-kdebase-3.1.4-32412.log

:
chmod:     /kdebase-3.1.4/image/usr/kde/3.1/share/fonts/override/fonts.dir
Comment 3 Andrew Johnson 2003-10-06 23:05:25 UTC
*** Bug 30539 has been marked as a duplicate of this bug. ***
Comment 4 Andrew Johnson 2003-10-06 23:07:26 UTC
Created attachment 18891 [details, diff]
Patch against a makefile that makes the error go away

mkfontdir seems to be triggering this... here's a patch against one of the
makefiles that makes the error go away.
Comment 5 Andrew Johnson 2003-10-06 23:28:09 UTC
Comment on attachment 18891 [details, diff]
Patch against a makefile that makes the error go away

>***
/var/tmp/portage/kdebase-3.1.4/work/kdebase-3.1.4/kcontrol/input/Makefile.orig
Mon Oct  6 19:32:22 2003
>---
/var/tmp/portage/kdebase-3.1.4/work/kdebase-3.1.4/kcontrol/input/Makefile
Mon Oct  6 19:32:31 2003
>***************
>*** 923,931 ****
>  	$(XGETTEXT) *.cpp -o $(podir)/kcminput.pot
>  
>  install-data-hook:
>  	$(mkinstalldirs) $(DESTDIR)$(prefix)/share/fonts/override
>! 	-mkfontdir $(DESTDIR)$(prefix)/share/fonts/override
>  # Tell versions [3.59,3.63) of GNU make to not export all variables.
>  # Otherwise a system limit (for SysV at least) may be exceeded.
>  .NOEXPORT:
>  
>--- 923,931 ----
>  	$(XGETTEXT) *.cpp -o $(podir)/kcminput.pot
>  
>  install-data-hook:
>  	$(mkinstalldirs) $(DESTDIR)$(prefix)/share/fonts/override
>! #	-mkfontdir $(DESTDIR)$(prefix)/share/fonts/override
>  # Tell versions [3.59,3.63) of GNU make to not export all variables.
>  # Otherwise a system limit (for SysV at least) may be exceeded.
>  .NOEXPORT:
>
Comment 6 Brad House 2003-10-07 07:56:39 UTC
Thanks.
Had to modify the patch though to patch Makefile.am and Makefile.in
as Makefile is generated by ./configure
Anyhow, the patch is committed, should be available via rsync in 30mins or
so.