Hi
I have been trying to install campcaster on Debian sid 2.6.32
Using apt
---------
my /etc/apt/sources.list has http://code.campware.org/debian etch main
This fails with
apt-get install campcaster-libs worked
apt-get install campcaster-station FAILS
The following packages have unmet dependencies:
campcaster-station: Depends: libboost-date-time1.33.1 but it is not
installable
Depends: campcaster-libs (= 1.2.0-1debian1) but
1.4.0-3beta3 is to be installed
Depends: libboost-date-time1.33.1 but it is not
installable
Depends: postgresql-8.1 but it is not installable
Depends: postgresql-client-8.1 but it is not
installable
E: Broken packages
I have installed
ii libboost-date-time1.40-dev 1.40.0-6
set of date-time libraries based on generic programming concepts
ii libboost-date-time1.40.0 1.40.0-6
set of date-time libraries based on generic programming concepts
ii campcaster-libs 1.4.0-3beta3
A radio program automation and support tool.
ii postgresql-8.4 8.4.2-2
object-relational SQL database, version 8.4 server
ii postgresql-client-8.4 8.4.2-2
front-end programs for PostgreSQL 8.4
ii postgresql-client-common 105
manager for multiple PostgreSQL client versions
ii postgresql-common 105
PostgreSQL database-cluster manager
Using source
------------
I have unpacked campcaster1.4.0
./configure --with-apache-group=www-data --with-create-database
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
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
compiling with debug info: no
creating Campcaster database: yes
creating ODBC data source: no
initializing Campcaster database: no
configure apache: no
using hostname: michael.isscp.com
using apache group: www-data
using www document root: /var/www
using www port: 80
using scheduler port: 3344
using database server: localhost
using database: Campcaster
using database server user: campcaster
using database server user password: campcaster
using audio output device for the station: default
using audio output device for studio: default
using audio cue device for studio: default
configure: compiling the following external libraries that are needed
by Campcaster:
hostname: ser1.xxxxx.xxx
apache group: www-data
www document root: /var/www
www port: 80
scheduler port: 3344
database server: localhost
database name: Campcaster
database user: campcaster
database user password: campcaster
station audio output device: default
studio audio output device: default
studio audio cue device: default
creating Campcaster database: yes
creating ODBC data source: no
initialize Campcaster database: no
configuring apache: no
configure: creating ./config.status
config.status: creating ../Makefile
config.status: executing ../src/modules/alib/tmp/configure commands
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the
../src/modules/alib/bin/autogen.sh command line.
Generating configuration files for Alib, please wait....
autoconf -I /usr/src/campcaster-1.4.0/src/modules/alib/tmp -o
/usr/src/campcaster-1.4.0/src/modules/alib/tmp/configure
/usr/src/campcaster-1.4.0/src/modules/alib/etc/configure.ac
....
....
has many lines and finishes with
....
....
autoconf -I /usr/src/campcaster-1.4.0/src/modules/widgets/tmp -o
/usr/src/campcaster-1.4.0/src/modules/widgets/tmp/configure
/usr/src/campcaster-1.4.0/src/modules/widgets/etc/configure.ac
config.status: executing ../src/products/scheduler/tmp/configure commands
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the
../src/products/scheduler/bin/autogen.sh command line.
Generating configuration files for Scheduler, please wait....
aclocal -I /usr/src/campcaster-1.4.0/src/products/scheduler/tmp
--acdir=/usr/src/campcaster-1.4.0/src/products/scheduler/tmp
--output=/usr/src/campcaster-1.4.0/src/products/scheduler/tmp/aclocal.m4
autoheader
/usr/src/campcaster-1.4.0/src/products/scheduler/etc/configure.ac
autoconf -I /usr/src/campcaster-1.4.0/src/products/scheduler/tmp -o
/usr/src/campcaster-1.4.0/src/products/scheduler/tmp/configure
/usr/src/campcaster-1.4.0/src/products/scheduler/etc/configure.ac
config.status: executing ../src/products/gLiveSupport/tmp/configure commands
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the
../src/products/gLiveSupport/bin/autogen.sh command line.
Generating configuration files for campcaster-studio, please wait....
aclocal -I /usr/src/campcaster-1.4.0/src/products/gLiveSupport/tmp
--acdir=/usr/src/campcaster-1.4.0/src/products/gLiveSupport/tmp
--output=/usr/src/campcaster-1.4.0/src/products/gLiveSupport/tmp/aclocal.m4
autoheader
/usr/src/campcaster-1.4.0/src/products/gLiveSupport/etc/configure.ac
autoconf -o
/usr/src/campcaster-1.4.0/src/products/gLiveSupport/tmp/configure
/usr/src/campcaster-1.4.0/src/products/gLiveSupport/etc/configure.ac
make install
cd ./src/tools/libodbc++/libodbc++-0.2.4pre4 && ./configure
--prefix=/usr/local
cd: 1: can't cd to ./src/tools/libodbc++/libodbc++-0.2.4pre4
make: *** [tmp/tools_setup.stamp] Error 2
Please can someone help I really would like to get this working.