Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e2a71e1f54b984be2fc9cfb4a51d0320e2709d73)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <ismael AT iodev.co.uk>
  • To: Pavel Vinogradov <public AT sourcemaage.org>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e2a71e1f54b984be2fc9cfb4a51d0320e2709d73)
  • Date: Sun, 19 Jun 2022 22:15:22 +0200

On 17/Jun/2022 00:57, Pavel Vinogradov wrote:
> GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:
>
> smgl/openrc/BUILD | 18 +++++-------------
> smgl/openrc/CONFIGURE | 7 +++++++
> smgl/openrc/DEPENDS | 23 +++++++++++++++++++++--
> smgl/openrc/DETAILS | 5 +++--
> smgl/openrc/HISTORY | 6 ++++++
> smgl/openrc/INSTALL | 2 +-
> 6 files changed, 43 insertions(+), 18 deletions(-)
>
> New commits:
> commit e2a71e1f54b984be2fc9cfb4a51d0320e2709d73
> Author: Pavel Vinogradov <public AT sourcemaage.org>
> Commit: Pavel Vinogradov <public AT sourcemaage.org>
>
> smgl/openrc: version 0.45.1
>
<...>

Seems it needs a little fixing:

cmp -s version.h.tmp version.h && rm version.h.tmp || mv
version.h.tmp version.h
cc -L../librc -L../libeinfo -march=native -mtune=native -m64 -pipe
-fPIC -ffast-math -funroll-loops -Os -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
-Werror=implicit-function-declaration -s -Wl,-znoseparate-code
-Wl,--as-needed -Wl,-rpath=/lib -o openrc rc.o rc-logger.o rc-misc.o
rc-plugin.o _usage.o -lutil -lrc -leinfo -lncurses -Wl,-Bdynamic -ldl
/usr/bin/ld: rc-logger.o:(.data+0x14): multiple definition of
`rc_logger_pid'; rc.o:(.bss+0x24): first defined here
/usr/bin/ld: rc-logger.o:(.data+0x10): multiple definition of
`rc_logger_tty'; rc.o:(.bss+0x20): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:135: openrc] Error 1
make[2]: Leaving directory '/usr/src/openrc-0.41.1/src/rc'
make[1]: *** [../mk/subdir.mk:26: all] Error 2
make[1]: Leaving directory '/usr/src/openrc-0.41.1/src'
make: *** [/usr/src/openrc-0.41.1//mk/subdir.mk:26: all] Error 2
! Problem Detected !

Are you using -fcommon in your sorcery CFLAGS?




Archive powered by MHonArc 2.6.24.

Top of Page