|
Re: #golang Build tools required during go generate
#golang
It varies based on the application, the ones I've dealt with, tend to
have a -static flag.
Of course, the flag may not be exposed, and in those scenarios, I
patch the Makefile/build.
If you have
It varies based on the application, the ones I've dealt with, tend to
have a -static flag.
Of course, the flag may not be exposed, and in those scenarios, I
patch the Makefile/build.
If you have
|
By
Bruce Ashfield
·
#55258
·
|
|
Re: #golang Build tools required during go generate
#golang
Yep might be… For me that’s desirable as these a built-utils, it’s golang and I see no benefit in having them dynamically linked anyay. Any tips how to statically link these? As far as I
Yep might be… For me that’s desirable as these a built-utils, it’s golang and I see no benefit in having them dynamically linked anyay. Any tips how to statically link these? As far as I
|
By
Sebastian Rühl
·
#55257
·
|
|
Re: #golang Build tools required during go generate
#golang
I'd bet it is a variant of this:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14386
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the
I'd bet it is a variant of this:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14386
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the
|
By
Bruce Ashfield
·
#55256
·
|
|
Re: #golang Build tools required during go generate
#golang
Here some outputs:
Bitbake -c devshell target-recipe
sh-4.4# easyjson
Segmentation fault
sh-4.4# strace
Here some outputs:
Bitbake -c devshell target-recipe
sh-4.4# easyjson
Segmentation fault
sh-4.4# strace
|
By
Sebastian Rühl
·
#55255
·
|
|
WG: [yocto] #golang Build tools required during go generate
#golang
There is literaly no stacktrace just a segmentation fault pretty early in the execution (like 3rd instruction or something). I will send more outputs as soon as my dual-core has finished compiling
There is literaly no stacktrace just a segmentation fault pretty early in the execution (like 3rd instruction or something). I will send more outputs as soon as my dual-core has finished compiling
|
By
Sebastian Rühl
·
#55254
·
|
|
Re: [meta-cgl][PATCH] recipes: update SRC_URI branch and protocols
Merged.
By
Jeremy Puhlman
·
#55253
·
|
|
Re: #golang Build tools required during go generate
#golang
do you have stack trace ? that might give some more info on whats going on
do you have stack trace ? that might give some more info on whats going on
|
By
Khem Raj
·
#55252
·
|
|
[meta-selinux][PATCH] libselinux: mount selinuxfs with noexec
Ensure that selinuxfs is mounted using the noxec and nosuid flags.
The current master branch of meta-selinux already contains this commit.
Change-Id:
Ensure that selinuxfs is mounted using the noxec and nosuid flags.
The current master branch of meta-selinux already contains this commit.
Change-Id:
|
By
Maximilian Blenk
·
#55251
·
|
|
#golang Build tools required during go generate
#golang
Hi yoto-devs/users,
in order to get a golang application to run which relies on `go generate` calls I wrote special recipes for this tools and include them in my original recipe. However I always get
Hi yoto-devs/users,
in order to get a golang application to run which relies on `go generate` calls I wrote special recipes for this tools and include them in my original recipe. However I always get
|
By
Sebastian Rühl
·
#55250
·
|
|
[meta-security][PATCH 3/3] python3-fail2ban: remove /run
Fixes:
ERROR: python3-fail2ban-0.11.2-r0 do_package_qa: QA Issue: python3-fail2ban installs files in /run, but it is expected to be empty [empty-dirs]
Signed-off-by: Armin Kuster
Fixes:
ERROR: python3-fail2ban-0.11.2-r0 do_package_qa: QA Issue: python3-fail2ban installs files in /run, but it is expected to be empty [empty-dirs]
Signed-off-by: Armin Kuster
|
By
Armin Kuster
·
#55249
·
|
|
[meta-security][PATCH 2/3] bastille: Create /var/log/Bastille in runtime
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-security/bastille/bastille_3.2.1.bb | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-security/bastille/bastille_3.2.1.bb | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git
|
By
Armin Kuster
·
#55248
·
|
|
[meta-security][PATCH 1/3] sssd: Create /var/log/sssd in runtime
/var/log is normally a link to /var/volatile/log and /var/volatile is a
tmpfs mount. So anything created in /var/log will not be available when
the tmpfs is mounted.
[Thanks to Peter Kjellerstedt for
/var/log is normally a link to /var/volatile/log and /var/volatile is a
tmpfs mount. So anything created in /var/log will not be available when
the tmpfs is mounted.
[Thanks to Peter Kjellerstedt for
|
By
Armin Kuster
·
#55247
·
|
|
QA notification for completed autobuilder build (yocto-3.3.4.rc1)
A build flagged for QA (yocto-3.3.4.rc1) was completed on the autobuilder and is
available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.3.4.rc1
Build hash information:
bitbake:
A build flagged for QA (yocto-3.3.4.rc1) was completed on the autobuilder and is
available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.3.4.rc1
Build hash information:
bitbake:
|
By
Richard Purdie
·
#55246
·
|
|
[meta-cgl][PATCH] recipes: update SRC_URI branch and protocols
Update SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
Update SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
|
By
Yi Zhao
·
#55245
·
|
|
[meta-selinux][PATCH 2/2] bind: remove volatile file
This file is not needed anymore as bind daemon will create them by
itself.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-connectivity/bind/bind_selinux.inc | 7 -------
This file is not needed anymore as bind daemon will create them by
itself.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-connectivity/bind/bind_selinux.inc | 7 -------
|
By
Yi Zhao
·
#55244
·
|
|
[meta-selinux][PATCH 1/2] recipes: update SRC_URI branch and protocols
Update SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
Update SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
|
By
Yi Zhao
·
#55243
·
|
|
Re: Bitbake build fails because of a python function
Just wondering, what it /srv/yocto? Can you build in your $HOME?
Otherwise, you can run bitbake under 'strace -ff -o strace-log ...' and try to check exactly what syscall causes cpio to fail.
Alex
Just wondering, what it /srv/yocto? Can you build in your $HOME?
Otherwise, you can run bitbake under 'strace -ff -o strace-log ...' and try to check exactly what syscall causes cpio to fail.
Alex
|
By
Alexander Kanavin
·
#55242
·
|
|
Re: Bitbake build fails because of a python function
Dear Alexander,
Thanks a lot for responding. I've attached the log file.
The only valuable info I could find is the following piece at the end of the log file. Could that be a potential cause for
Dear Alexander,
Thanks a lot for responding. I've attached the log file.
The only valuable info I could find is the following piece at the end of the log file. Could that be a potential cause for
|
By
Maksym Iliev
·
#55241
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 11/4/2021
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alexandre, Armin, Bruce, Jon, Joshua, Kiran, Michael, Randy, Richard, Stephen, Steve, Tim, Trevor
ARs:
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alexandre, Armin, Bruce, Jon, Joshua, Kiran, Michael, Randy, Richard, Stephen, Steve, Tim, Trevor
ARs:
|
By
Trevor Gamblin
·
#55240
·
|
|
[meta-security][PATCH] tpm2-tss: fix fapi package config
When enabling fapi, the build breaks with:
| configure: error: Package requirements (libcurl) were not met:
| No package 'libcurl' found
This adds the missing dependency and bundles the additional
When enabling fapi, the build breaks with:
| configure: error: Package requirements (libcurl) were not met:
| No package 'libcurl' found
This adds the missing dependency and bundles the additional
|
By
Stefan Mueller-Klieser
·
#55239
·
|