Outdated port of antimicro

2016-08-09 Thread Jeff Backus
Hi,

We've recently released version 2.22 of antimicro and it looks like the
version you have is 2.13. Additionally, the project has recently moved to:
https://github.com/AntiMicro/antimicro

Would you mind updating?

Thanks!
Jeff

-- 
Jeff Backus
jeff.bac...@gmail.com
http://github.com/jsbackus
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


rawrec fail - 10.1 breakage?

2014-11-21 Thread Jeff Anton
I've been using the rawrec port and after the 10.1 upgrade it no longer 
works.


atlas.hesiod.org:anton[42]: rawrec
(null): sigaction on SIGIO failed: Invalid argument

I reinstalled with pkg install -f rawrec and built from the port and 
still get the problem.


10.0 worked ok, but 10.1 is failing.

I don't have time to debug in detail right now, but this kind of failure 
feels like an ABI breakage to me.  Other audio applications such as xmms 
and mixer are working so it doesn't seem like a driver problem.


Any clues?

Jeff Anton
___
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


Increase Website Visibility: Chipsquips.Com

2014-11-20 Thread Jeff Thomas



Hi Chipsquips.Com



Hope you are doing well.



I thought you might like to know some of the reasons why you are not
getting enough Organic search engine and Social Media traffic for your
website.



Running and maintaining a website is not easy!  With continuously changing
digital market and its dynamics, it has become pretty much necessary to
follow the right strategy in order to counter recent penguin 3.0 updates
from Google and drive in relevant traffic.



Well, you might consider this irrelevant but there are various tactics
behind on-line marketing strategy and you should be well aware of the main
drawbacks.



Some of the major factors we keep in mind while promoting your website:

   1. Fixing errors that prevents your website from being indexed properly
   by search engine.
   2. Selecting right keywords with our SEO services to promote website.
   3. Providing relevant content to create theme based back links.
   4. Active and regular updates and posts on social media portals to
   increase the popularity and brand awareness.
   5. Gaining more authority by writing articles and blogs through our SMM
SEM services

We offer several services for your website such as Online Reputation
Management, Social Media Optimization, SEO activities among others. We have
excelled along with our customers because of some key propositions as
delivering solution by competent Google Analytics certified professionals
and we don't bind our customers with any set up fee or contract, i.e. *(NO
CONTRACT or NO SET UP FEE)*.



This e-mail provides you with a glimpse of some of the services which we
offered from our company. If you have any queries about our services then
kindly contact us back for a *free website audit report*.



Should you be interested, get in touch with us on the mentioned email
address or contact number.



Best Regards,

Jeff Thomas |DM Consultant

PH. No: +1 805-900-0860

Skype: digital.marketinghm

-- --
--

1: This is a onetime email and you may ask us to UNSUBSCRIBE.



2:  If you are interested we will send more details on our corporate
identity, company profile, why you should choose us?, Price list,
money back etc. in our next mail.



P.S: - This is our marketing strategy that we use the Gmail account. Once
you reply us back, the next communication will be done from our corporate
email ID.


___
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


pkg, poudriere, Different Options, Multiple Repositories -- Best Practices?

2013-11-08 Thread Jeff
The scenario I am trying to smooth out is that the vast majority of my 
machines all can use the same set of options on nearly all of the ports 
being built into packages. Using poudriere and pkg has made building 
within each jail a thing of the past, thankfully.


The cut to the chase question is, Is there a deterministic order for 
searching for packages among multiple repositories with pkg? If so, 
where is it documented?


The context:

The tricky part is that one port here and there needs a different set of 
options for a specific machine/jail or two. For example, postfix can be 
trimmed down for most as it is just handling submission of locally 
generated mail and sending it off somewhere. However, the mail servers 
need auth and dovecot and their dependencies.


I /could/ maintain complete repositories for each set of options, but 
when something with a lot of dependencies gets changed, it is a lot of 
rebuilding for just a couple ports that are different.


I have read that pkg can handle multiple repositories, for example 
pkg.conf(5) and https://github.com/freebsd/pkg, and the thought would 
be that I would be that I build a general repository that has vast 
majority of packages, then special ones with, for example, postfix 
with dovecot, X11-enabled apps,... Then, I could specify the special 
version of the repo to be searched first, followed perhaps by another 
special one, then by the general one. That way postfix and friends would 
be picked up first, but more germane things like perl or python would be 
pulled from the general one (assuming it wasn't a dependency of the 
stuff in the special repo).




The other question relates to poudriere -- it seems to want to build 
options files for everything under the sun, even if they are just 
default options (probably more the ports makefile than poudriere). I'd 
much prefer that what is in the poudriere.d/x-y-z directories are just 
the /changes/ to the default options. Is there any pre-packaged way to 
get the default options for a port and compare them to an options file's 
settings?




Thanks!

Jeff



P.S. At least for me, poudriere works much, much more easily than I 
could ever get tinderbox to behave -- thanks to all that have 
contributed to its development!

___
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: x11/nvidia-driver build failure in head/i386 @r253985 with clang

2013-08-07 Thread Jeff Roberson

On Wed, 7 Aug 2013, David Wolfskill wrote:


On Wed, Aug 07, 2013 at 01:20:34PM +, Alexey Dokuchaev wrote:

On Wed, Aug 07, 2013 at 06:02:41AM -0700, David Wolfskill wrote:

[...]
nvidia_subr.c:997:19: error: incompatible pointer types passing 'vm_map_t'
(aka 'struct vm_map *') to parameter of type 'struct vmem *' [-Werror,
-Wincompatible-pointer-types]
kmem_free(kernel_map,
  ^~
@/vm/vm_extern.h:58:29: note: passing argument to parameter here
void kmem_free(struct vmem *, vm_offset_t, vm_size_t);


I've tested the new driver on my Julyish -CURRENT and it was all fine...
I suspect the problem might be with Jeff's r254025 (CC'ed).  I will see
what I can do about it, thanks for your report!


Glad to heko!


In the mean time, I will try to figure out what's wrong:
nvidia-driver-304.51 built/ran OK in head/i386 @r253985 (with clang).


Please share your findings once you have them. :-)


Build still fails in head/i386 @r254052, similarly:

...
clang -O2 -pipe -fno-strict-aliasing -DNV_VERSION_STRING=\319.32\ 
-D__KERNEL__ -DNVRM -Wno-unused-function -Wuninitialized -O -UDEBUG -U_DEBUG -DNDEBUG 
-Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I. -I. -I@ -I@/contrib/altq -fno-common   
-mno-aes -mno-avx -mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector 
-std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-decls 
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
-Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs 
-fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  
-Wno-error-parentheses-equality  -c nvidia_subr.c
nvidia_subr.c:948:33: error: incompatible pointer types passing 'vm_map_t' (aka 
'struct vm_map *') to parameter of type 'struct vmem *' 
[-Werror,-Wincompatible-pointer-types]
   address = kmem_alloc_contig(kernel_map, size, flags, 0,
   ^~
@/vm/vm_extern.h:54:44: note: passing argument to parameter here
vm_offset_t kmem_alloc_contig(struct vmem *, vm_size_t size, int flags,
  ^
nvidia_subr.c:997:19: error: incompatible pointer types passing 'vm_map_t' (aka 
'struct vm_map *') to parameter of type 'struct vmem *' 
[-Werror,-Wincompatible-pointer-types]
   kmem_free(kernel_map,
 ^~
@/vm/vm_extern.h:58:29: note: passing argument to parameter here
void kmem_free(struct vmem *, vm_offset_t, vm_size_t);
   ^


Not sure how much further I'll be able to get for a while; I'm
out-of-town and Internet access is a bit flaky.  Sorry...



This is my fault.  The first argument to the kmem_ functions should now be 
kernel_arena or kmem_arena.  I don't know how to modify ports but I can 
produce a patch later today to resolve this unless someone beats me to it. 
It will be a simple substitution based on version.


Jeff



Peace,
david
--
David H. Wolfskill  da...@catwhisker.org
Taliban: Evil men with guns afraid of truth from a 14-year old girl.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


___
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: portupgrade-devel / WITH_PKGNG

2012-05-13 Thread Jeff Anton
Not Hanging.  portversion -Fv took 5 hours to run instead of the 
minute or so.


This makes everything useless.

Anton

On 05/13/2012 04:47, freebsd-ports-requ...@freebsd.org wrote:

portupgrade-devel / WITH_PKGNG

___
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


security/openssl moved from libssl.so.7 to libssl.so.8 on 2012/04/11

2012-04-17 Thread Jeff Kletsky
I was pretty surprised today when I, after checking /usr/ports/UPDATING, 
updated security/openssl to find that a huge number of software bits no 
longer functioned, looking (in vain) for libssl.so.7


Apparently the version was bumped

--- ports/security/openssl/Makefile 2012/03/15 06:15:33 1.184
+++ ports/security/openssl/Makefile 2012/04/11 21:06:35 1.185

-OPENSSL_SHLIBVER?= 7
+OPENSSL_SHLIBVER?= 8

but there was no notification in UPDATING that I could see.

The first hint of problems was postfix failing to start, and things got 
worse from there.


Forcibly removing openssl and reinstalling it from the RELEASE packages 
got me up and going again, but this was a bit of a surprise.


For i386 -- 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/security/openssl-1.0.0_7.tbz


Should libssl.so.7 have been retained somehow?

I upgraded using portmaster, it that provides any clues as to why it was 
or wasn't.



___
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


devel/icu... help... ?

2011-07-18 Thread Jeff Molofee
Can anyone tell me how to get devel/icu installed on FreeBSD 6.X...  I 
know 6 is no longer supported.


Have tried rebuilding clean with -O2, this solution did not resolve the 
issue.

Have tried rebuilding gmake, this also did not help.

I have also read the libidn breaks devel/icu posts online... I do not 
believe this is the problem.


if I build the test files manually (iotest, intltest) with gmake, the 
build will get further, but still fails in the end.


I have also written to the port maintainer and was told to upgrade my 
BSD.  (not useful in this situation).


uname -a:
FreeBSD xxx.domain.local 6.4-STABLE FreeBSD 6.4-STABLE #3: Mon Jun 15 
10:30:01 MDT 2009 xxx@xxx.domain.local:/usr/obj/usr/src/sys/PROXY  i386




Error:

gmake[0]: Making `all' in `intltest'
gmake[1]: Entering directory 
`/usr/ports/devel/icu/work/icu/source/test/intltest'
c++ -O -pipe -W -Wall -ansi -pedantic -Wpointer-arith -Wwrite-strings 
-Wno-long-long  -o intltest aliastst.o allcoll.o apicoll.o astrotst.o 
callimts.o calregts.o caltest.o caltztst.o canittst.o citrtest.o 
cntabcol.o convtest.o currcoll.o fldset.o dadrfmt.o dadrcal.o dadrcoll.o 
dcfmapts.o decoll.o dtfmapts.o dtfmrgts.o dtfmtrtts.o dtfmttst.o 
dtptngts.o encoll.o escoll.o ficoll.o frcoll.o g7coll.o intltest.o 
itercoll.o itformat.o itmajor.o itutil.o jacoll.o lcukocol.o loctest.o 
miscdtfm.o mnkytst.o msfmrgts.o nmfmapts.o nmfmtrt.o numfmtst.o 
numrgts.o plurults.o plurfmts.o pptest.o regcoll.o restest.o restsnew.o 
sdtfmtts.o svccoll.o tchcfmt.o selfmts.o tfsmalls.o tmsgfmt.o trcoll.o 
tscoll.o tsdate.o tsdcfmsy.o tsdtfmsy.o tsmthred.o tsnmfmt.o tsputil.o 
tstnrapi.o tstnorm.o tzbdtest.o tzregts.o tztest.o ucdtest.o usettest.o 
ustrtest.o strcase.o transtst.o strtest.o thcoll.o bytestrietest.o 
ucharstrietest.o itrbbi.o rbbiapts.o rbbitst.o ittrans.o transapi.o 
cpdtrtst.o testutil.o transrt.o trnserr.o normconf.o sfwdchit.o 
jamotest.o srchtest.o reptest.o regextst.o itrbnf.o itrbnfrt.o itrbnfp.o 
ucaconf.o icusvtst.o uobjtest.o idnaref.o idnaconf.o nptrans.o punyref.o 
testidn.o testidna.o uts46test.o incaltst.o calcasts.o v32test.o 
uvectest.o textfile.o tokiter.o utxttest.o windttst.o winnmtst.o 
winutil.o csdetest.o tzrulets.o tzoffloc.o tzfmttst.o ssearch.o 
dtifmtts.o tufmtts.o itspoof.o simplethread.o bidiconf.o locnmtst.o 
dcfmtest.o alphaindextst.o -L../../tools/ctestfw -licutest -L../../lib 
-licui18n -L../../lib -licuuc -L../../stubdata -licudata -L../../lib 
-licutu -lm

numfmtst.o(.data+0x17c): undefined reference to `.LC868'
numfmtst.o(.data+0x184): undefined reference to `.LC867'
numfmtst.o(.data+0x188): undefined reference to `.LC869'
numfmtst.o(.data+0x1c4): undefined reference to `.LC868'
numfmtst.o(.data+0x1d0): undefined reference to `.LC869'
numfmtst.o(.data+0x1f4): undefined reference to `.LC868'
gmake[1]: *** [intltest] Error 1
gmake[1]: Leaving directory 
`/usr/ports/devel/icu/work/icu/source/test/intltest'

gmake: *** [all-recursive] Error 2
gmake: Leaving directory `/usr/ports/devel/icu/work/icu/source/test'
*** Error code 2 (ignored)
cd /usr/ports/devel/icu/work/icu/source/test/iotest  /usr/bin/env  
LD_LIBRARY_PATH=/usr/ports/devel/icu/work/icu/source/lib:/usr/ports/devel/icu/work/icu/source/tools/ctestfw  
./iotest

env: ./iotest: No such file or directory
*** Error code 127

Stop in /usr/ports/devel/icu.
*** Error code 1

Stop in /usr/ports/devel/icu.
*** Error code 1

Stop in /usr/ports/devel/icu.

___
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


FreeBSD Port: games/burgerspace

2008-08-24 Thread Jeff Molofee
This game does not properly install the audio files, resulting in an 
error when the game is launched.


Manually copying the audio files from sounds to the path it expects 
these files to be allows the game to be played.


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


Additional_Port_File_RFC

2008-05-12 Thread Jeff Bouquet
Recurring Problem

Not enough info is given with ports installations or pre-installs
(not so bad in 2004 with 9000 ports avail.)
a minor problem here, but it keeps me from suggesting FreeBSD a lot.
...
examples (my other large list is put away somewhere)
...I have installed amaya, but it is nowhere to be found.  Googling
turned up nothing.  its binary that Plist says is installed, isnt anywhere.
...pantomine?  I have gnustep ports installed, but the last time I actually
used them several years ago was a multistep procedure I cannot reduplicate 
without another hour of work
...Sat am, a Periodic (/local/) began hogging CPU.  Took me a good 20 min
to find out that it was not cron, but periodic, and how to start the
script
...gsnapshot, if installed silently breaks one or two /multimedia/ app builds
...mnogosearch and udmsearch install one or two common files.
...topless -c ps axuwww   Where was that command 3 years ago ???
.
so these are improvements** I wonder daily how to integrate into the tree.
...another file, say
lookat.wiki.info
gsnapshot.wiki.info
amaya.wiki.info
... a wiki.info somewhere, to which users who discover these things
...could post them (presubmitting to the maintainer? if possible)
so if one has 1000 ports installed, 5 hours (some weeks) of figuring
stuff out could be cut to one hour.  
Seems like it would be a big plus in freebsd's favor.  
...
btw the original reason for wanting the additional file in /port/, was
so that the build order is known.  for instance, as I build
ports manually, every week or so I put a This_Order_This_port file
in a few /ports/ so that I know without an additional 10 min.
of build-depends-list how to bump them.
...
just half of the reasons (imho).
Sorry not subscribed to the list.  the freebsd-questions list uses
up all my time I could allot to this one.

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


mail/up-imapproxy 1.2.6 rc script issue

2008-04-07 Thread Jeff Royle
I just recently upgraded from 1.2.5 and noticed right away the rc script 
wouldn't pick the correct location for my configuration file.   I had to 
re-write the script to get things working correctly.


Here is a copy of my working rc script for the package:

#!/bin/sh
#
# $FreeBSD: ports/mail/up-imapproxy/files/imapproxyd.sh.in,v 1.4 
2007/07/21 03:59:50 mbr Exp $

#
# PROVIDE: imapproxyd
# REQUIRE: DAEMON courier_imap_imapd courier_imap_imapd_ssl cyrus_imapd 
inetd

# KEYWORD: shutdown

#
# Add the following line to /etc/rc.conf to enable imapproxyd:
#
# imapproxyd_enable (bool): Set YES to enable imapproxyd
#   Default is NO
# imapproxyd_conf (file):   Set location of conf file.
#   Default is /usr/local/etc/imapproxyd.conf

. /etc/rc.subr

name=imapproxyd
rcvar=`set_rcvar`


: ${imapproxyd_enable=NO}
: ${imapproxyd_conf=/usr/local/etc/imapproxyd.conf}

command=/usr/local/sbin/in.imapproxyd
command_args=-f ${imapproxyd_conf}
required_files=/usr/local/etc/imapproxyd.conf

load_rc_config $name

run_rc_command $1
#EOF

---
Cheers!

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


Installing plone3 port on freebsd 6.1

2008-04-02 Thread Jeff Lasslett
Hi,

As the subject suggests, I am trying to install the latest version of
plone CMS on an older version of FreeBSD (6.1).  When I searched the
ports collection at www.freebsd.org I found that there is a plone3 port.
There is no plone3 dir in my local ports tree though.  

I've tried searching freebsd-ports mail list archives but the search
facilities leave a little to be desired.  It gave me a failure notice.

Is this something that BSD users do occasionally?  (man ports seemed to
suggest so)

If so, how do I go about it?

Thanks,
Jeff





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


Re: Installing plone3 port on freebsd 6.1

2008-04-02 Thread Jeff Lasslett

On Wed, 2008-04-02 at 22:18 -0400, Wesley Shields wrote:
 On Thu, Apr 03, 2008 at 12:19:08PM +1100, Jeff Lasslett wrote:
  Hi,
  
  As the subject suggests, I am trying to install the latest version of
  plone CMS on an older version of FreeBSD (6.1).  When I searched the
  ports collection at www.freebsd.org I found that there is a plone3 port.
  There is no plone3 dir in my local ports tree though.  
 
 It should be at www/plone3.  How are you keeping your ports tree up to
 date (if at all)?

Full disclosure:  I'm inexperienced with the BSDs.  I'm more comfortable
with linux.  Also, I'm not the administrator for the BSD machine in
question.  I have been tasked with getting plone3 going on it though.  I
do have root access.  

To answer your question, I don't think the ports tree is being kept up
to date.  What would be the easiest way for me to do that?  I don't
think I'm free to csup the whole system and make world as it's not
really my box.  

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


Re: rsync 3.0.0 Bug + Fix

2008-03-28 Thread Jeff Royle

Emanuel Haupt wrote:

Emanuel Haupt wrote:
I recently upgraded my rsync to 3.0.0 from the ports and noticed the 
following in my logs...


2008/03/24 08:43:09 [96818] No match for refuse-options string iconv

Doing some reading I found this has been reported and apparently fixed 
in the git rsync repository.


Is there plans of releasing a patch for this port (soonish?) or should I 
just manually patch all my machines myself?

There will be a bugfix release soon:
http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.1pre1-NEWS

I'll commit an update as soon as it's released.

Emanuel

Thanks for the update Emanuel.

It's funny, I never really considered how much I do with rsync before 
this, turns out I do a hell of a lot ;-)


Please feel free to test the current preview release, however I'll wait
for the final release to update the port:

http://people.freebsd.org/~ehaupt/patches/rsync-3.0.1pre1.patch

Emanuel


Looks good Emanuel.

I have patched a few systems and have been running some manual tests.

No issues noted between older versions and the new pre-release.  No 
issues noted between pre-release server and older versions.   The iconv 
error in the logs is solved and no issues noted with --append.


Cheers,

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


rsync 3.0.0 Bug + Fix

2008-03-24 Thread Jeff Royle
I recently upgraded my rsync to 3.0.0 from the ports and noticed the 
following in my logs...


2008/03/24 08:43:09 [96818] No match for refuse-options string iconv

Doing some reading I found this has been reported and apparently fixed 
in the git rsync repository.


Is there plans of releasing a patch for this port (soonish?) or should I 
just manually patch all my machines myself?


Reference for the bug report: 
http://www.mail-archive.com/[EMAIL PROTECTED]/msg21083.html


Reference for the fix: 
http://www.mail-archive.com/[EMAIL PROTECTED]/msg21155.html


Thanks for the time.

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


Re: Call for testers k3d

2007-11-09 Thread Jeff Royle

Beech Rintoul wrote:
It has been reported to me that this leaves files behind if built and 
installed on a box with gnome desktop. Would someone who runs gnome 
please build, install and deinstall this and tell me what (if any) 
files get left behind.


http://people.freebsd.org/~beech/source/k3d.tgz

Thanks, 


Beech


Looks good Beech.

Using gnome-desktop-2.18.3

make config - Build for Gnome turned on
make - Built fine
make install - Installed without issue
make deinstall - Deinstalled fine

Following directories checked for k3d files:
/usr/local/share/k3d
/usr/local/man/man1
/usr/local/lib
/usr/local/lib/k3d
/usr/local/include/k3d
/usr/local/bin

No files found.

Let me know if you need any other tests done on the port.

Cheers,

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


portsdb: index generation error

2007-04-08 Thread Jeff Whitman
-LOCKED]
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse, device ID 3
sio0: 16550A-compatible COM port port 0x3f8-0x3ff irq 4 flags 0x10 on
acpi0
sio0: type 16550A
sio1: 16550A-compatible COM port port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0: ECP parallel printer port port 0x378-0x37f,0x778-0x77f irq 7 on
acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: Parallel port bus on ppc0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
pmtimer0 on isa0
orm0: ISA Option ROMs at iomem 0xc-0xc7fff,0xc8000-0xc on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounter TSC frequency 498752180 Hz quality 800
Timecounters tick every 1.000 msec
ad0: 114473MB Seagate ST3120026A 3.06 at ata0-master UDMA33
acd0: CDROM Lite-On LTN483S 48x Max/PD02 at ata1-master PIO4
Trying to mount root from ufs:/dev/ad0s1a

== END ==


 
Jeff Whitman
Managing Member
 
 
Contact Information
~~~
Jeff Whitman
JW NetSource, LLC
17125 Nollar
Manchester, MI 48158
734.428.7770 - tel
877.341.7770 - toll free
734.428.1777 - fax
[EMAIL PROTECTED]
http://jwnetsource.com/


 
Jeff Whitman
Managing Member
 
 
Contact Information
~~~
Jeff Whitman
JW NetSource, LLC
17125 Nollar
Manchester, MI 48158
734.428.7770 - tel
877.341.7770 - toll free
734.428.1777 - fax
[EMAIL PROTECTED]
http://jwnetsource.com/

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


scite-gtk2-1.71_1 Seg Faults

2006-12-17 Thread Jeff Hinrichs - DMT

[EMAIL PROTECTED] ~]$ SciTE

(SciTE:92902): GLib-GObject-WARNING **: specified class size for type
`Scintilla' is smaller than the parent type's `GtkContainer' class
size

(SciTE:92902): Gtk-CRITICAL **: gtk_type_new: assertion
`GTK_TYPE_IS_OBJECT (type)' failed

(SciTE:92902): Gtk-WARNING **: invalid cast from (NULL) pointer to `(unknown)'

(SciTE:92902): GLib-GObject-WARNING **: specified class size for type
`Scintilla' is smaller than the parent type's `GtkContainer' class
size
Segmentation fault: 11

--
[EMAIL PROTECTED] ~]$ sudo portversion -v|grep -i sci

scintilla-1.71_1=  up-to-date with port
scite-gtk2-1.71_1   =  up-to-date with port

---
[EMAIL PROTECTED] ~]$ uname -a

FreeBSD chelsea.dundeemt.pri 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10
#7: Wed Oct  4 01:12:02 CDT 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

---
I am building with the WITH_GTK2 flag set


--

Thanks,

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


Re: pkgdb errors after portupgrade -varR

2006-07-08 Thread Jeff Cross
Jeff Cross wrote:
 I ran portupgrade -varR last night to upgrade a number of ports.  When
 it finished, or returned me to the command line, the following output
 was on the screen:
 
 ** No need to upgrade 'gedit-2.14.3' (= gedit-2.14.3). (specify -f to
 force)
 [Updating the pkgdb format:bdb_btree in /var/db/pkg ...
 /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid
 argument; rebuild needed] [Rebuilding the pkgdb format:bdb_btree in
 /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format --
 Invalid argument: Cannot update the pkgdb!]: Cannot update the pkgdb!]
 ---  Session ended at: Fri, 07 Jul 2006 09:11:39 -0500 (consumed 13:21:18)
 /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:444:in `__system': Command
 failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ (CommandFailedError)
 from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:467:in `__sudo'
 from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:473:in `xsystem!'
 from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:960:in `autofix!'
 from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:956:in `autofix'
 from /usr/local/sbin/portupgrade:475:in `main'
 from /usr/local/sbin/portupgrade:714:in `main'
 from /usr/local/lib/ruby/1.8/optparse.rb:815:in `initialize'
 from /usr/local/sbin/portupgrade:209:in `main'
 from /usr/local/sbin/portupgrade:1951
 
 
 I ran the portversion -v -l  and the following output was returned:
 
 $ portversion -v -l 
 [Updating the pkgdb format:bdb_btree in /var/db/pkg ...
 /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid
 argument; rebuild needed] [Rebuilding the pkgdb format:bdb_btree in
 /var/db/pkg ... [Updating the pkgdb format:bdb_btree in /var/db/pkg
 ... /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid
 argument; rebuild needed] [Rebuilding the pkgdb format:bdb_btree in
 /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format --
 Invalid argument: Cannot update the pkgdb!]: Cannot update the pkgdb!]
 Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ
 
 I noticed the error a number of times in the portupgrade output as well,
 like:
 
 Fri Jul  7 09:11:09 2006 (00:07 min.)
 ---  Build of editors/openoffice.org-2.0 ended at: Fri, 07 Jul 2006
 09:11:11 -0500 (consumed 12:40:21)
 ---  Updating dependency info
 ---  Uninstallation of openoffice.org-2.0.3rc6 started at: Fri, 07 Jul
 2006 09:11:26 -0500
 ---  Fixing up dependencies before creating a package
 [Updating the pkgdb format:bdb_btree in /var/db/pkg ...
 /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid
 argument; rebuild needed] [Rebuilding the pkgdb format:bdb_btree in
 /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format --
 Invalid argument: Cannot update the pkgdb!]: Cannot update the pkgdb!]
 ---  Uninstallation of openoffice.org-2.0.3rc6 ended at: Fri, 07 Jul
 2006 09:11:28 -0500 (consumed 00:00:02)
 ** Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ
 ---  Skipping 'editors/openoffice.org-2.0'
 ---  Upgrade of editors/openoffice.org-2.0 ended at: Fri, 07 Jul 2006
 09:11:28 -0500 (consumed 12:40:38)
 
 Any ideas on how I can correct this issue and get my ports tree and
 related applications working correctly?  Can I use -w option of
 portupgrade to install already compiled code or will I have to redo the
 whole compiling process?
 
 Thanks in advance!
 
 Jeff Cross
 http://www.averageadmins.com/
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
Reading /usr/ports/UPDATING is a wonderful thing!  Please disregard my
previous post.  Things are moving right along here!  And next time, I'll
do what I should have done this time and every time, and read the
UPDATING file *before* updating! :)

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


Re: pkgdb errors after portupgrade -varR

2006-07-08 Thread Jeff Cross
Jeff Cross wrote:
 Jeff Cross wrote:
 I ran portupgrade -varR last night to upgrade a number of ports.  When
 it finished, or returned me to the command line, the following output
 was on the screen:

 ** No need to upgrade 'gedit-2.14.3' (= gedit-2.14.3). (specify -f to
 force)
 [Updating the pkgdb format:bdb_btree in /var/db/pkg ...
 /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid
 argument; rebuild needed] [Rebuilding the pkgdb format:bdb_btree in
 /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format --
 Invalid argument: Cannot update the pkgdb!]: Cannot update the pkgdb!]
 ---  Session ended at: Fri, 07 Jul 2006 09:11:39 -0500 (consumed 13:21:18)
 /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:444:in `__system': Command
 failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ (CommandFailedError)
 from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:467:in `__sudo'
 from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:473:in `xsystem!'
 from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:960:in `autofix!'
 from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:956:in `autofix'
 from /usr/local/sbin/portupgrade:475:in `main'
 from /usr/local/sbin/portupgrade:714:in `main'
 from /usr/local/lib/ruby/1.8/optparse.rb:815:in `initialize'
 from /usr/local/sbin/portupgrade:209:in `main'
 from /usr/local/sbin/portupgrade:1951


 I ran the portversion -v -l  and the following output was returned:

 $ portversion -v -l 
 [Updating the pkgdb format:bdb_btree in /var/db/pkg ...
 /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid
 argument; rebuild needed] [Rebuilding the pkgdb format:bdb_btree in
 /var/db/pkg ... [Updating the pkgdb format:bdb_btree in /var/db/pkg
 ... /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid
 argument; rebuild needed] [Rebuilding the pkgdb format:bdb_btree in
 /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format --
 Invalid argument: Cannot update the pkgdb!]: Cannot update the pkgdb!]
 Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ

 I noticed the error a number of times in the portupgrade output as well,
 like:

 Fri Jul  7 09:11:09 2006 (00:07 min.)
 ---  Build of editors/openoffice.org-2.0 ended at: Fri, 07 Jul 2006
 09:11:11 -0500 (consumed 12:40:21)
 ---  Updating dependency info
 ---  Uninstallation of openoffice.org-2.0.3rc6 started at: Fri, 07 Jul
 2006 09:11:26 -0500
 ---  Fixing up dependencies before creating a package
 [Updating the pkgdb format:bdb_btree in /var/db/pkg ...
 /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid
 argument; rebuild needed] [Rebuilding the pkgdb format:bdb_btree in
 /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format --
 Invalid argument: Cannot update the pkgdb!]: Cannot update the pkgdb!]
 ---  Uninstallation of openoffice.org-2.0.3rc6 ended at: Fri, 07 Jul
 2006 09:11:28 -0500 (consumed 00:00:02)
 ** Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ
 ---  Skipping 'editors/openoffice.org-2.0'
 ---  Upgrade of editors/openoffice.org-2.0 ended at: Fri, 07 Jul 2006
 09:11:28 -0500 (consumed 12:40:38)

 Any ideas on how I can correct this issue and get my ports tree and
 related applications working correctly?  Can I use -w option of
 portupgrade to install already compiled code or will I have to redo the
 whole compiling process?

 Thanks in advance!

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



 Reading /usr/ports/UPDATING is a wonderful thing!  Please disregard my
 previous post.  Things are moving right along here!  And next time, I'll
 do what I should have done this time and every time, and read the
 UPDATING file *before* updating! :)
 
 Jeff Cross
 http://www.averageadmins.com/
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
Well, I thought everything was well and this may not be related to my
previous error, but, I am getting the following error when trying to
upgrade sbcl:

//entering make-host-1.sh
//building cross-compiler, and doing first genesis
/usr/libexec/ld-elf.so.1: Shared object libm.so.2 not found, required
by sbcl
0.00 real 0.00 user 0.00 sys
*** Error code 1

Stop in /usr/ports/lang/sbcl.


Any assistance on correcting this problem is greatly appreciated.

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


pkgdb errors after portupgrade -varR

2006-07-07 Thread Jeff Cross
I ran portupgrade -varR last night to upgrade a number of ports.  When
it finished, or returned me to the command line, the following output
was on the screen:

** No need to upgrade 'gedit-2.14.3' (= gedit-2.14.3). (specify -f to
force)
[Updating the pkgdb format:bdb_btree in /var/db/pkg ...
/var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid
argument; rebuild needed] [Rebuilding the pkgdb format:bdb_btree in
/var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format --
Invalid argument: Cannot update the pkgdb!]: Cannot update the pkgdb!]
---  Session ended at: Fri, 07 Jul 2006 09:11:39 -0500 (consumed 13:21:18)
/usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:444:in `__system': Command
failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ (CommandFailedError)
from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:467:in `__sudo'
from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:473:in `xsystem!'
from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:960:in `autofix!'
from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:956:in `autofix'
from /usr/local/sbin/portupgrade:475:in `main'
from /usr/local/sbin/portupgrade:714:in `main'
from /usr/local/lib/ruby/1.8/optparse.rb:815:in `initialize'
from /usr/local/sbin/portupgrade:209:in `main'
from /usr/local/sbin/portupgrade:1951


I ran the portversion -v -l  and the following output was returned:

$ portversion -v -l 
[Updating the pkgdb format:bdb_btree in /var/db/pkg ...
/var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid
argument; rebuild needed] [Rebuilding the pkgdb format:bdb_btree in
/var/db/pkg ... [Updating the pkgdb format:bdb_btree in /var/db/pkg
... /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid
argument; rebuild needed] [Rebuilding the pkgdb format:bdb_btree in
/var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format --
Invalid argument: Cannot update the pkgdb!]: Cannot update the pkgdb!]
Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ

I noticed the error a number of times in the portupgrade output as well,
like:

Fri Jul  7 09:11:09 2006 (00:07 min.)
---  Build of editors/openoffice.org-2.0 ended at: Fri, 07 Jul 2006
09:11:11 -0500 (consumed 12:40:21)
---  Updating dependency info
---  Uninstallation of openoffice.org-2.0.3rc6 started at: Fri, 07 Jul
2006 09:11:26 -0500
---  Fixing up dependencies before creating a package
[Updating the pkgdb format:bdb_btree in /var/db/pkg ...
/var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid
argument; rebuild needed] [Rebuilding the pkgdb format:bdb_btree in
/var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or format --
Invalid argument: Cannot update the pkgdb!]: Cannot update the pkgdb!]
---  Uninstallation of openoffice.org-2.0.3rc6 ended at: Fri, 07 Jul
2006 09:11:28 -0500 (consumed 00:00:02)
** Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ
---  Skipping 'editors/openoffice.org-2.0'
---  Upgrade of editors/openoffice.org-2.0 ended at: Fri, 07 Jul 2006
09:11:28 -0500 (consumed 12:40:38)

Any ideas on how I can correct this issue and get my ports tree and
related applications working correctly?  Can I use -w option of
portupgrade to install already compiled code or will I have to redo the
whole compiling process?

Thanks in advance!

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