Re: PHP segmentation faults

2011-09-30 Thread Attos
There is a thread in the archive that discusses this issue.

The thread subject is php5-5.3.6_1 with Segmentation fault (amd64)

Check item 101 in the following page:
http://docs.freebsd.org/mail/archive/2011/freebsd-ports/20110703.freebsd-ports.html

Hope this works.
Cheers

On Fri, Sep 30, 2011 at 8:14 AM, Moggie mog...@elasticmind.net wrote:


 On 30/09/2011 08:10, Alex Dupre wrote:

 Moggie ha scritto:

 Unfortunately, for some time now, PHP scripts have been producing
 segmentation faults when executed on one of our systems :(

 Have you enabled LINK_THR option in php port?



 The LINK_THR option was not enabled. I've just enabled it and rebuilt the
 PHP ports, it seems the segmentation fault error has gone away now, yay!
 Thank you :)

 __**_
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/**mailman/listinfo/freebsd-portshttp://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to 
 freebsd-ports-unsubscribe@**freebsd.orgfreebsd-ports-unsubscr...@freebsd.org
 




-- 
Attos Janus
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: samba34

2011-07-08 Thread Attos
Upgrade to 3.5
Just a heads-up from /usr/ports/UPDATING:

20101026:
  AFFECTS: users of net/samba35
  AUTHOR: Timur Bakeyev ti...@freebsd.org

  This is the latest stable release of the Samba3 distribution. It has
  been extended with the experimental support of the NFS4-like ACLs on
  ZFS partitions, thanks to the sysutils/libsunacl library by Edward
  Tomasz Napierala(trasz). This support haven't been tested thoroughly,
  so try it on your own risk.

  This port reverted back to the pre- net/samba34 layout of the
  directories and now they are again $PREFIX/etc/samba, /var/run/samba,
  /var/log/samba, /var/db/samba and /var/spool/samba respectively.

  In case, you are upgrading from net/samba34, please rename
  corresponding samba34/ subdirectories into samba/ ones. Upgrades from
  older versions of Samba and fresh installations should be seamless.


On Thu, Jul 7, 2011 at 11:35 AM, Andrea Venturoli m...@netfence.it wrote:

 3.4.9 (in ports) is vulnerable.

 I see 3.4.13 upstream...
 Any plan to upgrade or should we move to 3.5?

  bye  Thanks
av.
 __**_
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/**mailman/listinfo/freebsd-portshttp://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to 
 freebsd-ports-unsubscribe@**freebsd.orgfreebsd-ports-unsubscr...@freebsd.org
 




-- 
Attos Janus
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


SQLite 3 PHP extensions issues after upgrading to PHP5 5.3.6_1

2011-06-28 Thread Attos
Hello,
Just upgraded to php5-5.3.6_1 and the SQLITE 3 extensions
(php5-pdo_sqlite-5.3.6_1 and php5-sqlite3-5.3.6_1) are causing PHP to core
dump.
I commented them from /usr/local/etc/php/extensions.ini and the segmentation
faults disappear.

Thanks.
-- 
Attos Janus
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: php5-5.3.6_1 with Segmentation fault (amd64)

2011-06-28 Thread Attos
I found that the SQLite 3 extensions are causing some issues.
Comment out the SQLite 3 extensions in /usr/loca/etc/php/extensions.ini if
you can live without them.
That did the trick for me.
Re-installing SQLite or the extensions did not fix anything.


On Tue, Jun 28, 2011 at 12:53 PM, Luiz Gustavo S. Costa 
luizgust...@luizgustavo.pro.br wrote:

 Hey list !

 exist some trouble with php and amd64 ? (last php from ports)


 [root@gringo] ~# pkg_info | grep php5-5
 php5-5.3.6_1PHP Scripting Language
 [root@gringo] ~# php -v
 Segmentation fault
 [root@gringo] ~# php-fpm -h
 Segmentation fault
 [root@gringo] ~# which php-fpm
 /usr/local/sbin/php-fpm
 [root@gringo] ~# file /usr/local/sbin/php-fpm
 /usr/local/sbin/php-fpm: ELF 64-bit LSB executable, x86-64, version 1
 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.2, not
 stripped
 [root@gringo] ~# uname -a
 FreeBSD gringo.mundounix.com.br 8.2-RELEASE FreeBSD 8.2-RELEASE #0:
 Thu Feb 17 02:41:51 UTC 2011
 r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64


 --
   /\ Luiz Gustavo S. Costa
  /  \Programmer at BSD Perimeter
 /\ /\/\/\Visit the pfSense Project
 /  \\ \   http://www.pfsense.org
 -
 BSD da serra carioca, Teresopolis (visite: http://miud.in/Inv)
 Contatos: luizgust...@luizgustavo.pro.br / lgco...@pfsense.org
 Blog: http://www.luizgustavo.pro.br
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org




-- 
Attos Janus
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: php5-5.3.6_1 with Segmentation fault (amd64)

2011-06-28 Thread Attos
I ran the script to recreate the extensions.ini but after adding the
following extension:
extension=sqlite3.so
php seg faults again


On Tue, Jun 28, 2011 at 2:10 PM, Florian Smeets f...@freebsd.org wrote:

 On 28.06.11 19:49, Olli Hauer wrote:

 On 2011-06-28 18:53, Luiz Gustavo S. Costa wrote:

 Hey list !

 exist some trouble with php and amd64 ? (last php from ports)


 [root@gringo] ~# pkg_info | grep php5-5
 php5-5.3.6_1PHP Scripting Language
 [root@gringo] ~# php -v
 Segmentation fault
 [root@gringo] ~# php-fpm -h
 Segmentation fault
 [root@gringo] ~# which php-fpm
 /usr/local/sbin/php-fpm
 [root@gringo] ~# file /usr/local/sbin/php-fpm
 /usr/local/sbin/php-fpm: ELF 64-bit LSB executable, x86-64, version 1
 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.2, not
 stripped
 [root@gringo] ~# uname -a
 FreeBSD gringo.mundounix.com.br 8.2-RELEASE FreeBSD 8.2-RELEASE #0:
 Thu Feb 17 02:41:51 UTC 2011
 r...@mason.cse.buffalo.edu:/**usr/obj/usr/src/sys/GENERIC  amd64


 Please try this script
 http://people.freebsd.org/~**ohauer/scripts/fixphpextorder.**shhttp://people.freebsd.org/%7Eohauer/scripts/fixphpextorder.sh


 Does anybody know any details about why it starts dumping cores when the
 order is wrong? I've been running into this for years, first with apache and
 mod_php later with php-fpm.

 It would be really great if we could get this fixed. I know the script and
 it fixes the problem most of the time, but that's IMHO not a real solution.

 Cheers,
 Florian

 __**_
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/**mailman/listinfo/freebsd-portshttp://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to 
 freebsd-ports-unsubscribe@**freebsd.orgfreebsd-ports-unsubscr...@freebsd.org
 




-- 
Attos Janus
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: php5-5.3.6_1 with Segmentation fault (amd64)

2011-06-28 Thread Attos
Not an empty php.ini, but an empty /usr/local/etc/php/extensions.ini
That's how I found about SQLite. Commented out all the extensions and the
un-commented one-by-one.


On Tue, Jun 28, 2011 at 2:29 PM, Olli Hauer oha...@freebsd.org wrote:

 On 2011-06-28 20:10, Florian Smeets wrote:
  On 28.06.11 19:49, Olli Hauer wrote:
  On 2011-06-28 18:53, Luiz Gustavo S. Costa wrote:
  Hey list !
 
  exist some trouble with php and amd64 ? (last php from ports)
 
 
  [root@gringo] ~# pkg_info | grep php5-5
  php5-5.3.6_1PHP Scripting Language
  [root@gringo] ~# php -v
  Segmentation fault
  [root@gringo] ~# php-fpm -h
  Segmentation fault
  [root@gringo] ~# which php-fpm
  /usr/local/sbin/php-fpm
  [root@gringo] ~# file /usr/local/sbin/php-fpm
  /usr/local/sbin/php-fpm: ELF 64-bit LSB executable, x86-64, version 1
  (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.2, not
  stripped
  [root@gringo] ~# uname -a
  FreeBSD gringo.mundounix.com.br 8.2-RELEASE FreeBSD 8.2-RELEASE #0:
  Thu Feb 17 02:41:51 UTC 2011
  r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
 
 
  Please try this script
  http://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh
 
 
  Does anybody know any details about why it starts dumping cores when the
 order
  is wrong? I've been running into this for years, first with apache and
 mod_php
  later with php-fpm.

 No not really, during my research I found notes about this issue for all
 platforms
 (BSD/Linux/Solaris ...)

 I guess in his case it's even a third party module, but we don't know since
 the
 php.ini was not provided. Maybe he can follow the last instruction in the
 script
 and fire up gdb.

 I suggest he tries what Attos suggest (without sqlite) or by starting with
 an empty
 php.ini and add module by module manually.




  It would be really great if we could get this fixed. I know the script
 and it
  fixes the problem most of the time, but that's IMHO not a real solution.
 
  Cheers,
  Florian
 
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org




-- 
Attos Janus
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Best way to uninstall X

2011-04-08 Thread Attos
I was being sarcastic about the rm -rf /*
Sorry for any confusion caused.
I agree with you. newfs is faster.
I installed a new drive and I'm installing everything there.
The old drive is being used as the backup and as I install
packages I'm moving configuration and data files over to the new system.

Again, thanks to all!


On Fri, Apr 8, 2011 at 12:34 PM, Ondřej Majerech oxyd.o...@gmail.comwrote:

 2011/4/7 Attos attos.ja...@gmail.com:
  I think so.
  I'll do back up and start from scratch. Then I'll be sure I have just
 what I
  need.
  Switching to single user mode, tar, and as Konstantin wrote: rm -rf /*
 

 If you do want to go the wipe-all-and-start-from-scratch route, doing
 newfs /dev/your slice might be a better option. 1) It's faster than
 rm -rf /; 2) if you have $HOME on a separate slice, you can avoid
 wiping that out by simply not wiping its slice.

 Ondra




-- 
Attos Janus
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Best way to uninstall X

2011-04-07 Thread Attos
Hello all,

What is the best way to uninstall X and all the applications that run under
X?

Thanks in advance.

-- 
Attos Janus
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Best way to uninstall X

2011-04-07 Thread Attos
Tried that, didn't work :)

On Thu, Apr 7, 2011 at 1:29 PM, Konstantin Tokarev annu...@yandex.ruwrote:



 07.04.2011, 20:59, Attos attos.ja...@gmail.com:
  Hello all,
 
  What is the best way to uninstall X and all the applications that run
 under
  X?
 
  Thanks in advance.

 rm -rf /*

 --
 Regards,
 Konstantin




-- 
Attos Janus
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Best way to uninstall X

2011-04-07 Thread Attos
I used to have remote access through VPN-VNC using IceWM to this machine,
but I no longer require this.
This machine has Apache, MySQL, PostFix, Samba. And now (port-)upgrading it
has become a PITA.
It's currently running 7.4-REL and I'm planning to upgrade it to 8.2-REL and
portupgrade is holding me. That's why I want to get rid of all those ports I
no longer use.

Thanks

On Thu, Apr 7, 2011 at 1:48 PM, Olli Hauer oha...@freebsd.org wrote:

 On 2011-04-07 18:59, Attos wrote:
  Hello all,
 
  What is the best way to uninstall X and all the applications that run
 under
  X?
 
  Thanks in advance.

 Don't know what else you have installed but pkg_delete -r
 can be useful here.

 $ pkg_info | grep -i ^x

 xorg-7.5.1 bla bla
 ...
 ...

 $ pkg_delete -r xorg-7.5.1


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Best way to uninstall X

2011-04-07 Thread Attos
I think so.
I'll do back up and start from scratch. Then I'll be sure I have just what I
need.
Switching to single user mode, tar, and as Konstantin wrote: rm -rf /*

Thanks to all that replied!

--AJ


2011/4/7 Alexander Gryanko xpa...@gmail.com

 The best way to upgrade your system will be backup /etc(configs,
 users/groups/permissions, rc.conf with network settings), /var(MySQL DB,
 crontab jobs), /usr/local/etc(Apache, Postfix, Samba configs) using tar and
 fresh install FreeBSD 8.0. After installation just install packages, untar
 data and edit rc.conf.

 On 7 April 2011 22:36, Attos attos.ja...@gmail.com wrote:

 I used to have remote access through VPN-VNC using IceWM to this machine,
 but I no longer require this.
 This machine has Apache, MySQL, PostFix, Samba. And now (port-)upgrading
 it
 has become a PITA.
 It's currently running 7.4-REL and I'm planning to upgrade it to 8.2-REL
 and
 portupgrade is holding me. That's why I want to get rid of all those ports
 I
 no longer use.

 Thanks

 On Thu, Apr 7, 2011 at 1:48 PM, Olli Hauer oha...@freebsd.org wrote:

  On 2011-04-07 18:59, Attos wrote:
   Hello all,
  
   What is the best way to uninstall X and all the applications that run
  under
   X?
  
   Thanks in advance.
 
  Don't know what else you have installed but pkg_delete -r
  can be useful here.
 
  $ pkg_info | grep -i ^x
 
  xorg-7.5.1 bla bla
  ...
  ...
 
  $ pkg_delete -r xorg-7.5.1
 
 
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org




 --
 С уважением,
 Александр Грянко
 Liveinternet.ru
 URL: http://liveinternet.ru
 E-mail: grya...@corp.liveinternet.ru
 Phone: +7(962)9558222

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


How to upgrade openssl after upgrading from 6.2 to 7.0

2008-06-11 Thread Attos
Hello list,
I just upgraded my workstation from 6.2 to 7.0 but I haven't been able
to upgrade all the ports.
OpenSSL is giving me problems when trying to upgrade (with
portupgrade). The message I get is that the it's marked as ignore
because it conflicts with the base:

# portupgrade  security/openssl-stable
** Port marked as IGNORE: security/openssl-stable:
Conflicts with version in the base
** Listing the failed packages (-:ignored / *:skipped / !:failed)
- security/openssl-stable (marked as IGNORE)

How do I fix this?
TIA

-- 
Attos Janus
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PHP ClamAV Lib

2007-12-03 Thread Attos
You can execute ClamAV from PHP and parse the result.
The exec() function can do the job. This is the description from the PHP manual:

exec
(PHP 3, PHP 4, PHP 5)

exec -- Execute an external program
Description
string exec ( string command [, array output [, int return_var]] )


exec() executes the given command.

Parameters


command
The command that will be executed.

output
If the output argument is present, then the specified array will be
filled with every line of output from the command. Trailing
whitespace, such as \n, is not included in this array. Note that if
the array already contains some elements, exec() will append to the
end of the array. If you do not want the function to append elements,
call unset() on the array before passing it to exec().

return_var
If the return_var argument is present along with the output argument,
then the return status of the executed command will be written to this
variable.


Return Values
The last line from the result of the command. If you need to execute a
command and have all the data from the command passed directly back
without any interference, use the passthru() function.

To get the output of the executed command, be sure to set and use the
output parameter.

Examples
Example 1. An exec() example

?php
// outputs the username that owns the running php/httpd process
// (on a system with the whoami executable in the path)
echo exec('whoami');
?







On Dec 1, 2007 1:30 PM, Matthew Seaman [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256

 jekillen wrote:
  Hello:
  I am looking for PHP ClamAV Lib
  in ports and I do not know of hand
  where to find it.  I did not find it in
  /usr/ports/security. And if it exists in
  ports, what would it be called for a
  find command?
  My aim is to use it for scanning files
  uploaded to web sites in php scripts.
  I installed ClamAV,  Amavisd-new,
  and Cyrus-sasl-saslauthd
  from /usr/ports/security.
  FreeBSD v 6.2
  Thanks in advance
  Jeff K

 Unfortunately it seems that you are not in luck.  There does
 not appear to be a PHP related ClamAV module in the ports.  Apache,
 Perl or python, yes.  PHP, no.

 happy-idiot-talk:/usr/ports:% make search name=clamav display=name,path
 Port:   p5-Mail-ClamAV-0.20
 Path:   /usr/ports/mail/p5-Mail-ClamAV

 Port:   clamav-0.91.2_1
 Path:   /usr/ports/security/clamav

 Port:   clamav-devel-20071011
 Path:   /usr/ports/security/clamav-devel

 Port:   p5-File-Scan-ClamAV-1.8_1
 Path:   /usr/ports/security/p5-File-Scan-ClamAV

 Port:   py25-clamav-0.4.0_1
 Path:   /usr/ports/security/py-clamav

 Port:   mod_clamav-0.21_1
 Path:   /usr/ports/www/mod_clamav

 Perhaps you could view this as your chance to contribute something
 back to the project.  Take a gander at the Porter's Handbook --
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html
 and look at some of the proir art already in the ports system and
 see if you can't put together a pecl-clamav or pear-ClamAV port.

 Submit it via send-pr so that all can share.

 Cheers,

 Matthew

 - --
 Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
   Flat 3
 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
   Kent, CT11 9PW
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.4 (FreeBSD)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQFHUahK8Mjk52CukIwRCGhQAJ4zey/5RU44g2sYGpSg12GYJeSITACePjOH
 UQOX7vLvDVuk5nRchPyWBR4=
 =gW4S
 -END PGP SIGNATURE-

 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]




-- 
Attos Janus
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Cannot install x11/xfindproxy after upgrading to Xorg 7.2

2007-05-30 Thread Attos

Hi all,
I cannot install xfindproxy after upgrading to Xorg 7.2
It seems that I'm missing a dependency. My system doesn't have the
/usr/local/include/X11/PM/PM.h file. To which port/package this file
belongs?

This is the output of make install:
-
# make install
===  Building for xfindproxy-1.0.1
make  all-am
if cc -DHAVE_CONFIG_H -I. -I. -I.-D_THREAD_SAFE
-I/usr/local/include -O2 -fno-strict-aliasing -pipe -MT
xfindproxy-xfindproxy.o -MD -MP -MF .deps/xfindproxy-xfindproxy.Tpo
-c -o xfindproxy-xfindproxy.o `test -f 'xfindproxy.c' || echo
'./'`xfindproxy.c;  then mv -f .deps/xfindproxy-xfindproxy.Tpo
.deps/xfindproxy-xfindproxy.Po;  else rm -f
.deps/xfindproxy-xfindproxy.Tpo; exit 1;  fi
xfindproxy.c:40:23: X11/PM/PM.h: No such file or directory
xfindproxy.c:41:28: X11/PM/PMproto.h: No such file or directory
xfindproxy.c:61: error: `PM_MAJOR_VERSION' undeclared here (not in a function)
xfindproxy.c:61: error: initializer element is not constant
xfindproxy.c:61: error: (near initialization for `PMversions[0].major_version')
xfindproxy.c:61: error: `PM_MINOR_VERSION' undeclared here (not in a function)
xfindproxy.c:61: error: initializer element is not constant
xfindproxy.c:61: error: (near initialization for `PMversions[0].minor_version')
xfindproxy.c:61: error: initializer element is not constant
xfindproxy.c:61: error: (near initialization for `PMversions[0]')
xfindproxy.c: In function `main':
xfindproxy.c:127: error: `pmGetProxyAddrMsg' undeclared (first use in
this function)
xfindproxy.c:127: error: (Each undeclared identifier is reported only once
xfindproxy.c:127: error: for each function it appears in.)
xfindproxy.c:127: error: `pMsg' undeclared (first use in this function)
xfindproxy.c:203: error: `PM_PROTOCOL_NAME' undeclared (first use in
this function)
xfindproxy.c:290: error: `sz_pmGetProxyAddrMsg' undeclared (first use
in this function)
xfindproxy.c:290: error: syntax error before ')' token
xfindproxy.c:290: error: `PM_GetProxyAddr' undeclared (first use in
this function)
xfindproxy.c:328: error: `PM_Success' undeclared (first use in this function)
xfindproxy.c: In function `PMprocessMessages':
xfindproxy.c:357: error: `PM_GetProxyAddrReply' undeclared (first use
in this function)
xfindproxy.c:360: error: `PM_GetProxyAddr' undeclared (first use in
this function)
xfindproxy.c:369: error: `pmGetProxyAddrReplyMsg' undeclared (first
use in this function)
xfindproxy.c:369: error: `pMsg' undeclared (first use in this function)
xfindproxy.c:379: error: `sz_pmGetProxyAddrReplyMsg' undeclared (first
use in this function)
xfindproxy.c:379: error: syntax error before ')' token
*** Error code 1

Stop in /usr/ports/x11/xfindproxy/work/xfindproxy-1.0.1.
*** Error code 1

Stop in /usr/ports/x11/xfindproxy/work/xfindproxy-1.0.1.
*** Error code 1

Stop in /usr/ports/x11/xfindproxy.
#
-

TIA,
--
Attos Janus
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


mail/dovecot fails in portupgrade

2006-12-15 Thread Attos

Hi,
I've been trying to upgrade mail/dovecot and portupgrade fails.
The last lines of the output are:

:
:
cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/lib
-I../../../src/lib-mail -I../../../src/lib-index
-I../../../src/lib-storage -I../../../src/lib-storage/index
-I/usr/local/include -std=gnu99 -O2 -fno-strict-aliasing -pipe -Wall
-W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -MT zlib-plugin.lo
-MD -MP -MF .deps/zlib-plugin.Tpo -c zlib-plugin.c -o zlib-plugin.o

/dev/null 21

/bin/sh ../../../libtool --tag=CC --mode=link cc  -std=gnu99 -O2
-fno-strict-aliasing -pipe  -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast   -L/usr/local/lib -o lib01_zlib_plugin.la -rpath
/usr/local/lib/dovecot/imap -module -avoid-version istream-zlib.lo
zlib-plugin.lo -lz
cc -shared  .libs/istream-zlib.o .libs/zlib-plugin.o  -L/usr/local/lib
-lz  -Wl,-soname -Wl,lib01_zlib_plugin.so -o
.libs/lib01_zlib_plugin.so
ar cru .libs/lib01_zlib_plugin.a  istream-zlib.o zlib-plugin.o
ranlib .libs/lib01_zlib_plugin.a
creating lib01_zlib_plugin.la
(cd .libs  rm -f lib01_zlib_plugin.la  ln -s
../lib01_zlib_plugin.la lib01_zlib_plugin.la)
Making all in doc
cat dovecot-config.in|sed
s|moduledir=|moduledir=/usr/local/lib/dovecot|  dovecot-config
---  Backing up the old version
---  Uninstalling the old version
---  Deinstalling 'dovecot-1.0.r13'
Dovecot is still running. Shall I stop it? [y]? y
Do you want me to remove user dovecot [n]?
Cleaning up /var/run/dovecot.
[Updating the pkgdb format:bdb1_btree in /var/db/pkg ... - 415
packages found (-1 +0) (...) done]
---  Installing the new version via the port
===  Installing for dovecot-1.0.r15
===   dovecot-1.0.r15 depends on shared library: iconv.3 - found
===   dovecot-1.0.r15 depends on shared library: mysqlclient.15 - found
Dovecot has reserved the groupname 'dovecot' and gid '143':
ERROR: groupname 'dovecot' already in use by gid '1013'
Please resolve these issues and try again.
*** Error code 1

Stop in /usr/ports/mail/dovecot.
*** Error code 1

Stop in /usr/ports/mail/dovecot.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade.25451.0 env UPGRADE_TOOL=portupgrade
UPGRADE_PORT=dovecot-1.0.r13 UPGRADE_PORT_VER=1.0.r13 make reinstall
egrep: /var/db/pkg/dovecot-1.0.r13/+CONTENTS: No such file or directory
---  Restoring the old version
You already have a group dovecot, so I will use it.
You already have a user dovecot, so I will use it.
Fixing ownerships and modes in /var/run/dovecot.
** Fix the installation problem and try again.
[Updating the pkgdb format:bdb1_btree in /var/db/pkg ... - 416
packages found (-0 +1) . done]
** Listing the failed packages (*:skipped / !:failed)
   ! mail/dovecot (dovecot-1.0.r13)(install error)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
** Could not clean up temporary directory: Directory not empty -
/var/tmp/portupgradeSFv3auzs
c3p0# less /tmp/portupgrade.25451.0
/tmp/portupgrade.25451.0: No such file or directory


--
Attos Janus
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]