<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/modules/wscript_build, branch talloc-2.0.7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>s3-build Prepare to require fully defined modules</title>
<updated>2011-07-03T07:20:02+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-07-03T07:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a3c9dd3d48a97bf7c1c7731f0e52b72cc019fb1b'/>
<id>a3c9dd3d48a97bf7c1c7731f0e52b72cc019fb1b</id>
<content type='text'>
This specifies some more deps for our modules, and ensures that the
subsystem that it links against is in fact a library, which will avoid
issues with introducing duplicate symbols.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This specifies some more deps for our modules, and ensures that the
subsystem that it links against is in fact a library, which will avoid
issues with introducing duplicate symbols.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-waf: add some missing tdb dependencies.</title>
<updated>2011-06-28T14:43:01+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-06-28T14:39:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8bc3f957bc098ee9310b468ce463a75090873bc6'/>
<id>8bc3f957bc098ee9310b468ce463a75090873bc6</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util Remove samba-util-common!</title>
<updated>2011-06-20T23:36:22+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-06-20T10:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5db74b9607f4a5fc5ecaa8be0d744222cd55153c'/>
<id>5db74b9607f4a5fc5ecaa8be0d744222cd55153c</id>
<content type='text'>
All of this code is now in common, so we don't need the second
'-common' library any more!

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All of this code is now in common, so we don't need the second
'-common' library any more!

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix numerous missing dependencies in WAF build scripts</title>
<updated>2011-05-25T17:22:13+00:00</updated>
<author>
<name>Sean Finney</name>
<email>seanius@seanius.net</email>
</author>
<published>2011-05-20T08:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0f8018676a6cb33238d506338d4fbb8b683550d3'/>
<id>0f8018676a6cb33238d506338d4fbb8b683550d3</id>
<content type='text'>
With the recent consolidation of code between s3 and s4, a number of new
dependencies have been implicitly introduced.  For example, previous s3
code gained an implicit dependency on talloc after the charset related
consolidation (lib/util/charset/charset.h now includes talloc.h).  When
building against the embedded version of talloc this isn't a problem
since the paths are automatically added to the search path, but when
building against the external libraries build failures will occur for
all components that don't directly or indirectly include talloc as
a dependency.

Since charset.h is included from util.h, which in turn is included from
includes.h, this means most of the codebase (s3 and s4) has such an
undeclared dependency.

Therefore, samba-util-common and samba-util have been added as
dependencies to the s3 and s4 code respectively, for all cases where
the source would otherwise fail to build.  Additionally, a few other
dependencies are added in specific wscript_build files to address
similar dependency-related problems.

https://bugzilla.samba.org/show_bug.cgi?id=8128

Signed-off-by: Sean Finney &lt;seanius@seanius.net&gt;
Signed-off-by: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;

Autobuild-User: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Autobuild-Date: Wed May 25 19:22:13 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the recent consolidation of code between s3 and s4, a number of new
dependencies have been implicitly introduced.  For example, previous s3
code gained an implicit dependency on talloc after the charset related
consolidation (lib/util/charset/charset.h now includes talloc.h).  When
building against the embedded version of talloc this isn't a problem
since the paths are automatically added to the search path, but when
building against the external libraries build failures will occur for
all components that don't directly or indirectly include talloc as
a dependency.

Since charset.h is included from util.h, which in turn is included from
includes.h, this means most of the codebase (s3 and s4) has such an
undeclared dependency.

Therefore, samba-util-common and samba-util have been added as
dependencies to the s3 and s4 code respectively, for all cases where
the source would otherwise fail to build.  Additionally, a few other
dependencies are added in specific wscript_build files to address
similar dependency-related problems.

https://bugzilla.samba.org/show_bug.cgi?id=8128

Signed-off-by: Sean Finney &lt;seanius@seanius.net&gt;
Signed-off-by: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;

Autobuild-User: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
Autobuild-Date: Wed May 25 19:22:13 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util/charset Move built-in charset modules to the top level</title>
<updated>2011-05-13T16:50:23+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-05-13T08:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f18cca9a0a690013eb609719c4798da9b0e1054b'/>
<id>f18cca9a0a690013eb609719c4798da9b0e1054b</id>
<content type='text'>
This removes the 'charset' subsystem and allows these modules to be
used across the whole of Samba.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes the 'charset' subsystem and allows these modules to be
used across the whole of Samba.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-waf: add vfs_gpfs_hsm_notify to the build.</title>
<updated>2011-05-04T17:03:45+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-05-04T16:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0d1b2d2033e9cc33accea29a4c3a8fafd3d75aa2'/>
<id>0d1b2d2033e9cc33accea29a4c3a8fafd3d75aa2</id>
<content type='text'>
Volker, can you please check this is correct ?

Guenther

Autobuild-User: Günther Deschner &lt;gd@samba.org&gt;
Autobuild-Date: Wed May  4 19:03:45 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Volker, can you please check this is correct ?

Guenther

Autobuild-User: Günther Deschner &lt;gd@samba.org&gt;
Autobuild-Date: Wed May  4 19:03:45 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-waf: use SAMBA3_*() build rules in source3/build</title>
<updated>2011-02-18T05:46:41+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-02-09T04:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c8b2b109760b366bee6dcf7c6c306936d271f508'/>
<id>c8b2b109760b366bee6dcf7c6c306936d271f508</id>
<content type='text'>
this brings the s3 waf build much closer to the proposed s3build top
level build, using the same bld.SAMBA3_*() rules

There are a few renames of subsystems in here, with a 3 suffix where
it would create a conflict.

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this brings the s3 waf build much closer to the proposed s3build top
level build, using the same bld.SAMBA3_*() rules

There are a few renames of subsystems in here, with a 3 suffix where
it would create a conflict.

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-waf: On FreeBSD, compile zfsacl if sunacl.h is around.</title>
<updated>2011-01-31T09:51:10+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2011-01-31T08:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=35a7bebe2bc2c26ad2ee0a2ef9ce4217ca42e0ef'/>
<id>35a7bebe2bc2c26ad2ee0a2ef9ce4217ca42e0ef</id>
<content type='text'>
Volker, please check.

Guenther

Autobuild-User: Günther Deschner &lt;gd@samba.org&gt;
Autobuild-Date: Mon Jan 31 10:51:10 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Volker, please check.

Guenther

Autobuild-User: Günther Deschner &lt;gd@samba.org&gt;
Autobuild-Date: Mon Jan 31 10:51:10 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-waf: avoid module name uppercasing.</title>
<updated>2010-12-01T17:39:14+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2010-12-01T11:10:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=133a2ffd006062c1e55e79a1ed4fb756b182a63c'/>
<id>133a2ffd006062c1e55e79a1ed4fb756b182a63c</id>
<content type='text'>
This finally allows mixed case module names like the classic build
(./configure --shared_modules=charset_CP850)

Guenther

Autobuild-User: Günther Deschner &lt;gd@samba.org&gt;
Autobuild-Date: Wed Dec  1 18:39:14 CET 2010 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This finally allows mixed case module names like the classic build
(./configure --shared_modules=charset_CP850)

Guenther

Autobuild-User: Günther Deschner &lt;gd@samba.org&gt;
Autobuild-Date: Wed Dec  1 18:39:14 CET 2010 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-waf: add vfs_time_audit to the build.</title>
<updated>2010-10-28T15:14:27+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2010-10-28T13:59:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=090fcb011485411d887b94c7c2a53e398766cfc9'/>
<id>090fcb011485411d887b94c7c2a53e398766cfc9</id>
<content type='text'>
Guenther

Autobuild-User: Günther Deschner &lt;gd@samba.org&gt;
Autobuild-Date: Thu Oct 28 15:14:27 UTC 2010 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther

Autobuild-User: Günther Deschner &lt;gd@samba.org&gt;
Autobuild-Date: Thu Oct 28 15:14:27 UTC 2010 on sn-devel-104
</pre>
</div>
</content>
</entry>
</feed>
