Notices


Reply
Thread Tools
ajack's Avatar
Posts: 288 | Thanked: 175 times | Joined on Oct 2010 @ Petaling Jaya, Selangor, Malaysia
#41
Originally Posted by sat2050 View Post
This error maybe due to the recent ssl patch ...
Is someone able to install and use current version svn?
Are you referring to the libopenssl package? Details please...
__________________
Visit my blog at http://lifewithmaemo.blogspot.com or my website at http://www.renegade-uiq.com
 
Posts: 38 | Thanked: 24 times | Joined on Mar 2011 @ India
#42
Please ignore my previous comment
I was just going through http://maemo.org/packages/package_in...sion/1.6.12-3/
and saw the last patch that was made and hence was speculating but I did not see the date
Sorry for the inconvenience caused

but I am trying to resolve the problem as well and will post any updates I get
Sorry again
 
Posts: 38 | Thanked: 24 times | Joined on Mar 2011 @ India
#43
Hi,
I am trying to recompile svn on maemo sdk but unable to configure the package. It seems there is some discrepancy in the libapr version.

check following log

Code:
maemo@maemo-desktop:~/subversion-1.6.12$ ./configure --with-ssl
configure: Configuring Subversion 1.6.12
./configure: line 2330: syntax error near unexpected token `config.nice'
./configure: line 2330: `SVN_CONFIG_NICE(config.nice)'
maemo@maemo-desktop:~/subversion-1.6.12$ 
maemo@maemo-desktop:~/subversion-1.6.12$ sh autogen.sh 
buildcheck: checking installation...
buildcheck: autoconf version 2.65 (ok)
buildcheck: autoheader version 2.65 (ok)
buildcheck: libtool version 2.2.6b (ok)
buildcheck: local copy of find_apr.m4 does not match APR's copy.
            An updated copy of find_apr.m4 may need to be checked in.
buildcheck: local copy of PrintPath does not match APR's copy.
            An updated copy of PrintPath may need to be checked in.
buildcheck: local copy of find_apu.m4 does not match APRUTIL's copy.
            An updated copy of find_apu.m4 may need to be checked in.
Copying libtool helper: /usr/share/aclocal/libtool.m4
Copying libtool helper: /usr/share/aclocal/ltoptions.m4
Copying libtool helper: /usr/share/aclocal/ltsugar.m4
Copying libtool helper: /usr/share/aclocal/ltversion.m4
Copying libtool helper: /usr/share/aclocal/lt~obsolete.m4
Creating build-outputs.mk...
Creating svn_private_config.h.in...
Creating configure...
configure.ac:189: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

You can run ./configure now.

Running autogen.sh implies you are a maintainer.  You may prefer
to run configure in one of the following ways:

./configure --enable-maintainer-mode
./configure --disable-shared
./configure --enable-maintainer-mode --disable-shared

Note:  If you wish to run a Subversion HTTP server, you will need
Apache 2.x.  See the INSTALL file for details.
 

The Following 3 Users Say Thank You to sat2050 For This Useful Post:
Posts: 38 | Thanked: 24 times | Joined on Mar 2011 @ India
#44
I re-extracted the source for subversion 1.6.12-3 from
http://maemo.org/packages/source/vie...sion/1.6.12-3/
but did not apply the diff patch and was able to build svn successfully without errors.

It seems errors raised after patching are due to missing directories for dependencies like libtool,libapr,sqllite,neon etc
I shall test the armrel version in the morning.

Will update the details here.

Last edited by sat2050; 2011-03-23 at 21:29.
 

The Following 2 Users Say Thank You to sat2050 For This Useful Post:
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#45
Originally Posted by sat2050 View Post
I re-extracted the source for subversion 1.6.12-3 from
http://maemo.org/packages/source/vie...sion/1.6.12-3/
but did not apply the diff patch and was able to build svn successfully without errors.

It seems errors raised after patching are due to missing directories for dependencies like libtool,libapr,sqllite,neon etc
I shall test the armrel version in the morning.

Will update the details here.
Psssst. You're awesome.
 
ajack's Avatar
Posts: 288 | Thanked: 175 times | Joined on Oct 2010 @ Petaling Jaya, Selangor, Malaysia
#46
Originally Posted by sat2050 View Post
I re-extracted the source for subversion 1.6.12-3 from
http://maemo.org/packages/source/vie...sion/1.6.12-3/
but did not apply the diff patch and was able to build svn successfully without errors.

It seems errors raised after patching are due to missing directories for dependencies like libtool,libapr,sqllite,neon etc
I shall test the armrel version in the morning.

Will update the details here.
This is great news, can you give us a simple HOWTO?

Another question... How do we report bugs like this so that the maemo community can update the repos?
__________________
Visit my blog at http://lifewithmaemo.blogspot.com or my website at http://www.renegade-uiq.com
 
Posts: 38 | Thanked: 24 times | Joined on Mar 2011 @ India
#47
Guys this is the first time I am using maemo sdk to compile a package.
You can get the virtual image for the sdk and download the source for subversion.
Use the sdk to compile this source.
Also if you apply the patch to source please remember you will have to give paths to the lib directories alongwith configure because it raises while configuration. I have some work to finish up before I can start on this today.

thanks any help is appreciated

Update :
Within Scratchbox
I am able to install libapr1 from extras-devel
Unable to install libaprutil1
Log output

Code:
dpkg: regarding .../libaprutil1_1.3.9+dfsg-5~bpo50+1maemo2_i386.deb containing libaprutil1:
 package uses Breaks; not supported in this dpkg
dpkg: error processing /var/cache/apt/archives/libaprutil1_1.3.9+dfsg-5~bpo50+1maemo2_i386.deb (--unpack):
 unsupported dependency problem - not installing libaprutil1
Errors were encountered while processing:
 /var/cache/apt/archives/libaprutil1_1.3.9+dfsg-5~bpo50+1maemo2_i386.deb
E: Sub-process /scratchbox/devkits/debian-etch/bin/dpkg returned an error code (1)
Any suggestions

Last edited by sat2050; 2011-03-24 at 10:20.
 

The Following 3 Users Say Thank You to sat2050 For This Useful Post:
ajack's Avatar
Posts: 288 | Thanked: 175 times | Joined on Oct 2010 @ Petaling Jaya, Selangor, Malaysia
#48
Originally Posted by sat2050 View Post
Guys this is the first time I am using maemo sdk to compile a package.
You can get the virtual image for the sdk and download the source for subversion.
Use the sdk to compile this source.
Also if you apply the patch to source please remember you will have to give paths to the lib directories alongwith configure because it raises while configuration. I have some work to finish up before I can start on this today.

thanks any help is appreciated

Update :
Within Scratchbox
I am able to install libapr1 from extras-devel
Unable to install libaprutil1
Log output

Code:
dpkg: regarding .../libaprutil1_1.3.9+dfsg-5~bpo50+1maemo2_i386.deb containing libaprutil1:
 package uses Breaks; not supported in this dpkg
dpkg: error processing /var/cache/apt/archives/libaprutil1_1.3.9+dfsg-5~bpo50+1maemo2_i386.deb (--unpack):
 unsupported dependency problem - not installing libaprutil1
Errors were encountered while processing:
 /var/cache/apt/archives/libaprutil1_1.3.9+dfsg-5~bpo50+1maemo2_i386.deb
E: Sub-process /scratchbox/devkits/debian-etch/bin/dpkg returned an error code (1)
Any suggestions
Can you package a deb file for us?
__________________
Visit my blog at http://lifewithmaemo.blogspot.com or my website at http://www.renegade-uiq.com
 
Posts: 38 | Thanked: 24 times | Joined on Mar 2011 @ India
#49
Originally Posted by ajack View Post
Can you package a deb file for us?
There is some conflict with apr version 1.4.2
Check Here

I am unable to install libaprutil1
I am also unabel to compile libaprutil1
Code:
[sbox-FREMANTLE_X86: ~/apr-util-1.3.9+dfsg] > ./configure --with-apr=../apr-1.4.2/configure
checking build system type... i486-pc-linux-gnu
checking host system type... i486-pc-linux-gnu
checking target system type... i486-pc-linux-gnu
checking for a BSD-compatible install... /scratchbox/tools/bin/install -c
checking for working mkdir -p... yes
APR-util Version: 1.3.9
checking for chosen layout... apr-util
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
Applying apr-util hints file rules for i486-pc-linux-gnu
checking for APR... yes
configure: error: unrecognized option: --installbuilddir
Try `../apr-1.4.2/configure --help' for more information.
configure: error: unrecognized option: --includes
Try `../apr-1.4.2/configure --help' for more information.
configure: error: unrecognized option: --link-libtool
Try `../apr-1.4.2/configure --help' for more information.
configure: error: unrecognized option: --apr-so-ext
Try `../apr-1.4.2/configure --help' for more information.
configure: error: unrecognized option: --apr-lib-target
Try `../apr-1.4.2/configure --help' for more information.
configure: error: unrecognized option: --cpp
Try `../apr-1.4.2/configure --help' for more information.
  setting CPP to ""
configure: error: unrecognized option: --cpp
Try `../apr-1.4.2/configure --help' for more information.
configure: error: unrecognized option: --cflags
Try `../apr-1.4.2/configure --help' for more information.
configure: error: unrecognized option: --cppflags
Try `../apr-1.4.2/configure --help' for more information.
  setting CPPFLAGS to ""
configure: error: unrecognized option: --cppflags
Try `../apr-1.4.2/configure --help' for more information.
configure: error: unrecognized option: --shlib-path-var
Try `../apr-1.4.2/configure --help' for more information.
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /scratchbox/tools/bin/grep
checking for egrep... /scratchbox/tools/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for ldap support...
checking for default DBM... sdbm (default)
checking for pg_config... no
checking libpq-fe.h usability... no
checking libpq-fe.h presence... no
checking for libpq-fe.h... no
checking postgresql/libpq-fe.h usability... no
checking postgresql/libpq-fe.h presence... no
checking for postgresql/libpq-fe.h... no
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for sqlite3_open in -lsqlite3... yes
checking sqlite.h usability... no
checking sqlite.h presence... no
checking for sqlite.h... no
checking sybdb.h usability... no
checking sybdb.h presence... no
checking for sybdb.h... no
checking freetds/sybdb.h usability... no
checking freetds/sybdb.h presence... no
checking for freetds/sybdb.h... no
checking for odbc_config... no
checking sql.h usability... no
checking sql.h presence... no
checking for sql.h... no
checking odbc/sql.h usability... no
checking odbc/sql.h presence... no
checking for odbc/sql.h... no
checking Expat 1.95.x... yes
  setting APRUTIL_EXPORT_LIBS to "-lexpat"
  setting APRUTIL_LIBS to "-lexpat"
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for type of inbuf parameter to iconv... char **
checking for iconv.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for nl_langinfo... yes
checking for CODESET in langinfo.h... yes
checking whether APR has DSO support... no
checking for library containing crypt... -lcrypt
checking if system crypt() function is threadsafe... no
checking for crypt_r... yes
checking style of crypt_r... none
cp: cannot stat `/home/maemo/apr_rules.mk': No such file or directory
configure: creating ./config.status
config.status: creating Makefile
config.status: creating export_vars.sh
config.status: creating build/pkg/pkginfo
config.status: creating apr-util.pc
config.status: creating apu-1-config
config.status: creating include/private/apu_select_dbm.h
config.status: creating include/apr_ldap.h
config.status: creating include/apu.h
config.status: creating include/apu_want.h
config.status: creating test/Makefile
config.status: creating include/private/apu_config.h
config.status: include/private/apu_config.h is unchanged
config.status: executing default commands

Last edited by sat2050; 2011-03-24 at 11:50.
 

The Following 2 Users Say Thank You to sat2050 For This Useful Post:
ajack's Avatar
Posts: 288 | Thanked: 175 times | Joined on Oct 2010 @ Petaling Jaya, Selangor, Malaysia
#50
Do keep us posted... Thanks again for your efforts...
__________________
Visit my blog at http://lifewithmaemo.blogspot.com or my website at http://www.renegade-uiq.com
 
Reply


 
Forum Jump


All times are GMT. The time now is 03:17.