Hello, I have been trying to build graphics/drm-fbsd12.0-kmod inside a Jail with make package but there I am having an issue:
===> radeonkmsfw/verde_smc (install)
install -T release -o root -g wheel -m 555 radeon_verde_smc_bin.ko...
Deleted member 62636
Thread
jail
makemake package
pkg
pkg error
port
port build
poudriere
Hello,
I would like to compile part of the FreeBSD sources (compiling on FreeBSD) for a different target string, e.g. x86_64-pc-linux-gnu. Is there a way to specifiy make to compile for this architecture/target?
Thank you for your consideration,
I'm looking to use all cores when compiling ports. I notice some ports build with 8 jobs, which is ideal since I have 8 cores. Some seem to build only with one (gcc9). This is with default settings, not trying to override anything (yet).
Does MAKE_JOBS_NUMBER default to the number of codes? Or...
Hello.
Due to non-standard operational requirements I attempted to modify a module, namely /usr/src/sys/net/if_stf.c (instead of trying more conventional workarounds). This has been a “FreeBSD 12.1-RELEASE r354233 GENERIC amd64” system without any prior attempts to build kernel, without changes...
As part of an undergraduate project at the Georgia Institute of Technology I am attempting to compile a basic kernel module in Rust. I found this GitHub repository: https://github.com/johalun/echo, but the code is three years old, and I ran into an error I don't know how to fix.
Since then...
Im new to freebsd and want/have to compile the system by myself.
are there some tweaks or pro-tipps to speed up the whole process (besides the -j option)?
what to do if the compilation fails?
what will happen next if I cancel the process mid compilation?
'make' should begin from the point which...
I have 3rd party build Makefile for embedded application.
The application "progress / results " is via the embedded hadrware ( I temporary do not have ) , not to "stadard" terminal / console.
For software development / debugging I like to add ability to either do standard C "printf" or...
Hi all,
TLDR; Is there a way to have make append arguments at the end of the final build command or at least after the object files?
I am trying to statically link against a library using the build process (pardon my terminological mistakes). In my Makefile, I am doing this:
LDFLAGS+=...
Hello world :-)
I have switched from 12.0-RELEASE to 13.0-CURRENT. Replaced kernel and base. Now I want to recompile all ports with poudriere..
1. Make config on all ports shows some core dump thus defaulting all my configs. How can I fix that? How can I switch debug / verbose on 'make config'...
When I make install a port requiring several dependencies of varying licenses, what flag or option can I indicate to install all software and automatically accept their license terms?
These are the instructions for pkgbase? https://wiki.freebsd.org/PkgBase just relate it to 12.0 releng, instead of head.
cd /usr/src
make [make flags] buildworld
make [make flags] buildkernel
make packages
/usr/local/etc/pkg/repos/FreeBSD-base.conf
# FreeBSD base system repository...
Hello, I'm running on a fresh install of FreeBSD 12, with FAMP installed and the general 1st 10 things you do to a fresh install, as well as the latest gnome desktop. Until now, everything has gone quite smoothly.
Now I'm installed Openoffice 4, and the first command line string I give it, and...
Hello all,
I am attempting to build firefox on ARM64. As you may know, this is problematic on account of Rust (a dependency of Firefox) being broken on aarch64. However, thanks to the efforts of the rust port team, there are some binary versions of Rust I want to try out and see if firefox can...
Hi all,
I'm trying to build FreeBSD from scratch in a custom directory. In my line of testing, I was able to get to start to finish by using the default directories (/usr/src and /usr/obj). However, I would like to now use a custom directory to specify where the source is and where the object...
Hello Community!
I made an account to interact with you, I am a semi-new user; 'young' enough to not be able to reset the variables you put after make install like this: (DISABLE_VULNERABILITES=YES).
I put a wrong value and I cannot build unless i clear it. Where do I look? The handbook does...
Hello whoever is reading this.
I have been stuck in the same...you know what I mean.
I have a problem with VirtualBox.
NO matter of the procedure that I make for install this program, will be pkg, using ports, whatever. When it finish its installation, and I try to run this program, ALWAYS I get...
I'm trying to remove any implementation specific (GNU Make) details from my Makefiles but having a hard time fixing some issues. The structure of my projects is like so;
myapp/
Makefile
src/
foo/
foo1.c
foo2.c
bar/
bar1.c
obj/
1) The mere presence of an...
I'm trying to compile the documentation from the documentation project, and I am getting this error:
strata:/usr/doc 551 ### ->make
Warning: Object directory not changed from original /usr/doc
===> en_US.ISO8859-1 (all)
Warning: Object directory not changed from original...
Hi,
After migrate some Makefile from FreeBSD6 to new one (FreeBSD11) make file doesn't work. Maybe this is caused by something else ? I don't know. Currently I have even such basic Makefile:
first:
@bin/generator.pl
and after make command I get:
make: exec(bin/generator.pl) failed...
Hello all,
I have a problem with PEFS; I updated to FreeBSD RELEASE 11.1 using
freebsd-update upgrade -r 11.1-RELEASE, as per the handbook, and PEFS stopped working: pefs: cannot find or load "pefs" kernel module
Running kldstat showed no PEFS module loaded, and kldload pefs.ko also failed...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.