gtk-gnutella-devel Digest, Vol 21, Issue 2

View: New views
1 Messages — Rating Filter:   Alert me  

gtk-gnutella-devel Digest, Vol 21, Issue 2

by gtk-gnutella-devel-request :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Send gtk-gnutella-devel mailing list submissions to
        gtk-gnutella-devel@...

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
or, via email, send a message with subject or body 'help' to
        gtk-gnutella-devel-request@...

You can reach the person managing the list at
        gtk-gnutella-devel-owner@...

When replying, please edit your Subject line so it is more specific
than "Re: Contents of gtk-gnutella-devel digest..."


Today's Topics:

   1. Re:  SVN access... (Christian Biere)
   2.  Trying to compile gtk-gnutella topless on OS X 10.5
      (ian.hindle@...)
   3. Re:  Trying to compile gtk-gnutella topless on OS X 10.5
      (Raphael Manfredi)
   4. Re:  Trying to compile gtk-gnutella topless on OS X 10.5
      (Alex Bennee)
   5. Re:  Trying to compile gtk-gnutella topless on OS X 10.5
      (Christian Biere)
   6. Re:  Trying to compile gtk-gnutella topless on OS X 10.5
      (Christian Biere)
   7. Re:  Trying to compile gtk-gnutella topless on OS X 10.5
      (Matthew Lye)
   8.  Are urn:sha1 searches being honored? (Matthew Lye)
   9. Re:  Are urn:sha1 searches being honored? (Christian Biere)


----------------------------------------------------------------------

Message: 1
Date: Fri, 18 Apr 2008 12:56:50 +0200
From: Christian Biere <christianbiere@...>
Subject: Re: [gtk-gnutella-devel] SVN access...
To: gtk-gnutella-devel@...
Message-ID: <20080418105650.GD23126@cyclonus>
Content-Type: text/plain; charset=us-ascii

Bill Pringlemeir wrote:
> I have the following text when I try to commit,
>
> Authentication realm: <https://gtk-gnutella.svn.sourceforge.net:443> SourceForge Subversion area
> Password for 'bpringlemeir': Authentication realm: <https://gtk-gnutella.svn.sourceforge.net:443> SourceForge Subversion area
> Username: svn: Commit failed (details follow):
> svn: MKACTIVITY of '/svnroot/gtk-gnutella/!svn/act/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx': authorization failed (https://gtk-gnutella.svn.sourceforge.net)

You might have to change password. Try to log in via the web interface.  Maybe
it's an intermittent problem. If nothing helps you could try checking out the
sources from SVN from scratch.

> I may have commited some source to another project.

It's about time to get a lawyer then.

> Anyways, the gtk2 build will fail in src/ui/gtk/gtk/uploads_stats.c if
> you run with -Werror.  The upload_stats_gui_add() can take a const
> parameter.  Maybe the gtk1 (and ui2c bridge as well?)

Should be fixed now.

--
1000 octets   = 1 ko = 1 kilooctet; 1024 octets   = 1 Kio = 1 kibioctet
1000^2 octets = 1 Mo = 1 megaoctet; 1024^2 octets = 1 Mio = 1 mebioctet
1000^3 octets = 1 Go = 1 gigaoctet; 1024^3 octets = 1 Gio = 1 gibioctet



------------------------------

Message: 2
Date: Wed, 23 Apr 2008 09:12:19 +0100
From: <ian.hindle@...>
Subject: [gtk-gnutella-devel] Trying to compile gtk-gnutella topless
        on OS X 10.5
To: <gtk-gnutella-devel@...>
Message-ID:
        <889CFEE20C74DE4AA936D6131C8F413A073094@...>
       
Content-Type: text/plain; charset="iso-8859-1"

Hi there,

Can anyone throw any light on the blow problem?  I have used mac ports to install GLib and Gtk+ but that hasn't helped. If I use mac ports to install gtk-gnutella it works fine, however, I wish to compile manually so that I can build the --topless version which I cannot figure out how to do with mac ports.

this is from the end of the compile process:

Feature Summary (Version 0.96.5):
-------------------------------------------------
GLib version                       : glib-2.x
GUI front-end                      : GTK2
GNU TLS support                    : no
IPv6 support                       : yes
NLS (Native Language Support)      : no
Fast assertions                    : yes
DBus support (experimental)        : no
Remote Shell Interface (deprecated): no
-------------------------------------------------
ERROR: Cannot compile against GLib. Library or header files might be missing.
ERROR: Cannot compile against Gtk+. Library or header files might be missing.
If you need help to resolve the compile problem, please send a mail to

        gtk-gnutella-devel (at) lists.sourceforge.net


Regards,
Ian






------------------------------

Message: 3
Date: Wed, 23 Apr 2008 08:36:05 +0000 (UTC)
From: Raphael_Manfredi@... (Raphael Manfredi)
Subject: Re: [gtk-gnutella-devel] Trying to compile gtk-gnutella
        topless on OS X 10.5
To: gtk-gnutella-devel@...
Message-ID: <fumsdl$4aq$1@...>
Content-Type: text/plain; charset="iso-8859-1"

Quoting ian.hindle@... from ml.softs.gtk-gnutella.devel:
:ERROR: Cannot compile against GLib. Library or header files might be missing.
:ERROR: Cannot compile against Gtk+. Library or header files might be missing.

Apparently you only have installed the runtime versions of glib and GTK but
you need the devel versions as well to get the header files...

Raphael



------------------------------

Message: 4
Date: Wed, 23 Apr 2008 09:56:41 +0100
From: Alex Bennee <alex@...>
Subject: Re: [gtk-gnutella-devel] Trying to compile gtk-gnutella
        topless on OS X 10.5
To: gtk-gnutella-devel@...
Message-ID: <20080423085641.GT30919@...>
Content-Type: text/plain; charset=us-ascii

On Wed, Apr 23, 2008 at 09:12:19AM +0100, ian.hindle@... wrote:
> Hi there,
>
> Can anyone throw any light on the blow problem?  I have used mac
ports to install GLib and Gtk+ but that hasn't helped. If I use mac
ports to install gtk-gnutella it works fine, however, I wish to
compile manually so that I can build the --topless version which I
cannot figure out how to do with mac ports.

I'm not familiar with Mac ports, is that the same as Fink?

> this is from the end of the compile process:
>
> Feature Summary (Version 0.96.5):
> -------------------------------------------------
> GLib version                       : glib-2.x
> GUI front-end                      : GTK2
> GNU TLS support                    : no
> IPv6 support                       : yes
> NLS (Native Language Support)      : no
> Fast assertions                    : yes
> DBus support (experimental)        : no
> Remote Shell Interface (deprecated): no
> -------------------------------------------------
> ERROR: Cannot compile against GLib. Library or header files might be missing.
> ERROR: Cannot compile against Gtk+. Library or header files might be missing.
> If you need help to resolve the compile problem, please send a mail to

Hmmm, I think I need to see more of the output. IIRC fink puts all
it's stuff in a special place on disk which may be why the Configure
script can't find glib headers (although it looks like it should
have).

--
Alex, homepage: http://www.bennee.com/~alex/
Did I SELL OUT yet??



------------------------------

Message: 5
Date: Wed, 23 Apr 2008 12:33:15 +0200
From: Christian Biere <christianbiere@...>
Subject: Re: [gtk-gnutella-devel] Trying to compile gtk-gnutella
        topless on OS X 10.5
To: ian.hindle@...
Cc: gtk-gnutella-devel@...
Message-ID: <20080423103314.GC3109@cyclonus>
Content-Type: text/plain; charset=us-ascii

ian.hindle@... wrote:
> Can anyone throw any light on the blow problem?  I have used mac ports to
> install GLib and Gtk+ but that hasn't helped. If I use mac ports to install
> gtk-gnutella it works fine, however, I wish to compile manually so that I can
> build the --topless version which I cannot figure out how to do with mac
> ports.
 
> this is from the end of the compile process:
> ERROR: Cannot compile against GLib. Library or header files might be missing.
> ERROR: Cannot compile against Gtk+. Library or header files might be missing.

Have you installed pkg-config? If not, you should install pkg-config using
mac ports. Otherwise, the directories where the libraries and header files
are installed to cannot be found. You could pass these paths manually though.

If you want to pass this information manually, you'll have to invoke build.sh
similar to this:

./build.sh --topless \
--cflags="-I$prefix/include/glib/glib-2.0 -I$prefix/lib/glib-2.0/include" \
--ldflags="-Wl,-R$prefix/lib -L$prefix/lib -lglib-2.0"

Note, you have to replace "$prefix" with the directory name used for the
installation of GLib. In case of mac ports, that might be /opt/local.

--
1000 octets   = 1 ko = 1 kilooctet; 1024 octets   = 1 Kio = 1 kibioctet
1000^2 octets = 1 Mo = 1 megaoctet; 1024^2 octets = 1 Mio = 1 mebioctet
1000^3 octets = 1 Go = 1 gigaoctet; 1024^3 octets = 1 Gio = 1 gibioctet



------------------------------

Message: 6
Date: Wed, 23 Apr 2008 12:47:02 +0200
From: Christian Biere <christianbiere@...>
Subject: Re: [gtk-gnutella-devel] Trying to compile gtk-gnutella
        topless on OS X 10.5
To: gtk-gnutella-devel@...
Message-ID: <20080423104702.GD3109@cyclonus>
Content-Type: text/plain; charset=us-ascii

Raphael Manfredi wrote:
> Quoting ian.hindle@... from ml.softs.gtk-gnutella.devel:
> :ERROR: Cannot compile against GLib. Library or header files might be missing.
> :ERROR: Cannot compile against Gtk+. Library or header files might be missing.
>
> Apparently you only have installed the runtime versions of glib and GTK but
> you need the devel versions as well to get the header files...

Well, this applies only to some Linux software package management systems.
Others are more human-friendly because they are not artificially removing parts
of software and discriminating between "mere users" and "developers" thereby
violating the spirit of free, open-source software.

YRLY

--
1000 octets   = 1 ko = 1 kilooctet; 1024 octets   = 1 Kio = 1 kibioctet
1000^2 octets = 1 Mo = 1 megaoctet; 1024^2 octets = 1 Mio = 1 mebioctet
1000^3 octets = 1 Go = 1 gigaoctet; 1024^3 octets = 1 Gio = 1 gibioctet



------------------------------

Message: 7
Date: Wed, 23 Apr 2008 21:02:28 -0400
From: Matthew Lye <mlye@...>
Subject: Re: [gtk-gnutella-devel] Trying to compile gtk-gnutella
        topless on OS X 10.5
To: gtk-gnutella-devel@...
Message-ID: <7B7464E3-1C57-43F6-8424-9698E54F3E40@...>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes


On 23-Apr-08, at 4:12 AM, <ian.hindle@...> <ian.hindle@...> wrote:

> Hi there,
>
> Can anyone throw any light on the blow problem?  I have used mac  
> ports to install GLib and Gtk+ but that hasn't helped. If I use mac  
> ports to install gtk-gnutella it works fine, however, I wish to  
> compile manually so that I can build the --topless version which I  
> cannot figure out how to do with mac ports.


If you're trying to use Gtk+/GLib installed by macports, do you have  
CPATH set to include /opt/include and DYLD_LIBRARY_PATH set to  
include /opt/lib?

In terms of figuring out what's going wrong, I'd recommend using the ./
Configure script rather than the build.sh script, just because it  
makes you do everything a step at a time, and complains if something  
fails (although it doesn't abort).
If you send me a log of the install attempt, I can take a look at it.  
I remember it as being a kind of steep learning curve, figuring out  
how to install on a Mac.

- matt lye





------------------------------

Message: 8
Date: Mon, 28 Apr 2008 13:21:46 -0400
From: Matthew Lye <mlye@...>
Subject: [gtk-gnutella-devel] Are urn:sha1 searches being honored?
To: gtk-gnutella-devel@...
Message-ID: <1A4FD305-5C11-4ECD-AD8D-EF9E990720E0@...>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

Hey all,

I've been noticing a complete blackout of urn:sha1 results recently.  
I just ran a test with "Crazy Frog hampster song-remix.mp3", a file  
that garnered 74 hits on a search for "crazy frog" in about 30  
seconds.  Searching via urn:sha1:KFVDRZZNNGJO5HMDAY4ZG6RTX2G65JL [the  
sha1 bin32 hash] has yet to produce a result after about 10 minutes.

(a)  All BearShare versions seem to have disappeared from my local  
gnutella network.  Are (Limewire)|(Frostwire)|(.*\(Gnucleus.*\)) not  
forwarding urn:sha1 searches?
(b)  Has anyone modified those modules recently?

curious,
Matt.




------------------------------

Message: 9
Date: Mon, 28 Apr 2008 22:57:40 +0200
From: Christian Biere <christianbiere@...>
Subject: Re: [gtk-gnutella-devel] Are urn:sha1 searches being honored?
To: gtk-gnutella-devel@...
Message-ID: <20080428205740.GF3000@cyclonus>
Content-Type: text/plain; charset=utf-8

Matthew Lye wrote:
> I've been noticing a complete blackout of urn:sha1 results recently.

This isn't so recent. It's been like this for a couple of years.

> (a)  All BearShare versions seem to have disappeared from my local
> gnutella network.  Are (Limewire)|(Frostwire)|(.*\(Gnucleus.*\)) not
> forwarding urn:sha1 searches?

LimeWire and all its derivatives (including FrostWire) do not respond
to urn:sha1 searches and do not forward them either. They are effectively
blackholes for these kind of queries.

> (b)  Has anyone modified those modules recently?

Not really.

--
1000 octets   = 1 ko = 1 kilooctet; 1024 octets   = 1 Kio = 1 kibioctet
1000^2 octets = 1 Mo = 1 megaoctet; 1024^2 octets = 1 Mio = 1 mebioctet
1000^3 octets = 1 Go = 1 gigaoctet; 1024^3 octets = 1 Gio = 1 gibioctet



------------------------------

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

------------------------------

_______________________________________________
gtk-gnutella-devel mailing list
gtk-gnutella-devel@...
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel


End of gtk-gnutella-devel Digest, Vol 21, Issue 2
*************************************************