Failed Make after git pull

Aaron E. ssureshot at gmail.com
Wed Feb 1 06:15:35 MST 2012


I wanted to share this, I tried updating today and was not able to make. 
Input welcome..

root at FILESRV1--/usr/local/src/samba-master\>> git pull
remote: Counting objects: 1602, done.
remote: Compressing objects: 100% (715/715), done.
remote: Total 1048 (delta 813), reused 442 (delta 331)
Receiving objects: 100% (1048/1048), 162.69 KiB | 144 KiB/s, done.
Resolving deltas: 100% (813/813), completed with 227 local objects.
 From git://git.samba.org/samba
    67126ed..204c075  master     -> origin/master
    f0c4e96..3394bbf  v3-5-test  -> origin/v3-5-test
    8bc8681..4b7fad3  v3-6-stable -> origin/v3-6-stable
    788c8af..e86ad41  v3-6-test  -> origin/v3-6-test
 From git://git.samba.org/samba
  * [new tag]         samba-3.6.2 -> samba-3.6.2
  * [new tag]         samba-3.6.3 -> samba-3.6.3
Updating 67126ed..204c075
Fast-forward
  auth/common_auth.h                                 |    8 +-
  auth/gensec/gensec.h                               |    5 -
  auth/gensec/gensec_util.c                          |   29 -
  auth/ntlmssp/ntlmssp.h                             |    5 +-
  docs-xml/manpages-3/vfs_aio_pthread.8.xml          |  120 +++
  examples/libsmbclient/wscript_build                |    2 +-
  lib/ldb-samba/ldb_wrap.c                           |    2 +-
  lib/ldb/tests/test-extended.sh                     |    6 +-
  lib/ldb/tests/test-generic.sh                      |   72 +-
  lib/ldb/tests/test-tdb-features.sh                 |   34 +-
  lib/ldb/tests/test-tdb.sh                          |    4 +-
  lib/replace/replace.h                              |   15 +
  lib/replace/system/passwd.h                        |    2 +
  lib/replace/wscript                                |   59 +-
  lib/tdb2/check.c                                   |    4 +-
  lib/tdb2/free.c                                    |   57 +-
  lib/tdb2/io.c                                      |   29 +-
  lib/tdb2/open.c                                    |    2 +-
  lib/tdb2/private.h                                 |    5 +-
  lib/tdb2/tools/tdb2backup.c                        |  370 +++++++
  lib/tdb2/tools/tdb2torture.c                       |   62 +-
  lib/tdb2/transaction.c                             |   19 +-
  lib/tdb2/wscript                                   |   16 +-
  lib/tdb_compat/tdb_compat.c                        |    2 +-
  lib/tevent/pytevent.c                              |    4 +-
  libcli/smb/smbXcli_base.c                          |   13 +-
  libcli/smb/smb_seal.c                              |   19 -
  libcli/smb/smb_seal.h                              |    8 -
  libcli/util/nterr.c                                |    2 +-
  librpc/idl/auth.idl                                |    2 -
  nsswitch/tests/test_wbinfo.sh                      |    2 +-
  selftest/selftest.pl                               |   14 +-
  selftest/selftesthelpers.py                        |    2 +-
  selftest/target/Samba.pm                           |    8 +-
  selftest/target/Samba3.pm                          |    9 +-
  selftest/target/Samba4.pm                          |    6 +-
  source3/auth/auth_generic.c                        |   19 +-
  source3/auth/auth_ntlmssp.c                        |   37 +-
  source3/auth/wscript_build                         |    2 +-
  source3/client/client.c                            |   10 +-
  source3/include/auth.h                             |    1 -
  source3/include/secrets.h                          |    5 +
  source3/lib/substitute.c                           |  154 ++--
  source3/lib/substitute_generic.c                   |    8 +-
  source3/librpc/crypto/gse.c                        |    4 +-
  source3/libsmb/auth_generic.c                      |   13 +-
  source3/libsmb/clifsinfo.c                         |   80 +--
  source3/libsmb/clireadwrite.c                      |    2 +-
  source3/modules/vfs_aio_pthread.c                  |   20 +-
  source3/modules/vfs_streams_depot.c                |   47 +
  source3/param/loadparm_ctx.c                       |    1 +
  source3/passdb/machine_account_secrets.c           |  103 +-
  source3/passdb/pdb_ads.c                           |   42 +
  source3/passdb/pdb_ipa.c                           |   42 +
  source3/passdb/pdb_ldap.c                          |    6 +-
  source3/passdb/pdb_samba4.c                        |   43 +
  source3/passdb/wscript_build                       |    2 +-
  source3/printing/printing.c                        |    4 +-
  source3/script/tests/test_smbclient_posix_large.sh |   62 ++
  source3/selftest/tests.py                          |   25 +-
  source3/smbd/close.c                               |   11 +
  source3/smbd/globals.h                             |    2 -
  source3/smbd/open.c                                |   16 +-
  source3/smbd/proto.h                               |    4 -
  source3/smbd/seal.c                                |  370 +------
  source3/smbd/server.c                              |   11 +
  source3/smbd/sesssetup.c                           | 1067 
++------------------
  source3/smbd/smb2_sesssetup.c                      |  503 +---------
  source3/utils/net_ads.c                            |  135 ++-
  source3/utils/net_registry.c                       |    4 +-
  source3/winbindd/winbindd_pam.c                    |    3 +-
  source3/wscript                                    |  642 ++++++------
  source3/wscript_build                              |   37 +-
  source4/auth/auth.h                                |    8 +-
  source4/auth/ntlm/auth.c                           |   51 +-
  source4/auth/ntlmssp/ntlmssp_server.c              |   43 +-
  source4/client/tests/test_cifsdd.sh                |    2 +-
  source4/client/tests/test_smbclient.sh             |    2 +-
  source4/dsdb/repl/drepl_partitions.c               |   42 +-
  .../dsdb/samdb/ldb_modules/partition_metadata.c    |   12 +-
  source4/heimdal_build/wscript_build                |    4 +-
  source4/rpc_server/lsa/dcesrv_lsa.c                |    2 +-
  source4/scripting/python/samba/upgrade.py          |    6 +-
  source4/selftest/tests.py                          |    1 +
  source4/setup/tests/blackbox_s3upgrade.sh          |    6 +-
  source4/torture/rpc/remote_pac.c                   |   74 +-
  source4/torture/tests/test_gentest.sh              |    2 +-
  source4/torture/tests/test_locktest.sh             |    2 +-
  source4/torture/tests/test_masktest.sh             |    2 +-
  source4/utils/tests/test_demote.sh                 |    4 +-
  source4/utils/tests/test_nmblookup.sh              |    2 +-
  source4/utils/tests/test_samba_tool.sh             |    4 +-
  testprogs/blackbox/bogus.sh                        |   20 +
  testprogs/blackbox/test_chgdcpass.sh               |    4 +-
  testprogs/blackbox/test_export_keytab.sh           |    6 +-
  testprogs/blackbox/test_kinit.sh                   |   14 +-
  testprogs/blackbox/test_ktpass.sh                  |    2 +-
  testprogs/blackbox/test_ldb.sh                     |    2 +-
  testprogs/blackbox/test_passwords.sh               |   12 +-
  testprogs/blackbox/test_pkinit.sh                  |   14 +-
  100 files changed, 2049 insertions(+), 2849 deletions(-)
  create mode 100644 docs-xml/manpages-3/vfs_aio_pthread.8.xml
  create mode 100644 lib/tdb2/tools/tdb2backup.c
  create mode 100755 source3/script/tests/test_smbclient_posix_large.sh
  create mode 100755 testprogs/blackbox/bogus.sh

root at FILESRV1--/usr/local/src/samba-master\>> make
WAF_MAKE=1 ./buildtools/bin/waf build
Waf: Entering directory `/usr/local/src/samba-master/bin'
Checking project rules ...
Unknown dependency 'bsd' in 'replace.objlist'
make: *** [all] Error 1



More information about the samba-technical mailing list