pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/40031 (devel/glib2 depends on textproc/gtk-doc)



The following reply was made to PR pkg/40031; it has been noted by GNATS.

From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: =?iso-8859-1?Q?J=F6rn?= Clausen <joern%uni-bielefeld.de@localhost>
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: pkg/40031 (devel/glib2 depends on textproc/gtk-doc)
Date: Mon, 22 Dec 2008 10:32:33 +0100

 On Mon, Dec 22, 2008 at 10:30:06AM +0100, Jörn Clausen wrote:
 > Sorry, can you tell me, which revision should contain the fix?
 
 I was thinking of this one:
 revision 1.151
 date: 2008/12/21 05:03:34;  author: obache;  state: Exp;  lines: +6 -1
 Add gtkdoc-rebase to TOOLS_NOOP on Darwin, for workaround of Bug#562310.
 
 but I now see that it's conditional on Darwin.
 If you add SunOS/Solaris to that ifdef, does it fix the problem?
 
 > Tim Zingelman explained to me, that the real problem is Solaris'  
 > /usr/bin/which, which does not set its return code to indicate the  
 > requested program not to be found. So the culprit is this line from  
 > glib-2.18.3/docs/reference/glib/Makefile:
 >
 >           ! which gtkdoc-rebase >/dev/null 2>&1 || \
 >             gtkdoc-rebase --relative --dest-dir=$(DESTDIR)  
 > --html-dir=$${installdir} ; \
 >
 > The code from glib 2.18.0 seems to be better suited for Solaris:
 >
 >           which gtkdoc-rebase >/dev/null && \
 >             gtkdoc-rebase --relative --dest-dir=$(DESTDIR)  
 > --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
 
 Please report this upstream!
  Thomas
 


Home | Main Index | Thread Index | Old Index