Bug #1609
closed
unable to install Avahi
0%
Description
Hi,
I'm unable to install Avahi on the 2.0rc1
Here the errorlog:
Beginning package installation for Avahi...
Downloading package configuration file... done.
Saving updated package information... done.
Downloading Avahi and its dependencies...
Checking for package installation...
Downloading http://files.pfsense.org/packages/amd64/8/All/avahi-0.6.28.tbz ... (extracting)
Downloading http://files.pfsense.org/packages/amd64/8/All/dbus-1.4.0.tbz ... could not download from there or http://ftp2.FreeBSD.org/pub/FreeBSD/ports/amd64/packages-8.1-release/All/dbus-1.4.0.tbz.
of avahi-0.6.28 failed!
Installation aborted.Backing up libraries...
Removing package...
Starting package deletion for avahi-0.6.28...done.
Removing Avahi components...
Menu items... done.
Services... done.
Loading package instructions...
Include file avahi.inc could not be found for inclusion.
Deinstall commands...
Not executing custom deinstall hook because an include is missing.
Removing package instructions...done.
Auxiliary files... done.
Package XML... done.
Configuration... done.
Cleaning up... Failed to install package.
Installation halted.
Updated by Chris Buechler almost 14 years ago
- Project changed from pfSense to pfSense Packages
Updated by Evgeny Yurchenko almost 14 years ago
Maybe we should remove
<depends_on_package>avahi-0.6.28.tbz</depends_on_package>
from pkg_config.8.xml.amd64 as it does not look like i386 depends on any packages, everything is installed from tgz archive.
Can't test though, no amd64.
Updated by Jim Pingle almost 14 years ago
The tgz is an ugly mess that needs to die. It really needs to install properly from the package system. It may just need the other package listed in it as a build_port_path.
Updated by Chris Buechler over 13 years ago
- Priority changed from High to Normal
Updated by ed bond over 13 years ago
I am not sure who would want to / or need to fix this, I am reverting to i386 because it installs the package and works.
I added my own package repository, modified the package, and had it use 1.4.6 dbus and everything so it wouldn't error and get through part of the install.
After that, the daemon was installed, but not the binaries so then I extracted these etc over the root file system and then I am having loader errors.
So this just doesn't work the way it is. ... fwiw
/usr/local/etc/rc.d/avahi-daemon.sh start
/libexec/ld-elf.so.1: /usr/local/lib/libiconv.so.3: unsupported file layout
/libexec/ld-elf.so.1: /usr/local/lib/libiconv.so.3: unsupported file layout
Updated by Jim Pingle almost 13 years ago
- Status changed from New to Resolved
This should be OK now, the install process for Avahi was changed quite a bit over the last few months.