Displaying 20 results from an estimated 138 matches for "xsltproc".
2013 Feb 13
0
make dist: errors, and www.oasis-open.org almost stale
Hi,
I am trying to create a tarball from a 4.0.3 git checkout using "make
dist", but it throws errors (small sample below, detailed Copy&Paste on
request), and apart from this, www.oasis-open.org seems stale on
connects from xsltproc, as can be seen in the lsof sample, below as well.
Briefly and cheekily asked, is that normal? Are we all omitting docs in
packaging at the moment? If so, what are reasonable build options to use
these days? don't know, maybe it's a dumb question... I could also
imagine I have a version pr...
2003 Dec 18
5
support.htm
I''ll take this one next.
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
Shoreline, \ http://shorewall.net
Washington USA \ teastep@shorewall.net
2004 Aug 06
1
Parsing problem
If you want a good way to test out your xsl files, the following will help
quite a bit :
1. get a copy of the stats tree in a file somewhere : wget
http://admin:hackme@server:port/admin/stats;mv stats stats.xml
2. run xsltproc stats.xml yourfile.xsl
xsltproc will try to perform the transform and give you much better
messages than icecast will (icecast just says Cannot parse, but xsltproc
will give you file and line numbers and contextual information)
oddsock
At 03:43 AM 2/24/2004, you wrote:
>Hi everybody,
>
&g...
2012 Aug 22
3
Libvirt Seg Fault when compiling either 0.9.13 or 0.10.0-rc1
...ill be compatible with
qemu-kvm-1.1 but I cannot seem to get Libvirt to compile. During the make
portion of the install I get the following error:
...
make[4]: Entering directory `/home/shawn/libvirt-0.10.0/docs'
Generating 404.html.tmp
/bin/bash: line 5: 59204 Segmentation fault /usr/bin/xsltproc
--stringparam pagename $name --nonet --html ../docs/site.xsl 404.html.in >
404.html.tmp
make[4]: *** [404.html.tmp] Error 1
make[4]: Leaving directory `/home/shawn/libvirt-0.10.0/docs'
...
I have tried using "./configure --without-xen" and "./autogen
--without-xen" for t...
2016 Jun 17
2
Samba compilation failed
Hell all,
I am trying to install samba4 with source code.
I download samba-4.4.4.tar.gz, but while executing the make command, it
fail with this error :
Build failed: -> task failed (err #6):
{task: manpages/smb.conf.5 smb.conf.5.xml,parameters.all.xml ->
smb.conf.5}
Note : I have already run a make command that fail previously because i
made an error by specifying the ./configure
2015 Feb 04
1
netvision-mib driver
Hi Henning,
note that I've cc'ed the NUT users list for info.
2015-02-04 13:47 GMT+01:00 Henning Fehrmann <henning.fehrmann at aei.mpg.de>:
> Hi Arnaud,
>
> > the best to process the value would be to have the MIB definition for
> > upsAlarmOnBattery, as for example:
> > [1]
>
2003 Mar 11
3
website spec updated
I've installed new complete-page versions of the vorbis spec on the
website:
http://www.xiph.org/ogg/vorbis/doc/
the per-section html versions have not yet been updated.
I also updated docbook, xsltproc, and tetex on motherfish, and
installed a catalog file in /etc/xml/catalog since the docbook stuff is
a little hard to get going. The docs should build out of the box there
now if anyone else needs to do an update.
-r
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project h...
2011 Oct 25
1
Need help to compile libvirt-php
...ached) none
checking for a sed that does not truncate output... /usr/bin/sed
checking for gawk... (cached) gawk
checking for echo... echo
checking for rm... rm
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBXML... yes
checking for xsltproc... /usr/bin/xsltproc
checking for xmllint... /usr/bin/xmllint
checking for xmlcatalog... /usr/bin/xmlcatalog
checking for php-config... no
*configure: error: php-config not found; please install the PHP SDK*
webserver:~/libvirt-php-0.4.3 # ls /etc/php5/
apache2/ cli/ conf.d/
webserver:~/libvirt...
2005 Mar 16
0
Building latest svn Samba Docs PDF
Dear all,
Does anyone else get these errors:
/usr/bin/xsltproc --xinclude -o Samba-Developers-Guide-attributions.xml
xslt/gen
erate-attributions.xsl Samba-Developers-Guide/index.xml
warning: failed to load external entity
"Samba-Developers-Guide-attributions.xml
"
mkdir -p tmp
/usr/bin/xsltproc --stringparam latex.imagebasedir
"Samba-Developers-...
2015 Jul 17
2
Problems with the installation of the Samba 4.2.3
...ssential pkg-config libacl1 acl libacl1-dev
libblkid-dev libblkid1 attr libattr1 libattr1-dev libgnutls28-dev
libreadline-dev python-dev python-dnspython gdb libpopt-dev libldap2-dev
dnsutils libbsd-dev krb5-user docbook-xsl libcups2-dev libncurses-dev
libpam0g-dev libdm0-dev libfam0 fam libfam-dev xsltproc libnss3-dev
docbook-xsl-doc-html docbook-xsl-ns
I have compiled the following way:
./configure --prefix=/opt/samba --with-ads --with-shared-modules=idmap_a
--enable-debug --enable-selftest
make
make install
What is wrong?
2019 Sep 26
2
[PROVENANCE INTERNET] Re: Missing packages in centos8 mirrors or do I miss something?
For those who come across this thread, I've found the exact list of changed and dropped package between rhel:7 and rhel:8:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/considerations_in_adopting_rhel_8/index#package-replacements_changes-to-packages
Too bad that the "note" column is empty in the dropped package table. NO word about reason or
2004 Aug 06
2
Status.xml
Hi,
I have an XSL file that just transfers the XML straight through, see
status-xml.xsl here:
http://www.ecs.soton.ac.uk/~njh/libshout-doc/
<p>I also have an improved version of status.xsl there.
<p><p>Cheers,
<p>nick.
<p><p>>Hi everybody,
>
>If I understand well, the purpose of XSL files is re-formatting XML files.
>When I checked the admin
2010 Oct 22
0
NUT and AsciiDoc (was: Next AsciiDoc release)
...tion.toc.level to 1 e.g.
>
> a2x -v --attribute icons --attribute localdate=`TZ=UTC date +%Y-%m-%d`
> --attribute localtime=`TZ=UTC date +%H:%M:%S` --attribute iconsdir=./icons
> --attribute=badges --attribute=external_title -a toc -a numbered
> --destination-dir=. --format=chunked --xsltproc-opts "--stringparam
> generate.section.toc.level 1" user-manual.txt
>
> Use the toc.section.depth to increase the depth e.g.
>
> a2x -v --attribute icons --attribute localdate=`TZ=UTC date +%Y-%m-%d`
> --attribute localtime=`TZ=UTC date +%H:%M:%S` --attribute iconsdir=./...
2015 Jul 20
1
building samba git master: error with pyldb-util/ldb
...>=
0.9.25~), perl, perl-modules, pkg-config, po-debconf, python-all-dev
(>= 2.6.6-3), python-dnspython, python-ldb (>= 2:1.1.20~), python-ldb
-dev (>= 2:1.1.20~), python-ntdb, python-talloc-dev (>= 2.1.2~), python
-tdb (>= 1.3.6~), python-testtools, python3, subunit (>= 0.0.6),
xsltproc, zlib1g-dev (>= 1:1.2.3)
--
bye,
pabs
http://bonedaddy.net/pabs3/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: This is a digitally signed message part
URL: <http://lists.samba.org/pip...
2015 Aug 24
1
Wiki Update on Compiling Samba on Debian Jessie
...dev libaio-dev libattr1-dev libblkid-dev libbsd-dev \
libcap-dev libcups2-dev libgnutls28-dev libjson-perl \
libldap2-dev libncurses5-dev libpam0g-dev libparse-yapp-perl \
libpopt-dev libreadline-dev perl perl-modules pkg-config \
python-all-dev python-dev python-dnspython python-crypto \
xsltproc zlib1g-dev pkg-config
Please update the page accordingly.
https://wiki.samba.org/index.php/OS_Requirements <https://wiki.samba.org/index.php/OS_Requirements>
Kinglok, Fong
2018 Apr 05
1
SAMBA4 Ubuntu 18.04 - dependencies
...on-perl libldap2-dev libncurses5-dev libpam0g-dev
libparse-yapp-perl libpopt-dev libreadline-dev nettle-dev perl
perl-modules-5.26 pkg-config python-all-dev python-crypto python-dbg
python-dev python-dnspython python3-dnspython python-gpg python3-gpg
python-markdown python3-markdown python3-dev xsltproc zlib1g-dev
libkrb5-dev krb5-kdc
HEIMDAL KERBEROS:
# apt install acl attr autoconf bind9utils bison build-essential
debhelper dnsutils docbook-xml docbook-xsl flex gdb libjansson-dev
krb5-user libacl1-dev libaio-dev libarchive-dev libattr1-dev
libblkid-dev libbsd-dev libcap-dev libcups2-dev l...
2014 Sep 26
2
build samba manpages in CentOS 7
Hi,
I tried to build samba 4.1.12 in freshly installed CentOS 7 following
the descriptions on
https://wiki.samba.org/index.php/Build_Samba
https://wiki.samba.org/index.php/OS_Requirements
yum reports that it does not know the packages xattr, xsltproc, docbook.
Configure complains that perl is missing.
After adding perl, running configure, make, and make install, there are
no man pages anywhere in /usr/local/samba.
How can I build these man pages?
Klaus
2012 Dec 15
4
Installing manpages
According to the Samba documentation, the manpages are supposed to be
installed with Samba. Quote:
docs/manpages: You don't need to worry about these yet; during the
installation, the files will be installed so that you can use the man
command to read them. But you can take a look in the directory to see
which manpages are available.
My problem:
Samba4 on 64bit Fedora 17 will not
2014 Jan 23
1
[Bug 887] New: iptables.xslt wrong "match" -m handling
...echo -e "*nat\n:PREROUTING ACCEPT [0:0]\n:POSTROUTING ACCEPT [0:0]\n:INPUT
ACCEPT [0:0]\n:OUTPUT ACCEPT [0:0]\n-A PREROUTING -s 1.1.1.1/32 -d 2.2.2.2/32
-i lo -p tcp -m tcp -j DNAT --to-destination 3.3.3.3\n-A POSTROUTING -d
4.4.4.4/32 -o li -p tcp -j MASQUERADE\nCOMMIT" | iptables-xml | xsltproc
/usr/share/iptables/iptables.xslt -
# Generated by iptables.xslt
*nat
:PREROUTING ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
:INPUT ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A PREROUTING -m s1.1.1.1/32 -m d2.2.2.2/32 -m ilo -m ptcp -m tcp -j DNAT
--to-destination 3.3.3.3
-A POSTROUTING -m d4.4.4.4/32 -m oli -...
2016 May 26
0
Samba 4.4.3 debian wheezy backport intructions
...pkg-config build-essential bison faketime flex
libacl1-dev libarchive-dev libattr1-dev libblkid-dev libbsd-dev
libcap-dev libcups2-dev libgnutls-dev libncurses5-dev libpam0g-dev
libparse-yapp-perl libreadline-dev python-dnspython python-testtools
python-crypto debhelper docbook-xml docbook-xsl xsltproc dh-exec
libpopt-dev python-dev libaio-dev libldap2-dev python2.7-dbg cmake
dh-buildinfo asciidoc libxml2-utils
2. Add sid repo
Create /etc/apt/sources.list.d/sid.list with
deb http://ftp.de.debian.org/debian/ sid main non-free contrib
deb-src http://ftp.de.debian.org/debi...