Opened 18 years ago
Closed 18 years ago
#10702 closed defect (invalid)
BUG: subversion-1.4.0 depends on sqlite3
Reported by: | darren.bane@… | Owned by: | danielluke (Daniel J. Luke) |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.3.2 |
Keywords: | Cc: | ||
Port: |
Description
subversion-1.4.0
the error log can be found here: INLINE
Description: Unspecified dependency on sqlite3
==========INLINE CONTENT==========
!snip! cd subversion/libsvn_subr && /bin/sh /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.localhost_dpupdate_dports_devel_subversion/work/subversion-1.4.0/libtool --tag=CC --silent --mode=link gcc -g -O2 -g -O2 -L/opt/local/lib -rpath /opt/local/lib -o libsvn_subr-1.la auth.lo cmdline.lo compat.lo config.lo config_auth.lo config_file.lo config_win.lo constructors.lo ctype.lo date.lo dso.lo error.lo hash.lo io.lo kitchensink.lo lock.lo md5.lo nls.lo opt.lo path.lo pool.lo prompt.lo quoprint.lo simple_providers.lo sorts.lo ssl_client_cert_providers.lo ssl_client_cert_pw_providers.lo ssl_server_trust_providers.lo stream.lo subst.lo svn_base64.lo svn_string.lo target.lo time.lo user.lo username_providers.lo utf.lo utf_validate.lo validate.lo version.lo xml.lo /opt/local/lib/libaprutil-1.la -ldb-4.3 -lsqlite3 -lexpat -liconv /opt/local/lib/libapr-1.la -lpthread -lintl -framework Security -framework CoreFoundation -framework CoreServices -lz grep: /opt/local/lib/libsqlite3.la: No such file or directory sed: /opt/local/lib/libsqlite3.la: No such file or directory libtool: link: `/opt/local/lib/libsqlite3.la' is not a valid libtool archive make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1
Attachments (1)
Change History (3)
Changed 18 years ago by darren.bane@…
Attachment: | patch-Portfile added |
---|
comment:1 Changed 18 years ago by danielluke (Daniel J. Luke)
Owner: | changed from yeled@… to dluke@… |
---|
I believe subversion only pulls in sqlite if apr-util is linked against it (since apu-1-conifg --libs will tell subversion to link against it).
Perhaps it might make sense to change apr-util have the +no_sqlite variant build options be the default, and make a +with_sqlite option instead?
comment:2 Changed 18 years ago by danielluke (Daniel J. Luke)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch against devel/subversion/Portfile