[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Error building Subversion 1.1.0 using VS.2003?

From: Sergey Popov <psg1_at_quest4data.com>
Date: 2004-10-03 13:49:56 CEST

Thank you, Jens, it would help me!

Now, I have two tests failed:

CMD: svn.exe "add" "working_copies\utf8_tests-1\bФзЕ" "--config-dir" ".....\SVN\src-trunk\Release\subversion\tests\clients\cmdline\local_tmp\config" <TIME = 0.031000>
Failed to schedule i18n filename for addition
EXPECTED STDERR:
ACTUAL STDERR:
svn: Safe data:
"working_copies\utf8_tests-1\b"
... was followed by non-ASCII byte 212.

Non-ASCII character detected (see above), and unable to convert to/from UTF-8
EXCEPTION: SVNLineUnequal
FAIL: utf8_tests.py 1: conversion of paths and logs to/from utf8

And

CMD: svnlook.exe "diff" "repositories\svnlook_tests-3" <TIME = 0.031000>

EXPECTED :

Property changes on: iota
___________________________________________________________________
Name: bogus_prop
   + bogus_val

ACTUAL :

Property changes on: iota
___________________________________________________________________
Name: bogus_prop

   + bogus_val
EXCEPTION: SVNLineUnequal
FAIL: svnlook_tests.py 3: test the printing of property diffs

May be this problem is in test? As I can see there is an additional CR-LF characters after "Name: bogus_prop".

What is the reason of these problems? How to fix them?

Sergey Popov.

  ----- Original Message -----
  From: Jens Peters
  To: users@subversion.tigris.org
  Sent: Sunday, October 03, 2004 4:27 PM
  Subject: FW: Error building Subversion 1.1.0 using VS.2003?

  Yes,

  add libdb42.lib (Release) or libdb42d.lib (Debug) to the libaprutil (and httpdb if you plan to build apache as wel) link dependencies (Project properties->Linker->Input->Additional Dependencies)

  The gen-make.py forgets these deps if you use --enable-bdb-in-apr-util.
  Actually I have no idea what are the pros and cons of this switch, so if someone knows .... : )

  Jens

----------------------------------------------------------------------------
    From: Sergey Popov [mailto:psg1@quest4data.com]
    Sent: Sunday, October 03, 2004 12:18 PM
    To: users@subversion.tigris.org
    Subject: Error building Subversion 1.1.0 using VS.2003?

    I try to build Subversion 1.1.0 from subversion-1.1.0.zip using VS.2003 and I've got the following error:

    Linking...
       Creating library .\Release/libaprutil.lib and object .\Release/libaprutil.exp
    apr_dbm_berkeleydb.obj : error LNK2019: unresolved external symbol _db_strerror referenced in function _set_error
    apr_dbm_berkeleydb.obj : error LNK2019: unresolved external symbol _db_create referenced in function _vt_db_open
    .\Release/libaprutil.dll : fatal error LNK1120: 2 unresolved externals

    Subversion build system is too complex so I can't find the solution :)

    Any ideas how to correct this?

    Sergey Popov.
Received on Sun Oct 3 13:50:41 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.