Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 181667 - dev-libs/libpcre-7.1 version bump
Summary: dev-libs/libpcre-7.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Anant Narayanan (RETIRED)
URL: http://www.pcre.org/
Whiteboard:
Keywords:
Depends on:
Blocks: 164150
  Show dependency tree
 
Reported: 2007-06-11 16:52 UTC by Elias Pipping (RETIRED)
Modified: 2007-06-13 17:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elias Pipping (RETIRED) gentoo-dev 2007-06-11 16:52:28 UTC
pcre 7.1 is out.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-06-11 18:22:44 UTC
- 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.
Comment 2 Anant Narayanan (RETIRED) gentoo-dev 2007-06-11 19:43:12 UTC
Fixed in CVS.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-06-11 21:34:12 UTC
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).
Comment 4 Anant Narayanan (RETIRED) gentoo-dev 2007-06-13 16:37:43 UTC
(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? :)

Comment 5 Anant Narayanan (RETIRED) gentoo-dev 2007-06-13 16:39:57 UTC
Also as per bug #181670, the package has been keyworded on several archs, which I believe, would not have been done if it failed.
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2007-06-13 17:33:14 UTC
/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
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2007-06-13 17:42:24 UTC
NVM, stale crap from testing this version. Sorry.