Re: rpm hangs while building some packages under solaris

2004-03-19 Thread Doug Henry
the first two commands also hang. the last command hangs after the sed (last) command. I have attached my console output. On Fri, 2004-03-19 at 03:21, Ralf S. Engelschall wrote: On Thu, Mar 18, 2004, Doug Henry wrote: Has anyone experienced a problem under solaris (I'm using 8) where rpm

Re: rpm hangs while building some packages under solaris

2004-03-19 Thread Doug Henry
, Mar 18, 2004, Doug Henry wrote: Has anyone experienced a problem under solaris (I'm using 8) where rpm will hang when doing a rpm --rebuild package? If I remove the lines that use {platform_t} from the spec file I can build it. The first package in the build sequence that I experience

SGI support

2004-04-22 Thread Doug Henry
me know if I can help out. Thanks, Doug Henry [EMAIL PROTECTED] Software Development Northrop Grumman __ The OpenPKG Projectwww.openpkg.org User Communication List [EMAIL

thread safe sqlite

2004-04-22 Thread Doug Henry
sqlite can be built to be thread safe. In keeping with the current with_threads standard, I have attached a patch that adds this functionality to the sqlite.spec file. *** sqlite.spec Mon Mar 8 13:44:08 2004 --- /tmp/sqlite.spec.new Thu Apr 22 08:54:15 2004 *** Release:

Re: Format of ~/.openpkg/build

2004-04-28 Thread Doug Henry
, Doug Henry wrote: did anyone ever figure out what the correct format is? documentation? this seems like a VERY good thing to know if you are building more than one openpkg system from source. The syntax is what was mentioned. For instance, my ~/.openpkg/build currently reads

rpm/db open problems

2004-06-14 Thread Doug Henry
I am trying to install openpkg on an NFS mount and I'm having problems. Do the following errors look like something that has been worked on by openpkg before? rpmdb: mmap: resource temporarily unavailable error: db4 error(11) from dbenv-open: resource temporarily unavailable cannot open packages

mathomatic problem

2005-07-20 Thread Doug Henry
I think there is a small problem with the mathomatic spec file. Mathomatic requires ncurses, but has -lcurses in the LIBS line of spec file. I believe this needs to be -lncurses. -doug

Re: gcc40 f77 problem

2005-07-21 Thread Doug Henry
I didn't see that package, I noticed the same problem with gcc41, so I'll try to build it with mpfr instead of gmp. On 7/21/05, Ralf S. Engelschall [EMAIL PROTECTED] wrote: On Thu, Jul 21, 2005, Doug Henry wrote: It seems the f77 support has changed to f95 support in gcc40.Setting with_f77

Re: gcc40 f77 problem

2005-07-21 Thread Doug Henry
gmp/mpfr seems to work fine. On 7/21/05, Doug Henry [EMAIL PROTECTED] wrote: I didn't see that package, I noticed the same problem with gcc41, so I'll try to build it with mpfr instead of gmp. On 7/21/05, Ralf S. Engelschall [EMAIL PROTECTED] wrote: On Thu, Jul 21, 2005, Doug Henry wrote

Re: http://wiki.openpkg.org/?BuildingOpenPKGunderAIX

2005-07-27 Thread Doug Henry
I have a subset of openpkg-current running on two of my IRIX octane 2 systems. If something gets going count me in for development/testing/building. I have octane and O2's available. On 7/27/05, Matthias Kurz [EMAIL PROTECTED] wrote: On Wed, Jul 27, 2005, Doug Summers wrote: Matthias Kurz

Re: OpenPKG 2.4.2 and SGI IRIX 6.5

2005-08-05 Thread Doug Henry
I have openpkg-2.2.1 (I'll have to verify that version) running on my IRIX boxes. I then installed many of the packages from 2.4/CURRENT on top of that. All of the newer openpkg releases have rpm build problems. I haven't looked in to much more than that because its been working pretty well. When

feature request

2005-08-08 Thread Doug Henry
I was wondering if we could put in an option for gcc (gcc41 would be ok) to enable AWT when java is built. This could be coupled with the existing java flag or a new option (with_gtkawt). The preferred flag would be: --enable-java-awt=gtk,xlib This would of course add gtk as a dependency for

Re: OpenPKG 2.4.2 and SGI IRIX 6.5

2005-08-08 Thread Doug Henry
-20050706 vtk-4.4.2-20050325 x11-0-20040809 xmlwrapp-0.5.0-20050325 zlib-1.2.3-20050722 sh-2.05b$ exit On 8/5/05, Doug Henry [EMAIL PROTECTED] wrote: I have openpkg-2.2.1 (I'll have to verify that version) running on my IRIX boxes. I then installed many of the packages from 2.4/CURRENT on top

bootstrap development

2005-08-10 Thread Doug Henry
what is the procedure for extracting and re-assembling the bootstrap package? I would like to experiment with adding in a few patches and then making a new bootstrap script. -doug

Re: OpenPKG 2.4.2 and SGI IRIX 6.5

2005-08-10 Thread Doug Henry
non-null value On 8/9/05, Doug Henry [EMAIL PROTECTED] wrote: Nope the 2.2.1 version just happened to work. All others I have tried fail while building rpm. I think the basename issue is just masking a bigger problem. From googling other errors I have seen, rpm needs to have some system specific work

wx depends problem

2005-08-15 Thread Doug Henry
the wx package in CURRENT has glib/gtk listed as required. The default (as of 2.6 I think) is to use gtk2, so if gtk and gtk2 are installed, wx will be built using gtk2 but the requires will remain gtk.

openpkg-2.4 t1lib problem

2005-08-18 Thread Doug Henry
it seems t1lib needs the xaw3d package but it not required. t1lib does not seem to use the CPPFLAGS variable correctly, so I had to add %{l_cppflags} to CFLAGS and things seem to compile. there is a link error because it is trying to link to Xaw and Xaw3d is the installed library name. after

syslog config (a bit off topic)

2005-08-30 Thread Doug Henry
Since this is the one list I can think of that probably has a lot of administrator participants I wanted to through this question out. If I want to log attempts to change the system time on a system (linux in particular) where would be a good place to find logging/auditing capabilities? Using

Re: OpenPKG 2.4.2 and SGI IRIX 6.5 - FIXED

2005-09-15 Thread Doug Henry
, more on that later. Later. -doug On 8/13/05, Ralf S. Engelschall [EMAIL PROTECTED] wrote: On Wed, Aug 10, 2005, Doug Summers wrote: Doug Henry wrote: This error is very common under irix: /usr/freeware/bin/gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../popt -DOPENPKG -DOPENPKG_IRIX -I/tmp/openpkg

gcc and fortran

2005-09-21 Thread Doug Henry
using CURRENT I can't seem to get gcc (now 4.0.1) to build with fortran support. I have gmp and mpfr installed, which worked for gcc 4.1 before, but I receive the following error now: checking for correct version of gmp.h... no configure: error: GMP with MPFR support is required to build f95

sqlite readline problem

2005-09-21 Thread Doug Henry
when building sqlite from CURRENT with the readline option on, it links to termcap. is libtermcap in an openpkg package?

openpkg and debian

2005-09-22 Thread Doug Henry
I have setup a debian sarge box, and have bootstrapped openpkg in to the system. After installing apache, the openpkg init.d script starts apache as the non-privileged user and I can see apache from localhost. However, from external connections I get a connection refused error, almost like there

openpkg CURRENT

2005-09-23 Thread Doug Henry
Are there some not-so-current repositories of CURRENT somewhere? I would like to get a hold of 1.32 version of boost to compare with the 1.33 version (which doesn't seem to work correctly).

webmin package

2005-09-23 Thread Doug Henry
I was happy to see that webmin is in current now. I am wondering why many modules seem to be left out (e.g. nfs exports, samba)? I assume it is because this package is young and possibly not configured correctly, but I think most of those modules are standard issue, so some work must have went in

Re: gcc and fortran

2005-09-26 Thread Doug Henry
I tried the most recent gcc (gcc-4.0.1-20050922) and fortran now works, thanks! On 9/21/05, Ralf S. Engelschall [EMAIL PROTECTED] wrote: On Wed, Sep 21, 2005, Doug Henry wrote: using CURRENT I can't seem to get gcc (now 4.0.1) to build with fortran support.I have gmp and mpfr installed, which

cvstrac question

2005-10-25 Thread Doug Henry
I'm trying to run cvstrac under openpkg-2.5. there is a hint message that has suggested usage, which I tried. The database creation using cvstrac init command seems to have worked, but the http://localhost/openpkg-cgi/cvstrac/name/ address does not. I'm curious if anyone else has successfully used

Re: cvstrac question

2005-10-25 Thread Doug Henry
nevermind.On 10/25/05, Doug Henry [EMAIL PROTECTED] wrote: I'm trying to run cvstrac under openpkg-2.5. there is a hint message that has suggested usage, which I tried. The database creation using cvstrac init command seems to have worked, but the http://localhost/openpkg-cgi/cvstrac/name/ address

cvs daemon question

2005-10-25 Thread Doug Henry
there is a line in the rc.cvs file: cvs_daemon_listen=127.0.0.1:2401 what should this line be to allow for external connections. I tried just using the port number, and I tried netmask-style 192.168.1.0 and 192.168.1.255 and those didn't work. Is there some documentation on the options in this

Imake.tmpl

2005-11-01 Thread Doug Henry
FYI, the Imake.tmpl (required for building xpm) under ubuntu, and I assume newer debian systems, is located in /etc/X11/config/cf, not the location pulled from the x11 package information used now. Not sure what the fix would be, but setting x11config to the previously mentioned location allows

glark spec error

2005-11-01 Thread Doug Henry
The spec file needs the following changed (prefix substitution is wrong). I think this error has existed for quite some time. %build %{l_shtool} subst \ -e 's;#!/bin/sh;#!%{l_prefix}/bin/ruby;' \ -e 's;exec ruby;#exec ruby;' \ glark

Re: gimp (2.5.0) build error

2005-11-02 Thread Doug Henry
the gimp package from current works. On 11/2/05, Doug Henry [EMAIL PROTECTED] wrote: just wondering if anyone has seen these errors before. I get them when compiling gimp from opkg 2.5. if /mnt/tools/bin/cc -I/mnt/tools/include -I/mnt/tools/include/tiff -I/mnt/tools/include/gtk2 -I/mnt/tools

Re: openpkg 2.5 IRIX

2005-11-02 Thread Doug Henry
comments or send me email. http://www.brilligent.com/wikka.php?wakka=OpenPKGIRIX On 10/31/05, Matthias Kurz [EMAIL PROTECTED] wrote: On Mon, Oct 31, 2005 at 10:10:30AM -0500, Doug Henry wrote: I noticed that the -lgen change made it into 2.5, thanks! Is this the best place to post patches for IRIX? I

Re: gimp (2.5.0) build error

2005-11-03 Thread Doug Henry
The gimp (2.2.8) included with openpkg 2.5 can not be built with gcc4. There was a fix applied in the 2.2.9 release. On 11/2/05, Doug Henry [EMAIL PROTECTED] wrote: the gimp package from current works. On 11/2/05, Doug Henry [EMAIL PROTECTED] wrote: just wondering if anyone has seen these errors

Re: gimp (2.5.0) build error

2005-11-03 Thread Doug Henry
() from /lib/ld-linux.so.2 #28 0xb71e4ea2 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #29 0x0807d991 in ?? () On 11/3/05, Ralf S. Engelschall [EMAIL PROTECTED] wrote: On Thu, Nov 03, 2005, Doug Henry wrote: The gimp (2.2.8) included with openpkg 2.5 can not be built with gcc4

openpkg 2.5 mysql

2005-11-07 Thread Doug Henry
I haven't been able to get mysql under openpkg 2.5 to work (debian). I always get an error that the socket file could not be created. If I build the mysql package from 2.4, all is well.

Re: openpkg 2.5 mysql

2005-11-08 Thread Doug Henry
I'll give it a try...thanks. On 11/7/05, Ralf S. Engelschall [EMAIL PROTECTED] wrote: On Mon, Nov 07, 2005, Doug Henry wrote: I haven't been able to get mysql under openpkg 2.5 to work (debian).I always get an error that the socket file could not be created.If I build the mysql package from 2.4

Re: openpkg 2.5 pcre configure error

2005-11-16 Thread Doug Henry
debian stable (3.1). I have an ubuntu breezy install that works correctly. On 11/16/05, Ralf S. Engelschall [EMAIL PROTECTED] wrote: On Wed, Nov 16, 2005, Doug Henry wrote: I get this error when building pcre (2.5) under debian: checking build system type... Invalid configuration `i686-pc-linux

Re: openpkg 2.5 pcre configure error

2005-11-17 Thread Doug Henry
: On Wed, Nov 16, 2005, Doug Henry wrote: debian stable (3.1).I have an ubuntu breezy install that works correctly. [...]Then something has to be locally broken on your particular Debian box. We've also an up-to-date Debian 3.1 box in the OpenPKG Foundation andthere the pcre package builds just fine

graphviz current

2005-11-27 Thread Doug Henry
graphviz package in current seems broken. none of the plugins work (e.g. layout plugin), I think you should be able to run dot -c and generate the prefix/lib/graphviz/config file, but that doesn't work either. I have not tried the 2.5 version to see if it is also broke. My litmus test has been

boost build issues

2005-12-12 Thread Doug Henry
I am unable to build the current boost (1.33.0) and was going to fix it. does anyone know of a log file that boost generates? I get the following: FileClone stage/lib/libboost_program_options-mt.so FileClone stage/lib/libboost_program_options-mt.so.1.33.0 ...failed updating 6 targets...

openpkg.sh problems

2006-01-05 Thread Doug Henry
from openpkg-2.5.1 forward I can no longer bootstrap from the openpkg.src.sh file. I receive the following messages with 2.5.1 and the 0601 version in current. I can correctly bootstrap from openpkg-2.5.0.src.sh and then upgrade to 2.5.1. I am running ubuntu (breezy). [EMAIL PROTECTED]:~/tmp$ sh

samba swat

2006-01-18 Thread Doug Henry
how do I enable swat support in samba. I have compiled the package with swat support, and the executable is in sbin, but obviously the normal inet config does not apply. -thanks

Re: samba swat

2006-01-19 Thread Doug Henry
18, 2006, Doug Henry wrote: I guess it can, I assumed (my fault) there would be a config supplied in xinetd.d.I have a slightly hacked version of Release 2.3 SAMBA that sets this up when the with_swat option is turned on.ftp://ftp.celestial.com/private/ftp.openpkg.org/release/2.3/SRC/samba-3.0

Re: FSL on IRIX 6.5

2006-01-23 Thread Doug Henry
other than the OS itself. I would stay away from gcc4/binutils at all costs on IRIX for a while. I have had VERY strange things happen in my development work, gcc3 runs like a champ. Specs: IRIX 6.5.16 on IP30/R12k processors. On 1/23/06, Doug Henry [EMAIL PROTECTED] wrote: you could probably add

Re: NFS question

2006-02-24 Thread Doug Henry
The system chmod. I can't remember if I have tried the openpkg (coreutils) one.On 2/24/06, David M. Fetter [EMAIL PROTECTED] wrote:Are you using the IRIX chmod or the gnu chmod from within OpenPKG? On Fri, 2006-02-24 at 10:16 -0500, Doug Henry wrote: I have an NFS issue that I wanted to see

coreutils problem report

2006-03-06 Thread Doug Henry
FYI problem report:when building coreutils::with_legacy=yes from current, I receive the following build error:++ echo gyes++ sed -e 's;^g;;'+ ln -s gyes yesln: `yes': File exists+ exit 1 error: Bad exit status from /mnt/tools-testing/RPM/TMP/rpm-tmp.44656 (%install)

registry password reset/recovery

2006-03-08 Thread Doug Henry
I was curious if there is a plan to allow for registered openpkg accounts to reset their passwords (just in case we would forget them:)).-thanks

fontconfig error

2006-03-19 Thread Doug Henry
the fontconfig package in current fails during build with the following error: 'uintptr_t' undeclaredI added #include stdint.h to src/fcint.h and it fixes the problem.-later

Re: Is there a tool for handling package dependencies for OpenPKG

2006-03-24 Thread Doug Henry
I don't have anything fancy, but I use packages from many of the openpkg releases to create my own set of tools. For example, I might use gcc from 2.4 release, many things from 2.5 release and some misc stuff from current. I have some cpp code that reads a list of packages and pulls the xml chunk

installing a fake package

2006-08-28 Thread Doug Henry
Is there a mechanism to fake the installation of a package? For example, under IRIX the perl package will not compile (as provided) using gcc. The system perl seems to work just fine for the packages I have tried requiring perl, so the ability to make openpkg think it has perl installed would be

cmake spec file tweak

2006-08-28 Thread Doug Henry
I noticed cmake has made it in to current. I attached the cmake.spec file I have been using for quite a while to possibly help with future cmake packages. The current package does not build the very useful curses front-end (ccmake). Obviously making ncurses a build requirement is useful here, but

Re: installing a fake package

2006-08-30 Thread Doug Henry
openpkg. -thanksOn 8/28/06, Doug Summers [EMAIL PROTECTED] wrote: Doug Henry wrote: Is there a mechanism to fake the installation of a package?For example, under IRIX the perl package will not compile (as provided) using gcc.The system perl seems to work just fine for the packages I have tried

Re: installing a fake package

2006-08-30 Thread Doug Henry
I guess justdb is what I would want. I don't really care that I need the package (I have it for other platforms anyway), but modifying it just so I can not install it is strange.On 8/30/06, Tres Seaver [EMAIL PROTECTED] wrote: Doug Henry wrote: So it looks like what I am doing now (removing

PHP UTF-8 support

2006-11-06 Thread Doug Henry
I need php with utf8_encode and utf8_decode support. I was wondering which options in the apache package will turn that on for me. My first guess is apache::with_mod_php_iconv, but I don't want to do a bunch of rebuilding just to find out. -thanks

Re: PHP UTF-8 support

2006-11-07 Thread Doug Henry
-Dapache::with_mod_php_iconv=yes-Dapache::with_mod_php_mbstring=yesOn 11/6/06, Doug Henry [EMAIL PROTECTED] wrote:I need php with utf8_encode and utf8_decode support. I was wondering which options in the apache package will turn that on for me. My first guess is apache::with_mod_php_iconv, but I

binutils 2.17 fails to build

2006-11-17 Thread Doug Henry
The binutils 2.17 package in stable and current fails to build on many of my systems. The errors below are very common across my systems. /local/devel/bin/cc -DHAVE_CONFIG_H -I. -I.././binutils -I. -D_GNU_SOURCE -I. -I.././binutils -I../bfd -I.././binutils/../bfd -I.././binutils/../include

Re: binutils 2.17 fails to build

2006-11-17 Thread Doug Henry
good build from current...thanks! On 11/17/06, Ralf S. Engelschall [EMAIL PROTECTED] wrote: On Fri, Nov 17, 2006, Doug Henry wrote: The binutils 2.17 package in stable and current fails to build on many of my systems. The errors below are very common across my systems. /local/devel/bin

options description

2006-11-28 Thread Doug Henry
I was wondering if the options to packages are documented anywhere? Just a simple description of what they provide is sufficient. Many are self explanatory, but things like imapd::with_replication are not, at least not to me. -thanks

gcc 32/64

2006-11-30 Thread Doug Henry
I am trying to compile openpkg stable 1018 snapshot on a 64-bit machine. Once the 32-bit stuff starts building I get the attached error. I get the same error if I build the gcc from current using the multilib option. Without multilib everything works fine. I can build 32-bit using the system

strange apache echo build error

2006-12-04 Thread Doug Henry
I am getting the attached error when building apache (1018). It appears there is some sort of echo problem during apache configure. Just wondering if anyone has worked around this error yet. typescript Description: Binary data

Re: strange apache echo build error

2006-12-04 Thread Doug Henry
This has something to do with ubuntu edgy, dapper seems to work as expected. On 12/4/06, Doug Henry [EMAIL PROTECTED] wrote: I am getting the attached error when building apache (1018). It appears there is some sort of echo problem during apache configure. Just wondering if anyone has worked

jabberd configuration

2006-12-06 Thread Doug Henry
I finally got around to setting up a jabber server. I am using the jabberd package included with openpkg (stable). Reading the jabberd docs and looking at the default configuration files, it seems the server should work for localhost out of the box. However, all of the processes shutdown. The

patch needed for swig or python

2006-12-19 Thread Doug Henry
Not sure which is broken yet, but there is an incompatibility between swig and python in openpkg when using C++. I haven't found the patch yet, but debian swig/python works. The process I use is: g++ -c file.cpp swig -c++ -python file.i g++ -c `python-config --includes` file_wrap.cxx during

Re: patch needed for swig or python

2006-12-19 Thread Doug Henry
Built a swig-1.3.31 package and confirmed generated swig code works with python 2.5. On 12/19/06, Doug Henry [EMAIL PROTECTED] wrote: I found some info that suggests versions of swig prior to 1.3.30 are incompatible with python 2.5. On 12/19/06, Doug Henry [EMAIL PROTECTED] wrote

Re: patch needed for swig or python

2006-12-20 Thread Doug Henry
I think my last post clears up the issue. An interface change was made in python 2.5 that broke swig prior to 1.3.30. So I think its simply a problem that openpkg includes python 2.5 and swig 1.3.29. I downloaded swig 1.3.31, updated the swig.spec file, build the package and everything works.

sqlite spec error

2006-12-29 Thread Doug Henry
The last two or three sqlite updates (from current) have failed with the same error. I believe it is related to the addition of the odbc option. The error I receive after update is: Preparing...### [100%] 1:sqlite

texinfo build error

2007-01-25 Thread Doug Henry
The texinfo package (stable and current) will fail to build if curses library is not installed on the host system. Installing ncurses from openpkg does not fix the problem. Adding %{l_cppflags ncurses} to CFLAGS seems to help.

Re: texinfo build error

2007-01-25 Thread Doug Henry
I think my previous message bounced. I added the following two lines to the build for texinfo, which seems to fix the build issues. CPPFLAGS=%{l_cppflags ncurses} \ LDFLAGS=%{l_ldflags} \ On 1/25/07, Doug Henry [EMAIL PROTECTED] wrote: The texinfo package (stable and current) will fail

openpkg on amd64

2007-01-26 Thread Doug Henry
I have been building many openpkg packages under linux amd64. Most packages work fine, but many produce errors like the following: /local/tools/Linux/bin/cc -pipe -O3 -fPIC -shared -fPIC -I../src -I/local/tools/Linux/include pcre-module.c -o pcre-module.so-L/local/tools/Linux/lib -lpcre

Re: [2.20061018 stable] gcc with_fortran fails to build

2007-02-21 Thread Doug Henry
gcc with fortran from current (4.1.2) builds for me under debian/ubuntu. If you haven't already, I would build gcc without fortran, and then rebuild it with fortran so it builds using the same version of openpkg gcc and not the system compiler. I have seen cases with several packages where the

Re: openpkg build -r not work with local fs mirror

2007-02-28 Thread Doug Henry
I take it relative paths are no longer supported? Previously I had the line -r . in my ~/.openpkg/build file. On 2/26/07, Thomas Lotterer [EMAIL PROTECTED] wrote: Ralf S. Engelschall[EMAIL PROTECTED] wrote on 2007-02-23 11:04: On Fri, Feb 23, 2007, Victor G. Bolshakov wrote: As i

Re: openpkg build -r not work with local fs mirror

2007-03-05 Thread Doug Henry
Absolute paths and ./ paths seem like very acceptable options. Thanks! On 3/2/07, Thomas Lotterer [EMAIL PROTECTED] wrote: Doug Henry [EMAIL PROTECTED] wrote on 2007-02-28 20:23: I take it relative paths are no longer supported? Previously I had the line -r . in my ~/.openpkg/build file. I

bootstrap using sun compilers

2007-06-29 Thread Doug Henry
Has anyone successfully bootstrapped openpkg using sun studio 11 or 12 compilers? I am getting an error building openssl (redefinition of ASN1_dup). Is it possible to define the compilers and options used during the bootstrap, sort of like with the .rpmmacros file? -later

Re: rsync

2007-07-15 Thread Doug Henry
I would like to rsync the current/SRC branch of openpkg for offline use. I have not done this before and I am looking for information on how it is done for openpkg. On 7/15/07, Andy Harrison [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/15/07, Doug Henry

freetype build broken on OSX

2007-07-16 Thread Doug Henry
I receive the following error when compiling freetype (current) on OSX. It seems to be related to the make setup command used. If I run 'openpkg rpm -bp freetype.spec' and then ./configure; make; make install from the TMP/freetype-2.3.5 folder it works as expected. If I run the 'make setup

openpkg bootstrap requires autoconf?

2007-09-26 Thread Doug Henry
I noticed on recent openpkg bootstrap packages I receive build failures due to missing autoconf. I am building on various versions of solaris and I receive the same error on all. The exact error message is pasted below. ... config.status: creating pathnames.h config.status: creating config.h

Re: openpkg bootstrap requires autoconf?

2007-09-27 Thread Doug Henry
this error if I update openpkg, it only occurs when performing a bootstrap. On 9/27/07, Ralf S. Engelschall [EMAIL PROTECTED] wrote: On Thu, Sep 27, 2007, Ralf S. Engelschall wrote: On Wed, Sep 26, 2007, Doug Henry wrote: I noticed on recent openpkg bootstrap packages I receive build

gcc conflicts

2007-10-30 Thread Doug Henry
for distro compatibility I usually test against many versions of gcc, so I figured I would install them from openpkg since they are all available. It seems on 64-bit (I don't remember having this problem on 32-bit) there are naming conflicts, preventing the installation of multiple gcc packages.

Re: sqlite fails using with_readline

2007-10-30 Thread Doug Henry
I found the problem. The readline package is not correctly defining the environment to find the openpkg ncurses install. The following changes to readline.spec must be made to build readline properly: CPPFLAGS=%{l_cppflags ncurses} \ LDFLAGS=%{l_ldflags} \ On 10/30/07, Doug Henry [EMAIL

rsync access

2010-01-15 Thread Doug Henry
I have been rsync-ing the openpkg current repo for offline use ( rsync.openpkg.org/openpkg-ftp/current/SRC/). Looks like rsync access went away for the paths changed, I get the following error now when trying to rsync: rsync: failed to connect to rsync.openpkg.org: Connection refused (111) Is

Re: rsync access

2010-01-18 Thread Doug Henry
to package $PKG $log 21 fi fi done cd .. done - -- *From:* openpkg-users-ow...@openpkg.org [mailto: openpkg-users-ow...@openpkg.org] *On Behalf Of *Doug Henry *Sent:* Friday, January 15, 2010 9:36 AM

openpkg 4 question about rpmmacros

2010-01-20 Thread Doug Henry
It appears that the new openpkg 4 does not honor the variables set in ~/.rpmmacros file anymore. Is there a new way to set these variables? thanks.

Re: openpkg 4 question about rpmmacros

2010-01-20 Thread Doug Henry
I didn't set anything special before, it must have searched your home folder by default. I will have a look at your suggested file and see what I find. Thanks. On Wed, Jan 20, 2010 at 12:41 PM, Jeff Johnson n3npq@gmail.com wrote: On Jan 20, 2010, at 9:22 AM, Doug Henry wrote

problems compiling libxml correctly on solaris 10

2010-02-01 Thread Doug Henry
I have an interesting problem on my solaris 10 box I thought someone may be able to help with. The libxml package builds and installs but it does not install all the files, since the build doesn't fail it probably makes it difficult to notice this failure during testing. Doing rpm -ql libxml I

openpkg 4 update and dependencies

2010-04-01 Thread Doug Henry
I noticed recently when doing openpkg -Ua|sh packages are updating, but the dependencies are not rebuilding, leaving many packages broken. I noticed this most recently with the openssl-1.0.0 release, nothing on my system which depends on openssl rebuilt, openssl simply updated. Running the

Re: Bootstraping on x86/solaris 10 fails

2010-04-02 Thread Doug Henry
if that is the problem, but with the above set I have never had a problem. Doug Henry Brilligent Solutions Inc. 937.545.0609 (cell) 937.879.4158 (fax) On Mon, Mar 8, 2010 at 1:49 PM, Daniel Vergien d...@vergien.net wrote: Hi, I tried to install openpkg like in the tutorial, but it fails: make[3

Re: openpkg 4 update and dependencies

2010-04-06 Thread Doug Henry
/usr/bin/size is needed by openpkg-import-0-20070904 /usr/bin/strings is needed by openpkg-import-0-20070904 Doug Henry Brilligent Solutions Inc. 937.545.0609 (cell) 937.879.4158 (fax) On Fri, Apr 2, 2010 at 2:43 PM, Ralf S. Engelschall r...@openpkg.org wrote: On Thu, Apr 01, 2010, Doug

Re: Bootstraping on x86/solaris 10 fails

2010-04-06 Thread Doug Henry
) libiconv../rpmdb/.libs/librpmdb.a(hdrfmt.o) libiconv_close ../rpmdb/.libs/librpmdb.a(hdrfmt.o) ld: fatal: Symbol referencing errors. No output written to rpm2cpio collect2: ld returned 1 exit status Doug Henry Brilligent Solutions Inc. 937.545.0609

more goofy dependency problems

2010-04-06 Thread Doug Henry
dependencies: /tools/lin64-testing/lib64 is needed by openssl-1.0.0-20100331 Doug Henry Brilligent Solutions Inc. 937.545.0609 (cell) 937.879.4158 (fax)

Re: openpkg 4 update and dependencies

2010-04-06 Thread Doug Henry
sorry...the command would be openpkg build -Ua Doug Henry Brilligent Solutions Inc. 937.545.0609 (cell) 937.879.4158 (fax) On Tue, Apr 6, 2010 at 3:42 PM, Jeff Johnson n3npq@gmail.com wrote: On Apr 6, 2010, at 11:33 AM, Doug Henry wrote: I'm definitely not using any exclude

Re: Bootstraping on x86/solaris 10 fails

2010-04-06 Thread Doug Henry
I think the solution to this problem...at least on my sparc 8 box...was to: export LD_LIBRARY_PATH=/usr/local/lib (or some path where the libiconv stuff was installed...on my box the sunfreeware gcc and libiconv installed to /usr/local) Doug Henry Brilligent Solutions Inc. 937.545.0609