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...
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...
Hello
I would like to build and install net-im/pidgin, but the process halts due to a missing dependency:
...
checking for X11... yes
checking for XScreenSaverRegister in -lXext... no
checking for XScreenSaverRegister in -lXss... no
configure: error:
XScreenSaver extension development headers...
Hi all,
I'd like to follow the quarterly package repository (because I value stability and reliability over new features), but I need to have a few packages compiled with custom options, and this results in a problem:
Ports does not have a quarterly release, only a "rolling release" of sorts...
Yesterday I ran the following:
cd /usr/ports/mail/ssmtp; make install replace clean
After about a minute it looked like ssmtp was successfully installed. Since then I've been struggling to get ssmtp working, so would like to start again from scratch. I removed it with:
cd /usr/ports/mail/ssmtp...
I have the following directory structure:
/xxx/obj/
/xxx/src/deep.cpp
/xxx/flat.cpp
/xxx/makefile
The content of makefile is as follows:
flat.out: flat.o
deep.out: src/deep.o
I have no problem building flat:
/xxx $ make flat.out
c++ -O2 -pipe -c /xxx/flat.cpp -o flat.o
cc -O2 -pipe...
Hi!
I'm having a problem building nghttp2 (and the programs that depend on it) with Synth.
The build stops, these are the last lines I get:
libtool: link: ar cru .libs/libnghttp2_asio.a libnghttp2_asio_la-util.o libnghttp2_asio_la-http2.o libnghttp2_asio_la-ssl.o libnghttp2_asio_la-timegm.o...
I'm trying to get down to a bit of development for FreeBSD as I have done for Fedora and Arch Linux previously and I'm curious about SVN/Subversion for managing the Ports Collection.
So far, I only worked with GIT, though this helped me enough to do svn checkout of the Ports Tree to /usr/ports...
I am curious about the status of these two ports.
devel/gmake is the "full featured" gmake port, with a config option to enable NLS via devel/gettext. It is often pulled down by other ports during the build process, as it is listed as a USES= dependency in the Makefiles.
There is also...
Hi folks,
hoping someone can help with this. I'm an old hat with *nix, but new to fFreeBSD. I can't get www/spdylay to build. None of the output from make config throws anything unusual, but make install fails:
make install
...snip...
libtool: link: g++48 -O2 -pipe...
Hi there,
Using 10.3-RELEASE and trying to compile a simple kernel module. My Makefile is really simple....
~/code/memstat % cat Makefile
# Source files for kernel module
SRCS=memstat_kmod.c
# Declare Name of the kernel module
KMOD=memstat
# Include kernel module makefile
.include...
I have the documentation project ports and source files installed. I have previously done a full build of the documentation. Is there a setting to tell make to not build the entire document set once everything is built? To build just the stuff that has changed? Similar to NO_KERNCLEAN and...
System info:
uname -a
FreeBSD vm-freebsd 10.2-RELEASE-p7 FreeBSD 10.2-RELEASE-p7 #0: Mon Nov 2 14:19:39 UTC 2015 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
% cmake --version
cmake version 3.4.1
CMake suite maintained and supported by Kitware (kitware.com/cmake)...
I assume Squid 4.0.1 has make errors because it was released just a few days ago? 4.0.1 also does not seem to be in the package install, only 3+ is in pkg install. How long until it is usually in the pkg install database? I tried the usual manual download, config, make, etc. And it seems to have...
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.