[Bug 184203] [NEW PORT] net/motsognir: an ANSI C gopher server

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 28 18:21:01 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184203

--- Comment #4 from Mateusz Viste <mateusz at viste.fr> ---
Hi again,

I tested the *.shar file on a freshly installed FreeBSD 10.0 and... it doesn't
install correctly. I have no idea what's wrong.. it seems that the packaging
mechanism is not the same in version 10.0. The program have been fetched from
sourceforge correctly, compiled without any problem, but 'make install' failed
with some errors I don't understand:

root at bsd:/usr/ports/net/motsognir # make
===>  License GPLv3 accepted by the user
===>   motsognir-1.0.3 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by motsognir-1.0.3 for building
===>  Extracting for motsognir-1.0.3
=> SHA256 Checksum OK for motsognir-1.0.3.tar.gz.
===>  Patching for motsognir-1.0.3
===>  Configuring for motsognir-1.0.3
===>  Building for motsognir-1.0.3
cc -c motsognir.c -o motsognir.o -O2 -pipe -fno-strict-aliasing  -Wall -Wextra
-O3 -std=gnu89 -pedantic
cc motsognir.o -o motsognir -O2 -pipe -fno-strict-aliasing  -Wall -Wextra -O3
-std=gnu89 -pedantic
root at bsd:/usr/ports/net/motsognir # make install
===>  Staging for motsognir-1.0.3
===>   Generating temporary packing list
mkdir -p /usr/local//usr/ports/net/motsognir/work/stage/usr/sbin/
mkdir -p /usr/local//usr/ports/net/motsognir/work/stage/etc/init.d/
mkdir -p
/usr/local//usr/ports/net/motsognir/work/stage/usr/share/doc/motsognir/
cp motsognir /usr/local//usr/ports/net/motsognir/work/stage/usr/sbin/
cp motsognir.conf /usr/local//usr/ports/net/motsognir/work/stage/etc/
cp changes.txt manual.pdf
/usr/local//usr/ports/net/motsognir/work/stage/usr/share/doc/motsognir/
====> Compressing man pages (compress-man)
===>  Installing for motsognir-1.0.3
===>  Checking if net/motsognir already installed
===>   Registering installation for motsognir-1.0.3
pkg-static:
lstat(/usr/ports/net/motsognir/work/stage/usr/local/usr/sbin/motsognir): No
such file or directory
pkg-static:
lstat(/usr/ports/net/motsognir/work/stage/usr/local/etc/motsognir.conf): No
such file or directory
pkg-static:
lstat(/usr/ports/net/motsognir/work/stage/usr/local/usr/share/doc/motsognir/changes.txt):
No such file or directory
pkg-static:
lstat(/usr/ports/net/motsognir/work/stage/usr/local/usr/share/doc/motsognir/manual.pdf):
No such file or directory
pkg-static:
lstat(/usr/ports/net/motsognir/work/stage/usr/local/usr/share/doc/motsognir/):
No such file or directory
*** Error code 74

Stop.
make: stopped in /usr/ports/net/motsognir
root at bsd:/usr/ports/net/motsognir #


I have no clue what's going on (but I am a total newbie when it comes to
packagind FreeBSD stuff). I will try to redo the package from scratch on
FreeBSD 10.0, maybe packages created on 9.x are not compatible with 10.0 (?).
We'll see.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list