Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
app-admin/gnome-system-tools-2.17.91 failed
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
guru369
Apprentice
Apprentice


Joined: 02 Jun 2005
Posts: 225

PostPosted: Mon Feb 19, 2007 10:09 am    Post subject: app-admin/gnome-system-tools-2.17.91 failed Reply with quote

Hi.

Trying to get Gnome 2.17 installed...
Code:

/usr/bin/install -c -m 644 C/figures/time-servers.png /var/tmp/portage/app-admin/gnome-system-tools-2.17.91/image//usr/share/gnome/help/time-admin/C/figures/time-servers.png
/usr/bin/install -c -m 644 ./C/figures/time-tool.png /var/tmp/portage/app-admin/gnome-system-tools-2.17.91/image//usr/share/gnome/help/time-admin/C/figures/time-tool.png
/usr/bin/install: cannot stat `./C/figures/time-tool.png': No such file or directory
make[4]: *** [install-doc-figs] Error 1
make[4]: Leaving directory `/var/tmp/portage/app-admin/gnome-system-tools-2.17.91/work/gnome-system-tools-2.17.91/doc/time'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/var/tmp/portage/app-admin/gnome-system-tools-2.17.91/work/gnome-system-tools-2.17.91/doc/time'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/app-admin/gnome-system-tools-2.17.91/work/gnome-system-tools-2.17.91/doc/time'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-admin/gnome-system-tools-2.17.91/work/gnome-system-tools-2.17.91/doc'
make: *** [install-recursive] Error 1

!!! ERROR: app-admin/gnome-system-tools-2.17.91 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_install
  ebuild.sh, line 1060:   Called qa_call 'src_install'
  environment, line 3635:   Called src_install
  ebuild.sh, line 1304:   Called gnome2_src_install
  gnome2.eclass, line 85:   Called die

!!! install 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/app-admin/gnome-system-tools-2.17.91/temp/build.log'.

!!! This ebuild is from an overlay: '/usr/portage/local/layman/gnome-experimental'


Looks to me like theres a problem with the install section of the code:
Code:

/usr/bin/install -c -m 644 C/figures/time-servers.png /var/tmp/portage/app-admin/gnome-system-tools-2.17.91/image//usr/share/gnome/help/time-admin/C/figures/time-servers.png
/usr/bin/install -c -m 644 ./C/figures/time-tool.png /var/tmp/portage/app-admin/gnome-system-tools-2.17.91/image//usr/share/gnome/help/time-admin/C/figures/time-tool.png


Why does it adds ./ to the path??

Should I open a bug?


This comes from Gnome-experimental.


Is there a maintainer to the overlay?
I opened another bug 2 weeks ago with no resolution, Also On an ebuild from that overlay...


Dekel
_________________
Gentoo Rulz!!!
Back to top
View user's profile Send private message
moocha
Watchman
Watchman


Joined: 21 Oct 2003
Posts: 5722

PostPosted: Mon Feb 19, 2007 6:52 pm    Post subject: Re: app-admin/gnome-system-tools-2.17.91 failed Reply with quote

guru369 wrote:
This comes from Gnome-experimental.


Is there a maintainer to the overlay?
http://www.gentoo.org/proj/en/overlays/layman-global.txt wrote:
<overlay type = "svn" src = "http://overlays.gentoo.org/svn/proj/gnome" contact = "gnome@gentoo.org" status = "official" name = "gnome-experimental"> <description>experimental gnome ebuilds</description> </overlay>

_________________
Military Commissions Act of 2006: http://tinyurl.com/jrcto

"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin
Back to top
View user's profile Send private message
Junkyboy
n00b
n00b


Joined: 06 Jul 2002
Posts: 33

PostPosted: Tue Feb 20, 2007 4:12 am    Post subject: Reply with quote

If you want you can just grab the missing file and make a local ebuild for it. You can grab the file here: http://svn.gnome.org/viewcvs/gnome-system-tools/trunk/doc/time/C/figures/time-tool.png?pathrev=3766&revision=3766 and place it in the files directory of your copy of the ebuild in your local overlay.
Then edit the ebuild like so:
Code:

src_unpack() {
    gnome2_src_unpack
    cp ${FILESDIR}/time-tool.png  ${S}/doc/time/C/figures/

I just added the cp command beneath the unpack...worked for me.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum