Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270522 - sys-apps/openrc-0.4.3-r2 -
Summary: sys-apps/openrc-0.4.3-r2 -
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: High normal (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-20 05:31 UTC by Dmitri Bogomolov
Modified: 2009-06-26 10:47 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge-info,3.16 KB, text/plain)
2009-05-21 05:15 UTC, Dmitri Bogomolov
Details
build.log (build.log,26.55 KB, text/plain)
2009-05-21 05:21 UTC, Dmitri Bogomolov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitri Bogomolov 2009-05-20 05:31:17 UTC
I tried to update from sys-apps/openrc-0.4.3-r1 to sys-apps/openrc-0.4.3-r2, but it have a compile errors.

Reproducible: Always

Steps to Reproduce:
1. emerge sys-apps/openrc

Actual Results:  
* 
 * ERROR: sys-apps/openrc-0.4.3-r2 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2620:  Called die
 * The specific snippet of code:
 *       emake ${MAKE_ARGS} || die "emake ${MAKE_ARGS} failed"
 *  The die message:
 *   emake  LIBNAME=lib OS=FreeBSD failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-apps/openrc-0.4.3-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/openrc-0.4.3-r2/temp/environment'.

Expected Results:  
Successful update

This strings just before emerge output in /var/tmp/portage/sys-apps/openrc-0.4.3-r2/temp/build.log:

cc1: warning: -Wmissing-format-attribute ignored without -Wformat
i686-gentoo-freebsd6.2-gcc -O2 -mtune=nocona -pipe  -std=c99 -Wall -Wextra -Wimplicit -Wshadow -Wformat=2 -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wnested-externs -Winline -Wwrite-strings -Wcast-align -Wcast-qual -Wpointer-arith -Wdeclaration-after-statement -Wsequence-point  -I../includes -I../librc -I../libeinfo  -c runscript.c -o runscript.o
cc1: warning: -Wmissing-format-attribute ignored without -Wformat
runscript.c: In function `svc_exec':
runscript.c:530: error: invalid lvalue in unary `&'
gmake[2]: *** [runscript.o] Error 1
gmake[2]: Leaving directory `/var/tmp/portage/sys-apps/openrc-0.4.3-r2/work/openrc-0.4.3/src/rc'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/var/tmp/portage/sys-apps/openrc-0.4.3-r2/work/openrc-0.4.3/src'
gmake: *** [all] Error 2
Comment 1 Sebastian Luther (few) 2009-05-20 06:51:12 UTC
emerge --info and complete build.log please.
Comment 2 Dmitri Bogomolov 2009-05-21 05:15:53 UTC
Created attachment 191981 [details]
emerge --info
Comment 3 Dmitri Bogomolov 2009-05-21 05:21:21 UTC
Created attachment 191983 [details]
build.log
Comment 4 Alexis Ballier gentoo-dev 2009-06-26 10:47:57 UTC
actually this should be fixed now