Tried to build a simple rpm with rpm 5.4.7 rebuilt with
--with-pcre=internal (pre dir installed under source dir), but got
this error :

error: ^[A-Za-z0-9+._]+$: regexec failed: regexec() failed to match(1)
error: line 8: invalid tag value("^[A-Za-z0-9+._]+$") Version: Version: 3.0.3
error: Le package n'a pas de %description: cimaven3.x86_64

spec is :

%if %{?MAVEN_REL:1}
%define maven_rel    %{MAVEN_REL}
%else
%define maven_rel    3.0.3
%endif

Name: cimaven3
Version: %{maven_rel}
Release: 2%{?dist}
Summary: Maven %{maven_rel}
....

here is otool report for rpm built :

/usr/local/bin/rpm:
        
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
(compatibility version 150.0.0, current version 635.19.0)
        /usr/local/lib/librpmbuild-5.4.dylib (compatibility version 0.0.0,
current version 0.0.0)
        /usr/local/lib/librpm-5.4.dylib (compatibility version 0.0.0, current
version 0.0.0)
        /usr/local/lib/librpmdb-5.4.dylib (compatibility version 0.0.0,
current version 0.0.0)
        /usr/local/lib/librpmio-5.4.dylib (compatibility version 0.0.0,
current version 0.0.0)
        /usr/local/lib/librpmmisc-5.4.dylib (compatibility version 0.0.0,
current version 0.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 159.1.0)
        /usr/local/lib/libpcreposix.0.dylib (compatibility version 1.0.0,
current version 1.0.0)
        /usr/local/lib/libpcre.1.dylib (compatibility version 2.0.0, current
version 2.0.0)
        /usr/local/lib/libintl.8.dylib (compatibility version 10.0.0, current
version 10.1.0)
        /usr/local/lib/libdb-5.3.dylib (compatibility version 0.0.0, current
version 0.0.0)
        /usr/local/lib/libbeecrypt.7.dylib (compatibility version 8.0.0,
current version 8.0.0)
        /usr/lib/libbz2.1.0.dylib (compatibility version 1.0.0, current version 
1.0.5)
        /usr/local/lib/libz.1.dylib (compatibility version 1.0.0, current
version 1.2.6)
        /usr/local/lib/libpopt.0.dylib (compatibility version 1.0.0, current
version 1.0.0)
        /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 
7.0.0)

Any idea ?

2012/3/28 Henri Gomez <henri.go...@gmail.com>:
>> This error looks moderately serious (you can comment out the patterns
>> in macros/* if you must: but pattern matching looks fubar):
>> error: ^[A-Za-z0-9+._]+$: regexec failed: regexec() failed to match(1)
>>
>> Because -lpcreposix and the system regexec(3) routines have
>> identical symbols, there's a high risk of collision. I've re-added
>> --with-pcre=internal
>> in order to avoid some issues on RHEL6.
>
> I'm rebuilding rpm 5.4.7 (not from cvs) with --with-pcre=internal
>
> Studying devtool.conf I could see for Lion :
>
>
> %falmouth
>    %autogen
>    %configure \
>        --verbose \
>        --prefix=/opt/local \
>        --enable-shared \
>        --with-db \
>        --with-dbsql \
>        --without-db-tools-integrated \
>        --with-zlib \
>        --with-bzip2 \
>        --with-xz \
>        --with-file \
>        --with-path-magic=/opt/local/share/misc/magic \
>        --with-lua=internal \
>        --with-tcl \
>        --without-sqlite \
>        --with-syck=internal \
>        --with-readline \
>        --with-augeas \
>        --with-beecrypt=internal \
>        --without-java \
>        --with-openssl \
>        --with-nss \
>        --with-gcrypt \
>        --with-tomcrypt \
>        --without-tpm \
>        --with-libtasn1 \
>        --without-pakchois \
>        --without-gnutls \
>        --with-neon=external \
>        --without-libproxy \
>        --with-expat \
>        --with-pcre=internal \
>        --enable-utf \
>        --with-uuid=/opt/local/lib:/opt/local/include/ossp \
>        --without-attr \
>        --without-acl \
>        --with-xar=/opt/local/lib:/opt/local/include/xar \
>        --with-popt=internal \
>        --without-keyutils \
>        --with-pthreads \
>        --without-libelf \
>        --with-cudf \
>        --without-ficl \
>        --without-aterm \
>        --without-nix \
>        --without-bash \
>        --without-rc \
>        --without-js \
>        --without-gpsee \
>        --with-python=system \
>        --with-pythonembed=/usr/lib:/usr/include/python2.7 \
>        --without-perl \
>        --without-perl-urpm \
>        --without-perlembed \
>        --with-ruby=/opt/local/lib/ruby/1.8 \
>        --without-selinux \
>        --without-sepol \
>        --without-semanage \
>        --without-libgit2 \
>        --without-squirrel \
>        --with-installed-readline \
>        --with-valgrind \
>        --disable-openmp \
>        --enable-build-warnings \
>        --enable-build-debug \
>        --enable-maintainer-mode
>
> Did you use macports libraries ?
>
> What could you suggest for 100% MacPorts Free build ?
>
> standalone mode ?
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
User Communication List                             rpm-users@rpm5.org

Reply via email to