Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 618292 - Keyword request: app-admin/sysklogd-1.5.1-r1 builds and runs just fine on arm64.
Summary: Keyword request: app-admin/sysklogd-1.5.1-r1 builds and runs just fine on arm64.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Keywording (show other bugs)
Hardware: ARM64 Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-12 13:58 UTC by James Bates
Modified: 2017-05-17 19:23 UTC (History)
0 users

See Also:
Package list:
app-admin/sysklogd-1.5.1-r1
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Bates 2017-05-12 13:58:15 UTC
I have an arm64 gentoo install on a RPI3. Package app-admin/sysklogd has no arm64 or ~amd64 keyworded versions in current portage tree. 

Here's how the emerge went:

james@raspberry:~$ sudo FEATURES="test" emerge -av1 --nodeps sysklogd

These are the packages that would be merged, in order:

[ebuild   R   *] app-admin/sysklogd-1.5.1-r1::gentoo  USE="-logrotate" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB

Would you like to merge these packages? [Yes/No] Yes

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) app-admin/sysklogd-1.5.1-r1::gentoo
 * sysklogd-1.5.1.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                   [ ok ]
 * sysklogd_1.5-6.diff.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                  [ ok ]
>>> Unpacking source...
>>> Unpacking sysklogd-1.5.1.tar.gz to /var/tmp/portage/app-admin/sysklogd-1.5.1-r1/work
>>> Unpacking sysklogd_1.5-6.diff.gz to /var/tmp/portage/app-admin/sysklogd-1.5.1-r1/work
>>> Source unpacked in /var/tmp/portage/app-admin/sysklogd-1.5.1-r1/work
>>> Preparing source in /var/tmp/portage/app-admin/sysklogd-1.5.1-r1/work/sysklogd-1.5.1 ...
 * Applying sysklogd_1.5-6.diff ...                                                                                                                             [ ok ]
 * Applying sysklogd-1.5-debian-cron.patch ...                                                                                                                  [ ok ]
 * Applying sysklogd-1.5-build.patch ...                                                                                                                        [ ok ]
 * Applying sysklogd-1.4.2-caen-owl-syslogd-bind.diff ...                                                                                                       [ ok ]
 * Applying sysklogd-1.4.2-caen-owl-syslogd-drop-root.diff ...                                                                                                  [ ok ]
 * Applying sysklogd-1.4.2-caen-owl-klogd-drop-root.diff ...                                                                                                    [ ok ]
 * Applying sysklogd-1.5-syslog-func-collision.patch ...                                                                                                        [ ok ]
 * Applying sysklogd-1.5-glibc-2.24.patch ...                                                                                                                   [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-admin/sysklogd-1.5.1-r1/work/sysklogd-1.5.1 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-admin/sysklogd-1.5.1-r1/work/sysklogd-1.5.1 ...
make -j41 -l4 
aarch64-unknown-linux-gnu-gcc -O2 -fomit-frame-pointer -march=armv8-a+crc -mtune=cortex-a53 -ftree-vectorize  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DSYSV -Wall -fno-strength-reduce -DSYSLOG_INET -DSYSLOG_UNIXAF -DNO_SCCS -DFSSTND -DSYSLOGD_PIDNAME=\"syslogd.pid\"  -c syslogd.c
aarch64-unknown-linux-gnu-gcc -O2 -fomit-frame-pointer -march=armv8-a+crc -mtune=cortex-a53 -ftree-vectorize  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -c -o pidfile.o pidfile.c
aarch64-unknown-linux-gnu-gcc -O2 -fomit-frame-pointer -march=armv8-a+crc -mtune=cortex-a53 -ftree-vectorize  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DSYSV -Wall -fno-strength-reduce -DFSSTND   -c klogd.c
aarch64-unknown-linux-gnu-gcc -O2 -fomit-frame-pointer -march=armv8-a+crc -mtune=cortex-a53 -ftree-vectorize  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DSYSV -Wall -fno-strength-reduce -DALLOW_KERNEL_LOGGING -c syslog.c
aarch64-unknown-linux-gnu-gcc -O2 -fomit-frame-pointer -march=armv8-a+crc -mtune=cortex-a53 -ftree-vectorize  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DSYSV -Wall -fno-strength-reduce -DFSSTND  -c ksym.c
aarch64-unknown-linux-gnu-gcc -O2 -fomit-frame-pointer -march=armv8-a+crc -mtune=cortex-a53 -ftree-vectorize  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DSYSV -Wall -fno-strength-reduce -DFSSTND  -c ksym_mod.c
pidfile.c: In function ‘read_pid’:
pidfile.c:48:3: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
pidfile.c: In function ‘write_pid’:
pidfile.c:97:7: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
syslog.c: In function ‘vsyslog_own’:
syslog.c:174:3: warning: ignoring return value of ‘writev’, declared with attribute warn_unused_result [-Wunused-result]
syslog.c:199:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
ksym.c: In function ‘ExpandKadds’:
ksym.c:769:12: warning: variable ‘dlm’ set but not used [-Wunused-but-set-variable]
klogd.c: In function ‘main’:
klogd.c:1016:2: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
aarch64-unknown-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o klogd klogd.o syslog.o pidfile.o ksym.o \
        ksym_mod.o 
syslogd.c: In function ‘main’:
syslogd.c:906:2: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
syslogd.c: In function ‘wallmsg’:
syslogd.c:2121:7: warning: ignoring return value of ‘writev’, declared with attribute warn_unused_result [-Wunused-result]
aarch64-unknown-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o syslogd syslogd.o pidfile.o 
>>> Source compiled.
 * Skipping make test/check due to ebuild restriction.
>>> Test phase [disabled because of RESTRICT=test]: app-admin/sysklogd-1.5.1-r1

>>> Install sysklogd-1.5.1-r1 into /var/tmp/portage/app-admin/sysklogd-1.5.1-r1/image/ category app-admin
>>> Completed installing sysklogd-1.5.1-r1 into /var/tmp/portage/app-admin/sysklogd-1.5.1-r1/image/

 * Final size of build directory: 648 KiB
 * Final size of installed tree: 190 KiB

strip: aarch64-unknown-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   usr/sbin/syslogd
   usr/sbin/klogd
ecompressdir: bzip2 -9 /usr/share/doc
ecompressdir: bzip2 -9 /usr/share/man

>>> Installing (1 of 1) app-admin/sysklogd-1.5.1-r1::gentoo

General setup info:

$ sudo emerge --info
Portage 2.3.5 (python 3.4.6-final-0, default/linux/arm64/13.0/desktop, gcc-6.3.0, glibc-2.24-r1, 4.9.27-v8+ aarch64)
=================================================================
System uname: Linux-4.9.27-v8+-aarch64-with-gentoo-2.3
KiB Mem:      938060 total,    358844 free
KiB Swap:    4194300 total,   4129008 free
Timestamp of repository gentoo: Fri, 05 May 2017 00:45:01 +0000
sh bash 4.4_p12
ld GNU ld (Gentoo 2.27 p1.0) 2.27
distcc 3.2rc1 aarch64-unknown-linux-gnu [enabled]
app-shells/bash:          4.4_p12::gentoo
dev-lang/perl:            5.24.1-r1::gentoo
dev-lang/python:          2.7.13::gentoo, 3.4.6::gentoo
dev-util/cmake:           3.8.1::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.3::gentoo
sys-apps/openrc:          0.25::gentoo
sys-apps/sandbox:         2.10-r4::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r3::gentoo
sys-devel/automake:       1.13.4-r1::gentoo, 1.15-r2::gentoo
sys-devel/binutils:       2.27::gentoo
sys-devel/gcc:            6.3.0::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r4::gentoo
sys-devel/make:           4.2.1-r1::gentoo
sys-kernel/linux-headers: 4.10::gentoo (virtual/os-headers)
sys-libs/glibc:           2.24-r1::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

ACCEPT_KEYWORDS="arm64 ~arm64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="aarch64-unknown-linux-gnu"
CFLAGS="-O2 -fomit-frame-pointer -march=armv8-a+crc -mtune=cortex-a53 -ftree-vectorize"
CHOST="aarch64-unknown-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -fomit-frame-pointer -march=armv8-a+crc -mtune=cortex-a53 -ftree-vectorize"
DISTDIR="/usr/portage/distfiles/"
FCFLAGS="-O2"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distcc distlocks ebuild-locks fixlafiles merge-sync nodoc noinfo parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j41 -l4"
PKGDIR="/usr/portage/packages/"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acpi alsa arm64 berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvdr emboss encode exif fam firefox flac gdbm gif git glamor gnome-keyring gpm gtk iconv jpeg lcms libnotify mad mng modules mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds qt3support readline seccomp session spell ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 xattr xcb xml xv xvid zlib" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_ARM="edsp neon thumb thumb2 v4 v5 v6 v7 v8 vfp vfp-d32 vfpv3 vfpv4" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby21 ruby22" USERLAND="GNU" VIDEO_CARDS="vc4" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Markus Meier gentoo-dev 2017-05-17 19:23:34 UTC
~arm64 added, closing.