fixunix
Tags Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Re: Could someone force the rebuild of securing-debian-howto on master? - Debian

This is a discussion on Re: Could someone force the rebuild of securing-debian-howto on master? - Debian ; Hi Javier, Javier Fernández-Sanguino Peña schrieb am 17.01.05 11:20:35: > I'm not sure who has access to master, but it seems that it's unable to > regenerate the HTML files for the "Securing Debian Manual". Reviewing the > publish logs ...


Fix Unix > Linux > Debian > Re: Could someone force the rebuild of securing-debian-howto on master?

Reply
 
LinkBack Tools
  #1  
Old 10-06-2007, 05:19 PM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Re: Could someone force the rebuild of securing-debian-howto on master?

Hi Javier,

Javier Fernández-Sanguino Peña schrieb am 17.01.05 11:20:35:
> I'm not sure who has access to master, but it seems that it's unable to
> regenerate the HTML files for the "Securing Debian Manual". Reviewing the
> publish logs [1] it just tries to install the HTML files without
> regenerating them even though the publised html files hold a date of back
> December.
>
> I'm not sure if this is a time-skew problem, or a problem on my side, but I
> would appreciate if someone could force the 'securing-debian-howto'
> directory to be rebuilt in master. Anyone?


I found the problem:
$(wildcard %/*.sgml) in the line

$(MANUAL).%.html.stamp: $(MANUAL).%.sgml $(MANUAL).%.ent $(wildcard %/*.sgml)

is expanded to an empty string and not to what we expect. According to make's documentation
%/*.sgml should work in prerequisites as well (but not in variable assignments) but this fails too.
Is this a bug or a feature of make (in Woody and Sid)?

Replace $(wildcard %/*.sgml) by $(SGMLSRCS) (which also contains .ent files which where
missing up to now) to fix it (same approach is used for other targets).
Please note that $(SGMLSRCS) contains the source for all languages. Touch the Japanese
translation and the English one rebuilds :-))

PS: There are other DDP documents which use $(wildcard %/*.sgml). I will fix this soon (using
a similar workaround).

PS: You wrote in CVS log that Japanese fails to build for you on Sid. Please send me the errorlog.
IIRC it works for me on Sid.

Jens
__________________________________________________ ____________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
Reply With Quote
Reply

Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
debian.org/doc/manuals/securing-debian-howto/ unix Debian 3 07-19-2008 09:30 PM
Suggestions for Securing-debian-howto, section 4.2.1 unix Debian 1 10-06-2007 05:56 PM
Could someone force the rebuild of securing-debian-howto on master? unix Debian 3 10-06-2007 05:19 PM
[csmall@enc.com.au: securing debian howto is broken] unix Debian 5 10-06-2007 05:10 PM
Force a catalog to rebuild unix Veritas Backup Exec 0 02-21-2001 03:46 AM


All times are GMT. The time now is 10:09 AM.