May 19, 2012, 10:32:44 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Work on Kolab2/Gentoo-2.2 has stopped. The project has been deprecated (see board Kolab2/Gentoo).
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Security Violation  (Read 1672 times)
Crocco
Newbie
*

Karma: 0
Posts: 4


View Profile
« on: September 13, 2006, 02:02:21 PM »

Hi,

I'm trying to install Kolab and but get this when trying to emerge it:

Code:
emerge kolabd
Calculating dependencies ...done!
>>> emerge (1 of 84) dev-php/horde-3.1.3 to /
!!! Security Violation: A file exists that is not in the manifest.
!!! File: files/digest-horde-3.1.1

Any ideas?

Regards, Crocco
Logged
Gunnar Wrobel
Administrator
Sr. Member
*****

Karma: 2
Posts: 331


275141552 gunnarwrobel@yahoo.de gunnarwrobel
View Profile WWW Email
« Reply #1 on: September 14, 2006, 01:45:00 PM »

Sorry, stray file, my mistake Smiley Resync your overlay.
Logged
Crocco
Newbie
*

Karma: 0
Posts: 4


View Profile
« Reply #2 on: September 14, 2006, 10:32:08 PM »

Thanks,

Already got rid of it with -strict. But I'm now stuck with below when emerging:

Code:
...

### Making all in /var/tmp/portage/cyrus-imapd-2.2.12-r21/work/cyrus-imapd-2.2.12/sieve
make[1]: Entering directory `/var/tmp/portage/cyrus-imapd-2.2.12-r21/work/cyrus-imapd-2.2.12/sieve'
i686-pc-linux-gnu-gcc -c -I.. -I./../lib -I../et    -DHAVE_CONFIG_H -march=i686 -O2 -pipe -Ino/include  \
sieve_err.c
i686-pc-linux-gnu-gcc -c -I.. -I./../lib -I../et    -DHAVE_CONFIG_H -march=i686 -O2 -pipe -Ino/include  \
sieve.c
i686-pc-linux-gnu-gcc -c -I.. -I./../lib -I../et    -DHAVE_CONFIG_H -march=i686 -O2 -pipe -Ino/include  \
sieve-lex.c
i686-pc-linux-gnu-gcc -c -I.. -I./../lib -I../et    -DHAVE_CONFIG_H -march=i686 -O2 -pipe -Ino/include  \
comparator.c
i686-pc-linux-gnu-gcc -c -I.. -I./../lib -I../et    -DHAVE_CONFIG_H -march=i686 -O2 -pipe -Ino/include  \
interp.c
i686-pc-linux-gnu-gcc -c -I.. -I./../lib -I../et    -DHAVE_CONFIG_H -march=i686 -O2 -pipe -Ino/include  \
message.c
i686-pc-linux-gnu-gcc -c -I.. -I./../lib -I../et    -DHAVE_CONFIG_H -march=i686 -O2 -pipe -Ino/include  \
bc_generate.c
i686-pc-linux-gnu-gcc -c -I.. -I./../lib -I../et    -DHAVE_CONFIG_H -march=i686 -O2 -pipe -Ino/include  \
bc_dump.c
i686-pc-linux-gnu-gcc -c -I.. -I./../lib -I../et    -DHAVE_CONFIG_H -march=i686 -O2 -pipe -Ino/include  \
bc_emit.c
i686-pc-linux-gnu-gcc -c -I.. -I./../lib -I../et    -DHAVE_CONFIG_H -march=i686 -O2 -pipe -Ino/include  \
bc_eval.c
i686-pc-linux-gnu-gcc -c -I.. -I./../lib -I../et    -DHAVE_CONFIG_H -march=i686 -O2 -pipe -Ino/include  \
script.c
i686-pc-linux-gnu-gcc -c -I.. -I./../lib -I../et    -DHAVE_CONFIG_H -march=i686 -O2 -pipe -Ino/include  \
tree.c
i686-pc-linux-gnu-gcc -c -I.. -I./../lib -I../et    -DHAVE_CONFIG_H -march=i686 -O2 -pipe -Ino/include  \
addr.c
i686-pc-linux-gnu-gcc -c -I.. -I./../lib -I../et    -DHAVE_CONFIG_H -march=i686 -O2 -pipe -Ino/include  \
addr-lex.c
i686-pc-linux-gnu-gcc -c -I.. -I./../lib -I../et    -DHAVE_CONFIG_H -march=i686 -O2 -pipe -Ino/include  \
md5.c
rm -f libsieve.a
ar cr libsieve.a sieve_err.o sieve.o sieve-lex.o comparator.o interp.o message.o bc_generate.o bc_dump.o bc_emit.o bc_eval.o script.o tree.o addr.o addr-lex.o md5.o
i686-pc-linux-gnu-ranlib libsieve.a
i686-pc-linux-gnu-gcc -c -I.. -I./../lib -I../et    -DHAVE_CONFIG_H -march=i686 -O2 -pipe -Ino/include  \
sievec.c
i686-pc-linux-gnu-gcc  -o sievec sievec.o libsieve.a ../lib/libcyrus.a ../lib/libcyrus_min.a  libsieve.a -lsasl2 -lldap -llber  -lssl -lcrypto   -lfl  -lresolv   -ldb-4.2  ../et/libcom_err.a
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lldap
collect2: ld returned 1 exit status
make[1]: *** [sievec] Error 1
make[1]: Leaving directory `/var/tmp/portage/cyrus-imapd-2.2.12-r21/work/cyrus-imapd-2.2.12/sieve'
make: *** [all] Error 1

!!! ERROR: net-mail/cyrus-imapd-2.2.12-r21 failed.
!!! Function src_compile, Line 242, Exitcode 2
!!! compile problem
!!! If you need support, post the topmost build error, NOT this status message.


Any suggestions?

/Crocco
Logged
Gunnar Wrobel
Administrator
Sr. Member
*****

Karma: 2
Posts: 331


275141552 gunnarwrobel@yahoo.de gunnarwrobel
View Profile WWW Email
« Reply #3 on: September 15, 2006, 10:50:27 AM »

Looks like your ldap library is missing. But you should have openldap installed. It is definitely listed if I try to emerge cyrus-imapd with option "-e". Can you check that you have net-nds/openldap correctly installed?
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!