Package: monodoc-browser
Version: 2.10-5
Severity: important
User: debian...@lists.debian.org
Usertags: piuparts


Hi,

while doing piuparts tests I noticed that the postinst script emits
errors, but does not fail:

Processing triggers for monodoc-browser ...
/var/lib/dpkg/info/monodoc-browser.postinst: line 33: [: missing `]'
/var/lib/dpkg/info/monodoc-browser.postinst: line 35: -e: command not found
generating monodoc search index...
grep: /etc/gre.d/*.conf: No such file or directory
generating monodoc search index... (this can take a while)
grep: /etc/gre.d/*.conf: No such file or directory

After adding set -x to the postinst script we get:

Processing triggers for monodoc-browser ...
+ set -e
+ case "$1" in
++ dpkg-query -f '${Status}' -W mono-gac
+ mono_gac_status='install ok installed'
+ '[' 'install ok installed' '!=' 'install ok installed' -a -x 
/usr/share/cli-common/gac-install -a -e /usr/share/cli-common/runtimes.d/mono 
']'
++ dpkg-query -f '${Status}' -W libgtk2.0-cil
+ libgtk_cil_status='install ok installed'
+ '[' 'install ok installed' '!=' 'install ok installed' -a -x 
/usr/share/cli-common/gac-package-install -a ' '
/var/lib/dpkg/info/monodoc-browser.postinst: line 34: [: missing `]'
+ -e /usr/share/cli-common/packages.d/libgtk2.0-cil.installcligac ']'
/var/lib/dpkg/info/monodoc-browser.postinst: line 36: -e: command not found
+ /usr/bin/update-monodoc
generating monodoc search index...
grep: /etc/gre.d/*.conf: No such file or directory
generating monodoc search index... (this can take a while)
grep: /etc/gre.d/*.conf: No such file or directory
Problem: O:Mono.Math.BigInteger.Conversion, with xpath: 
/Type/Members/Member[@MemberName='op_Conversion']/Docs
Problem: O:Mono.Simd.Vector2d.Conversion, with xpath: 
/Type/Members/Member[@MemberName='op_Conversion']/Docs
Problem: O:Mono.Simd.Vector2l.Conversion, with xpath: 
/Type/Members/Member[@MemberName='op_Conversion']/Docs
[...]
Problem: O:System.Web.UI.WebControls.FontUnit.Conversion, with xpath: 
/Type/Members/Member[@MemberName='op_Conversion']/Docs
Problem: O:System.Web.UI.WebControls.Unit.Conversion, with xpath: 
/Type/Members/Member[@MemberName='op_Conversion']/Docs
+ '[' triggered = configure ']'


There is an extra space after the line continuation backslash
in line 33 ...


cheers,

Andreas


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to