pcre 7.1 is out.
- Parallel make still fails (and pcre-6.6-parallel-build.patch no longer applies); anyone ever reported this upstream? - pcre-6.4-link.patch doesn't apply either and frankly I have no idea what's it good for, it builds just fine without it.
Fixed in CVS.
Well, as said above, parallel make still miserably fails. :) This needs either emake -j1; or someone producing a new patch for 7.1 (no, I'm not going to write one, people should finally report this to upstream folks).
(In reply to comment #3) > Well, as said above, parallel make still miserably fails. :) > > This needs either emake -j1; or someone producing a new patch for 7.1 (no, I'm > not going to write one, people should finally report this to upstream folks). I cannot reproduce this error, and I'm building with -j2. Logs would be helpful, please? :)
Also as per bug #181670, the package has been keyworded on several archs, which I believe, would not have been done if it failed.
/bin/sh ./libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -march=athlon-xp -O2 -pipe -fomit-frame-pointer -ffo rce-addr -MT pcre_exec.lo -MD -MP -MF .deps/pcre_exec.Tpo -c -o pcre_exec.lo pcre_exec.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -march=athlon-xp -O2 -pipe -fomit-frame-pointer -fforce-addr -MT pcre_exec.lo -MD -MP -MF .deps/pcr e_exec.Tpo -c pcre_exec.c -fPIC -DPIC -o .libs/pcre_exec.o mv -f .deps/pcre_dfa_exec.Tpo .deps/pcre_dfa_exec.Plo mv: cannot stat `.deps/pcre_dfa_exec.Tpo': No such file or directory make: *** [pcre_dfa_exec.lo] Error 1 make: *** Waiting for unfinished jobs.... ... /bin/sh ./libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -march=athlon-xp -O2 -pipe -fomit-frame-pointer -fforce-addr -MT pcre_chartables.lo -MD -MP -MF .deps/pcre_chartables.Tpo -c -o pcre_chartables.lo pcre_chartables.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -march=athlon-xp -O2 -pipe -fomit-frame-pointer -fforce-addr -MT pcre_chartables.lo -MD -MP -MF .deps/pcre_chartables.Tpo -c pcre_chartables.c -fPIC -DPIC -o .libs/pcre_chartables.o i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -march=athlon-xp -O2 -pipe -fomit-frame-pointer -fforce-addr -MT pcre_chartables.lo -MD -MP -MF .deps/pcre_chartables.Tpo -c pcre_chartables.c -o pcre_chartables.o >/dev/null 2>&1 mv -f .deps/pcre_chartables.Tpo .deps/pcre_chartables.Plo /bin/sh ./libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -march=athlon-xp -O2 -pipe -fomit-frame-pointer -fforce-addr -version-info 0:1:0 -Wl,-O1 -Wl,--sort-common -o libpcre.la -rpath /usr/lib pcre_compile.lo pcre_config.lo pcre_dfa_exec.lo pcre_exec.lo pcre_fullinfo.lo pcre_get.lo pcre_globals.lo pcre_info.lo pcre_maketables.lo pcre_newline.lo pcre_ord2utf8.lo pcre_refcount.lo pcre_study.lo pcre_tables.lo pcre_try_flipped.lo pcre_ucp_searchfuncs.lo pcre_valid_utf8.lo pcre_version.lo pcre_xclass.lo pcre_chartables.lo libtool: link: `pcre_dfa_exec.lo' is not a valid libtool object make[1]: *** [libpcre.la] Error 1
NVM, stale crap from testing this version. Sorry.