On Wed, Jul 05, 2006 at 12:27:48AM -0600, M. Warner Losh wrote:
> [[ please redirect this if this isn't the right place ]]
>
> I'd like to install OpenOffice on my amd64 box. All attempts that I've
> made to compile it have failed. Usually due to java compilation
> issues.
>
> So, I thought I'd
M. Warner Losh wrote:
[[ please redirect this if this isn't the right place ]]
I'd like to install OpenOffice on my amd64 box. All attempts that I've
made to compile it have failed. Usually due to java compilation
issues.
Is this still a problem now that the FreeBSD Foundation has released a
On Tuesday 04 July 2006 22:41, Justin T. Gibbs wrote:
> So I'm new to AMD64 and was surprised by the lack of VNC
> support for this platform. Its been a while since I've
> hacked ports (like more years than I have fingers on one
> hand), but I figured it couldn't be that hard to fix up one
> of th
> My experiences trying to fix NXwindows for AMD64 were quite similar. A better
> solution would be to get the vendors to update their code to either a newer
> XF86 or Xorg. I think both VNC and NX use XFree 4.3 or earlier which do not
> support amd64 (though they seem to support ia64). It seem
On Wednesday 05 July 2006 08:12, Justin T. Gibbs wrote:
> Recent VNC distributions are shipped without X11 source. Our VNC
> port uses XFree 4.3 as that is the most compatible with the patch
> provided in the VNC distribution, but the patch is trivial to fix
> so it builds against a newer XFree o
[EMAIL PROTECTED]:/usr/ports/databases/ruby-bdb$ portupgrade -f ruby-bdb
/usr/libexec/ld-elf.so.1:
/usr/local/lib/ruby/site_ruby/1.8/i386-freebsd4/bdb.so: Undefined symbol
"db_version_4002"
This happened during an upgrade to clamav, and now portupgrade is broken (and
won't.. upgrade..)
We use
On Wed, Jul 05, 2006 at 09:18:57AM -0500, Matt Sealey wrote:
> [EMAIL PROTECTED]:/usr/ports/databases/ruby-bdb$ portupgrade -f ruby-bdb
> /usr/libexec/ld-elf.so.1:
> /usr/local/lib/ruby/site_ruby/1.8/i386-freebsd4/bdb.so: Undefined
> symbol "db_version_4002"
I had a similar issue on one of my syst
Riemer Palstra wrote:
> On Wed, Jul 05, 2006 at 09:18:57AM -0500, Matt Sealey wrote:
>> [EMAIL PROTECTED]:/usr/ports/databases/ruby-bdb$ portupgrade -f ruby-bdb
>> /usr/libexec/ld-elf.so.1:
>> /usr/local/lib/ruby/site_ruby/1.8/i386-freebsd4/bdb.so: Undefined
>> symbol "db_version_4002"
>
> I had a
Riemer Palstra writes:
> I had a similar issue on one of my systems once, and as a quick
> fix I had to install databases/db41 too, and rebuild ruby-bdb
> against it. I haven't had time yet to research it any further
> yet, but you might want to give it a try...
_Please_ read /usr/po
Great so it's known but how can I fix it?
--
Matt Sealey <[EMAIL PROTECTED]>
Manager, Genesi, Developer Relations
> -Original Message-
> From: Sergey Matveychuk [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 05, 2006 9:39 AM
> To: Riemer Palstra
> Cc: Matt Sealey; freebsd-ports@fr
(that is to say I applied the patch from the bugtracker and it rebuilds
but it still does the same error.. what exactly am I meant to rebuild as
in dependencies and so to make it work?)
--
Matt Sealey <[EMAIL PROTECTED]>
Manager, Genesi, Developer Relations
> -Original Message-
> From
There is an issue with the new Kerberos 1.5. It does not currently support
building static libraries. I'm willing to leave the port at 1.4.3 until MIT
fixes the static library build. OTOH, if folks want 1.5, without static
library support, the 1.5 port is ready to commit. I may update the port t
Matt Sealey wrote:
> (that is to say I applied the patch from the bugtracker and it rebuilds
> but it still does the same error.. what exactly am I meant to rebuild as
> in dependencies and so to make it work?)
>
After the patch applied, make sure you set WITH_BDB_VER to version you
want and type
Robert Huff wrote:
> David J Brooks writes:
>
>> > Voila! Everything was working perfectly again (including portupgrade) :-)
>>
>> That did the trick!
>
> Adding an extra data point:
> The "rebuild everything back up the tool-chain" did not work
> after an update early Friday morn
Sergey Matveychuk wrote:
> Robert Huff wrote:
>> David J Brooks writes:
>>
>>> > Voila! Everything was working perfectly again (including portupgrade) :-)
>>>
>>> That did the trick!
>> Adding an extra data point:
>> The "rebuild everything back up the tool-chain" did not work
>> afte
Hi!
Upgrading (at make install) editors/emacs-devel stopped with:
-
unset CDPATH; if [ -n "/usr/bin/gzip" ]; then echo "Compressing *.el ..." ;
(cd /usr/local/share/emacs/22.0.50/leim; for f in `find . -name "*.elc"
-print`; do /usr/bin/gzip -9n `echo $f|sed 's/.elc$/.el/'` ; done) e
Used to have this cool little tool on my slackware box to monitor
network traffic. Just curious as to why it has not been ported (are
there any issues with it?)
http://linux.maruhn.com/sec/netwatch.html
p.s. What would be a good substitute for now?
_
INDEX build failed with errors:
Generating INDEX - please wait.."Makefile", line 41: warning: duplicate script
for target "post-patch" ignored
sysctl: not found
"Makefile", line 616: warning: "sysctl -n net.inet.tcp.blackhole" returned
non-zero status
sysctl: not found
"/local0/tmp/erwin/tindex/p
On Wed, July 5, 2006 2:08 pm, Chris Maness wrote:
> Used to have this cool little tool on my slackware box to monitor
> network traffic. Just curious as to why it has not been ported (are
> there any issues with it?)
>
> http://linux.maruhn.com/sec/netwatch.html
>
> p.s. What would be a good subs
Freddie Cash wrote:
On Wed, July 5, 2006 2:08 pm, Chris Maness wrote:
Used to have this cool little tool on my slackware box to monitor
network traffic. Just curious as to why it has not been ported (are
there any issues with it?)
http://linux.maruhn.com/sec/netwatch.html
p.s. What would
Boris Samorodov <[EMAIL PROTECTED]> writes:
> Hi!
>
>
> Upgrading (at make install) editors/emacs-devel stopped with:
> -
> unset CDPATH; if [ -n "/usr/bin/gzip" ]; then echo "Compressing *.el ..."
> ; (cd /usr/local/share/emacs/22.0.50/leim; for f in `find . -name "*.elc"
> -print`; do
On 2006-07-05 17:52, Lowell Gilbert <[EMAIL PROTECTED]> wrote:
> Boris Samorodov <[EMAIL PROTECTED]> writes:
> > Upgrading (at make install) editors/emacs-devel stopped with:
> > -
> > unset CDPATH; if [ -n "/usr/bin/gzip" ]; then echo "Compressing *.el
> > ..." ; (cd /usr/local/share/emac
Strange but effective Workaround for the problem. See below.
Quoting [EMAIL PROTECTED]:
I've been updating all my ports and I started to get segmentation
faults with pear. All I have to do is to type pear, let it list the
options and it finishes with the following error and threatens to
ope
My system is running freeBSD 4.11 (no, 5.x or 6.x are not options)
and XFree86 4.4.0.
I just tried to install subject port with the following results:
(That was after having installed gphoto2 if that makes a difference
-- perhaps gphoto2 installed it as a dependency but I should have
thought that
I normally run the command
# pkg_version -Iv | grep \<
before running 'portupgrade -a', to see what's going to happen. This time I got
the following output:
diablo-jdk-freebsd6.i386.1.5.0.07.00 < needs updating (index has 1.5.0.07.00)
It seems that the tool is confused by the i386 in the pac
INDEX build failed with errors:
Generating INDEX - please wait.."Makefile", line 41: warning: duplicate script
for target "post-patch" ignored
sysctl: not found
"Makefile", line 616: warning: "sysctl -n net.inet.tcp.blackhole" returned
non-zero status
sysctl: not found
"/local0/tmp/erwin/tindex/p
Hi,
Currently I have to mark this port BROKEN with FreeBSD-4.X.
In the meantime I'll tell the author help me.
And I'll appreciate your help if you can figure out a patch.
Regards,
On Wed, Jul 05, 2006 at 06:42:49PM +0200, [EMAIL PROTECTED] wrote:
> Hi
>
> # uname -a
> 4.11-STABLE F
On Thu, Jul 06, 2006 at 02:45:45AM +0200, [LoN]Kamikaze wrote:
> I normally run the command
> # pkg_version -Iv | grep \<
> before running 'portupgrade -a', to see what's going to happen. This time I
> got the following output:
>
> diablo-jdk-freebsd6.i386.1.5.0.07.00 < needs updating (index
INDEX build failed with errors:
Generating INDEX - please wait.."Makefile", line 41: warning: duplicate script
for target "post-patch" ignored
sysctl: not found
"Makefile", line 616: warning: "sysctl -n net.inet.tcp.blackhole" returned
non-zero status
sysctl: not found
"/local0/tmp/erwin/tindex/p
Hi,
Did you receive my email with the traces of ethereal ? I didn't heard
anything of you til one week.
Stefan
--
Stefan BletschTel +49 40 389071-22
IT-SystemeMobil +49 175 267 55 34
secion GmbH
30 matches
Mail list logo