Re: cups-base with php extension

2006-06-23 Thread Derrick Edwards
On Friday 23 June 2006 13:35, Bram Kuijper wrote:
> Hi,
>
> I am trying to build the /usr/ports/print/cups-base port with the
> included php extension on a FreeBSD 6.1-stable machine, but make
> install  results in an error:
>
> /usr/include/string.h:90: warning: shadowed declaration is here
> In file included from /usr/local/include/cups/ipp.h:35,
>  from /usr/local/include/cups/cups.h:34,
>  from phpcups.h:32,
>  from phpcups.c:36:
> /usr/local/include/cups/http.h:308: warning: declaration of 'encrypt'
> shadows a globa
> l declaration
> /usr/include/unistd.h:426: warning: shadowed declaration is here
> phpcups.c: In function `zm_startup_phpcups':
> phpcups.c:131: error: `CUPS_PRINTER_DELETE' undeclared (first use in
> this function)
> phpcups.c:131: error: (Each undeclared identifier is reported only once
> phpcups.c:131: error: for each function it appears in.)
> phpcups.c:132: error: `CUPS_PRINTER_NOT_SHARED' undeclared (first use in
> this functio
> n)
> phpcups.c:133: error: `CUPS_PRINTER_AUTHENTICATED' undeclared (first use
> in this func
> tion)
> phpcups.c:134: error: `CUPS_PRINTER_COMMANDS' undeclared (first use in
> this function)
> phpcups.c:144: error: `IPP_OK_EVENTS_COMPLETE' undeclared (first use in
> this function
> )
> phpcups.c: In function `zif_cups_last_error_string':
> phpcups.c:367: warning: implicit declaration of function
> `cupsLastErrorString'
> gmake[1]: *** [phpcups.o] Error 1
> gmake[1]: Leaving directory
> `/usr/ports/print/cups-base/work/cups-1.2.0/scripting/php
> '
> gmake: *** [all] Error 1
> *** Error code 2
>
> Stop in /usr/ports/print/cups-base.
> *** Error code 1
>
> googling for the error or browsing through the ports mailinglist archive
> didn't result in anything useful. Anyone any idea?
>
> Bram
>
>
> ___
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Hi, I am getting the same thing also.
v/r
Derrick
n file included from /usr/local/include/php/ext/php_config.h:18,
 from /usr/local/include/php/main/../main/php_config.h:2777,
 from /usr/local/include/php/Zend/zend_config.h:1,
 from /usr/local/include/php/Zend/zend.h:53,
 from /usr/local/include/php/main/php.h:34,
 from phpcups.c:33:
/usr/local/include/php/ext/imap/config.h:9:1: warning: "HAVE_LIBPAM" redefined
In file included from ../../cups/string.h:40,
 from phpcups.c:32:
../../config.h:131:1: warning: this is the location of the previous definition
In file included from /usr/local/include/php/main/php.h:38,
 from phpcups.c:33:
/usr/local/include/php/Zend/zend_API.h:315: warning: declaration of 'index' 
shadows a global declaration
/usr/include/strings.h:50: warning: shadowed declaration is here
In file included from /usr/local/include/php/main/php.h:404,
 from phpcups.c:33:
/usr/local/include/php/TSRM/tsrm_virtual_cwd.h:178: warning: declaration 
of 'link' shadows a global declaration
/usr/include/unistd.h:348: warning: shadowed declaration is here
In file included from /usr/local/include/php/main/php.h:406,
 from phpcups.c:33:
/usr/local/include/php/Zend/zend_constants.h:62: warning: declaration 
of 'strlen' shadows a global declaration
/usr/include/string.h:90: warning: shadowed declaration is here
In file included from /usr/local/include/cups/ipp.h:35,
 from /usr/local/include/cups/cups.h:34,
 from phpcups.h:32,
 from phpcups.c:36:
/usr/local/include/cups/http.h:308: warning: declaration of 'encrypt' shadows 
a global declaration
/usr/include/unistd.h:426: warning: shadowed declaration is here
phpcups.c: In function `zm_startup_phpcups':
phpcups.c:131: error: `CUPS_PRINTER_DELETE' undeclared (first use in this 
function)
phpcups.c:131: error: (Each undeclared identifier is reported only once
phpcups.c:131: error: for each function it appears in.)
phpcups.c:132: error: `CUPS_PRINTER_NOT_SHARED' undeclared (first use in this 
function)
phpcups.c:133: error: `CUPS_PRINTER_AUTHENTICATED' undeclared (first use in 
this function)
phpcups.c:134: error: `CUPS_PRINTER_COMMANDS' undeclared (first use in this 
function)
phpcups.c:144: error: `IPP_OK_EVENTS_COMPLETE' undeclared (first use in this 
function)
phpcups.c: In function `zif_cups_last_error_string':
phpcups.c:367: warning: implicit declaration of function `cupsLastErrorString'
gmake[1]: *** [phpcups.o] Error 1
gmake[1]: Leaving directory 
`/usr/ports/print/cups-base/work/cups-1.2.0/scripting/php'
gmake: *** [all] Error 1
*** Error code 2

Stop in /usr/ports/print/cups-base.

===>>> make failed for print/cups-base
===>>> Aborting update

===>>> Update for cups-base-1.1.23.0_9 failed
===>>> Aborting update

___
freebsd-ports@fre

Core Dump with Apache22

2006-07-18 Thread Derrick Edwards
Hi, 
I am using FreeBSD 6.1-RC with apache-2.2.2 which is a VMware machine. Machine 
was rebooted and now it is giving the following error message 
in /var/log/messages:

Jul 18 21:30:54 www kernel: pid 625 (httpd), uid 0: exited on signal 10 (core  
dumped)

 I have tested my config and it is Ok. Not seeing any answers with google. Can 
anybody help. Thanks in advance.

Derrick 


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


Re: Core Dump with Apache22

2006-07-18 Thread Derrick Edwards
On Tuesday 18 July 2006 21:47, Jeremy Chadwick wrote:
> On Tue, Jul 18, 2006 at 09:47:03PM -0400, Derrick Edwards wrote:
> >   Hi,
> > I am using FreeBSD 6.1-RC with apache-2.2.2 which is a VMware machine.
> > Machine was rebooted and now it is giving the following error message
> > in /var/log/messages:
> >
> > Jul 18 21:30:54 www kernel: pid 625 (httpd), uid 0: exited on signal 10
> > (core   dumped)
> >
> >  I have tested my config and it is Ok. Not seeing any answers with
> > google. Can anybody help. Thanks in advance.
>
> We've been dealing with a related problem which happens exactly
> every 7 days when newsyslog sends SIGUSR1 to httpd (newsyslog runs
> every 24 hours and does this -- but every 7 days, sig10 happens).
> This only seems to happen with SSL enabled, however.  Box is 4-STABLE
> though, not 6-RC.
>
> That said -- since you have a coredump, can you provide a backtrace?
>
> gdb /usr/local/sbin/httpd /location/of/core/file
> gdb> bt full
Thanks for the reply,
I have never done backtracing before so bare with me, The coredump was found 
at /httpd.core. The first command that I 
raned "gdb /usr/local/sbin/httpd /location/of/core/file" I outputted to the 
file core_dump.txt. The bt full is listed below.

(gdb) bt full
#0  0x28f38262 in pthread_sigmask () from /usr/local/lib/liblthread.so.3
No symbol table info available.
#1  0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
No symbol table info available.
#2  0x28f3821a in pthread_sigmask () from /usr/local/lib/liblthread.so.3
No symbol table info available.
#3  0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
No symbol table info available.
#4  0x28f3821a in pthread_sigmask () from /usr/local/lib/liblthread.so.3
No symbol table info available.
#5  0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
No symbol table info available.
#6  0x28f3821a in pthread_sigmask () from /usr/local/lib/liblthread.so.3
No symbol table info available.
#7  0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
No symbol table info available.
#8  0x28f3821a in pthread_sigmask () from /usr/local/lib/liblthread.so.3
No symbol table info available.
#9  0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
No symbol table info available.
#10 0x28f3821a in pthread_sigmask () from /usr/local/lib/liblthread.so.3
No symbol table info available.
#11 0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
No symbol table info available.
#12 0x28f3821a in pthread_sigmask () from /usr/local/lib/liblthread.so.3
No symbol table info available.
#13 0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
No symbol table info available.
#14 0x28f3821a in pthread_sigmask () from /usr/local/lib/liblthread.so.3
No symbol table info available.
#15 0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
No symbol table info available.
#16 0x28f3821a in pthread_sigmask () from /usr/local/lib/liblthread.so.3
No symbol table info available.
#17 0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
No symbol table info available.

Let me know if you need any more info.
v/r
Derrick
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols 
found)...
Core was generated by `httpd'.
Program terminated with signal 10, Bus error.
Reading symbols from /lib/libm.so.4...(no debugging symbols found)...done.
Loaded symbols for /lib/libm.so.4
Reading symbols from /usr/local/lib/libaprutil-1.so.2...(no debugging symbols 
found)...done.
Loaded symbols for /usr/local/lib/libaprutil-1.so.2
Reading symbols from /usr/local/lib/libexpat.so.6...(no debugging symbols 
found)...done.
Loaded symbols for /usr/local/lib/libexpat.so.6
Reading symbols from /usr/local/lib/libiconv.so.3...(no debugging symbols 
found)...done.
Loaded symbols for /usr/local/lib/libiconv.so.3
Reading symbols from /usr/local/lib/libapr-1.so.2...(no debugging symbols 
found)...done.
Loaded symbols for /usr/local/lib/libapr-1.so.2
Reading symbols from /lib/libcrypt.so.3...(no debugging symbols found)...done.
Loaded symbols for /lib/libcrypt.so.3
Reading symbols from /usr/lib/libpthread.so.2...(no debugging symbols 
found)...done.
Loaded symbols for /usr/lib/libpthread.so.2
Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /usr/local/libexec/apache22/mod_authn_file.so...(no 
debugging symbols found)...done.
Loaded symbols for /usr/local/libexec/apache22/mod_authn_file.so
Reading symbols from /usr/lo

Re: Core Dump with Apache22 (solved)

2006-07-19 Thread Derrick Edwards
On Wed, Jul 19, 2006 at 02:03:36AM -0400, Derrick Edwards wrote:
> On Tuesday 18 July 2006 21:47, Jeremy Chadwick wrote:
> > On Tue, Jul 18, 2006 at 09:47:03PM -0400, Derrick Edwards wrote:
> > >   Hi,
> > > I am using FreeBSD 6.1-RC with apache-2.2.2 which is a VMware machine.
> > > Machine was rebooted and now it is giving the following error message
> > > in /var/log/messages:
> > >
> > > Jul 18 21:30:54 www kernel: pid 625 (httpd), uid 0: exited on signal 10
> > > (core   dumped)
> > >
> > >  I have tested my config and it is Ok. Not seeing any answers with
> > > google. Can anybody help. Thanks in advance.
> >
> > We've been dealing with a related problem which happens exactly
> > every 7 days when newsyslog sends SIGUSR1 to httpd (newsyslog runs
> > every 24 hours and does this -- but every 7 days, sig10 happens).
> > This only seems to happen with SSL enabled, however.  Box is 4-STABLE
> > though, not 6-RC.
> >
> > That said -- since you have a coredump, can you provide a backtrace?
> >
> > gdb /usr/local/sbin/httpd /location/of/core/file
> > gdb> bt full
>   Thanks for the reply,
> I have never done backtracing before so bare with me, The coredump was found 
> at /httpd.core. The first command that I 
> raned "gdb /usr/local/sbin/httpd /location/of/core/file" I outputted to the 
> file core_dump.txt. The bt full is listed below.
> 
> (gdb) bt full
> #0  0x28f38262 in pthread_sigmask () from /usr/local/lib/liblthread.so.3
> No symbol table info available.
> #1  0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
> No symbol table info available.
> #2  0x28f3821a in pthread_sigmask () from /usr/local/lib/liblthread.so.3
> No symbol table info available.
> #3  0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
> No symbol table info available.
> #4  0x28f3821a in pthread_sigmask () from /usr/local/lib/liblthread.so.3
> No symbol table info available.
> #5  0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
> No symbol table info available.
> #6  0x28f3821a in pthread_sigmask () from /usr/local/lib/liblthread.so.3
> No symbol table info available.
> #7  0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
> No symbol table info available.
> #8  0x28f3821a in pthread_sigmask () from /usr/local/lib/liblthread.so.3
> No symbol table info available.
> #9  0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
> No symbol table info available.
> #10 0x28f3821a in pthread_sigmask () from /usr/local/lib/liblthread.so.3
> No symbol table info available.
> #11 0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
> No symbol table info available.
> #12 0x28f3821a in pthread_sigmask () from /usr/local/lib/liblthread.so.3
> No symbol table info available.
> #13 0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
> No symbol table info available.
> #14 0x28f3821a in pthread_sigmask () from /usr/local/lib/liblthread.so.3
> No symbol table info available.
> #15 0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
> No symbol table info available.
> #16 0x28f3821a in pthread_sigmask () from /usr/local/lib/liblthread.so.3
> No symbol table info available.
> #17 0x282360d0 in sigprocmask () from /usr/lib/libpthread.so.2
> No symbol table info available.
> 
> Let me know if you need any more info.
> v/r
> Derrick

> GNU gdb 6.1.1 [FreeBSD]
> Copyright 2004 Free Software Foundation, Inc.
> GDB is free software, covered by the GNU General Public License, and you are
> welcome to change it and/or distribute copies of it under certain 
conditions.
> Type "show copying" to see the conditions.
> There is absolutely no warranty for GDB.  Type "show warranty" for details.
> This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols 
found)...
> Core was generated by `httpd'.
> Program terminated with signal 10, Bus error.
> Reading symbols from /lib/libm.so.4...(no debugging symbols found)...done.
> Loaded symbols for /lib/libm.so.4
> Reading symbols from /usr/local/lib/libaprutil-1.so.2...(no debugging 
symbols found)...done.
> Loaded symbols for /usr/local/lib/libaprutil-1.so.2
> Reading symbols from /usr/local/lib/libexpat.so.6...(no debugging symbols 
found)...done.
> Loaded symbols for /usr/local/lib/libexpat.so.6
> Reading symbols from /usr/local/lib/libiconv.so.3...(no debugging symbols 
found)...done.
> Loaded symbols for /usr/local/lib/libiconv.so.3
> Reading symbols from /usr/local/lib/libapr-1.so.2...(no debugging symbols 
found)...done.
> Loaded symbols for /usr/local/lib/libapr-1.so.2
> Reading symbols from /lib/libcrypt.so.3..

FreeBSD Port: graphics/libgphoto2

2006-07-25 Thread Derrick Edwards
 Hi,
Previously I could download and delete pictures off of my camera using 
digikam. Lately, I notice that I could not delete the pictures after I 
upgrading digikam and gphoto2. From what I have read  on the net it is 
probbably a gphoto2 problem. I cant not even delete the files from the 
gphoto2 shell.  I have the Cannon Powershot S21S PTP anyone else having 
problems with this. I have the correct permissons set on the device. My local 
user is in the operator group.  Is there a work around for this problem?

crw-rw  1 root operator0, 129 Jun 11 14:29 ugen0
crw-rw  1 root operator0, 130 Jun 11 14:29 ugen0.1
crw-rw  1 root operator0, 131 Jun 11 15:19 ugen0.2
crw-rw  1 root operator0, 132 Jun 11 14:29 ugen0.3

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


KDECUPS Problem

2006-08-26 Thread Derrick Edwards
Hi,
I am having a problem getting printing support. As soon as I began the setup 
process via KDE, I get the following error message.

There was an error loading kdeprint_cups. The diagnostic is:
Shared object "libgnutls.so.15" not found, required by "kdeprint_cups.so"

I reinstalled gnutls and cups, but still getting the same error message.

Can anyone help with this.
Thanks
Derrick
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD Port: audio/gtkpod

2006-10-15 Thread Derrick Edwards
Hi, 
I ranned into a couple of problems with this port.
1. Checksum mismatch.

Attempting to fetch from http://heanet.dl.sourceforge.net/sourceforge/gtkpod/.
fetch: 
http://heanet.dl.sourceforge.net/sourceforge/gtkpod/gtkpod-0.99.8.tar.gz: 
size of remote file is not known
gtkpod-0.99.8.tar.gz  2600  B  479 kBps
===>  Found saved configuration for gtkpod-0.99.8
=> MD5 Checksum mismatch for gtkpod-0.99.8.tar.gz.
=> SHA256 Checksum mismatch for gtkpod-0.99.8.tar.gz.
===>  Giving up on fetching files: gtkpod-0.99.8.tar.gz gtkpod-0.99.8.tar.gz
Make sure the Makefile and distinfo file (/usr/ports/audio/gtkpod/distinfo)
are up to date.  If you are absolutely sure you want to override this
check, type "make NO_CHECKSUM=yes [other args]".
*** Error code 1

2. Tar format problem?
 make NO_CHECKSUM=yes install
===>  Found saved configuration for gtkpod-0.99.8
===>  Extracting for gtkpod-0.99.8
tar: Unrecognized archive format: Inappropriate file type or format
*** Error code 1

v/r
Derrick

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


PHP5 upgrade no good.

2006-10-17 Thread Derrick Edwards
Hi, 
Attempting to upgrade php5 and the suhosin  patch file is not being found.
I did a manual check of the ftp repository and it was not there.
v/r
Derrick 

Port to upgrade: php5-5.1.6_1
===>>> Port directory: /usr/ports/lang/php5
===>>> Gathering dependency list for lang/php5 from ports
===>>> Starting dependency check
===>>> Checking dependency: /usr/ports/devel/autoconf259
===>>> Checking dependency: /usr/ports/devel/pkg-config
===>>> Checking dependency: /usr/ports/textproc/libxml2
===>>> Checking dependency: /usr/ports/www/apache22
===>>> Dependency check complete for lang/php5

===>  Cleaning for php5-5.1.6_2
===>  Vulnerability check disabled, database not found
===>  Found saved configuration for php5-5.1.5
===>  Extracting for php5-5.1.6_2
=> MD5 Checksum OK for php-5.1.6.tar.bz2.
=> SHA256 Checksum OK for php-5.1.6.tar.bz2.
=> MD5 Checksum mismatch for suhosin-patch-5.1.6-0.9.5.patch.gz.
=> SHA256 Checksum mismatch for suhosin-patch-5.1.6-0.9.5.patch.gz.
===>  Refetch for 1 more times files: suhosin-patch-5.1.6-0.9.5.patch.gz 
suhosin-patch-5.1.6-0.9.5.patch.gz
===>  Vulnerability check disabled, database not found
===>  Found saved configuration for php5-5.1.5
=> suhosin-patch-5.1.6-0.9.5.patch.gz doesn't seem to exist 
in /usr/ports/distfiles/.
=> Attempting to fetch from http://www.hardened-php.net/suhosin/_media/.
fetch: suhosin-patch-5.1.6-0.9.5.patch.gz: local modification time does not 
match remote
=> Attempting to fetch from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/suhosin-patch-5.1.6-0.9.5.patch.gz:
 
File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


CUPS problems

2006-10-20 Thread Derrick Edwards
Trying to get CUPS up and running but I get the following error. 

"libexec/ld-elf.so.1: Shared object "libgpg-error.so.2" not found, required 
by "cupsd"

I have /usr/local/lib/libgpg-error.so.3 but not libgpg-error.so.2. I have up 
to date ports installed.

Please help if possibe?
v/r
Derrick
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: CUPS problems

2006-10-22 Thread Derrick Edwards
On Saturday 21 October 2006 04:16, Ion-Mihai IOnut Tetcu wrote:


> On Fri, 20 Oct 2006 23:23:26 -0400
>
> Derrick Edwards <[EMAIL PROTECTED]> wrote:
> > Trying to get CUPS up and running but I get the following error.
> >
> > "libexec/ld-elf.so.1: Shared object "libgpg-error.so.2" not found,
> > required by "cupsd"
> >
> > I have /usr/local/lib/libgpg-error.so.3 but not libgpg-error.so.2. I
> > have up to date ports installed.
>
> Probably you didn't do what 20060926 entry from UPDATING told you to.


You were correct... Thanks
v/r
Derrick
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Portmaster Help

2007-01-09 Thread Derrick Edwards
Hi,
Using portmaster, I get the following error message. Ofcourse, based on the 
specific app the first line changes but the second line is consistent. I am 
currently getting this error message on several other ports on different 
machines.

tar: etc/authlib/authmysqlrc.dist: Cannot stat: No such file or directory
pkg_create: make_dist: tar command failed with code 256

===>>> Backup package creation failed for courier-authlib-mysql-0.58_2
===>>> Aborting update

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


Re: Portmaster Help

2007-01-09 Thread Derrick Edwards
On Tuesday 09 January 2007 12:02, Brooks Davis wrote:

Thanks Guys that did the trick. I have been having this problem for 
weeks. 
Really appreciate the assistance.
v/r
Derrick

> On Tue, Jan 09, 2007 at 11:55:43AM -0500, Derrick Edwards wrote:
> > Hi,
> > Using portmaster, I get the following error message. Ofcourse, based on
> > the specific app the first line changes but the second line is
> > consistent. I am currently getting this error message on several other
> > ports on different machines.
> >
> > tar: etc/authlib/authmysqlrc.dist: Cannot stat: No such file or directory
> > pkg_create: make_dist: tar command failed with code 256
> >
> > ===>>> Backup package creation failed for courier-authlib-mysql-0.58_2
> > ===>>> Aborting update
> >
> > Please help
>
> There's a file listed in the plist that no longer exists which causes
> pkg_create -b to fail.  At the moment you can pass the -B flag to
> portmaster to avoid backup package creation.  The next release of
> portmaster will prompt for an action so you can choose to ignore the
> error and continue.
>
> Ideally pkg_create should be made more robust in this case, but I failed
> to convince Doug to take that on as a project. :)  It looks like a
> somewhat significant change in how pkg_create works since you'd have to
> check for the existence of all files and directories before passing them
> to tar.  Alternatively, someone could rewrite pkg_create to use
> libarchive.
>
> -- Brooks
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Portmaster Help

2007-01-09 Thread Derrick Edwards
On Tuesday 09 January 2007 19:56, Doug Barton wrote:
Cool, Thanks for the work.

> Derrick Edwards wrote:
> > Hi,
> > Using portmaster, I get the following error message. Ofcourse, based on
> > the specific app the first line changes but the second line is
> > consistent. I am currently getting this error message on several other
> > ports on different machines.
> >
> > tar: etc/authlib/authmysqlrc.dist: Cannot stat: No such file or directory
> > pkg_create: make_dist: tar command failed with code 256
> >
> > ===>>> Backup package creation failed for courier-authlib-mysql-0.58_2
> > ===>>> Aborting update
>
> I just committed version 1.12 that has the fix I've been working on
> for that problem. It allows the user the choice to ignore the error,
> or abort the update. In many cases (especially for the default backup
> packaging) ignoring the error is ok.
>
> hth,
>
> Doug
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"