On building ports, blank marker files per steps are created on finish at work* directory to allow restarting failed builds.
Below are example of x11/nvidia-driver.
.extract_done.nvidia-driver._usr_local
.license_done.nvidia-driver._usr_local...
Hard to say what is the right thing to do as you don't know why things broke. Try copying /lib/libc.os.7 from the live system to your ssd /lib. If that doesn't fix, try copying more stuff. The other four libraries init depends on are...
Thanks! Unfortunately, I don't have backups of libraries, I only backup my data in /home and configuration files.
I'm on amd64, I can't see the exact hash, but I pulled the tree today at about 1PM UTC.
I tried to replace init binary to...
Most likely some shared library changed - most likely libc.so.7 -- try replacing each of the five shared libs that init depends on one by one from a recent backup to see which one broke. What is the commit hash and what is the underlying arch...
As usual, today I've built the system from stable/15 branch. First, built the kernel, then installed it separately and booted. Everything was fine, so I installed the world. After installing the world I saw an error in the terminal that was...
It doesn't have server-side feedback to a profiling/advertising entitty?
These things always work immediately on me. Maybe it's noticed soon because I'm left handed but always use the mouse right handed which causes discoordinated human movement.
Original article here.
Consider this when replying.
When Jim Huang Chen began his internship with the FreeBSD Foundation, he was only finishing his first year as a Software Engineering student at the University of Waterloo. A few months later...
I noticed this yesterday.
[12:17 zuul dvl ~] % pkg autoremove -n
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 2 packages:
Installed packages to be REMOVED:
FreeBSD-clibs-lib32: 15.1p2...
Alright, that looks to be in order. editors/vim is available in both quarterly and latest repositories, I double-checked, so I'm not sure why it's not finding it on your side.
Can you force the catalog update? Maybe that will help; pkg update...
# Third party modules
IncludeOptional etc/apache24/modules.d/[0-9][0-9][0-9]_*.conf
That's already in the default httpd.conf.
That's where I enable modules, for example:
dice@riviera:~ % cd /usr/local/etc/apache24/modules.d/...
Instead of $lan_net and $iot_net you can use $lan_if:network and $iot_if:network, that will automatically pick up the configured network segment of the interface.
Interface names and interface group names, and self can have...
You might want to check for bad spots with smartctl. And it sounds like the primary directory structure might have been corrupted.
That's not good. What kind of data was on the disk? Pictures, documents? There are some 'rescue' tools that can...
That makes it hard, but not necessarily impossible to survive on another planet. The bigger issue tends to be just physically getting somewhere off planet without being destroyed by either radiation or the lack of gravity.
But regardless, it's...
python is on my uses line.
I even tried SHEBANG_GLOB= *.py with the same result. Trying the command find . -type f -name *.py gives the two python files in the project and that appears to be what shebangfix is running to find them.
Some southern rock....
Molly Hatchet - Dreams I'll Never See (Live at Capitol Theatre, 1978)
View: https://www.youtube.com/watch?v=w07-JE7-V2c
The Marshal Tucker Band - Can't You See (Live at Grand Opera House, 1973)
View...
1) make an image of the drive
2) make a copy of the image
3) work on the copy made in step 2 (using testdisk or whatever tools you want)
4) when the copied image is totally broken, go back to step 2.
Repeat until you are happy, or tired enough.
gdb is the debugger. Some (many?) developers like to be able to view the running code, set break points, analyze state, registers and so on.
Others just use printf() (or something equivalent), figures out what's wrong, and flashes a new version...
After updating my Makefile
USES= cpe iconv libtool pkgconfig python:3.0+ shebangfix ssl
SHEBANG_FILES= src/lib-settings/settings-history.py
Still getting the error.
Great. I only need symlinks and no links. Many thanks to T-Aoki and SirDice for the solution. I spent all the morning to try to get a solution, the search point me to readlink, but info stated that only GNU tools and not in BSD, but a quick...
If the link can be hardlink instead of symlink, can't your issue resolved?
(Need to be in the same filesystem, though.)
Quick test with the simple script below as /tmp/test.sh and set executable:
#!/bin/sh
echo $0
realpath $0
readlink -f $0
In...
Yeah, you need to fix the source file, not the destination where it ends up. The fix is applied before the 'install' stage, not afterwards.
USES= cpe iconv libtool pkgconfig ssl python:3.0+
USES+= shebangfix
This should be all on...
loaders-update has been committed today in the main branch of ports.
https://cgit.freebsd.org/ports/commit/?id=e5baa4d9c682a430a04a17f2d5b310721a21eeb3
It can already be installed with ports and I suppose that soon it will land in the latest...
I am working on updating the Dovecot port. I added this to the Makefile
USES= cpe iconv libtool pkgconfig ssl python:3.0+
USES+= shebangfix
SHEBANG_FILES= libexec/dovecot/settings-history.py
I tried including shebangfix in the...
Hello, I'm trying to update this port and I got an error of
====> Running Q/A tests (stage-qa)
Error: '/usr/bin/env python3' is an invalid shebang you need USES=shebangfix for 'libexec/{port}/settings-history.py
I have added the appropriate...
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.