First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 104103
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo net-p2p team <net-p2p@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Glenn L. McGrath <bug1@iinet.net.au>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
gnunet-gtk-0.7.0.ebuild gnunet-gtk-0.7.0 ebuild text/plain Glenn L. McGrath 2005-08-29 00:19 0000 829 bytes Details
gnunet-0.7.0.ebuild Updated gnunet ebuild text/plain Glenn L. McGrath 2005-08-29 00:21 0000 2.16 KB Details
libextractor-0.5.4.ebuild Updated libextractor ebuild text/plain Glenn L. McGrath 2005-08-29 00:26 0000 1.02 KB Details
gnunet-gtk-0.7.0.ebuild s/~X86/~x86/ text/plain Glenn L. McGrath 2005-08-29 16:08 0000 829 bytes Details
libextractor-0.5.4.ebuild updated libextractor ebuild text/plain Glenn L. McGrath 2005-08-30 18:59 0000 1011 bytes Details
gnunet-0.7.0.ebuild updated gnunet text/plain Glenn L. McGrath 2005-08-30 19:57 0000 2.29 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 104103 depends on: Show dependency tree
Bug 104103 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: 2005-08-29 00:17 0000
There has been a major update to gnunet, its now at version 0.7.0, it requires
libextractor-0.5.4

libextractor0.5.4 is also fairly new and it looks like they have sorted out some
build issues that caused issues with previous versions.

gnunet used to build a gnunet-gtk package, however the source has now been
split, so there is a new ebuild required for gnunet-gtk

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Glenn L. McGrath 2005-08-29 00:19:54 0000 -------
Created an attachment (id=67142) [edit]
gnunet-gtk-0.7.0 ebuild

Updated some configuration info, adjusted dependencies.

Works for me on amd64

------- Comment #2 From Glenn L. McGrath 2005-08-29 00:21:53 0000 -------
Created an attachment (id=67143) [edit]
Updated gnunet ebuild

Update previous gnunet package.

Updated post- install configuration isntrucations, adjust dependencies.

------- Comment #3 From Glenn L. McGrath 2005-08-29 00:25:03 0000 -------
(In reply to comment #1)
> Created an attachment (id=67142) [edit]
> gnunet-gtk-0.7.0 ebuild
> 
> Updated some configuration info, adjusted dependencies.
> 
> Works for me on amd64


Duoh, wrong description, this is a new ebuild, gnunet-gtk now has its own source
tarball instead of beign a part of gnunet

------- Comment #4 From Glenn L. McGrath 2005-08-29 00:26:28 0000 -------
Created an attachment (id=67144) [edit]
Updated libextractor ebuild

This is a new version of libextractor as required by gnunet-0.7.0

------- Comment #5 From Jakub Moc (RETIRED) 2005-08-29 00:58:57 0000 -------
*** Bug 104091 has been marked as a duplicate of this bug. ***

------- Comment #6 From Luis Felipe 2005-08-29 04:27:17 0000 -------
The gnunet-gtk ebuild wasn't working for me because it couldn't find the source
to download. I just changed the source address to : 
http://www.gnunet.org/download/gnunet-gtk-${PV}.tar.bz2


------- Comment #7 From Luis Felipe 2005-08-29 04:31:09 0000 -------
Also, s/X86/x86/g on gnunet-gtk-0.7.0.ebuild for it to work.


------- Comment #8 From Luis Felipe 2005-08-29 11:55:43 0000 -------
Well, continuing my reports, I just uninstalled them, since it simply wasn't
working. The /var/lib/GNUnet dir was empty (was it supposed to be like this ?)
and the gnunetd.conf file wasn't being installed anywhere on the system.
I have never messed around with ebuilds, but if I have the time I'm gonna try to
take a look at it this night.
hth

------- Comment #9 From Glenn L. McGrath 2005-08-29 16:04:05 0000 -------
You have to manually generate the config files before it will start, i dont
know
how to do config files in ebuilds....

In the postinst it reports the following isntructions

To configure
 1) Add user(s) to the gnunet group
 2) Run 'gnunet-setup' to generate your client config file
 3) Run Run gnunet-setup -d to generate a server config file
 4) Optionally copy the .gnunet/gnunetd.conf into /etc and use as a global
server config file

------- Comment #10 From Glenn L. McGrath 2005-08-29 16:08:43 0000 -------
Created an attachment (id=67222) [edit]
s/~X86/~x86/

As suggested change ~X86 to ~x86

------- Comment #11 From Glenn L. McGrath 2005-08-29 16:09:50 0000 -------
(In reply to comment #6)
> The gnunet-gtk ebuild wasn't working for me because it couldn't find the source
> to download. I just changed the source address to : 
> http://www.gnunet.org/download/gnunet-gtk-${PV}.tar.bz2
> 

It may have been a problem with mirrors not being upto date, i can see bot ha
.gz and .bz2 on the home page now. 


------- Comment #12 From Glenn L. McGrath 2005-08-29 20:49:27 0000 -------
TODO: fix libextractor ebuild so it doesnt usethedepreciated oggvorbis flag, as
per bug #94254

------- Comment #13 From Glenn L. McGrath 2005-08-30 18:59:52 0000 -------
Created an attachment (id=67306) [edit]
updated libextractor ebuild

Changes
 - Update libextractor home page
 - Change source to use the GNU mirror
 - Modify depreciated oggvorbis flag to vorbis
 - Add use flags for nls, zlib, gtk.

Perhaps i went overboard with the use flags, thoughts ?

------- Comment #14 From Glenn L. McGrath 2005-08-30 19:57:37 0000 -------
Created an attachment (id=67308) [edit]
updated gnunet

Changes
 - Make the gtk dependecny conditional.
 - Add an ncurses flaged dependency.
 - Add a zlib dependency.
 - Pass gtk/ncurses/guild conditional flags to configure.

TODO
 - Fix default configration.
 - Init scripts.

------- Comment #15 From Karol Wojtaszek (RETIRED) 2005-09-06 14:05:50 0000 -------
Commited to the tree, nice work. Thanks for help.

------- Comment #16 From Jakub Moc (RETIRED) 2005-09-06 14:14:04 0000 -------
(In reply to comment #15)
> Commited to the tree, nice work. Thanks for help.

Uhm, why this got reassigned to bug wranglers? Did you mean to close this or... ?

------- Comment #17 From Luis Felipe 2005-09-07 17:42:04 0000 -------
Won't the gnunet-gtk ebuild be included in portage too ???

------- Comment #18 From Karol Wojtaszek (RETIRED) 2005-09-10 08:31:35 0000 -------
SOrry, this should be FIXED.
What do you mean by gunnet-gtk?

------- Comment #19 From Glenn L. McGrath 2005-09-10 15:16:41 0000 -------
The attachment labeled s/~X86/~x86/ is an updated version of the top
attachment,
gnunet-gtk-0.7.0 ebuild.

gnunet-gtk is a graphical front end to gnunet.

gnunet-gtk used to be provided by the gnunet source, but as of gnunet-0.7.0 has
been split of into a seperate project.

gnunet-gtk ebuild should be added to portage as it is no longer provided by the
gnunet ebuild.

------- Comment #20 From Glenn L. McGrath 2005-09-10 15:27:37 0000 -------
Also i just addded #105545 which has a patch to fix a build error when
compiling
gnunet with mysql

------- Comment #21 From Marcin Kryczek (RETIRED) 2005-09-21 05:25:18 0000 -------
gnunet-gtk now in portage. thanks for reporting and sorry it took so long:|

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