Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 280898

Summary: ebuild for dev-tcltk/tclgpg-9999
Product: Gentoo Linux Reporter: gtlinuxman <gtlinuxman>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement CC: openhs, sattva, totktonada.ru, zl29ah
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://code.google.com/p/tclgpg/
Whiteboard: EBUILD
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 509606    
Attachments: tclgpg-9999.ebuild
metadata.xml
paludis --info dev-tcltk/tclgpg
/var/log/paludis/1269863991-install-dev-tcltk_tclgpg-9999:0::booboo.out
tclgpg-9999.ebuild

Description gtlinuxman 2009-08-09 17:12:20 UTC
Tcl interface to GNU Privacy Guard with interface similar to TclGPGME.

Reproducible: Always

Steps to Reproduce:
Comment 1 gtlinuxman 2009-08-09 17:16:38 UTC
Created attachment 200701 [details]
tclgpg-9999.ebuild
Comment 2 gtlinuxman 2009-08-09 17:17:46 UTC
Created attachment 200703 [details]
metadata.xml
Comment 3 James Earl Spahlinger 2009-08-09 18:57:49 UTC
Thank you for this ebuild, you may also want to investigate putting your ebuild in the sunrise overlay which is located at http://www.gentoo.org/proj/en/sunrise/. When/if the ebuild is put into sunrise, please let us know on this bug.

Comment 4 Sergey 'L29Ah' Alirzaev 2010-03-28 00:26:15 UTC
/bin/sh: line 4: ./tclgpg.tcl: Permission denied
make: *** [install-lib-binaries] Error 126
make: *** Waiting for unfinished jobs....
Installing ./doc/gpg.n
/bin/sh: line 3: ./doc/gpg.n: Permission denied
make: *** [install-doc] Error 126
Comment 5 gtlinuxman 2010-03-28 06:05:22 UTC
Sergey 'L29Ah' Alirzaev, attach full build.log and environment files, please.
Comment 6 Sergey 'L29Ah' Alirzaev 2010-03-29 11:56:17 UTC
Created attachment 225641 [details]
paludis --info dev-tcltk/tclgpg
Comment 7 Sergey 'L29Ah' Alirzaev 2010-03-29 12:01:05 UTC
Created attachment 225647 [details]
/var/log/paludis/1269863991-install-dev-tcltk_tclgpg-9999:0::booboo.out
Comment 8 Sergey 'L29Ah' Alirzaev 2010-03-29 12:02:11 UTC
(In reply to comment #5)
> Sergey 'L29Ah' Alirzaev, attach full build.log and environment files, please.
> 

Sorry for paludis junk: too lazy to configure and learn to use portage after a year of paludis addiction.
Comment 9 gtlinuxman 2010-03-29 14:39:29 UTC
Please, install it using emerge.
Comment 10 Sergey 'L29Ah' Alirzaev 2010-04-01 01:38:29 UTC
(In reply to comment #4)
> /bin/sh: line 4: ./tclgpg.tcl: Permission denied
> make: *** [install-lib-binaries] Error 126
> make: *** Waiting for unfinished jobs....
> Installing ./doc/gpg.n
> /bin/sh: line 3: ./doc/gpg.n: Permission denied
> make: *** [install-doc] Error 126
> 
It gets empty INSTALL_DATA and other variables in the Makefile somewhy. Can kludge around this, but when done by hand everything works well. There must be a bug around paludis/autoconf/eclass: tested on other systems with the same result.
Comment 11 Michael Weber (RETIRED) gentoo-dev 2011-02-07 21:04:00 UTC
Created attachment 261755 [details]
tclgpg-9999.ebuild

it needs dev-tcltk/tcllib for dtplite during man file creation.