First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 161093
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: dotnet AT gentoo DOT org <dotnet@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ed Catmur <ed@catmur.co.uk>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
automake-4641.out automake output text/plain Andrej Kacian (RETIRED) 2007-01-14 03:53 0000 23.49 KB Details
gtk-sharp-automake.patch gtk-sharp-automake.patch text/plain Ed Catmur 2007-01-14 17:05 0000 906 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 161093 depends on: Show dependency tree
Show dependency graph
Bug 161093 blocks: 153308
Votes: 0    Show votes for this bug    Vote for this bug

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







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


Description:   Opened: 2007-01-09 10:37 0000
* Running aclocal ...                                                    [ ok ]
 * Running libtoolize --copy --force --automake ...                       [ ok
]
 * Running aclocal ...                                                    [ ok
]
 * Running autoconf ...                                                   [ ok
]
 * Running autoheader ...                                                 [ ok
]
 * Running automake --add-missing --copy ...                              [ !!
]

 * Failed Running automake !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/dev-dotnet/art-sharp-2.16.0/temp/automake-1516.out


/var/tmp/portage/dev-dotnet/art-sharp-2.16.0/temp/automake-1516.out:
***** automake *****

art/../Makefile.include:16: addsuffix .$(ASSEMBLY: non-POSIX variable name
art/../Makefile.include:16: (probably a GNU make extension)
art/Makefile.am:20:   `art/../Makefile.include' included from here
art/../Makefile.include:16: addprefix policy., $(POLICY_VERSIONS: non-POSIX
variable name
...
sample/gconf/Makefile.am:27: use `install-data-hook' or `install-exec-hook',
not `install-hook'

------- Comment #1 From Ed Catmur 2007-01-09 11:08:04 0000 -------
Well, running sed -e 's/^install-hook/install-data-hook/' -i
${S}/sample/gconf/Makefile.am (or equivalent patch) seems to work.

------- Comment #2 From Barry Gear 2007-01-10 01:12:57 0000 -------
Just got this one too. Will try the patch

------- Comment #3 From Jason Komar 2007-01-10 18:48:09 0000 -------
Patch worked for me too.

Thanks,
Jason

------- Comment #4 From Sebastian Ferrara 2007-01-10 20:25:19 0000 -------
Just works.

Thanks

Seba

------- Comment #5 From Jason Komar 2007-01-11 07:03:47 0000 -------
Patched version is available from my overlay at:

http://code.google.com/p/stormfront/

if anyone's interested.

Jason

------- Comment #6 From Jakub Moc 2007-01-11 23:14:42 0000 -------
*** Bug 161664 has been marked as a duplicate of this bug. ***

------- Comment #7 From Andrej Kacian (RETIRED) 2007-01-14 03:53:28 0000 -------
Created an attachment (id=106894) [edit]
automake output

I seem to have different issue with automake (at least the contents of
automake.out file are different). See attachment.

------- Comment #8 From Andrej Kacian (RETIRED) 2007-01-14 03:55:14 0000 -------
This blocks stabilization of blam-1.8.4_pre2 in bug #153308.

------- Comment #9 From Andrej Kacian (RETIRED) 2007-01-14 03:55:44 0000 -------
Oh, forgot to CC myself - sorry about one more bugspam.

------- Comment #10 From Saleem Abdulrasool 2007-01-14 04:23:49 0000 -------
gtk-sharp should be fixed now.

------- Comment #11 From Andrej Kacian (RETIRED) 2007-01-14 11:47:07 0000 -------
Uh, this did not change anything for me. Changing WANT_AUTOMAKE from "latest"
to "1.9" helped though, and gtk-sharp installed OK at that point.

However, my troubles continue with glade-sharp-2.8.2 with the same automake
issue. :)

------- Comment #12 From Ed Catmur 2007-01-14 16:45:20 0000 -------
(In reply to comment #10)
> gtk-sharp should be fixed now.

No, you misspelled the sed command.
         sed -i -e 's/^install-hool/install-data-hook/' \
should be
         sed -i -e 's/^install-hook/install-data-hook/' \
                                  ^
Also, as ticho pointed out in comment 11, and as the original bug summary
indicated (probably not very clearly), this affects everything using
gtk-sharp-component.eclass.

------- Comment #13 From Ed Catmur 2007-01-14 17:05:31 0000 -------
Created an attachment (id=106960) [edit]
gtk-sharp-automake.patch

Fix typo in gtk-sharp-2.8.2.ebuild and add sed fix to
gtk-sharp-component.eclass.  This should be sufficient; all gtk-sharp-component
packages other than gtk-sharp itself call gtk-sharp-component_src_unpack(),
either implicitly or explicitly.

------- Comment #14 From Jakub Moc 2007-01-15 08:41:17 0000 -------
*** Bug 162150 has been marked as a duplicate of this bug. ***

------- Comment #15 From Rafael 2007-01-15 14:54:59 0000 -------
(In reply to comment #1)
> Well, running sed -e 's/^install-hook/install-data-hook/' -i
> ${S}/sample/gconf/Makefile.am (or equivalent patch) seems to work.
> 

Sorry, but how do I run that command? Im new to this. 

> gentoo lxuser # sed -e 's/^install-hook/install-data-hook/' -i
> sed: no input files

------- Comment #16 From Peter Johanson (RETIRED) 2007-01-18 08:22:55 0000 -------
I've commited a fix for the typo in the gtk-sharp-2.8.2 fix, as well as
including this fix in the gtk-sharp-component.eclass. It should be fixed in all
the *-sharp ebuilds now. Please feel free to re-open this if it isn't fixed.
Thanks to everyone here who contributed the fix(es) for this.

------- Comment #17 From Peter Johanson (RETIRED) 2007-01-18 08:24:11 0000 -------
*** Bug 161410 has been marked as a duplicate of this bug. ***

------- Comment #18 From Peter Johanson (RETIRED) 2007-01-18 08:24:29 0000 -------
*** Bug 161518 has been marked as a duplicate of this bug. ***

------- Comment #19 From Peter Johanson (RETIRED) 2007-01-18 08:24:46 0000 -------
*** Bug 161524 has been marked as a duplicate of this bug. ***

------- Comment #20 From Peter Johanson (RETIRED) 2007-01-18 08:25:14 0000 -------
*** Bug 161872 has been marked as a duplicate of this bug. ***

------- Comment #21 From Peter Johanson (RETIRED) 2007-01-18 08:25:45 0000 -------
*** Bug 161931 has been marked as a duplicate of this bug. ***

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