First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 201021
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Daniel Black <dragonheart@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Max Loparyev <max@city.veganet.ru>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
tclgpgme-1.0-r3.ebuild new ebuild text/plain Max Loparyev 2007-12-02 20:11 0000 975 bytes Details
1.0-Makefile.am.patch patch for Makefile.am patch Max Loparyev 2007-12-02 20:12 0000 871 bytes Details | Diff
1.0-configure.in.patch patch for configure.in text/plain Max Loparyev 2007-12-02 20:12 0000 338 bytes Details
tclgpgme-1.0-r3.ebuild.diff tclgpgme-1.0-r3.ebuild.diff patch Alon Bar-Lev (RETIRED) 2007-12-08 11:08 0000 740 bytes Details | Diff
tclgpgme-1.0-build.patch tclgpgme-1.0-build.patch patch Alon Bar-Lev (RETIRED) 2007-12-08 11:08 0000 1.72 KB Details | Diff
tclgpgme-1.0-r3.ebuild checked version of ebuild text/plain Max Loparyev 2007-12-08 11:35 0000 900 bytes Details
tclgpgme-1.0-r3.ebuild.diff diff patch Max Loparyev 2007-12-08 13:23 0000 664 bytes Details | Diff
tclgpgme-1.0-r3.ebuild.diff another diff patch Max Loparyev 2007-12-08 13:28 0000 1002 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 201021 depends on: Show dependency tree
Bug 201021 blocks: 173467
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: 2007-12-02 20:10 0000
I've managed to build tclgpgme with tcl8.5. Without it you'll get "unable to
load shared library because of unresolved tclStubPtr" error while executing
"package require tclgpgme". Because of very outdated libtool support files, i
have to use autogen.sh instead of normal configure/make/make install

------- Comment #1 From Max Loparyev 2007-12-02 20:11:09 0000 -------
Created an attachment (id=137562) [details]
new ebuild

------- Comment #2 From Max Loparyev 2007-12-02 20:12:09 0000 -------
Created an attachment (id=137564) [details]
patch for Makefile.am

------- Comment #3 From Max Loparyev 2007-12-02 20:12:26 0000 -------
Created an attachment (id=137566) [details]
patch for configure.in

------- Comment #4 From Alon Bar-Lev (RETIRED) 2007-12-08 11:08:07 0000 -------
Created an attachment (id=138006) [details]
tclgpgme-1.0-r3.ebuild.diff

Well, I am not tcl user... So I cannot really test this.
But please try this ebuild instead of yours.
It uses our own autotools reconfiguration, so it should be better.

------- Comment #5 From Alon Bar-Lev (RETIRED) 2007-12-08 11:08:43 0000 -------
Created an attachment (id=138007) [details]
tclgpgme-1.0-build.patch

------- Comment #6 From Max Loparyev 2007-12-08 11:35:19 0000 -------
Created an attachment (id=138008) [details]
checked version of ebuild 

Thank you for quick response. I've returned econf in compile section and now
everything seems to be working right.

------- Comment #7 From Alon Bar-Lev (RETIRED) 2007-12-08 12:24:38 0000 -------
Please submit only diffs not complete ebuilds.
I don't understand, what change have you made?

------- Comment #8 From Max Loparyev 2007-12-08 13:16:31 0000 -------
(In reply to comment #7)
> Please submit only diffs not complete ebuilds.
> I don't understand, what change have you made?
> 

diffs to what?
The only reason i've posted a full new ebuild is because your patch on ebuild
just failing with message 

patching file tclgpgme-1.0-r3.ebuild
Hunk #2 FAILED at 19.
1 out of 2 hunks FAILED -- saving rejects to file tclgpgme-1.0-r3.ebuild.rej

so please post original on what you want to see the diff, or better, just
download the previous ebuild that you had marked obsolete and run diff with my
last version. Nevertheless, i've noted what i changed in comments to the new
ebuild.

------- Comment #9 From Max Loparyev 2007-12-08 13:23:08 0000 -------
Created an attachment (id=138015) [details]
diff

you should get something like this :)

------- Comment #10 From Max Loparyev 2007-12-08 13:28:48 0000 -------
Created an attachment (id=138016) [details]
another diff

oops, actually you had expected this one I think

As I mentioned, to get the right diff isn't easy ;)

------- Comment #11 From Alon Bar-Lev (RETIRED) 2007-12-08 13:34:53 0000 -------
The base is the one exists on portage.
You send me a diff of your version, this does not help us to make a progress.

Sequence:
1. mkdir /usr/local/portage/dev-tcltk
2. cd /usr/local/portage/dev-tcltk
3. cp -a /usr/portage/dev-tcltk/tclgpgme .
4. cd tclgpgme
5. patch -p0 < attachment#138006 [details]
6. Test the resulting modified tclgpgme-1.0-r2.ebuild
7. If there is any problem, modify this ebuild, please attach:
diff -urNp tclgpgme-1.0-r2.ebuild
/usr/portage/dev-tcltk/tclgpgme/tclgpgme-1.0-r2.ebuild

Sending only diffs enables shorter review times. Please use this method in any
bug you open.

Thanks.

------- Comment #12 From Alon Bar-Lev (RETIRED) 2007-12-12 12:46:39 0000 -------
I need to know that the exact diff of attachment#138007 [details] works.

------- Comment #13 From Max Loparyev 2007-12-13 20:38:02 0000 -------
(In reply to comment #12)
> I need to know that the exact diff of attachment#138007 [details] [edit] works.
> 

yes, it works

------- Comment #14 From Alon Bar-Lev (RETIRED) 2007-12-13 21:35:48 0000 -------
Thanks!
Committed.

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