FreeBSD Ports failing to build with clang 3.5

2014-12-13 Thread Antoine Brodin
Dear maintainer,

The FreeBSD project is working on updating llvm and clang to 3.5.0 in head [1].

The following ports you maintain fail to build after this update:

science/vmd
http://pb2.nyi.freebsd.org/data/head-amd64-PR195480-default/2014-12-12_23h17m02s/logs/errors/vmd-1.9.1_3.log

Usually, the -Werror warnings are pointing to actual bugs in the ports 
themselves.
If you have a patch to fix the ports, please submit them in FreeBSD Bugzilla 
[2].

[1] 
https://lists.freebsd.org/pipermail/freebsd-current/2014-November/053570.html
[2] https://bugs.freebsd.org/submit/

Cheers,

Antoine
on behalf of portmgr@
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Shared object

2014-12-13 Thread Georgy Yakovlev
Joel Dahl  vnode.se> writes:

> 
> Hi,
> 
> I installed 10.1 on a new box. Rebooted. Did a 
> ”pkg install tmux zsh open-vm-tools-nox11”. 
> Added the
> vmware_guestd options to rc.conf. Rebooted again.
> 
> Now I see the following during boot:
> 
> /dev/da0p2: FILE SYSTEM CLEAN; SKIPPING CHECKS
> /dev/da0p2: clean, 3260251 free (771 frags, 407435 blocks, 0.0% fragmentation)
> Mounting local file systems:.
> Shared object "libiconv.so.2" not found, required by "libglib-2.0.so.0"
> Shared object "libiconv.so.2" not found, required by "libglib-2.0.so.0"
> Shared object "libiconv.so.2" not found, required by "libglib-2.0.so.0"
> Shared object "libiconv.so.2" not found, required by "libglib-2.0.so.0"
> Writing entropy file:.
> 
> Eh? What is this?
> 
> —
> Joel


Hello!

I’ve faced same issue.
Seems it’s because 

rcorder /etc/rc.d/* /usr/local/etc/rc.d/*
…
/etc/rc.d/cleanvar
/etc/rc.d/FILESYSTEMS
/usr/local/etc/rc.d/vmware-kmod  this one
/etc/rc.d/kldxref
/etc/rc.d/kld
/etc/rc.d/addswap
/etc/rc.d/random
/etc/rc.d/postrandom
…

/usr/local/etc/rc.d/vmware-kmod script calls  
checkvm_cmd="/usr/local/bin/vmware-checkvm
which is depends on libglib-2.0.so.0
ldd /usr/local/bin/vmware-checkvm
/usr/local/bin/vmware-checkvm:
libvmtools.so.0 => /usr/local/lib/libvmtools.so.0 (0x80081e000)
libkvm.so.6 => /lib/libkvm.so.6 (0x800a96000)
libcrypt.so.5 => /lib/libcrypt.so.5 (0x800c9e000)
libthr.so.3 => /lib/libthr.so.3 (0x800ebe000)
libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x8010e3000) <<<
…


and it’s called before /etc/rc.d/ldconfig

thus /usr/local/etc/rc.d/vmware-kmod cannot be started
because it does not know about $LOCALBASE libs yet

The solution is to modify /usr/local/etc/rc.d/vmware-kmod by adding
# REQUIRE: FILESYSTEMS ldconfig



—
Regards, Georgy.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

devel/dbus no longer starts at system poweron

2014-12-13 Thread Beeblebrox
Using dbus-1.8.12, /etc/rc.conf has (dbus_enable="YES", slim_enable="YES").
This works no more. X.Org starts, but cannot login to any Desktop because dbus 
actually is not running and has not started.

Kill Xorg, then manually "service onestart" dbus, and slim.
I can then start to my desktop managers.
-- 
FreeBSD_amd64_11-Current_RadeonKMS
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


sendmail+tls+sasl2 still reported by portmaster

2014-12-13 Thread Rob Belics
So I did portmaster -o mail/sendmail mail/sendmail-sasl but when I do
portmaster -L|grep sendmail it still responds with

===>>> sendmail+tls+sasl2-8.15.1
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: sendmail+tls+sasl2 still reported by portmaster

2014-12-13 Thread Scot Hetzel
On Sat, Dec 13, 2014 at 4:38 PM, Rob Belics  wrote:
> So I did portmaster -o mail/sendmail mail/sendmail-sasl but when I do
> portmaster -L|grep sendmail it still responds with
>
> ===>>> sendmail+tls+sasl2-8.15.1

Portmaster is showing the package name.  The mail/sendmail port
appends the +tls and +sasl2 suffixes to the PKGNAME

When you run:

pkg info sendmail+tls+sasl2-8.15.1 | grep origin

or

portmaster --list-origins | grep sendmail

it should show that the origin is mail/sendmail.

-- 
DISCLAIMER:

No electrons were maimed while sending this message. Only slightly bruised.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FreeBSD Port: audio/oss

2014-12-13 Thread Alejandro Estay
Hi, I have installed some days ago this port, and I have encountered some
nasty kernel errors

"kernel trap22with interrupts disabled"

using the audigy2/audigy4 driver. While this error occurs, annoying noise
come out from speakers and apps lost control.

uname -a says

10.1-RELEASE FreeBSD 10.1-RELEASE #0 r275612

Meanwhile, I will stick with kernel oss.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: devel/dbus no longer starts at system poweron

2014-12-13 Thread Erich Dollansky
Hi,

On Sat, 13 Dec 2014 20:28:55 +0200
Beeblebrox  wrote:

> Using dbus-1.8.12, /etc/rc.conf has (dbus_enable="YES",
> slim_enable="YES"). This works no more. X.Org starts, but cannot
> login to any Desktop because dbus actually is not running and has not
> started.
> 
> Kill Xorg, then manually "service onestart" dbus, and slim.
> I can then start to my desktop managers.

what do dmesg and /var/log/messages say?

Erich
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"