First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 155847
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 157002
Assigned To: Gentoo Dockapp Team <desktop-dock@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tom Regner <gentoo@tomsdiner.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
adesklets-0.6.1-doc-makefile.patch the mentioned patch as attachment patch Tom Regner 2006-11-21 03:49 0000 413 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 155847 depends on: Show dependency tree
Bug 155847 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-11-21 03:33 0000
trying to emerge adesklets-0.6.1-r1, it wouldn#t install because of the
following error

test -d /var/tmp/portage/x11-misc/adesklets-0.6.1-r1/image//usr/share/info ||
/bin/sh /bin/sh
/var/tmp/portage/x11-misc/adesklets-0.6.1-r1/work/adesklets-0.6.1/install-sh -d
 /var/tmp/portage/x11-misc/adesklets-0.6.1-r1/image//usr/share/info
/bin/sh: /bin/sh cannot execute binary file

I stored the following patch as
"/usr/portage/x11-misc/files/adesklets-0.6.1-doc-makefile.patch"

----------------snip-------------------
--- doc/Makefile.in     2006-11-21 12:20:34.000000000 +0100
+++ doc/Makefile.in.fixed       2006-11-21 12:20:57.000000000 +0100
@@ -5,8 +5,8 @@
 # Makefile.am when creating a distribution of the package.
 #

-install = @SHELL@ @install_sh@ -c -m 644
-install_dir = @SHELL@ @install_sh@ -d
+install = @install_sh@ -c -m 644
+install_dir = @install_sh@ -d
 prefix  = @prefix@
 infodir = @infodir@
 man1dir = @mandir@/man1
----------------snip-------------------


and added the following line in src_unpack:

----------------snip-------------------
*** adesklets-0.6.1-r1.ebuild   2006-11-21 12:32:21.000000000 +0100
--- adesklets-0.6.1-r2.ebuild   2006-11-21 12:32:15.000000000 +0100
***************
*** 45,50 ****
--- 45,52 ----
        #Fix for bug #131813: linker flags ordering
        epatch ${FILESDIR}/${P}-fix-as-needed.patch

+       epatch ${FILESDIR}/adesklets-0.6.1-doc-makefile.patch
+
        #Fix for bug #148988: fontconfig >= 2.4 support
        use fontconfig &&
        {
----------------snip-------------------


an

 ebuild adesklets-0.6.1-r1.ebuild digest

and 

emerge adesklets

later, I had a working compile and install

------- Comment #1 From Tom Regner 2006-11-21 03:49:57 0000 -------
Created an attachment (id=102461) [details]
the mentioned patch as attachment

------- Comment #2 From parafin 2006-11-26 12:44:13 0000 -------
works for me. Also this revision fixes that bug with fontconfig.

------- Comment #3 From Samuli Suominen 2007-01-07 16:03:21 0000 -------
This patch worked for me also.

------- Comment #4 From Marcin D. Mikielewicz 2007-01-17 20:03:50 0000 -------
works for me too (on amd64 & x86).
It's almost 2 months since was marked as NEW, maybe someone can commit patch to
portage tree and close this bug ?

------- Comment #5 From Michele Noberasco 2007-01-24 08:47:48 0000 -------
This bug is the same as bug #157002, which I just fixed :-)
Thanks for the submission anyway ;-)

*** This bug has been marked as a duplicate of bug 157002 ***

First Last Prev Next    No search results available      Search page      Enter new bug