Re: [Sawfish] bug report: librep configuration bug

[ Thread Index | Date Index | More lists.tuxfamily.org/sawfish Archives ]


Christopher Roy Bratusek <nano@xxxxxxxxxxxxx> writes:
> Ater logging in to flyspray you'll see "Add new Task" in the toolbar, use this 
> to create a bug-report.

I don't get this because my account does not have permissions to
create new tasks.  If one want's users to be able to directly
submit bug reports, this seems like it should be a default.

Can someone update my account if you want a mere mortal to
create tickets.
 
> Your problem has been reported multiple times, though I'm not 100% anymore 
> about the cause...

The immediate cause is that libtool generates a bash libtool
script and then the librep src/Makefile runs this with /bin/sh
due to a hard coded /bin/sh in Makedefs.in.  A patch is attached
that fixes this.

Mark


diff --git a/Makedefs.in b/Makedefs.in
index b974742..b4b2063 100644
--- a/Makedefs.in
+++ b/Makedefs.in
@@ -20,7 +20,7 @@
 
 version=@version@
 libversion=@libversion@
-SHELL=/bin/sh
+SHELL=@SHELL@
 
 top_srcdir=@top_srcdir@
 srcdir=@srcdir@


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/