Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2009 19:55:11 -0800
From:      Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net>
To:        freebsd-questions@freebsd.org
Cc:        Markus Hoenicka <markus.hoenicka@mhoenicka.de>
Subject:   Re: xfburn fails with 'Undefined symbol "__malloc_lock"'
Message-ID:  <200906251955.11905.mel.flynn%2Bfbsd.questions@mailing.thruhere.net>
In-Reply-To: <19012.105.500949.723890@yeti.mininet>
References:  <19012.105.500949.723890@yeti.mininet>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 25 June 2009 14:55:37 Markus Hoenicka wrote:

> I've upgraded my laptop from 6.4 to 7.2-RELEASE. Essentially
> everything went fine, except that for some reason xfburn no longer
> works. If I install a package using "portupgrade -f -PP"

-PP will fail if for some reason the package is not available on the servers. 
It is better to use -P when crossing major releases, so that any restricted 
packages that are unavailable on the buildservers are built from source.
I suspect this is the root of the problem, though they look to be available:
$ curl --silent --list-only \
	ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.2-release/All/|\
	grep -E '(lib|xf)burn'
libburn-0.6.4.tbz
xfburn-0.4.1.tbz

Without a log it's hard to tell what went wrong. Perhaps portupgrade found the 
package locally in $PACKAGES (/usr/ports/packages by default) and decided not 
to download it.

-- 
Mel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906251955.11905.mel.flynn%2Bfbsd.questions>