Re: openpkg + openbsd

2006-07-26 Thread Julien TOUCHE
Ralf S. Engelschall wrote on 26/07/2006 08:59: Seems like the beecrypt library headers contain things which break under OpenBSD. Either it is the BEECRYPTAPI macro or the swap16 conflicts with a macro somewhere in the OpenBSD system headers. Try to build BeeCrypt 4.1.2 stand-alone on OpenBSD

Re: openpkg + openbsd

2006-07-26 Thread Julien TOUCHE
some report of beecrypt test on openbsd (port proposal, but not committed) http://archives.neohapsis.com/archives/openbsd/2006-04/1548.html looking at the log of beecrypt compile, lots of warning for multiple declaration between system sys/endian.h and endianness.h from beecrypt. i've added to

openpkg + openbsd

2006-07-25 Thread Julien TOUCHE
i try to compile openpkg (2.20060622) on openbsd (3.8/x86) and get the following error +-+ | BUILD: Build RPM (RedHat Package Manager) |

openpkg + hpux 11i v2

2006-07-24 Thread Julien TOUCHE
i'm trying to compile latest stable openpkg on hpux 11i v2. i've installed gcc4.1.1 from HP software depot, added to the path. now, i try to bootstrap it. # sh openpkg*.sh --prefix=... [...] Finding dependencies for walk.o. echo Makefile.SH cflags.SH | tr ' ' '\n' .shlist Updating

Re: requirements for openpkg on hpux 11.00

2005-07-21 Thread Julien TOUCHE
Doug Summers wrote on 19/07/2005 21:44: I was able to get OpenPKG 2.4.1 installed on HPUX 11.00. I used GCC 3.3.3 from http://mirrors.develooper.com/hpux/gcc-3.3.3-32-11.00-hppa2.0.tbz. One thing I made sure of was that I used HP's binutils and not GNU's. thanks but it is not a depot and not

requirements for openpkg on hpux 11.00

2005-07-19 Thread Julien TOUCHE
i'm trying to install openpkg on hpux 11.00/parisc. as the box only have a default dev environmment (only hpux kernel compiler ...), i add gcc flex with swinstall from: ftp://hpux.connect.org.uk/oldgcc/ (3.3.2) http://hpux.connect.org.uk/hppd/hpux/Gnu/flex-2.5.4a/ (libfl.sl) but i didn't

2.2 + hpux

2005-01-13 Thread Julien TOUCHE
Hello i'm trying to compile openpkg (openpkg-2.2.2-2.2.2.src.sh) on hpux11 but it fails on gzip make: source='rpmatch.c' object='rpmatch.o' libtool=no \ depfile='.deps/rpmatch.Po' tmpdepfile='.deps/rpmatch.TPo' \ depmode=hp /bin/sh ./depcomp \ /usr/bin/cc

rotate log as non-root

2004-04-28 Thread Julien TOUCHE
is there any package to rotate log as non-root user ? (newsyslog seems to work only as root; non-root mode not fully functionnal it seems) Regards Julien __ The OpenPKG Project

[solved] Re: apache -current/oci8

2004-02-18 Thread Julien TOUCHE
i found what was preventing php in apache src rpm to detect oci8 apache spec have (for unknown reason) a replacement of path lib in lib32 which doesn't exist in php src rpm. $OCI8_DIR/lib/libclntsh in php src rpm good $OCI8_DIR/lib32/libclntsh in php/apache rpm bad commenting the sh_tool

mysql/current with openssl

2004-02-14 Thread Julien TOUCHE
i try to add an openssl option to mysql-4 (current) with the attached patch but get the following: /home/www-test/local/bin/cc -DDEFAULT_CHARSET_HOME=\/home/www-test/local\ -DDATADIR=\/home/www-test/local/var/mysql\ -DSHAREDIR=\/home/www-test/local/share/mysql\ -DDONT_USE_RAID -I. -I. -I..

Re: apache -current/oci8

2004-02-14 Thread Julien TOUCHE
Ralf S. Engelschall wrote: Ops, is this really the output? Can you figure our what command is not found here? Can you upgrade to openpkg-20040214-20040214 and try again? I think I found the reason why the error message did not display correctly for you. $ rpm -Uvh

Re: mysql/current with openssl

2004-02-14 Thread Julien TOUCHE
Ralf S. Engelschall wrote: That's strange. I've tested it and it builded fine for me (I'm using FreeBSD 4). Are you sure you are using exactly the latest mysql-4.0.18-20040214 I rolled before? And under what OS are you $ rpm -ivh /tmp/openpkg/rep/current/SRC/mysql-4.0.18-20040214.src.rpm

apache -current

2004-02-12 Thread Julien TOUCHE
few comments on an apache setup with current/solaris9 (php part) - oci8 support checking for ncurses support... no checking for Oracle-OCI8 support... yes checking Oracle Install-Dir... /exlibris/app/oracle/product/817 checking Oracle version... configure: error: Oracle-OCI8 needed libraries not

Re: apache -current

2004-02-12 Thread Julien TOUCHE
Ralf S. Engelschall wrote: - oci8 support [...] checking Oracle version... configure: error: Oracle-OCI8 needed libraries not found [...] and php*.src.rpm compiles fine with oci8 $ rpm -qi php|grep oci php::with_oci7 = no php::with_oci8 = yes Ah, you using oracle only and you have an own

php

2004-02-11 Thread Julien TOUCHE
* seems there is a problem with php on current when activating pdflib rpm --rebuild failed with config.log 1329 /home/www-test/local/bin/ld: cannot find -lpdf 1330 collect2: ld returned 1 exit status 1331 configure: failed program was: 1332 #line 68387 configure and rpm -ql pdflib show

apache + php + oracle with 1.3

2004-02-07 Thread Julien TOUCHE
is it possible to use oracle on the subject setup ? apache spec file has a Require Oracle in this case, but oracle has a src.rpm only in current and this one need openpkg -current so not possible (or at hand ?) ? Regards Julien

Re: little problem with mysql-4

2003-09-18 Thread julien Touche
Christoph Schug wrote: yep, your openpkg package is just one day to old, openpkg = 20030716 is required. so, could i update only openpkg to 1.3 (or current ?) without rebuilding all tree ? or i only could use mysql from 1.2 tree ? thanks julien

compile with gcc?? rpm

2003-07-07 Thread julien Touche
i want to compile again some rpm (here php following advisory). but rebuild block because it need gcc ... ok but i have gcc33 rpm. so which is the extra rule to add to compile here ? how to change BuildPreReq: OpenPKG, openpkg = 20020206, gcc, sed, flex, bison ? something like gcc or gcc??

Re: propolice option for gcc

2003-07-02 Thread julien Touche
Ralf S. Engelschall wrote: Ok, I've looked at this and it looks like a reasonable optional addition to our GCC package. I've integrated it now (see http://cvs.openpkg.org/chngview?cn=10135 for details), but in a i think, it miss 1 things an option to activate by default (patch protectonly.dif)

apache + php on solaris

2003-07-01 Thread julien Touche
Building apache on Solaris 2.7 with openssl,gzip,dav, and mainly php rpm -ba apache.spec [snip] === src/modules/php4 /bin/sh: php4: does not exist make[4]: *** [all] Error 1 make[3]: *** [subdirs] Error 1 make[2]: *** [build-std] Error 2 make[1]: *** [build] Error 2 make: *** [install-all] Error

Re: apache + php on solaris

2003-07-01 Thread julien Touche
Michael van Elst wrote: No such error here, but I'm using Solaris 2.8 and 2.9. In any case, the error message tells you that the php configure failed. There should be an error message earlier in the build. found problem in the build + ./configure [snip] creating cache ./config.cache checking

Re: apache + php on solaris

2003-07-01 Thread julien Touche
Michael van Elst wrote: The math library (-lm) is missing. seems sufficient to add it to php CFLAGS in apache.spec However, the real problem seems to be /users/www/local/lib/libpng.so. Where does this come from ? OpenPKG does not build shared libraries. that's me. when playing with php*.rpm, i

propolice option for gcc

2003-07-01 Thread julien Touche
here a small patch to add propolice option to gcc-3.3 in current --- gcc.spec.orig 2003-06-25 08:52:13.0 +0200 +++ gcc.spec2003-07-01 14:45:44.238852466 +0200 @@ -47,11 +47,15 @@ %option with_threads yes %option with_boundsno %option with_gcc no

Re: propolice option for gcc

2003-07-01 Thread julien Touche
Ralf S. Engelschall wrote: Thanks. I'm investigating on this... caveats are on patch or others packages ? now than openbsd use it for the whole system/ports, most problems must been corrected ? Regards Julien __ The

perl 5.8 problem

2003-06-19 Thread julien Touche
i'm trying to use cpan with perl 5.8 but i get: $ perl -MCPAN -e shell Can't load module Safe, dynamic loading not available in this perl. (You may need to build a new perl executable which either supports dynamic loading or has the Safe module statically linked into it.) at

Re: perl 5.8 problem

2003-06-19 Thread julien Touche
Michael van Elst wrote: On Wed, Jun 18, 2003, julien Touche wrote: i'm trying to use cpan with perl 5.8 Apparently you mix different installations of perl. One is in /opt/sso. base install, sun Another is in /users/www/local. openpkg hierarchy Maybe you could clarify under what path you

Re: python modules

2003-06-19 Thread julien Touche
Michael van Elst wrote: On Wed, Jun 18, 2003, julien Touche wrote: openpkg is current and: $ rpm -qa |grep python python-2.2.2-1.2.0 and host is sparc SunOS 5.7 Please install the current version of python. The bug has been fixed. doesn't work more ... $ rpm --nodeps -e python; rpm -ivh