Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 413117 - sys-apps/gawk-4.0.0: stabilize
Summary: sys-apps/gawk-4.0.0: stabilize
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on: 413361
Blocks:
  Show dependency tree
 
Reported: 2012-04-22 16:27 UTC by SpanKY
Modified: 2012-07-01 18:11 UTC (History)
2 users (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 SpanKY gentoo-dev 2012-04-22 16:27:38 UTC
been almost a year with no bug reports
Comment 1 Elijah "Armageddon" El Lazkani (amd64 AT) 2012-04-22 17:15:49 UTC
amd64: pass

Note: Repoman whines about:
      dependency.unknown            2
   sys-apps/gawk/gawk-4.0.0.ebuild: DEPEND: !<sys-apps/baselayout-2.0.1
   sys-apps/gawk/gawk-4.0.0.ebuild: RDEPEND: !<sys-apps/baselayout-2.0.1
Comment 2 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2012-04-22 17:35:00 UTC
compile: everything fine
tests: all pass
run: everything fine
repoman: ditto Elijah

Please mark stable.
Comment 3 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2012-04-22 17:35:25 UTC
(In reply to comment #2)
> compile: everything fine
> tests: all pass
> run: everything fine
> repoman: ditto Elijah
> 
> Please mark stable.

for x86
Comment 4 Agostino Sarubbo gentoo-dev 2012-04-23 15:50:51 UTC
amd64 stable
Comment 5 Brent Baude (RETIRED) gentoo-dev 2012-04-23 21:30:35 UTC
ppc64 done
Comment 6 Jeff (JD) Horelick (RETIRED) gentoo-dev 2012-04-24 06:44:35 UTC
x86 stable, thanks Mikle
Comment 7 J.Borme 2012-04-24 09:29:58 UTC
gawk-4.0.0 creates a depency conflict with dev-db/virtuoso-server-6.1.3-r2 (stable x86 amd64). virtuoso-server is pulled by KDE with USE=semantic-desktop.
Comment 8 Markus Meier gentoo-dev 2012-04-25 19:40:30 UTC
arm stable
Comment 9 Jeroen Roovers (RETIRED) gentoo-dev 2012-04-26 15:48:15 UTC
Stable for HPPA.
Comment 10 nixnut (RETIRED) gentoo-dev 2012-04-28 17:45:52 UTC
ppc stable
Comment 11 Carter Young 2012-04-30 22:42:09 UTC
(In reply to comment #7)
> gawk-4.0.0 creates a depency conflict with dev-db/virtuoso-server-6.1.3-r2
> (stable x86 amd64). virtuoso-server is pulled by KDE with
> USE=semantic-desktop.

Tree Current as of 30-04-2012
KDE System with baselayout-2 requires the following packages to be added to keywords file:
#dev-db/virtuoso-server - pulls in version 6.1.4
#dev-db/virtuoso-odbc - dependancy of above package, also 6.1.4
#sys-libs/zlib - pulls in version 1.2.6 - more on this below.
#media-video/vlc - pulls in 2.0.1

Note regarding sys-libs/zip:
dev-db/virtuoso-server requires sys-libs/zlib for the minizip flag because minizip is enabled by default on virtuoso-server-1.6.4.  This all works fine for systems without media-gfx/splashutils.  I am still using media-gfx/splashutils because of bug 372321 (See Comment 11 in that bug).  sys-libs/zlib-1.2.5-r2 is a dependancy of the truetype USE flag.  As a test I copied media-gfx/splashutils-1.5.4.4 into my local overlay, changed the version number to 1.2.6 and attempted to compile.  In both cases, with truetype enabled, and truetype disabled I receive the following error:

local-overlay with truetype enabled, or standard gentoo package with truetype disabled:
make[1]: Entering directory `/var/tmp/paludis/media-gfx-splashutils-1.5.4.4-r1/work/miscsplashutils-0.1.8/fbtruetype'
x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -pipe -I/usr/include/freetype2   -c -o fbtruetype.o fbtruetype.c
x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -pipe -I/usr/include/freetype2   -c -o messages.o messages.c
x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -pipe -I/usr/include/freetype2   -c -o console.o console.c
x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -pipe -I/usr/include/freetype2   -c -o ttf.o ttf.c
x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -pipe -I/usr/include/freetype2   -c -o luxisri.o luxisri.c
x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -pipe -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed -L/usr/lib64 -o fbtruetype -Wl,-O1 -Wl,--as-needed -L/usr/lib64 fbtruetype.o messages.o console.o ttf.o luxisri.o -lfreetype   -lm
x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -pipe -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed -L/usr/lib64 -static -o fbtruetype.static -Wl,-O1 -Wl,--as-needed -L/usr/lib64 fbtruetype.o messages.o console.o ttf.o luxisri.o -lfreetype -lz -lbz2   -lm
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
make[1]: *** [fbtruetype.static] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/paludis/media-gfx-splashutils-1.5.4.4-r1/work/miscsplashutils-0.1.8/fbtruetype'
make: *** [all] Error 2
/usr/libexec/paludis/utils/emake: emake returned error 2

During any update involving KDE I get:
Cave Output:
-r  sys-apps/gawk:0::gentoo (not the best version) 3.1.8 to ::installed replacing 3.1.8
    nls build_options: symbols=split -optional_tests -trace -preserve_work
    Reasons: target (installed-packages::installed), app-portage/gentoolkit, app-text/gnome-doc-utils, dev-db/virtuoso-server
    Cannot proceed without: --permit-old-version

This all started because I wanted to get rid of the above, but lead to the problem with media-gfx/splash-utils

Please consider removing stable keyword on amd64 on gawk 4.0.0 or the unstable keyword from dev-dbnirtuoso-server.
Comment 12 Raúl Porcel (RETIRED) gentoo-dev 2012-07-01 18:11:17 UTC
alpha/ia64/m68k/s390/sh/sparc stable