This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build-edge-x86_64:~$ ps xa | |
PID USER TIME COMMAND | |
1494 buildoze 0:38 /usr/bin/mqtt-exec -h msg.alpinelinux.org -t git/aports/m | |
7354 buildoze 0:00 sshd: buildozer@pts/0 | |
7355 buildoze 0:00 -ash | |
7374 buildoze 0:00 ps xa | |
18834 buildoze 0:00 {aports-build} /bin/sh /usr/bin/aports-build c811c148e5a2 | |
18886 buildoze 0:00 {aports-build} /bin/sh /usr/bin/aports-build c811c148e5a2 | |
18887 buildoze 0:00 {aports-build} /bin/sh /usr/bin/aports-build c811c148e5a2 | |
18888 buildoze 0:00 {buildrepo} /usr/bin/lua5.2 /usr/bin/buildrepo -k -s -p - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uname({sys="Linux", node="ncopa-desktop", ...}) = 0 | |
open("/etc/lvm/backup/.lvm_ncopa-desktop_29897_2138219914", O_WRONLY|O_CREAT|O_EXCL|O_APPEND, 0666) = 6 | |
fcntl(6, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0 | |
ioctl(6, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x75f7f6dbf9c4) = -1 ENOTTY (Not a tty) | |
writev(6, [{"# Generated by LVM2 version 2.02"..., 1021}, {"segment_count = ", 16}], 2) = 1037 | |
writev(6, [{"2\n\n\t\t\tsegment1 {\n\t\t\t\tstart_exten"..., 1023}, {"\t# linear", 9}], 2) = 1032 | |
fsync(6) = 0 | |
writev(6, [{"\n\n\t\t\t\tstripes = [\n\t\t\t\t\t\"pv0\", 12"..., 872}, {NULL, 0}], 2) = 872 | |
close(6) = 0 | |
rename("/etc/lvm/backup/.lvm_ncopa-desktop_29897_2138219914", "/etc/lvm/backup/vg0.tmp") = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
close(6) = 0 | |
rename("/etc/lvm/backup/.lvm_ncopa-desktop_30509_419935016", "/etc/lvm/backup/vg0.tmp") = 0 | |
rename("/etc/lvm/backup/vg0.tmp", "/etc/lvm/backup/vg0") = 0 | |
stat("/etc/lvm/backup/vg0.tmp", 0x7e9bb55699b0) = -1 ENOENT (No such file or directory) | |
open("/etc/lvm/backup", O_RDONLY) = 6 | |
fsync(6) = 0 | |
close(6) = 0 | |
ioctl(3, DM_DEV_STATUS, 0x663ecaf89c0) = -1 ENXIO (No such device or address) | |
ioctl(3, DM_DEV_STATUS, 0x663ecb02f20) = -1 ENXIO (No such device or address) | |
ioctl(4, BLKRAGET, 256) = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ccache gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALSTATEDIR=\""/var"\" -DDATADIR=\""/usr/share"\" -DICONDIR=\"/var/lib/AccountsService/icons\" -DUSERDIR=\"/var/lib/AccountsService/users\" -I. -I. -I/usr/include/gio-unix-2.0/ -I/usr/include/polkit-1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -Wno-sign-compare -Wno-deprecated-declarations -Os -fomit-frame-pointer -Os -fomit-frame-pointer -MT wtmp-helper.o -MD -MP -MF .deps/wtmp-helper.Tpo -c -o wtmp-helper.o wtmp-helper.c | |
wtmp-helper.c: In function 'wtmp_helper_start': | |
wtmp-helper.c:70:2: error: #error You have utmpx.h, but no known way to use it for wtmp entries | |
#error You have utmpx.h, but no known way to use it for wtmp entries | |
^ | |
wtmp-helper.c: In function 'wtmp_helper_get_path_for_monitor': | |
wtmp-helper.c:220:2: error: #error Do not know which filename to watch for wtmp changes | |
#error Do not know which filename to watch for wtmp changes | |
^ | |
wtmp-helper.c:222:1: warning: control reaches end of non-void function [-Wreturn-type] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static gboolean | |
wtmp_helper_start (void) | |
{ | |
#if defined(UTXDB_LOG) | |
if (setutxdb (UTXDB_LOG, NULL) != 0) { | |
return FALSE; | |
} | |
#elif defined(WTMPX_FILENAME) | |
if (utmpxname (WTMPX_FILENAME) != 0) { | |
return FALSE; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make --no-print-directory all-am | |
CCLD tools/web-test | |
gweb/gresolv.o: In function `received_udp_data.part.4': | |
gresolv.c:(.text+0xef4): undefined reference to `ns_msg_getflag' | |
gweb/gresolv.o: In function `g_resolv_new': | |
gresolv.c:(.text+0x1384): undefined reference to `res_ninit' | |
gweb/gresolv.o: In function `g_resolv_unref': | |
gresolv.c:(.text+0x14f5): undefined reference to `res_nclose' | |
collect2: error: ld returned 1 exit status | |
Makefile:2328: recipe for target 'tools/web-test' failed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ncdev-edge-x86_64:~/src/connman$ make | |
make --no-print-directory all-am | |
CCLD tools/web-test | |
gweb/gresolv.o: In function `received_udp_data.part.4': | |
gresolv.c:(.text+0xef4): undefined reference to `ns_msg_getflag' | |
gweb/gresolv.o: In function `g_resolv_new': | |
gresolv.c:(.text+0x1384): undefined reference to `res_ninit' | |
gweb/gresolv.o: In function `g_resolv_unref': | |
gresolv.c:(.text+0x14f5): undefined reference to `res_nclose' | |
collect2: error: ld returned 1 exit status |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cxx-generate-packed-data.cc:(.text._ZN3foo14TestMessPacked13add_test_enumENS_8TestEnumE[_ZN3foo14TestMessPacked13add_test_enumENS_8TestEnumE]+0x29): undefined reference to `foo::TestEnum_IsValid(int)' | |
cxx-generate-packed-data.o: In function `google::protobuf::RepeatedPtrField<foo::SubMess>::TypeHandler::Type* google::protobuf::internal::RepeatedPtrFieldBase::Add<google::protobuf::RepeatedPtrField<foo::SubMess>::TypeHandler>()': | |
cxx-generate-packed-data.cc:(.text._ZN6google8protobuf8internal20RepeatedPtrFieldBase3AddINS0_16RepeatedPtrFieldIN3foo7SubMessEE11TypeHandlerEEEPNT_4TypeEv[_ZN6google8protobuf8internal20RepeatedPtrFieldBase3AddINS0_16RepeatedPtrFieldIN3foo7SubMessEE11TypeHandlerEEEPNT_4TypeEv]+0x5f): undefined reference to `foo::SubMess::SubMess()' | |
cxx-generate-packed-data.o: In function `main': | |
cxx-generate-packed-data.cc:(.text.startup+0x37): undefined reference to `foo::TestMessRequiredEnumSmall::TestMessRequiredEnumSmall()' | |
cxx-generate-packed-data.cc:(.text.startup+0x79): undefined reference to `f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ncopa-desktop:/run# cryptsetup luksOpen --debug --header /run/test.luks /run/test.img test | |
# cryptsetup 1.6.5 processing "cryptsetup luksOpen --debug --header /run/test.luks /run/test.img test" | |
# Running command open. | |
# Locking memory. | |
# Installing SIGINT/SIGTERM handler. | |
# Unblocking interruption on signal. | |
# Allocating crypt device /run/test.luks context. | |
# Trying to open and read device /run/test.luks. | |
# Initialising device-mapper backend library. | |
# Trying to load LUKS1 crypt type from device /run/test.luks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ grep -i ac_cv_crypt_sha ext/standard/config.m4 | |
AC_CACHE_CHECK(for SHA512 crypt, ac_cv_crypt_SHA512,[ | |
ac_cv_crypt_SHA512=yes | |
ac_cv_crypt_SHA512=no | |
ac_cv_crypt_SHA512=no | |
AC_CACHE_CHECK(for SHA256 crypt, ac_cv_crypt_SHA256,[ | |
ac_cv_crypt_SHA256=yes | |
ac_cv_crypt_SHA256=no | |
ac_cv_crypt_SHA256=no | |
if test "$ac_cv_crypt_sha512" = "yes"; then |