List Info

Thread: Kolab 2.1-rc Installation fails




Kolab 2.1-rc Installation fails
country flaguser name
South Africa
2007-04-19 09:20:33
Hello fellow Kolab users 

Please can someone try help me install kolab 2.1 on Kubuntu
Feisty 7.0.4

I am trying to install kolab from source from 
http://ftp.belnet.be/packages/kola
b/server/beta/kolab-server-2.1-rc-1/sources/ 
and I do the following to install it:

./obmtool kolab 2>&1 | tee kolab-build.log or
./obmtool kolab and it fails 
with "/tmp/obmtool.18926.tmp: line 
436: /kolab/RPM/PKG/openpkg-2.5.4-2.5.4.*-*-*.sh: No such
file or directory"

Full error message below:

Anyone have any ideas what I can try do or what the problem
is?
I am trying to install on Kubuntu Feisty 7.04(full updates).
I installed kolab 
2.0.4 this way on Kubuntu Edgy no problems.

Is there anything I can try?

Thanks so much!

+-----------------------------------------------------------
------------------+
| PREPARATION: Build GNU gzip (Compression 
Tool)                              |
+-----------------------------------------------------------
------------------+
++ SOURCE gzip-1.3.5.tar
++ '[' -f
/kolab/RPM/TMP/openpkg-2.5.4-2.5.4.src/gzip-1.3.5.tar ']'
++ echo
/kolab/RPM/TMP/openpkg-2.5.4-2.5.4.src/gzip-1.3.5.tar
+ /bin/tar xf
/kolab/RPM/TMP/openpkg-2.5.4-2.5.4.src/gzip-1.3.5.tar
+ cd gzip-1.3.5
+ mv gzip.c gzip.c.orig
++ SOURCE gzip.c
++ '[' -f /kolab/RPM/TMP/openpkg-2.5.4-2.5.4.src/gzip.c ']'
++ echo /kolab/RPM/TMP/openpkg-2.5.4-2.5.4.src/gzip.c
+ cp /kolab/RPM/TMP/openpkg-2.5.4-2.5.4.src/gzip.c .
+ echo ac_cv_prog_cc_g=no
+ case $plid in
+ CC=/usr/bin/gcc
+ ./configure --cache-file=./config.cache
configure: loading cache ./config.cache
checking for a BSD-compatible install... /usr/bin/install
-c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $... yes
checking for gcc... /usr/bin/gcc
checking for C compiler default output... configure: error:
C compiler cannot 
create executables
check `config.log' for details.
+ /usr/bin/make
make: *** No targets specified and no makefile found. 
Stop.
+ exit 2
+ exit 2
./openpkg.boot:ERROR: script returned non-null value
/tmp/obmtool.18926.tmp: line 436:
/kolab/RPM/PKG/openpkg-2.5.4-2.5.4.*-*-*.sh: 
No such file or directory
obmtool:ERROR: bootstrapping failed


-- 
Divan Santana

Skype:          	DivanSantana
Gtalk/MSN:		Divan.SantanaGMail.com


Love God, Love People, Love Life!

_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users

Re: Kolab 2.1-rc Installation fails - Kubuntu 7.0.4
country flaguser name
South Africa
2007-04-19 09:30:22
Hello all again,

It looks like I fixed it straight after I posted this
email(I hope!).

(Keep in mind this is Kubuntu Feisty 7.04)

I did the following to fix it,(from these links 
http://wi
ki.kolab.org/index.php/Ubuntu_6.06 and 
http://wi
ki.kolab.org/index.php/Ubuntu_6.10 )

 rm /bin/sh
 ln -s /bin/bash /bin/sh 

 sudo apt-get install bison flex make shtool g++ g++-3.4
 rm /usr/bin/gcc
 rm /usr/bin/g++
 ln -s /usr/bin/gcc-3.4 /usr/bin/gcc
 ln -s /usr/bin/g++-3.4 /usr/bin/g++

It only worked after I did the above. Maybe I should (try)
update the Kolab 
wiki...

Hope this helps someone 

On Thursday 19 April 2007 16:20:33 Divan Santana wrote:
> Hello fellow Kolab users 
>
> Please can someone try help me install kolab 2.1 on
Kubuntu Feisty 7.0.4
>
> I am trying to install kolab from source from
> http://ftp.belnet.be/packages/kolab/s
erver/beta/kolab-server-2.1-rc-1/sourc
>es/ and I do the following to install it:
>
> ./obmtool kolab 2>&1 | tee kolab-build.log or
./obmtool kolab and it fails
> with "/tmp/obmtool.18926.tmp: line
> 436: /kolab/RPM/PKG/openpkg-2.5.4-2.5.4.*-*-*.sh: No
such file or
> directory"
>
> Full error message below:
>
> Anyone have any ideas what I can try do or what the
problem is?
> I am trying to install on Kubuntu Feisty 7.04(full
updates). I installed
> kolab 2.0.4 this way on Kubuntu Edgy no problems.
>
> Is there anything I can try?
>
> Thanks so much!
>
>
+-----------------------------------------------------------
---------------
>---+
>
> | PREPARATION: Build GNU gzip (Compression
>
> Tool)                              |
>
+-----------------------------------------------------------
---------------
>---+ ++ SOURCE gzip-1.3.5.tar
> ++ '[' -f
/kolab/RPM/TMP/openpkg-2.5.4-2.5.4.src/gzip-1.3.5.tar ']'
> ++ echo
/kolab/RPM/TMP/openpkg-2.5.4-2.5.4.src/gzip-1.3.5.tar
> + /bin/tar xf
/kolab/RPM/TMP/openpkg-2.5.4-2.5.4.src/gzip-1.3.5.tar
> + cd gzip-1.3.5
> + mv gzip.c gzip.c.orig
> ++ SOURCE gzip.c
> ++ '[' -f /kolab/RPM/TMP/openpkg-2.5.4-2.5.4.src/gzip.c
']'
> ++ echo /kolab/RPM/TMP/openpkg-2.5.4-2.5.4.src/gzip.c
> + cp /kolab/RPM/TMP/openpkg-2.5.4-2.5.4.src/gzip.c .
> + echo ac_cv_prog_cc_g=no
> + case $plid in
> + CC=/usr/bin/gcc
> + ./configure --cache-file=./config.cache
> configure: loading cache ./config.cache
> checking for a BSD-compatible install...
/usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $... yes
> checking for gcc... /usr/bin/gcc
> checking for C compiler default output... configure:
error: C compiler
> cannot create executables
> check `config.log' for details.
> + /usr/bin/make
> make: *** No targets specified and no makefile found. 
Stop.
> + exit 2
> + exit 2
> ./openpkg.boot:ERROR: script returned non-null value
> /tmp/obmtool.18926.tmp: line 436:
> /kolab/RPM/PKG/openpkg-2.5.4-2.5.4.*-*-*.sh: No such
file or directory
> obmtool:ERROR: bootstrapping failed



-- 
Divan Santana

Skype:          	DivanSantana
Gtalk/MSN:		Divan.SantanaGMail.com


Love God, Love People, Love Life!

_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users

Re: Kolab 2.1-rc Installation fails - Kubuntu 7.0.4
country flaguser name
Austria
2007-05-06 17:01:33
hi,

Divan: did you succed in installing kolab on ubuntu
7.0.4 server 
edition? I'm having difficulties in compiling the 2.0.4
version. It 
quits with this error (see log for whole setup):

In file included from /usr/include/inttypes.h:28,
                  from system.h:17,
                  from file.c:28:
/usr/include/stdint.h:49: error: duplicate 'unsigned'
/usr/include/stdint.h:49: error: two or more data types in
declaration 
specifiers
/usr/include/stdint.h:50: error: duplicate 'unsigned'
/usr/include/stdint.h:50: error: duplicate 'short'
/usr/include/stdint.h:52: error: duplicate 'unsigned'
/usr/include/stdint.h:52: error: two or more data types in
declaration 
specifiers
make[2]: *** [file.o] Error 1
make[2]: Leaving directory
`/kolab/RPM/TMP/openpkg-2.4.3/rpm-4.2.1/file'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/kolab/RPM/TMP/openpkg-2.4.3/rpm-4.2.1'
make: *** [all] Error 2
+ exit 2
./openpkg.boot:ERROR: script returned non-null value

has anybody an advice for me?

thanks in advance & cheers,
Balazs

_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users

  
Re: Kolab 2.1-rc Installation fails - Kubuntu 7.0.4
user name
2007-05-10 13:56:39
Yes I got it right! 

On Kubuntu 7.04 

Do the following:

I did the following to fix it,(from these links 
http://wi
ki.kolab.org/index.php/Ubuntu_6.06 and 
http://wi
ki.kolab.org/index.php/Ubuntu_6.10 )

 rm /bin/sh
 ln -s /bin/bash /bin/sh 

 sudo apt-get install bison flex make shtool g++ g++-3.4
 rm /usr/bin/gcc
 rm /usr/bin/g++
 ln -s /usr/bin/gcc-3.4 /usr/bin/gcc
 ln -s /usr/bin/g++-3.4 /usr/bin/g++

That made it work.

I think the debian version strangely didn't work(maybe it
was just me), so I 
tried after doing the above i tried to install from source
and it worked.

But I had to do the above things first.

On Monday 07 May 2007 00:01:33 Balazs Bezeczky wrote:
> Divan: did you succed in installing kolab on ubuntu
7.0.4 server
> edition? I'm having difficulties in compiling the 2.0.4
version. It
> quits with this error (see log for whole setup):
>
> In file included from /usr/include/inttypes.h:28,
>                   from system.h:17,
>                   from file.c:28:
> /usr/include/stdint.h:49: error: duplicate 'unsigned'
> /usr/include/stdint.h:49: error: two or more data types
in declaration
> specifiers
> /usr/include/stdint.h:50: error: duplicate 'unsigned'
> /usr/include/stdint.h:50: error: duplicate 'short'
> /usr/include/stdint.h:52: error: duplicate 'unsigned'
> /usr/include/stdint.h:52: error: two or more data types
in declaration
> specifiers
> make[2]: *** [file.o] Error 1
> make[2]: Leaving directory
`/kolab/RPM/TMP/openpkg-2.4.3/rpm-4.2.1/file'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
`/kolab/RPM/TMP/openpkg-2.4.3/rpm-4.2.1'
> make: *** [all] Error 2
> + exit 2
> ./openpkg.boot:ERROR: script returned non-null value
>
> has anybody an advice for me?

-- 
Divan Santana

Skype:                  DivanSantana
Gtalk/MSN:              Divan.SantanaGMail.com


Love God, Love People, Love Life!

_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users
[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )