Re: RFS: syx

2008-06-27 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 27 Jun 2008 19:06:40 +0200 David Paleino <[EMAIL PROTECTED]> wrote: > You could try this: > > dh_shlibdeps -l/usr/lib/syx/ > > But, in theory, newer versions of dpkg-shlibdeps shouldn't need this. > Didn't solve the problem. I've tried to

Re: RFS: syx

2008-06-27 Thread David Paleino
On Fri, 27 Jun 2008 19:02:18 -0500, Luca Bruno wrote: > On Fri, 27 Jun 2008 18:28:03 +0200 > David Paleino <[EMAIL PROTECTED]> wrote: > > > man dh_makeshlibs: > > > > -n, --noscripts > >Do not modify postinst/postrm scripts. > > > > $ dpkg -l debhelper | grep ^ii > > ii debhelper

Re: RFS: syx

2008-06-27 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 27 Jun 2008 18:28:03 +0200 David Paleino <[EMAIL PROTECTED]> wrote: > man dh_makeshlibs: > > -n, --noscripts >Do not modify postinst/postrm scripts. > > $ dpkg -l debhelper | grep ^ii > ii debhelper7.0.13 helpe

Re: RFS: syx

2008-06-27 Thread David Paleino
On Fri, 27 Jun 2008 17:40:05 -0500, Luca Bruno wrote: > On Fri, 27 Jun 2008 17:07:31 +0200 > David Paleino <[EMAIL PROTECTED]> wrote: > > > You might want to use dh_makeshlibs --no-scripts, but I don't really know if > > that's ok for "private" libraries (probably someone could also suggest you >

Re: RFS: syx

2008-06-27 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 27 Jun 2008 17:07:31 +0200 David Paleino <[EMAIL PROTECTED]> wrote: > Are they in /usr/lib/something/? /usr/lib/syx > You might want to use dh_makeshlibs --no-scripts, but I don't really know if > that's ok for "private" libraries (probably

Re: RFS: syx

2008-06-27 Thread David Paleino
On Fri, 27 Jun 2008 16:52:22 -0500, Luca Bruno wrote: > On Fri, 27 Jun 2008 14:46:58 +0200 > David Paleino <[EMAIL PROTECTED]> wrote: > > > What do you have in debian/*.post{inst,rm}? (Sorry, no time to dget the > > package :() > > In this package there's libsyx0, and some plugins (syx-gtk, syx-

Re: RFS: syx

2008-06-27 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 27 Jun 2008 14:46:58 +0200 David Paleino <[EMAIL PROTECTED]> wrote: > What do you have in debian/*.post{inst,rm}? (Sorry, no time to dget the > package :() > In this package there's libsyx0, and some plugins (syx-gtk, syx-readline, syx-x11)

Re: RFS: syx

2008-06-27 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 27 Jun 2008 16:09:23 +0200 David Paleino <[EMAIL PROTECTED]> wrote: > On Sat, 21 Jun 2008 10:20:19 -0500, Luca Bruno wrote: > > > I am looking for a sponsor for my package "syx". > > > > * Package name: syx > > Version : 0.1.7-

Re: RFS: syx

2008-06-27 Thread David Paleino
On Sat, 21 Jun 2008 10:20:19 -0500, Luca Bruno wrote: > I am looking for a sponsor for my package "syx". > > * Package name: syx > Version : 0.1.7-1 > Upstream Author : Luca Bruno <[EMAIL PROTECTED]> You might ask your omonymous to upload the package for you! :) Luca Bruno <[EMA

Re: RFS: syx

2008-06-27 Thread David Paleino
Don't CC me, thanks. On Fri, 27 Jun 2008 13:16:27 -0500, Luca Bruno wrote: > On Fri, 27 Jun 2008 12:06:49 +0200 > David Paleino <[EMAIL PROTECTED]> wrote: > > > See #347650 for a patch [1] to ltmain.sh provided by Josselin Mouette. > > That works for me most of the time. :) > > Nice patch thank

Re: RFS: syx

2008-06-27 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 27 Jun 2008 12:06:49 +0200 David Paleino <[EMAIL PROTECTED]> wrote: > See #347650 for a patch [1] to ltmain.sh provided by Josselin Mouette. > That works for me most of the time. :) > > David Nice patch thanks. I had to modify it a little to

Re: RFS: syx

2008-06-27 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 27 Jun 2008 11:54:06 +0200 Mike Hommey <[EMAIL PROTECTED]> wrote: > The only way I found to fool libtool is to set CC to "gcc -Wl,--as-needed". > Another way is to patch libtool... > But CC is used also when compiling object files not only w

Re: RFS: syx

2008-06-27 Thread David Paleino
On Fri, 27 Jun 2008 11:54:06 +0200, Mike Hommey wrote: > On Fri, Jun 27, 2008 at 11:38:22AM -0500, Luca Bruno <[EMAIL PROTECTED]> > wrote: > > > On Fri, 27 Jun 2008 00:04:19 +0200 > > Mike Hommey <[EMAIL PROTECTED]> wrote: > > > > > I bet this thing builds using libtool, right ? libtool is known

Re: RFS: syx

2008-06-27 Thread Mike Hommey
On Fri, Jun 27, 2008 at 11:38:22AM -0500, Luca Bruno <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Fri, 27 Jun 2008 00:04:19 +0200 > Mike Hommey <[EMAIL PROTECTED]> wrote: > > > I bet this thing builds using libtool, right ? libtool is known to be > > reorder

Re: RFS: syx

2008-06-27 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 27 Jun 2008 00:04:19 +0200 Mike Hommey <[EMAIL PROTECTED]> wrote: > I bet this thing builds using libtool, right ? libtool is known to be > reordering gcc arguments, and with -Wl,--as-needed, that breaks > everything, as it puts it at the end,

Re: RFS: syx

2008-06-26 Thread Mike Hommey
On Thu, Jun 26, 2008 at 11:57:03PM -0500, Luca Bruno wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thu, 26 Jun 2008 22:53:28 +0200 > "Jeffrey Ratcliffe" <[EMAIL PROTECTED]> wrote: > > > >> dpkg-shlibdeps: warning: > > >> debian/syx-gtk/usr/lib/syx/gtk/libsyx-gtk.so.0.0.0 shouldn

Re: RFS: syx

2008-06-26 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 26 Jun 2008 22:53:28 +0200 "Jeffrey Ratcliffe" <[EMAIL PROTECTED]> wrote: > >> dpkg-shlibdeps: warning: > >> debian/syx-gtk/usr/lib/syx/gtk/libsyx-gtk.so.0.0.0 shouldn't be linked > >> with libgthread-2.0.so.0 (it uses none of its symbols). >

Re: RFS: syx

2008-06-26 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 26 Jun 2008 22:53:28 +0200 "Jeffrey Ratcliffe" <[EMAIL PROTECTED]> wrote: > 2008/6/26 Luca Bruno <[EMAIL PROTECTED]>: > >> dpkg-shlibdeps: warning: symbol syx_interp_enter_context used by > >> debian/syx-gtk/usr/lib/syx/gtk/libsyx-gtk.so.0.0.0

Re: RFS: syx

2008-06-26 Thread Jeffrey Ratcliffe
2008/6/26 Luca Bruno <[EMAIL PROTECTED]>: >> dpkg-shlibdeps: warning: symbol syx_interp_enter_context used by >> debian/syx-gtk/usr/lib/syx/gtk/libsyx-gtk.so.0.0.0 found in none of >> the libraries. This presumably means that you have forgotten to link one of the libraries. See the man page for dp

Re: RFS: syx

2008-06-26 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 25 Jun 2008 17:53:35 +0200 "Jeffrey Ratcliffe" <[EMAIL PROTECTED]> wrote: > 2008/6/25 Luca Bruno <[EMAIL PROTECTED]>: > > I uploaded the -1 version again and removed the further changelog entries. > > It builds now, but you have some warnings

Re: RFS: syx

2008-06-25 Thread Jeffrey Ratcliffe
2008/6/25 Luca Bruno <[EMAIL PROTECTED]>: > I uploaded the -1 version again and removed the further changelog entries. It builds now, but you have some warnings to fix: dpkg-shlibdeps: warning: symbol syx_interp_enter_context used by debian/syx-gtk/usr/lib/syx/gtk/libsyx-gtk.so.0.0.0 found in non

Re: RFS: syx

2008-06-25 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 25 Jun 2008 12:36:09 +0200 "Jeffrey Ratcliffe" <[EMAIL PROTECTED]> wrote: > I assume that > > rm -rf doc/reference/{html,latex,rtf,xml} > > is a bashism, as replacing it with > > rm -rf doc/reference/html > rm -rf doc/reference/

Re: RFS: syx

2008-06-25 Thread Jeffrey Ratcliffe
2008/6/25 Luca Bruno <[EMAIL PROTECTED]>: >> rm -rf doc/reference/{html,latex,rtf,xml} >> mkdir doc/reference/html >> mkdir: cannot create directory `doc/reference/html': File exists >> make: *** [clean] Error 1 >> > > How is it possible? The doc/reference/html is deleted just before doing > mkdir

Re: RFS: syx

2008-06-25 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 24 Jun 2008 17:25:41 +0200 "Jeffrey Ratcliffe" <[EMAIL PROTECTED]> wrote: > 2008/6/21 Luca Bruno <[EMAIL PROTECTED]>: > > I am looking for a sponsor for my package "syx". > > > > * Package name: syx > > Version : 0.1.7-1 > > Upst

Re: RFS: syx

2008-06-24 Thread Jeffrey Ratcliffe
2008/6/21 Luca Bruno <[EMAIL PROTECTED]>: > I am looking for a sponsor for my package "syx". > > * Package name: syx > Version : 0.1.7-1 > Upstream Author : Luca Bruno <[EMAIL PROTECTED]> > * URL : http://syx.googlecode.com > * License : MIT license > Section

RFS: syx

2008-06-21 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear mentors, I am looking for a sponsor for my package "syx". * Package name: syx Version : 0.1.7-1 Upstream Author : Luca Bruno <[EMAIL PROTECTED]> * URL : http://syx.googlecode.com * License : MIT license Sect

RFS: syx

2008-06-09 Thread Luca Bruno
Dear mentors, I am looking for a sponsor for my package "syx". * Package name: syx Version : 0.1.7-1 Upstream Author : Luca Bruno <[EMAIL PROTECTED]> * URL : http://syx.googlecode.com * License : MIT Section : interpreters It builds these binary pack