perl-xml and ncurses minor issues on sol 10

2008-05-09 Thread Scott Cruzen
perl-xml contains HTML-Table-2.08.tar.gz which has a funky gid value that /openpkg/lib/openpkg/tar refuses to extract. I fixed it by recreating the tar file. ncurses fails to build because it can't find libm because there's no static libm on Solaris 10. Fixed by adding --with-shared to the spec fi

CURRENT: 00INDEX.rdf.bz2 multiple entries for perl-openpkg

2008-01-08 Thread Scott Cruzen
There's two entries for perl-openpkg in the 00INDEX.rdf.bz2 file. One starts on line 11120 and mentions perl-openpkg-5.10.0-20080101. The other starts on line 60339 and refers to perl-openpkg-5.10.0-20080107. The url of the second points to the 00UPLOAD directory, which is inaccessible. I think th

Re: CURRENT: arptools and libpcap

2007-05-08 Thread Scott Cruzen
* Ralf S. Engelschall <[EMAIL PROTECTED]> [070507 23:20]: > On Mon, May 07, 2007, Scott Cruzen wrote: > > > "openpkg build arptools | sh" fails on Solaris 10/amd64 (32 bit) > > adding LIBS="-lnsl -lsocket" to the configure line seems to fix it. > &

CURRENT: arptools and libpcap

2007-05-07 Thread Scott Cruzen
"openpkg build arptools | sh" fails on Solaris 10/amd64 (32 bit) adding LIBS="-lnsl -lsocket" to the configure line seems to fix it. configure:5199: checking for pcap_open_live in -lpcap configure:5234: /openpkg/bin/cc -o conftest -O2 -pipe -I/openpkg/include -L/openpkg/lib conftest.c -lpcap >

CURRENT: m4 and libiconv both contain /openpkg/lib/charset.alias

2007-05-02 Thread Scott Cruzen
rpm -Uvh /openpkg/RPM/PKG/m4-1.4.9-20070324.amd64-solaris10-openpkg.rpm Preparing...### [100%] file /openpkg/lib/charset.alias from install of m4-1.4.9-20070324 conflicts with file from package libiconv-1.11-20061013 Apparently they'r

CURRENT: building 64bit openpkg on Solaris/amd64

2007-05-01 Thread Scott Cruzen
I'd like to build a 64bit OpenPKG instance on Solaris 11/06. I tried building OpenPKG from scratch, which succeeded for 32bit, and found that the OpenPKG gcc package does not include 64bit libgcc. I also tried to follow the instructions from the email here [1] in order to build an entirely 64bit

Re: closed user group chatting and logging

2005-04-08 Thread Scott Cruzen
Would using a channel key on irc do what you need? Otherwise, check out these: silc: http://www.silcnet.org/ gale: http://www.gale.org/ I'm not sure if either does what you need, but I hope this helps. * Thomas Lotterer <[EMAIL PROTECTED]> [050408 05:26]: > > Hi, > I want to setup a closed use

vim with_perl spec problem and possible solution

2005-03-25 Thread Scott Cruzen
I tried to build a perl enabled vim with openpkg rpm --define 'with_perl yes' --rebuild vim-6.3.62-2.3.0.src.rpm but the resulting rpm claims that with_perl is yes, but executing vim --version shows, "-perl". I edited the spec file as follows: --- /openpkg/RPM/SRC/vim/vim.spec~ 2005