Haskell platform install problem in ghc.

2012-09-23 Thread R. Clayton
I'm on this

  $ uname -a
  FreeBSD BurkinaFaso 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue
  Jun 12 01:47:53 UTC 2012
  r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

  $

and go here 

  $ cd /usr/ports/devel/hs-haskell-platform/

  $ grep -i version Makefile
  PORTVERSION=2012.2.0.0

  $

and do this

  # make install clean

and fail in lang/ghc with this (see the whole sad story at the end of this
message)

  gmake -r --no-print-directory -f ghc.mk phase=final all
  "inplace/bin/ghc-stage1"   -H32m -O -I/usr/local/include -L/usr/local/lib
  -package-name ghc-prim-0.2.0.0 -hide-all-packages -i
  -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build
  -ilibraries/ghc-prim/dist-install/build/autogen
  -Ilibraries/ghc-prim/dist-install/build
  -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/.
  -optP-include 
-optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h
  -package rts-1.0 -split-objs -package-name ghc-prim -XHaskell98 -XCPP
  -XMagicHash -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples
  -XEmptyDataDecls -XNoImplicitPrelude -O2  -no-user-package-conf -rtsopts
  -odir libraries/ghc-prim/dist-install/build -hidir
  libraries/ghc-prim/dist-install/build -stubdir
  libraries/ghc-prim/dist-install/build -hisuf hi -osuf  o -hcsuf hc -c
  libraries/ghc-prim/./GHC/Types.hs -o
  libraries/ghc-prim/dist-install/build/GHC/Types.o
  /usr/bin/ld: unrecognized option '--build-id=none'

How do I fix this?

The whole make:

  # make install clean
  ===>   hs-haskell-platform-2012.2.0.0_1 depends on executable: ghc - not found
  ===>Verifying install for ghc in /usr/ports/lang/ghc
  ===>  Building for ghc-7.4.1
  Makefile:62: target `all' given more than once in the same rule.
  ===--- building phase 0
  gmake -r --no-print-directory -f ghc.mk phase=0 phase_0_builds
  gmake[1]: Nothing to be done for `phase_0_builds'.
  ===--- building phase 1
  gmake -r --no-print-directory -f ghc.mk phase=1 phase_1_builds
  gmake[1]: Nothing to be done for `phase_1_builds'.
  ===--- building final phase
  gmake -r --no-print-directory -f ghc.mk phase=final all
  "inplace/bin/ghc-stage1"   -H32m -O -I/usr/local/include -L/usr/local/lib
  -package-name ghc-prim-0.2.0.0 -hide-all-packages -i
  -ilibraries/ghc-prim/. -ilibraries/ghc-prim/dist-install/build
  -ilibraries/ghc-prim/dist-install/build/autogen
  -Ilibraries/ghc-prim/dist-install/build
  -Ilibraries/ghc-prim/dist-install/build/autogen -Ilibraries/ghc-prim/.
  -optP-include
  -optPlibraries/ghc-prim/dist-install/build/autogen/cabal_macros.h -package
  rts-1.0 -split-objs -package-name ghc-prim -XHaskell98 -XCPP -XMagicHash
  -XForeignFunctionInterface -XUnliftedFFITypes -XUnboxedTuples
  -XEmptyDataDecls -XNoImplicitPrelude -O2  -no-user-package-conf -rtsopts
  -odir libraries/ghc-prim/dist-install/build -hidir
  libraries/ghc-prim/dist-install/build -stubdir
  libraries/ghc-prim/dist-install/build -hisuf hi -osuf  o -hcsuf hc -c
  libraries/ghc-prim/./GHC/Types.hs -o
  libraries/ghc-prim/dist-install/build/GHC/Types.o 
  /usr/bin/ld: unrecognized option '--build-id=none'
  /usr/bin/ld: use the --help option for usage information
  gmake[1]: *** [libraries/ghc-prim/dist-install/build/GHC/Types.o] Error 1
  gmake: *** [all] Error 2
  *** Error code 1

  Stop in /usr/ports/lang/ghc.
  *** Error code 1

  Stop in /usr/ports/lang/ghc.
  *** Error code 1

  Stop in /usr/ports/devel/hs-haskell-platform.

  # 

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


Re: FreeBSD Install Problem

2012-09-08 Thread Devin Teske
Not saying your suggestion won't work but…

The last time I had to flip the SATA mode in a BIOS to Compatibility (sometimes 
labeled "Legacy" or "IDE" mode) was when I was installing FreeBSD-4.11 on an 
Intel S5000PSL/R.

I don't think I've come across a machine that required me to change the SATA 
mode before installing FreeBSD 9.

The OP may have said he tried sysinstall approaches but unless he specifically 
said he tried Druid, it actually implies he was comparing FreeBSD 8 media to 
FreeBSD 9's. This is naturally not a fair fight because both install media are 
using different kernels.

That's why I recommend that you try a sysinstall based installer that's 
actually built from/for 9.0-RELEASE. It will boot with a 9.0 kernel and use 
sysinstall to automatically set up the system.

Trying FreeBSD Druid will put the two installers (sysinstall v bsdinstall) on 
the same ground using the same kernel, so we'll be able to tell if its your 
hardware or the installer.
-- 
Devin


On Sep 7, 2012, at 11:46 PM, Dale Scott wrote:

> Check the SATA drive mode in the BIOS. It may need to be set to
> "Compatibility" (or vice versa).
> 
> -Original Message-
> From: owner-freebsd-questi...@freebsd.org
> [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of dte...@freebsd.org
> Sent: Friday, September 07, 2012 6:20 PM
> To: 'Chris Neudorf'; questi...@freebsd.org
> Subject: RE: FreeBSD Install Problem
> 
> 
> 
>> -Original Message-
>> From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- 
>> questi...@freebsd.org] On Behalf Of Chris Neudorf
>> Sent: Friday, September 07, 2012 2:10 PM
>> To: questi...@freebsd.org
>> Subject: FreeBSD Install Problem
>> 
>> Hello,
>> 
>> I have a problem installing FreeBSD 9.0 Releaseon my Lenovo Thinkpad 
>> R61i laptop (4GB RAM, 160GB HDD, 32-bit). It doesn't matter if I tried 
>> installing
> it from
>> the CD or the DVD, I still have the same problem. I even tried 
>> re-downloading
> and
>> re-burning a new CD or DVD, and I'm still unable to install. I even 
>> have
> problems
>> going through the "sysinstall" route.
>> 
> 
> Can you try the following?
> 
> http://sourceforge.net/projects/druidbsd/files/FreeBSD-9.0_Druid-1.0b57.iso/
> down
> load
> 
> NOTE: New version posted just a couple days ago (but not announced yet;
> in-progress).
> --
> Devin
> 
> 
>> 
>> In the installation process, I'm able to go far to the partitioning area
> in
> where the
>> problem occurs. I click for "Guided" partitioning and then I receive this
> "Abort"
>> message:
>> 
>> Abort
>> --
>> 
>> An installation step has been aborted. Would you like to restart the
> installation or
>> exit the installer?
>> 
>> 
> 
> 
> ---
>> [ Restart ] [ Exit ]
>> 
>> -
>> 
>> When I click restart I end up with the same result, and I end up in a
> neverending
>> cycle of unable to install.
>> 
>> 
>> (I even have a the same problem installing from GhostBSD.)
>> 
>> 
>> 
>> Is there any remedies to this problem?
>> 
>> 
>> Thank you so much,
>> 
>> --Christopher
>> ___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to
> "freebsd-questions-unsubscr...@freebsd.org"
> 
> _
> The information contained in this message is proprietary and/or
> confidential. If you are not the intended recipient, please: (i) delete the
> message and all copies; (ii) do not disclose, distribute or use the message
> in any manner; and (iii) notify the sender immediately. In addition, please
> be aware that any message addressed to our domain is subject to archiving
> and review by persons other than the intended recipient. Thank you.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
> 

_
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


RE: FreeBSD Install Problem

2012-09-07 Thread Dale Scott
Check the SATA drive mode in the BIOS. It may need to be set to
"Compatibility" (or vice versa).

-Original Message-
From: owner-freebsd-questi...@freebsd.org
[mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of dte...@freebsd.org
Sent: Friday, September 07, 2012 6:20 PM
To: 'Chris Neudorf'; questi...@freebsd.org
Subject: RE: FreeBSD Install Problem



> -Original Message-
> From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- 
> questi...@freebsd.org] On Behalf Of Chris Neudorf
> Sent: Friday, September 07, 2012 2:10 PM
> To: questi...@freebsd.org
> Subject: FreeBSD Install Problem
> 
> Hello,
> 
> I have a problem installing FreeBSD 9.0 Releaseon my Lenovo Thinkpad 
> R61i laptop (4GB RAM, 160GB HDD, 32-bit). It doesn't matter if I tried 
> installing
it from
> the CD or the DVD, I still have the same problem. I even tried 
> re-downloading
and
> re-burning a new CD or DVD, and I'm still unable to install. I even 
> have
problems
> going through the "sysinstall" route.
> 

Can you try the following?

http://sourceforge.net/projects/druidbsd/files/FreeBSD-9.0_Druid-1.0b57.iso/
down
load

NOTE: New version posted just a couple days ago (but not announced yet;
in-progress).
--
Devin


> 
> In the installation process, I'm able to go far to the partitioning area
in
where the
> problem occurs. I click for "Guided" partitioning and then I receive this
"Abort"
> message:
> 
> Abort
> --
> 
> An installation step has been aborted. Would you like to restart the
installation or
> exit the installer?
> 
>


---
> [ Restart ]     [ Exit ]
> 
> -
> 
> When I click restart I end up with the same result, and I end up in a
neverending
> cycle of unable to install.
> 
> 
> (I even have a the same problem installing from GhostBSD.)
> 
> 
> 
> Is there any remedies to this problem?
> 
> 
> Thank you so much,
> 
> --Christopher
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"freebsd-questions-unsubscr...@freebsd.org"

_
The information contained in this message is proprietary and/or
confidential. If you are not the intended recipient, please: (i) delete the
message and all copies; (ii) do not disclose, distribute or use the message
in any manner; and (iii) notify the sender immediately. In addition, please
be aware that any message addressed to our domain is subject to archiving
and review by persons other than the intended recipient. Thank you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

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


RE: FreeBSD Install Problem

2012-09-07 Thread dteske


> -Original Message-
> From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-
> questi...@freebsd.org] On Behalf Of Chris Neudorf
> Sent: Friday, September 07, 2012 2:10 PM
> To: questi...@freebsd.org
> Subject: FreeBSD Install Problem
> 
> Hello,
> 
> I have a problem installing FreeBSD 9.0 Releaseon my Lenovo Thinkpad R61i
> laptop (4GB RAM, 160GB HDD, 32-bit). It doesn't matter if I tried installing
it from
> the CD or the DVD, I still have the same problem. I even tried re-downloading
and
> re-burning a new CD or DVD, and I'm still unable to install. I even have
problems
> going through the "sysinstall" route.
> 

Can you try the following?

http://sourceforge.net/projects/druidbsd/files/FreeBSD-9.0_Druid-1.0b57.iso/down
load

NOTE: New version posted just a couple days ago (but not announced yet;
in-progress).
-- 
Devin


> 
> In the installation process, I'm able to go far to the partitioning area in
where the
> problem occurs. I click for "Guided" partitioning and then I receive this
"Abort"
> message:
> 
> Abort
> --
> 
> An installation step has been aborted. Would you like to restart the
installation or
> exit the installer?
> 
>

---
> [ Restart ]     [ Exit ]
> 
> -
> 
> When I click restart I end up with the same result, and I end up in a
neverending
> cycle of unable to install.
> 
> 
> (I even have a the same problem installing from GhostBSD.)
> 
> 
> 
> Is there any remedies to this problem?
> 
> 
> Thank you so much,
> 
> --Christopher
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

_
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD Install Problem

2012-09-07 Thread lokada...@gmx.de

On 09/07/12 23:10, Chris Neudorf wrote:

An installation step has been aborted. Would you like to restart the 
installation or exit the installer?

---
[ Restart ] [ Exit ]

-

When I click restart I end up with the same result, and I end up in a 
neverending cycle of unable to install.


(I even have a the same problem installing from GhostBSD.)
Is there any remedies to this problem?

In Bios is legacy support for sata enable?
On some systems this is a problem.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


FreeBSD Install Problem

2012-09-07 Thread Chris Neudorf
Hello,

I have a problem installing FreeBSD 9.0 Releaseon my Lenovo Thinkpad R61i 
laptop (4GB RAM, 160GB HDD, 32-bit). It doesn't matter if I tried installing it 
from the CD or the DVD, I still have the same problem. I even tried 
re-downloading and re-burning a new CD or DVD, and I'm still unable to install. 
I even have problems going through the "sysinstall" route.


In the installation process, I'm able to go far to the partitioning area in 
where the problem occurs. I click for "Guided" partitioning and then I receive 
this "Abort" message:

Abort
--

An installation step has been aborted. Would you like to restart the 
installation or exit the installer?

---
[ Restart ]     [ Exit ]

-

When I click restart I end up with the same result, and I end up in a 
neverending cycle of unable to install.


(I even have a the same problem installing from GhostBSD.) 



Is there any remedies to this problem? 


Thank you so much,

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


Re: [SOLVED] Firefox install problem

2012-09-05 Thread Mario Lobo
2012/9/5 Jan Beich 

> Mario Lobo  writes:
>
> > @Jan
> >
> > ~]>ident /usr/ports/Mk/bsd.gecko.mk
> > /usr/ports/Mk/bsd.gecko.mk:
> > $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.63 2012/07/26 23:12:19 flo Exp $
> >
> > As far as I could find, this seems to be the latest version.
>
> Try another cvsup server or subversion.
>
>
You nailed it Jan !

I updated bsd.gecko,mk from the link you posted:

 http://trillian.chruetertee.ch/freebsd-gecko/changeset/951

It solved BOTH problems! (libvpx and the install issue). I deleted the
symlink to libvpx.so and compilation/installation went on without a glitch.

I tested it with all firefox port versions under www/ and they all went ok.

Thanks to all that took the time to help.
-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winfoes FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox install problem

2012-09-05 Thread Lowell Gilbert
Mario Lobo  writes:

> 2012/9/4 Warren Block 
>
>> On Tue, 4 Sep 2012, Waitman Gobble wrote:
>>
>>  On Sep 4, 2012 7:03 PM, "Mario Lobo"  wrote:
>>>

 All I've done was "csup -L 2 ports-supfile" with ports-www in it.
 Then cd /usr/ports/www/firefox; make with default options.

 As for my /etc/make.conf

 CPUTYPE?=nocona
 OVERRIDE_LINUX_BASE_PORT=f10
 OVERRIDE_LINUX_NONBASE_PORTS=f10
 WITH_KDE4=yes
 WITH_CUPS=yes
 WITH_ICONS=KDE4
 WITHOUT_GNOME=yes
 PYTHON_DEFAULT_VERSION=python2.7
 PERL_VERSION=5.10.4

 If it is its fault, it will be the first time in around 3,5 years.

>>>
>>> did you _only_  csup www in ports? ill have to check but im not sure
>>> libvpx
>>> is in www... im not in a place to check at this exact second but my memory
>>> is that is providing webm support so probably in audio or multimedia
>>>
>>
>> multimedia/libvpx would not have been updated.  Selectively updating ports
>> is not supported.  Symlinking libraries to missing versions is often a
>> source of mysterious problems later.
>>
>
>
> I had run csup with ports-multimedia since the first libvpx error came up!.
> Libvpx was already up to date by the way, and correctly installed. So i did
> not Symlink a library to any "missing version".

But not necessarily the version that your other ports had been tested
against. This can lead to mysterious problems, as you may have noticed.

> "Selectively updating ports is not supported".  Then I must wonder why do
> we have the option to put "ports-{$port}" inside the supfile, and not a
> mandatory ports-all.

Sometimes, for some purposes, it works, and keeping it around helps some
experts (especially porters). But "not supported" means "please
don't ask us to help you use it." That is, you should update the whole
port tree and update all dependent ports before reporting a problem.

Here is what you should do:

  (1) Update your ports tree. You can use any method to do this
  (e.g. cvs, cvsup, subversion, portsnap), but update the whole tree
  at the same time.

  (2) If step (1) did not update your INDEX file, update it
  now. Possible methods include "make fetch" and "make index". I you
  use portupgrade, "portsdb -Uu" is the best way.

  (3) cd /usr/ports && make clean
  Kind of overkill in most cases, but when your port tree is
  building in bogus directories for no apparent reason, overkill may
  save your butt.
  
  (4) Upgrade all of the ports that firefox depends on (and the ones
  they depend on). Tools like portmaster or portupgrade make this
  much easier.

  (5) Rebuild the vpx port, even if it's already up to date.

  (6) Then rebuild the firefox port.

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


Re: Firefox install problem

2012-09-05 Thread Polytropon
On Wed, 5 Sep 2012 08:25:57 -0300, Mario Lobo wrote:
> "Selectively updating ports is not supported".  Then I must wonder why do
> we have the option to put "ports-{$port}" inside the supfile, and not a
> mandatory ports-all.

The reason is that you can safely ignore port categories for
languages and topics you're intendedly not going to use. I'm
using this approach here myself, but I include categories
that _might_ contain components that are dependencies for
other (more obvious) dependencies or programs.

So for example, if you omit ports-german, you should be fine
if you're not installing anything for that language. This
kind of selection is easy. Avoiding other categories can
be problematic when a "less obvious" dependency is requested
from such a category, e. g. a library in ports-astronomy for
some dependency for a library used in a component of a some
gadget for the KDE desktop. :-)



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox install problem

2012-09-05 Thread Mario Lobo
2012/9/4 Warren Block 

> On Tue, 4 Sep 2012, Waitman Gobble wrote:
>
>  On Sep 4, 2012 7:03 PM, "Mario Lobo"  wrote:
>>
>>>
>>> All I've done was "csup -L 2 ports-supfile" with ports-www in it.
>>> Then cd /usr/ports/www/firefox; make with default options.
>>>
>>> As for my /etc/make.conf
>>>
>>> CPUTYPE?=nocona
>>> OVERRIDE_LINUX_BASE_PORT=f10
>>> OVERRIDE_LINUX_NONBASE_PORTS=f10
>>> WITH_KDE4=yes
>>> WITH_CUPS=yes
>>> WITH_ICONS=KDE4
>>> WITHOUT_GNOME=yes
>>> PYTHON_DEFAULT_VERSION=python2.7
>>> PERL_VERSION=5.10.4
>>>
>>> If it is its fault, it will be the first time in around 3,5 years.
>>>
>>
>> did you _only_  csup www in ports? ill have to check but im not sure
>> libvpx
>> is in www... im not in a place to check at this exact second but my memory
>> is that is providing webm support so probably in audio or multimedia
>>
>
> multimedia/libvpx would not have been updated.  Selectively updating ports
> is not supported.  Symlinking libraries to missing versions is often a
> source of mysterious problems later.
>


I had run csup with ports-multimedia since the first libvpx error came up!.
Libvpx was already up to date by the way, and correctly installed. So i did
not Symlink a library to any "missing version".

"Selectively updating ports is not supported".  Then I must wonder why do
we have the option to put "ports-{$port}" inside the supfile, and not a
mandatory ports-all.


@Jan

~]>ident /usr/ports/Mk/bsd.gecko.mk
/usr/ports/Mk/bsd.gecko.mk:
$FreeBSD: ports/Mk/bsd.gecko.mk,v 1.63 2012/07/26 23:12:19 flo Exp $

As far as I could find, this seems to be the latest version.

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winfoes FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox install problem

2012-09-04 Thread Warren Block

On Tue, 4 Sep 2012, Waitman Gobble wrote:


On Sep 4, 2012 7:03 PM, "Mario Lobo"  wrote:


All I've done was "csup -L 2 ports-supfile" with ports-www in it.
Then cd /usr/ports/www/firefox; make with default options.

As for my /etc/make.conf

CPUTYPE?=nocona
OVERRIDE_LINUX_BASE_PORT=f10
OVERRIDE_LINUX_NONBASE_PORTS=f10
WITH_KDE4=yes
WITH_CUPS=yes
WITH_ICONS=KDE4
WITHOUT_GNOME=yes
PYTHON_DEFAULT_VERSION=python2.7
PERL_VERSION=5.10.4

If it is its fault, it will be the first time in around 3,5 years.


did you _only_  csup www in ports? ill have to check but im not sure libvpx
is in www... im not in a place to check at this exact second but my memory
is that is providing webm support so probably in audio or multimedia


multimedia/libvpx would not have been updated.  Selectively updating 
ports is not supported.  Symlinking libraries to missing versions is 
often a source of mysterious problems later.

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


Re: Firefox install problem

2012-09-04 Thread Waitman Gobble
On Sep 4, 2012 7:03 PM, "Mario Lobo"  wrote:
>
> First, thanks for replying !
>
> On Tue, 04 Sep 2012 21:14:06 -0400
> Lowell Gilbert  wrote:
>
> > Mario Lobo  writes:
> >
> > > env:
> > > FBSD 8.3-STABLE AMD64
> > > Firefox 15 port
> > >
> > > The problem seems to be with the porting itself.
> > >
> > > The first problem showed up during configure. Libvpx could not be
> > > found and configure stops.
> > > After examining Config.Log, I found  a compiler switch like this:
> > >
> > > -L/usr/local/lib/nss
> > >
> > > I made a symlink there to libvpx.so and the port compiled without
> > > errors.
> >
> > That's an incredibly ugly solution;
>
> I can't disagree with that! but hey, the problem was getting to compile
> correctly and, in the absence of the right knowledge and the presence
> of need, that did it.
>
> > if the vpx port were installed
> > correctly, it would have been detected, so you're probably just
> > hiding a real problem.
> >
>
> The problem is libvpx.so is CORRECTLY installed
> under /usr/local/lib/vpx, together with all the other correctly
> installed libraries on my system so most certainly there is something
> uglier than my hack here.
>
>
> > > Then after issuing a make install, this comes up everytime:
> > >
> > > [Snip]
> > > a ./searchplugins/yahoo.xml
> > > a ./dictionaries/en-US.aff
> > > a ./dictionaries/en-US.dic
> > > a ./defaults/pref
> > > a ./defaults/pref/channel-prefs.js
> > > a ./chrome/icons
> > > a ./chrome/icons/default
> > > a ./chrome/icons/default/default16.png
> > > a ./chrome/icons/default/default32.png
> > > /bin/rm -f /usr/ports/www/firefox/work/fake/lib/pkgconfig
> > > cd: can't cd to /usr/ports/www/firefox/work/fake/include
> > > *** Error code 2
> > >
> > > Stop in /usr/ports/www/firefox.
> > > *** Error code 1
> > >
> > > Stop in /usr/ports/www/firefox.
> > >
> >
> > You've done something really weird (in particular, the "work/fake"
> > directory would not exist or be referenced in a normal ports
> > installation). Try emptying your /etc/make.conf and starting from
> > scratch.
>
> All I've done was "csup -L 2 ports-supfile" with ports-www in it.
> Then cd /usr/ports/www/firefox; make with default options.
>
> As for my /etc/make.conf
>
> CPUTYPE?=nocona
> OVERRIDE_LINUX_BASE_PORT=f10
> OVERRIDE_LINUX_NONBASE_PORTS=f10
> WITH_KDE4=yes
> WITH_CUPS=yes
> WITH_ICONS=KDE4
> WITHOUT_GNOME=yes
> PYTHON_DEFAULT_VERSION=python2.7
> PERL_VERSION=5.10.4
>
> If it is its fault, it will be the first time in around 3,5 years.
>
> --
> Mario Lobo
> http://www.mallavoodoo.com.br
> FreeBSD since 2.2.8 [not Pro-Audio YET!!] (99% winblows FREE)
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
freebsd-questions-unsubscr...@freebsd.org"

hi,

did you _only_  csup www in ports? ill have to check but im not sure libvpx
is in www... im not in a place to check at this exact second but my memory
is that is providing webm support so probably in audio or multimedia

Waitman Gobble
San Jose California
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox install problem

2012-09-04 Thread Mario Lobo
First, thanks for replying !

On Tue, 04 Sep 2012 21:14:06 -0400
Lowell Gilbert  wrote:

> Mario Lobo  writes:
> 
> > env:
> > FBSD 8.3-STABLE AMD64
> > Firefox 15 port
> >
> > The problem seems to be with the porting itself.
> >
> > The first problem showed up during configure. Libvpx could not be
> > found and configure stops.
> > After examining Config.Log, I found  a compiler switch like this:
> >
> > -L/usr/local/lib/nss
> >
> > I made a symlink there to libvpx.so and the port compiled without
> > errors.
> 
> That's an incredibly ugly solution; 

I can't disagree with that! but hey, the problem was getting to compile
correctly and, in the absence of the right knowledge and the presence
of need, that did it.

> if the vpx port were installed
> correctly, it would have been detected, so you're probably just
> hiding a real problem.
> 

The problem is libvpx.so is CORRECTLY installed
under /usr/local/lib/vpx, together with all the other correctly
installed libraries on my system so most certainly there is something
uglier than my hack here.


> > Then after issuing a make install, this comes up everytime:
> >
> > [Snip]
> > a ./searchplugins/yahoo.xml
> > a ./dictionaries/en-US.aff
> > a ./dictionaries/en-US.dic
> > a ./defaults/pref
> > a ./defaults/pref/channel-prefs.js
> > a ./chrome/icons
> > a ./chrome/icons/default
> > a ./chrome/icons/default/default16.png
> > a ./chrome/icons/default/default32.png
> > /bin/rm -f /usr/ports/www/firefox/work/fake/lib/pkgconfig
> > cd: can't cd to /usr/ports/www/firefox/work/fake/include
> > *** Error code 2
> >
> > Stop in /usr/ports/www/firefox.
> > *** Error code 1
> >
> > Stop in /usr/ports/www/firefox.
> >
> 
> You've done something really weird (in particular, the "work/fake"
> directory would not exist or be referenced in a normal ports
> installation). Try emptying your /etc/make.conf and starting from
> scratch.

All I've done was "csup -L 2 ports-supfile" with ports-www in it.
Then cd /usr/ports/www/firefox; make with default options.

As for my /etc/make.conf

CPUTYPE?=nocona
OVERRIDE_LINUX_BASE_PORT=f10
OVERRIDE_LINUX_NONBASE_PORTS=f10
WITH_KDE4=yes
WITH_CUPS=yes
WITH_ICONS=KDE4
WITHOUT_GNOME=yes
PYTHON_DEFAULT_VERSION=python2.7
PERL_VERSION=5.10.4

If it is its fault, it will be the first time in around 3,5 years.

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since 2.2.8 [not Pro-Audio YET!!] (99% winblows FREE)
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox install problem

2012-09-04 Thread Lowell Gilbert
Mario Lobo  writes:

> env:
> FBSD 8.3-STABLE AMD64
> Firefox 15 port
>
> The problem seems to be with the porting itself.
>
> The first problem showed up during configure. Libvpx could not be found and
> configure stops.
> After examining Config.Log, I found  a compiler switch like this:
>
> -L/usr/local/lib/nss
>
> I made a symlink there to libvpx.so and the port compiled without errors.

That's an incredibly ugly solution; if the vpx port were installed
correctly, it would have been detected, so you're probably just hiding a
real problem.

> Then after issuing a make install, this comes up everytime:
>
> [Snip]
> a ./searchplugins/yahoo.xml
> a ./dictionaries/en-US.aff
> a ./dictionaries/en-US.dic
> a ./defaults/pref
> a ./defaults/pref/channel-prefs.js
> a ./chrome/icons
> a ./chrome/icons/default
> a ./chrome/icons/default/default16.png
> a ./chrome/icons/default/default32.png
> a ./chrome/icons/default/default48.png
> /usr/ports/www/firefox/work/mozilla-release/config/nsinstall -D
> /usr/ports/www/firefox/work/fake/bin
> rm -f -f /usr/ports/www/firefox/work/fake/bin/firefox
> ln -s /usr/ports/www/firefox/work/fake/lib/firefox/firefox
> /usr/ports/www/firefox/work/fake/bin
> gmake[1]: Leaving directory
> `/usr/ports/www/firefox/work/mozilla-release/browser/installer'
> echo 'share/applications/firefox.desktop' >>
> /usr/ports/www/firefox/work/plist_files
> echo "@dirrmtry share/applications" >>
> /usr/ports/www/firefox/work/plist_dirs
> echo 'share/pixmaps/firefox.png' >> /usr/ports/www/firefox/work/plist_files
> /bin/mkdir -p /usr/ports/www/firefox/work/fake/libdata
> /bin/mv -f /usr/ports/www/firefox/work/fake/lib/pkgconfig
> /usr/ports/www/firefox/work/fake/libdata/ || true
> mv: rename /usr/ports/www/firefox/work/fake/lib/pkgconfig to
> /usr/ports/www/firefox/work/fake/libdata/pkgconfig: No such file or
> directory
> /bin/rm -f /usr/ports/www/firefox/work/fake/lib/pkgconfig
> cd: can't cd to /usr/ports/www/firefox/work/fake/include
> *** Error code 2
>
> Stop in /usr/ports/www/firefox.
> *** Error code 1
>
> Stop in /usr/ports/www/firefox.
>
> All the fixes I googled that could relate to this, date back to 2005 the
> latest,, and none of them helped.
>
> I've been trying to fix this for 2 days now and I'm not getting anywhere so
> I can only hope someone can shed a light on this problem here on the list..
>
> My sincere thanks to whoever points me a direction.

You've done something really weird (in particular, the "work/fake"
directory would not exist or be referenced in a normal ports
installation). Try emptying your /etc/make.conf and starting from
scratch.

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


Re: Firefox install problem

2012-09-04 Thread Alexander Kapshuk

On 09/04/2012 10:29 PM, Mario Lobo wrote:

Thank Alexander but been there, done that.

pkg_info | grep pkg
pkgconf-0.8.7 pkg-config compatible utility which does not depend on glib


Hopefully, somebody else on the list will be of more help than I have been.

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


Re: Firefox install problem

2012-09-04 Thread Mario Lobo
2012/9/4 Alexander Kapshuk 

>
>  This might help...
>
> /usr/ports/UPDATING
>
> 20120726:
>   AFFECTS: users of devel/pkg-config
>   AUTHOR: b...@freebsd.org
>
>   devel/pkg-config has been replaced by devel/pkgconf
>
>   # portmaster -o devel/pkgconf devel/pkg-config
>   or
>   # portupgrade -fo devel/pkgconf pkg-config-\*
>
>   pkgng:
>   # pkg set -o devel/pkg-config:devel/pkgconf
>   # pkg install -f devel/pkgconf
>


Thank Alexander but been there, done that.

pkg_info | grep pkg
pkgconf-0.8.7 pkg-config compatible utility which does not depend on glib

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winfoes FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Firefox install problem

2012-09-04 Thread Alexander Kapshuk

On 09/04/2012 08:11 PM, Mario Lobo wrote:

/bin/mv -f /usr/ports/www/firefox/work/fake/lib/pkgconfig
/usr/ports/www/firefox/work/fake/libdata/  || true
mv: rename /usr/ports/www/firefox/work/fake/lib/pkgconfig to
/usr/ports/www/firefox/work/fake/libdata/pkgconfig: No such file or
directory
/bin/rm -f /usr/ports/www/firefox/work/fake/lib/pkgconfig
   

This might help...

/usr/ports/UPDATING

20120726:
  AFFECTS: users of devel/pkg-config
  AUTHOR: b...@freebsd.org

  devel/pkg-config has been replaced by devel/pkgconf

  # portmaster -o devel/pkgconf devel/pkg-config
  or
  # portupgrade -fo devel/pkgconf pkg-config-\*

  pkgng:
  # pkg set -o devel/pkg-config:devel/pkgconf
  # pkg install -f devel/pkgconf

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


Firefox install problem

2012-09-04 Thread Mario Lobo
Hi;

env:
FBSD 8.3-STABLE AMD64
Firefox 15 port

The problem seems to be with the porting itself.

The first problem showed up during configure. Libvpx could not be found and
configure stops.
After examining Config.Log, I found  a compiler switch like this:

-L/usr/local/lib/nss

I made a symlink there to libvpx.so and the port compiled without errors.

Then after issuing a make install, this comes up everytime:

[Snip]
a ./searchplugins/yahoo.xml
a ./dictionaries/en-US.aff
a ./dictionaries/en-US.dic
a ./defaults/pref
a ./defaults/pref/channel-prefs.js
a ./chrome/icons
a ./chrome/icons/default
a ./chrome/icons/default/default16.png
a ./chrome/icons/default/default32.png
a ./chrome/icons/default/default48.png
/usr/ports/www/firefox/work/mozilla-release/config/nsinstall -D
/usr/ports/www/firefox/work/fake/bin
rm -f -f /usr/ports/www/firefox/work/fake/bin/firefox
ln -s /usr/ports/www/firefox/work/fake/lib/firefox/firefox
/usr/ports/www/firefox/work/fake/bin
gmake[1]: Leaving directory
`/usr/ports/www/firefox/work/mozilla-release/browser/installer'
echo 'share/applications/firefox.desktop' >>
/usr/ports/www/firefox/work/plist_files
echo "@dirrmtry share/applications" >>
/usr/ports/www/firefox/work/plist_dirs
echo 'share/pixmaps/firefox.png' >> /usr/ports/www/firefox/work/plist_files
/bin/mkdir -p /usr/ports/www/firefox/work/fake/libdata
/bin/mv -f /usr/ports/www/firefox/work/fake/lib/pkgconfig
/usr/ports/www/firefox/work/fake/libdata/ || true
mv: rename /usr/ports/www/firefox/work/fake/lib/pkgconfig to
/usr/ports/www/firefox/work/fake/libdata/pkgconfig: No such file or
directory
/bin/rm -f /usr/ports/www/firefox/work/fake/lib/pkgconfig
cd: can't cd to /usr/ports/www/firefox/work/fake/include
*** Error code 2

Stop in /usr/ports/www/firefox.
*** Error code 1

Stop in /usr/ports/www/firefox.

All the fixes I googled that could relate to this, date back to 2005 the
latest,, and none of them helped.

I've been trying to fix this for 2 days now and I'm not getting anywhere so
I can only hope someone can shed a light on this problem here on the list..

My sincere thanks to whoever points me a direction.

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winfoes FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


package install problem on 9.0

2012-02-07 Thread Gary Aitken

Hi all,

Apologies if this is a duplicate, first one had the wrong from addr.

I installed 9-RELEASE on an SDD.  Hadn't done one since 6.2 so the new 
install process was... different.


Was surprised not to have the x-user type install scenario.  Since the 
handbook install doc says to use sysinstall for ports and packages, I 
started up sysinstall and told it to install xorg-server, firefox, 
thunderbird for starters.  It claimed it installed, and pkg_info says 
there's a boatload of stuff installed, but I can't find any distfiles. 
Previous X installs started up the server and tuned it, but nothing 
happened in that regard either.


Is there some pkg target that gets the server, xterm, etc, all in one 
dependency tree?  I can't find an xterm anywhere.


hints / clues?

Thanks,

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


package install problem on 9.0

2012-02-07 Thread Gary Aitken

Hi all,

I installed 9-RELEASE on an SDD.  Hadn't done one since 6.2 so the new 
install process was... different.


Was surprised not to have the x-user type install scenario.  Since the 
handbook install doc says to use sysinstall for ports and packages, I 
started up sysinstall and told it to install xorg-server, firefox, 
thunderbird for starters.  It claimed it installed, and pkg_info says 
there's a boatload of stuff installed, but I can't find an X11 directory 
or executables anywhere.  Also can't find any distfiles.  Previous X 
installs started up the server and tuned it, but nothing happened in 
that regard either.


clues?

Thanks,

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


Re: Install problem with 8.0 Release

2010-12-21 Thread Mike Tancsa
On 12/21/2010 5:24 AM, Graeme Dargie wrote:
> Hi list,
> 
>  
> 
> I am trying to help a friend who is overseas install FreeBSD 8.0 i386.
> Left to his own devices the install failed, so I ran through it with him
> last night, all is fine till it gets to the root password screen where
> the install just hangs.  He is not very techy, all I could glean was the
> system has an sis chipset and it previously ran windows 7 with no
> problems, I am hoping to get a more detailed spec of the machine, but I
> thought might make an initial enquiry to the list to see if anyone has
> come across this behaviour before, or are there any obvious possible
> causes ?


Hard to say without more details as to why its hanging, but I would not bother 
with 8.0 as its quite old. Instead, try 

ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/8.2/FreeBSD-8.2-BETA1-i386-disc1.iso

There is wider hardware support and many, many bug fixes.

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


Re: Install problem with 8.0 Release

2010-12-21 Thread Adam Vande More
On Tue, Dec 21, 2010 at 4:24 AM, Graeme Dargie wrote:

> I am trying to help a friend who is overseas install FreeBSD 8.0 i386.
> Left to his own devices the install failed, so I ran through it with him
> last night, all is fine till it gets to the root password screen where
> the install just hangs.  He is not very techy, all I could glean was the
> system has an sis chipset and it previously ran windows 7 with no
> problems, I am hoping to get a more detailed spec of the machine, but I
> thought might make an initial enquiry to the list to see if anyone has
> come across this behaviour before, or are there any obvious possible
> causes ?
>

I'm not aware of anything that would cause those specific symptoms, but
FreeBSD 8.0 is no longer supported.  You should be using 8.1 and 8.2 is
coming soon.  Another possibility would be to use the PCBSD installer to
install either PCBSD or a plain FreeBSD install.  The newer PCBSD installer
supports installing either version.



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


Install problem with 8.0 Release

2010-12-21 Thread Graeme Dargie
Hi list,

 

I am trying to help a friend who is overseas install FreeBSD 8.0 i386.
Left to his own devices the install failed, so I ran through it with him
last night, all is fine till it gets to the root password screen where
the install just hangs.  He is not very techy, all I could glean was the
system has an sis chipset and it previously ran windows 7 with no
problems, I am hoping to get a more detailed spec of the machine, but I
thought might make an initial enquiry to the list to see if anyone has
come across this behaviour before, or are there any obvious possible
causes ?

 

 

Regards

 

Graeme

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


Re: ghostscript install problem

2010-10-28 Thread Warren Block

On Thu, 28 Oct 2010, Fred wrote:
Concerning the copy & paste, root is not running X so there is no copy and 
paste.  I tried redirecting error output from make with 2>$HOME/make_error 
but make sees the redirection as an instruction it does not know how to do.


http://forums.freebsd.org/showthread.php?t=17309
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: ghostscript install problem

2010-10-28 Thread Lowell Gilbert
Fred  writes:

> Ghostscript8 compiled and installed ok.  It was probably the rmconfig
> that fixed it.  I had unset a lot of options that were of no value to
> me.  Maybe one or more of them are not really optional.

Or more likely, optional but other options depend on them.

> Concerning the copy & paste, root is not running X so there is no copy
> and paste.  I tried redirecting error output from make with
> 2>$HOME/make_error but make sees the redirection as an instruction it
> does not know how to do.

Sounds like you're using a csh-style shell.  Redirection is one of the
things they do really badly.  There are other options, like script(1) in
the base system, or sysutils/screen in ports.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: ghostscript install problem

2010-10-28 Thread Fred

Lowell Gilbert wrote:

Fred  writes:

  

Hello,

I am trying to install ghostscript8 from ports on 8.0-RELEASE-p4.  The
build stops when
/usr/ports/print/ghostscript8/work/ghostscript-8.64/epag-3.09/ert is to
be installed in /usr/local/bin.  The error is file not found.  Error
code 71.  I tried going to the epag-3.09 directory:
make clean
make
The following warnings are produced:
ert.c:  In function 'printUsageAndExit':
ert.c:34: warning: incompatible implicit declaration of built-in
function 'exit'
ert.c: In function 'main':
ert.c:52: warning: incompatible implicit declaration of built-in function
'malloc'
ert.c:55: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:63: warning: incompatible implicit declaration of built-in function
'strlen'
ert.c:73: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:82: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:87: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:116: warning: incompatible implicit declaration of built-in function
'exit'

What can I do to resolve this problem?



You could always start by updating your ports.  At least that way, those
of us with current versions of the port would be able to look at the
same makefiles and so forth.  That said, go back to the main port
directory, make clean, make rmconfig, and build again; *don't* change
the port options when given the choice (after all, the port did build on
a clean system, so the problem's probably something you set up).  Also
make sure there's nothing relevant in /etc/make.conf.
   
Another point:  if you still have the problem after following this

advice, copy-and-paste the actual errors, rather than trying to re-type
it.  


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


  
Ghostscript8 compiled and installed ok.  It was probably the rmconfig 
that fixed it.  I had unset a lot of options that were of no value to 
me.  Maybe one or more of them are not really optional.


Concerning the copy & paste, root is not running X so there is no copy 
and paste.  I tried redirecting error output from make with 
2>$HOME/make_error but make sees the redirection as an instruction it 
does not know how to do.


Thanks for the help.

Best regards,
Fred

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


Re: ghostscript install problem

2010-10-28 Thread Lowell Gilbert
Fred  writes:

> Hello,
>
> I am trying to install ghostscript8 from ports on 8.0-RELEASE-p4.  The
> build stops when
> /usr/ports/print/ghostscript8/work/ghostscript-8.64/epag-3.09/ert is to
> be installed in /usr/local/bin.  The error is file not found.  Error
> code 71.  I tried going to the epag-3.09 directory:
> make clean
> make
> The following warnings are produced:
> ert.c:  In function 'printUsageAndExit':
> ert.c:34: warning: incompatible implicit declaration of built-in
> function 'exit'
> ert.c: In function 'main':
> ert.c:52: warning: incompatible implicit declaration of built-in function
> 'malloc'
> ert.c:55: warning: incompatible implicit declaration of built-in function
> 'exit'
> ert.c:63: warning: incompatible implicit declaration of built-in function
> 'strlen'
> ert.c:73: warning: incompatible implicit declaration of built-in function
> 'exit'
> ert.c:82: warning: incompatible implicit declaration of built-in function
> 'exit'
> ert.c:87: warning: incompatible implicit declaration of built-in function
> 'exit'
> ert.c:116: warning: incompatible implicit declaration of built-in function
> 'exit'
>
> What can I do to resolve this problem?

You could always start by updating your ports.  At least that way, those
of us with current versions of the port would be able to look at the
same makefiles and so forth.  That said, go back to the main port
directory, make clean, make rmconfig, and build again; *don't* change
the port options when given the choice (after all, the port did build on
a clean system, so the problem's probably something you set up).  Also
make sure there's nothing relevant in /etc/make.conf.
   
Another point:  if you still have the problem after following this
advice, copy-and-paste the actual errors, rather than trying to re-type
it.  

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


ghostscript install problem

2010-10-28 Thread Fred

Hello,

I am trying to install ghostscript8 from ports on 8.0-RELEASE-p4.  The
build stops when
/usr/ports/print/ghostscript8/work/ghostscript-8.64/epag-3.09/ert is to
be installed in /usr/local/bin.  The error is file not found.  Error
code 71.  I tried going to the epag-3.09 directory:
make clean
make
The following warnings are produced:
ert.c:  In function 'printUsageAndExit':
ert.c:34: warning: incompatible implicit declaration of built-in
function 'exit'
ert.c: In function 'main':
ert.c:52: warning: incompatible implicit declaration of built-in function
'malloc'
ert.c:55: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:63: warning: incompatible implicit declaration of built-in function
'strlen'
ert.c:73: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:82: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:87: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:116: warning: incompatible implicit declaration of built-in function
'exit'

What can I do to resolve this problem?

Best regards,
Fred


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


ghostscript install problem

2010-10-25 Thread Fred

Hello,

I am trying to install ghostscript8 from ports on 8.0-RELEASE-p4.  The 
build stops when 
/usr/ports/print/ghostscript8/work/ghostscript-8.64/epag-3.09/ert is to 
be installed in /usr/local/bin.  The error is file not found.  Error 
code 71.  I tried going to the epag-3.09 directory:

make clean
make
The following warnings are produced:
ert.c:  In function 'printUsageAndExit':
ert.c:34: warning: incompatible implicit declaration of built-in 
function 'exit'

ert.c: In function 'main':
ert.c:52: warning: incompatible implicit declaration of built-in function
'malloc'
ert.c:55: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:63: warning: incompatible implicit declaration of built-in function
'strlen'
ert.c:73: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:82: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:87: warning: incompatible implicit declaration of built-in function
'exit'
ert.c:116: warning: incompatible implicit declaration of built-in function
'exit'

What can I do to resolve this problem?

Best regards,
Fred

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


Re: firefox install problem

2010-08-10 Thread Matthew Seaman
On 10/08/2010 21:47:57, Matthew Seaman wrote:
> On 10/08/2010 18:21:25, Michael Powell wrote:
>> A tar.gz is a source code tarball meant to be compiled via the ports system. 
>> pkg_add installs precompiled and packaged binary packages. Package files 
>> will have a .tbz extension. pkg_add does not operate on source code 
>> tarballs.
> 
> All pkgs have a .tbz suffix -- true, at least since about 6.0-RELEASE.
> Not everything with a .tbz suffix is a FreeBSD pkg though.  .tbz is
> short for .tar.bz2, and there are plenty of source tarballs around
> distributed with a .tbz extension.
> 
> .tgz is similar shorthand for .tar.gz.  If you go and look, you can find
> a bunch of other compression programs applied to tar archives and used
> for distributing stuff.
> 
> The best way to tell if what you're looking at is a FreeBSD package is
> to run pkg_info against it:
> 
> pkg_info -a foo-1.0.0.tbz

Ahem.

  pkg_info foo-1.0.0.tbz

'-a' will, of course, show you information about all of the packages
installed on the system, which is nice, but not much use in this case.

> Of course, having downloaded the pkg from the packages directory tree on
> one of the FreeBSD FTP servers is a pretty big hint as well.  As is
> finding it in /usr/ports/packages/All.
> 
>   Cheers,
> 
>   Matthew
> 


-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: firefox install problem

2010-08-10 Thread Matthew Seaman
On 10/08/2010 18:21:25, Michael Powell wrote:
> A tar.gz is a source code tarball meant to be compiled via the ports system. 
> pkg_add installs precompiled and packaged binary packages. Package files 
> will have a .tbz extension. pkg_add does not operate on source code 
> tarballs.

All pkgs have a .tbz suffix -- true, at least since about 6.0-RELEASE.
Not everything with a .tbz suffix is a FreeBSD pkg though.  .tbz is
short for .tar.bz2, and there are plenty of source tarballs around
distributed with a .tbz extension.

.tgz is similar shorthand for .tar.gz.  If you go and look, you can find
a bunch of other compression programs applied to tar archives and used
for distributing stuff.

The best way to tell if what you're looking at is a FreeBSD package is
to run pkg_info against it:

pkg_info -a foo-1.0.0.tbz

Of course, having downloaded the pkg from the packages directory tree on
one of the FreeBSD FTP servers is a pretty big hint as well.  As is
finding it in /usr/ports/packages/All.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: firefox install problem

2010-08-10 Thread Michael Powell
Fred Boatwright wrote:

> Hello Steve,
> 
> I have not had any luck installing the package manually.  The file is a
> tar.gz which pkg_add apparently can't handle.  I did download
> firefox.tar.gz and unpacked it.  Pkg_info says it is corrupt.  Changes
> were apparently made to this package about two weeks ago and possibly
> something didn't happen correctly.  Should this be reported to a
> different mail list or should a bug report be made?  Or am I mistaken?

A tar.gz is a source code tarball meant to be compiled via the ports system. 
pkg_add installs precompiled and packaged binary packages. Package files 
will have a .tbz extension. pkg_add does not operate on source code 
tarballs.
 
> If a package needed to be installed manually, how would pkg_add know to
> get all the dependencies remotely?  Firefox has a huge list of
> dependencies which would be very difficult to deal with manually.

The dependency tracking is handled by the ports system, whether you are 
compiling with make && make install or installing prebuilt packages. A 
prebuilt package is just the finished product from the ports build system 
which someone has already run.

In order to keep everything up to date, the ports tree needs to be updated 
and kept current. Installing from the CD/DVD is all well and good, but the 
ports tree is already stale at this point. Many long-time FreeBSD'ers only 
install the OS and the ports tree from a CD/DVD. They then immediately 
update the ports tree before proceeding to install software.

Many dependency related problems are traceable right back to an out of date 
ports tree. More info on this subject is available in the Handbook.
 
> Best regards,
> 
> Fred
> 
> Steven Susbauer wrote:
>> 
>> On 08/09/10 22:17, Fred Boatwright wrote:
>> > Hello,
>> >
>> > I have installed FreeBSD-8.0 from the CD and have it running ok.  I
>> > have installed several packages including thunderbird using pkg_add -r
>> > package_name.  When I try to install firefox I get a file unavailable
>> > error.  The web site shows firefox-3.6.8,1 is available (i386).  What
>> > can I do to install firefox?
>> >
>> 
>> You can manually download the package from a mirror and then install it
>> with pkg_add (pkg_add firefox-3.6.8,1.tbz).
>> ___

Notice the .tbz here.

-Mike



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


Re: firefox install problem

2010-08-10 Thread Fred Boatwright
Hello Steve,

I have not had any luck installing the package manually.  The file is a
tar.gz which pkg_add apparently can't handle.  I did download
firefox.tar.gz and unpacked it.  Pkg_info says it is corrupt.  Changes
were apparently made to this package about two weeks ago and possibly
something didn't happen correctly.  Should this be reported to a
different mail list or should a bug report be made?  Or am I mistaken?

If a package needed to be installed manually, how would pkg_add know to
get all the dependencies remotely?  Firefox has a huge list of
dependencies which would be very difficult to deal with manually.

Best regards,

Fred

Steven Susbauer wrote:
> 
> On 08/09/10 22:17, Fred Boatwright wrote:
> > Hello,
> >
> > I have installed FreeBSD-8.0 from the CD and have it running ok.  I have
> > installed several packages including thunderbird using pkg_add -r
> > package_name.  When I try to install firefox I get a file unavailable
> > error.  The web site shows firefox-3.6.8,1 is available (i386).  What
> > can I do to install firefox?
> >
> 
> You can manually download the package from a mirror and then install it
> with pkg_add (pkg_add firefox-3.6.8,1.tbz).
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: firefox install problem

2010-08-09 Thread John Levine
>You can manually download the package from a mirror and then install it 
>with pkg_add (pkg_add firefox-3.6.8,1.tbz).

Speaking of Firefox 3.6, any progress on making it work with Java?

R's,
John
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: firefox install problem

2010-08-09 Thread Steven Susbauer

On 08/09/10 22:17, Fred Boatwright wrote:

Hello,

I have installed FreeBSD-8.0 from the CD and have it running ok.  I have
installed several packages including thunderbird using pkg_add -r
package_name.  When I try to install firefox I get a file unavailable
error.  The web site shows firefox-3.6.8,1 is available (i386).  What
can I do to install firefox?



You can manually download the package from a mirror and then install it 
with pkg_add (pkg_add firefox-3.6.8,1.tbz).

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


firefox install problem

2010-08-09 Thread Fred Boatwright
Hello,

I have installed FreeBSD-8.0 from the CD and have it running ok.  I have
installed several packages including thunderbird using pkg_add -r
package_name.  When I try to install firefox I get a file unavailable
error.  The web site shows firefox-3.6.8,1 is available (i386).  What
can I do to install firefox?

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


Freebs 8.0 rc1 install problem

2009-09-26 Thread kenneth hatteland
I am trying to install the RC1 on my main machine. It was running beta 3 
but after a poweroutage I had to replace some damaged parts. etc.
But now I get errors while trying to boot the install disc both from an 
sata drive but also the cdrom


!warning setfeatures set transfer mode taskqueue timeout - completing 
request directly !


!Setfeatures enable Rcache taskqueue timeout !

! setfeatures enable wcache taskqueue timeout !

! Read_big retrying (x retry left) !

I have had the latter often on this machine but it always bumps into 
sysinstall sooner or later, but this time a whole night before locking 
up completely.


removing the sata disk from the setup removes the second and third 
error. the machine is scsi mainly


Any suggestions ?

would using the usb install image work ??

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


Re: ppc install problem

2009-05-19 Thread Daniel Bye
On Mon, May 18, 2009 at 02:38:17PM -0500, Jason wrote:
> Hello,

Hello.

> 
> I attempt to boot the ppc 7.2 install cd on a G4 Tower (Yikes!, I believe).
> It gets past open firmware without problem.  It enters the normal boot
> process for FreeBSD.  It starts loading drivers, and it fails on loading
> bmac.  It says that it is failing to initialize the hardware.  Then, the
> machine freezes.
> 
> Do you know what piece of hardware bmac is initing, and can you imagine what
> the problem might be?  Has anyone else encountered this?

If you haven't already, I suggest asking this on the ppc@ mailing list - 
the guys over there are really helpful.

Dan

-- 
Daniel Bye
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgpa5kzuQX1Va.pgp
Description: PGP signature


ppc install problem

2009-05-18 Thread Jason
Hello,

I attempt to boot the ppc 7.2 install cd on a G4 Tower (Yikes!, I believe).
It gets past open firmware without problem.  It enters the normal boot
process for FreeBSD.  It starts loading drivers, and it fails on loading
bmac.  It says that it is failing to initialize the hardware.  Then, the
machine freezes.

Do you know what piece of hardware bmac is initing, and can you imagine what
the problem might be?  Has anyone else encountered this?

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


Subversion install problem on FreeBSD

2009-01-22 Thread Guillaume BABIK
Hi,

 

I am new on Subversion installation.

 

I tried to install Subversion 1.5.5 on a FreeBSD 6.2.

 

I use Port’s system.

 

The installation seems to be ok, but I can’t access to my Subversion with
svn+ssh protocol.

Although I can access to my FreeBSD with ssh (via Putty)

 

When I type : svnadmin –version, I obtain : 

svnadmin, version 1.5.5 (r34862)

compilé Jan 21 2009, 09:51:35

 

Copyright (C) 2000-2008 CollabNet.

Subversion est un logiciel libre, cf http://subversion.tigris.org/

Il inclut du logiciel développé par CollabNet (http://www.Collab.Net/).

 

Les types de stockage de dépôt (FS) suivants sont disponibles :

 

* fs_base : Module destiné à travailler avec un dépôt Berkeley DB.

* fs_fs : Module de stockage de dépôt à base de fichiers simples (FSFS).

 

I search for 2 days ! :-(

 

Many thanks for your future help !

 

PS : Sorry for my poor English.

 

Guillaume BABIK

 

 

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


Freebsd 7.0 - asterisk 1.4 install problem (libslang-1.4.9 conflicts with installed package(s):,libslang2-2.1.4 )

2008-11-21 Thread anti

OS:   FreeBSD 7.0-RELEASE-p5 (i386)
Asterisk: 1.4.21.2_5

I dont wanna install old version asterisk ( /usr/ports/net/asterisk12).

##
# pwd
/usr/ports/net/asterisk
# make
===> Vulnerability check disabled, database not found
===> Found saved configuration for asterisk-1.4.21.2_4
===> Extracting for asterisk-1.4.21.2_5
=> MD5 Checksum OK for asterisk-1.4.21.2.tar.gz.
=> SHA256 Checksum OK for asterisk-1.4.21.2.tar.gz.
=> MD5 Checksum OK for asterisk-1.4.21.1-codec-negotiation-20080715.diff.gz.
=> SHA256 Checksum OK for 
asterisk-1.4.21.1-codec-negotiation-20080715.diff.gz.

/bin/mkdir -p /usr/ports/net/asterisk/work/asterisk-1.4.21.2/codecs/ilbc
/usr/bin/find /usr/ports/net/asterisk/work/asterisk-1.4.21.2 -name '*.d' 
-delete

===> Patching for asterisk-1.4.21.2_5
===> Applying distribution patches for asterisk-1.4.21.2_5
===> Applying extra patch /usr/ports/net/asterisk/files/ilbc_enable.diff
===> Applying extra patch 
/usr/ports/net/asterisk/files/codecnego-patch-Makefile

===> Applying extra patch /usr/ports/net/asterisk/files/dtmf_debug.diff
===> Applying extra patch 
/usr/ports/net/asterisk/files/feature_disconnect.diff
===> Applying extra patch 
/usr/ports/net/asterisk/files/sip_force_callid.diff

===> Applying extra patch /usr/ports/net/asterisk/files/sip_set_auth.diff
===> Applying extra patch 
/usr/ports/net/asterisk/files/rtp_force_dtmf-codecnego.diff

===> Applying FreeBSD patches for asterisk-1.4.21.2_5
/usr/bin/sed -i.bak -e 's|/var/lib|/usr/local/share|g' 
/usr/ports/net/asterisk/work/asterisk-1.4.21.2/configs/musiconhold.conf.sample

===> asterisk-1.4.21.2_5 depends on executable: mpg123 - found
===> asterisk-1.4.21.2_5 depends on executable: gmake - found
===> asterisk-1.4.21.2_5 depends on executable: bison - found
===> asterisk-1.4.21.2_5 depends on shared library: speex.1 - found
===> asterisk-1.4.21.2_5 depends on shared library: newt.51 - not found
===> Verifying install for newt.51 in /usr/ports/devel/newt
===> newt-0.51.0_7 depends on shared library: slang.1 - not found
===> Verifying install for slang.1 in /usr/ports/devel/libslang
===> Installing for libslang-1.4.9

===> libslang-1.4.9 conflicts with installed package(s):
libslang2-2.1.4

They install files into the same place.
Please remove them first with pkg_delete(1).
*** Error code 1

Stop in /usr/ports/devel/libslang.
*** Error code 1

Stop in /usr/ports/devel/newt.
*** Error code 1

Stop in /usr/ports/net/asterisk.
*** Error code 1

Stop in /usr/ports/net/asterisk.

###

# whereis libslang
libslang: /usr/ports/devel/libslang
# cd /usr/ports/devel/libslang
# make
# make install
===> Installing for libslang-1.4.9

===> libslang-1.4.9 conflicts with installed package(s):
libslang2-2.1.4

They install files into the same place.
Please remove them first with pkg_delete(1).
*** Error code 1

Stop in /usr/ports/devel/libslang.
*** Error code 1

Stop in /usr/ports/devel/libslang.




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD70 install problem -ehci0:[GIANT-LOCKED] any hints most welcome

2008-08-04 Thread dhaneshk k







people ;

  
  
   
 I tried  to install FreeBSD7.0 on my new Desktop machine  (Intel core2 duo 
processor , Intel Mother Board  MAGNUS2-LD G31) getting an error while booting 
from the install CD as follows 


ehci0: mem 0xfea77c00-0xfra77fff 
irq 23 at device 29.7 on pci0

ehci0 : Reserved 0x400   bytes for rid 0x10 type 3 at 0xfea77c00 
ehci0:[GIANT-LOCKED]


HERE I got stuck & installation not continuing form here   any FreeBSD experts 
please help me to fix the isssue and continue the installation successfully .

any hints most welcome ; 

Thanks in Advance 
Dhanesh .

   

_
Chose your Life Partner? Join MSN Matrimony FREE
http://www.shaadi.com/msn/matrimony.php 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Install problem to external usb hard drive

2008-04-25 Thread Steve P.
 Gary,

I can report that I was able to do my install using the
7.0-STABLE-200804-i386-disc1.iso file. The system booted as expected so I
was happy!

To summarize, I booted  cd, installed to the external usb hard drive,
rebooted pc, and started fbsd on the external usb drive.

I have not done much poking around yet, but it did boot.

Thank.
Steve.


  - Original Message -
  From: "Gary Newcombe"
  To: "Steve P."
  Subject: Re: Install problem to external usb hard drive
  Date: Fri, 25 Apr 2008 12:57:32 +1000



  On Thu, 24 Apr 2008 21:04:51 -0500, "Steve P."
  wrote:

  > Gary,
  >
  > If I may ask for a clarification...the link you offered regarded a
  usb
  > "pen" drive (flash?), while my problem involves a usb "hard" drive.
  >
  > Would the problem with a flash drive be the same as my problem with
  a
  > hard drive?

  Yes, the same driver (umass) is involved in attaching either. If you
  already have an installation, try my instructions. It sounds like it
  might just be easier to install from the BTXTEST disk though.

  > Thanks.
  > Steve.
  >
  >
  >
  >
  >
  > ----- Original Message -
  > From: "Gary Newcombe"
  > To: "Steve P."
  > Subject: Re: Install problem to external usb hard drive
  > Date: Fri, 25 Apr 2008 11:22:17 +1000
  >
  >
  > On Thu, 24 Apr 2008 16:31:33 -0500, "Steve P."
  > wrote:
  >
  > > Greetings,
  > >
  > > If this issue is resolved on another thread, pls direct me to it.
  >
  > This is a known issue, refer to:
  >
  >
  http://lists.freebsd.org/pipermail/freebsd-stable/2008-March/041112.html
  >
  > >
  > > I am trying to install fbsd 7.0 on my laptop connected to a usb
  > external
  > > hard drive. My objective is to leave my internal hd Vista install
  > alone,
  > > booting the external install only. My laptop allows me to hit ESC
  > on
  > > bootup and choose the external drive.
  > >
  > > My hardware: pc: laptop hp pavilion dv2315nr, cpu: amd turion64
  x2,
  > > internal hd with Vista, dvd/cd, usb external hard drive(not
  flash)
  > with
  > > primary partition type 165.
  > >
  > > My attempts so far:
  > >
  > > 1. download 7.0-RELEASE-amd64-disc1.iso and burned to cd.
  > > 2. booted cd fine, install works great.
  > > 3. During install, on external usb drve, deleted existing
  partition
  > and
  > > created a new one type 165.
  > > 4. Sliced it up using defaults.
  > > 5. Installed the loader, standard to the external drive.
  > > 6. Choose minimum install.
  > > 7. Completed install.
  > > 8. Rebooted, used laptop ESC to boot external drive.
  > > 9. Attempt to book external drive results in a fast scrolling
  > screen of
  > > zeros.
  >
  > If you want to use your existing installation, one route would be
  to
  > get hold of the BTXTEST livefs that Dimitry Andric created (see
  > thread
  > above) as a useful tool until the bootloader code is fixed (I'm not
  > sure if it's fixed in stable yet, I don't think so).
  >
  > Mount the cd and replace /boot/boot, /boot/boot2, and /boot/loader
  on
  > your external hard drive with the ones from the cd.
  >
  > Then you could replace the mbr using fdisk and the bootblocks using
  > bsdlabel.
  >
  > Boot from the livefs, go into fixit mode, then do something like:
  >
  > fdisk -B /dev/da0
  > bsdlabel -B /dev/da0s1
  >
  > I think that should do the trick.
  >
  > >
  > > Second attempt:
  > > Lines 1-8 the same, except on 5, installed the boot manager.
  > > 9. Attempt to boot external drive results in identical fast
  > scrolling
  > > screen of zeros
  > >
  > > Questions:
  > > 1. How do you install fbsd to an external usb hard drive leaving
  > internal
  > > drive untouched? Is this possible?
  > > 2. Or if it is impossible, do I need to install the loader on the
  > > internal normally booting hard drive?
  >
  > I suppose you could just install from the BTXTEST disk too. That
  > would
  > be easy.
  >
  >
  > >
  > > Any tips or url's appreciated in advance.
  > > Steve.
  > >
  > > -- Want an e-mail address like mine?
  > > Get a free e-mail account today at www.mail.com!
  > >
  > > ___
  > > freebsd-questions@freebsd.org mailing list
  > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  > > To unsubscribe, send any mail to
  > "[EMAIL PROTECTED]"
  > ___
  > freebsd-questions@freebsd.org mail

Re: Install problem to external usb hard drive

2008-04-24 Thread Gary Newcombe

On Thu, 24 Apr 2008 21:04:51 -0500, "Steve P."
<[EMAIL PROTECTED]> wrote:

>  Gary,
> 
> If I may ask for a clarification...the link you offered regarded a usb
> "pen" drive (flash?), while my problem involves a usb "hard" drive.
> 
> Would the problem with a flash drive be the same as my problem with a
> hard drive?

Yes, the same driver (umass) is involved in attaching either. If you
already have an installation, try my instructions. It sounds like it
might just be easier to install from the BTXTEST disk though.

> Thanks.
> Steve.
> 
> 
> 
> 
> 
>   - Original Message -----
>   From: "Gary Newcombe"
>   To: "Steve P."
>   Subject: Re: Install problem to external usb hard drive
>   Date: Fri, 25 Apr 2008 11:22:17 +1000
> 
> 
>   On Thu, 24 Apr 2008 16:31:33 -0500, "Steve P."
>   wrote:
> 
>   > Greetings,
>   >
>   > If this issue is resolved on another thread, pls direct me to it.
> 
>   This is a known issue, refer to:
> 
>   http://lists.freebsd.org/pipermail/freebsd-stable/2008-March/041112.html
> 
>   >
>   > I am trying to install fbsd 7.0 on my laptop connected to a usb
>   external
>   > hard drive. My objective is to leave my internal hd Vista install
>   alone,
>   > booting the external install only. My laptop allows me to hit ESC
>   on
>   > bootup and choose the external drive.
>   >
>   > My hardware: pc: laptop hp pavilion dv2315nr, cpu: amd turion64 x2,
>   > internal hd with Vista, dvd/cd, usb external hard drive(not flash)
>   with
>   > primary partition type 165.
>   >
>   > My attempts so far:
>   >
>   > 1. download 7.0-RELEASE-amd64-disc1.iso and burned to cd.
>   > 2. booted cd fine, install works great.
>   > 3. During install, on external usb drve, deleted existing partition
>   and
>   > created a new one type 165.
>   > 4. Sliced it up using defaults.
>   > 5. Installed the loader, standard to the external drive.
>   > 6. Choose minimum install.
>   > 7. Completed install.
>   > 8. Rebooted, used laptop ESC to boot external drive.
>   > 9. Attempt to book external drive results in a fast scrolling
>   screen of
>   > zeros.
> 
>   If you want to use your existing installation, one route would be to
>   get hold of the BTXTEST livefs that Dimitry Andric created (see
>   thread
>   above) as a useful tool until the bootloader code is fixed (I'm not
>   sure if it's fixed in stable yet, I don't think so).
> 
>   Mount the cd and replace /boot/boot, /boot/boot2, and /boot/loader on
>   your external hard drive with the ones from the cd.
> 
>   Then you could replace the mbr using fdisk and the bootblocks using
>   bsdlabel.
> 
>   Boot from the livefs, go into fixit mode, then do something like:
> 
>   fdisk -B /dev/da0
>   bsdlabel -B /dev/da0s1
> 
>   I think that should do the trick.
> 
>   >
>   > Second attempt:
>   > Lines 1-8 the same, except on 5, installed the boot manager.
>   > 9. Attempt to boot external drive results in identical fast
>   scrolling
>   > screen of zeros
>   >
>   > Questions:
>   > 1. How do you install fbsd to an external usb hard drive leaving
>   internal
>   > drive untouched? Is this possible?
>   > 2. Or if it is impossible, do I need to install the loader on the
>   > internal normally booting hard drive?
> 
>   I suppose you could just install from the BTXTEST disk too. That
>   would
>   be easy.
> 
> 
>   >
>   > Any tips or url's appreciated in advance.
>   > Steve.
>   >
>   > -- Want an e-mail address like mine?
>   > Get a free e-mail account today at www.mail.com!
>   >
>   > ___
>   > freebsd-questions@freebsd.org mailing list
>   > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>   > To unsubscribe, send any mail to
>   "[EMAIL PROTECTED]"
>   ___
>   freebsd-questions@freebsd.org mailing list
>   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>   To unsubscribe, send any mail to
>   "[EMAIL PROTECTED]"
> 
> -- 
> Want an e-mail address like mine?
> Get a free e-mail account today at www.mail.com!
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Install problem to external usb hard drive

2008-04-24 Thread Steve P.
 Gary,

If I may ask for a clarification...the link you offered regarded a usb
"pen" drive (flash?), while my problem involves a usb "hard" drive.

Would the problem with a flash drive be the same as my problem with a
hard drive?
Thanks.
Steve.





  - Original Message -
  From: "Gary Newcombe"
  To: "Steve P."
  Subject: Re: Install problem to external usb hard drive
  Date: Fri, 25 Apr 2008 11:22:17 +1000


  On Thu, 24 Apr 2008 16:31:33 -0500, "Steve P."
  wrote:

  > Greetings,
  >
  > If this issue is resolved on another thread, pls direct me to it.

  This is a known issue, refer to:

  http://lists.freebsd.org/pipermail/freebsd-stable/2008-March/041112.html

  >
  > I am trying to install fbsd 7.0 on my laptop connected to a usb
  external
  > hard drive. My objective is to leave my internal hd Vista install
  alone,
  > booting the external install only. My laptop allows me to hit ESC
  on
  > bootup and choose the external drive.
  >
  > My hardware: pc: laptop hp pavilion dv2315nr, cpu: amd turion64 x2,
  > internal hd with Vista, dvd/cd, usb external hard drive(not flash)
  with
  > primary partition type 165.
  >
  > My attempts so far:
  >
  > 1. download 7.0-RELEASE-amd64-disc1.iso and burned to cd.
  > 2. booted cd fine, install works great.
  > 3. During install, on external usb drve, deleted existing partition
  and
  > created a new one type 165.
  > 4. Sliced it up using defaults.
  > 5. Installed the loader, standard to the external drive.
  > 6. Choose minimum install.
  > 7. Completed install.
  > 8. Rebooted, used laptop ESC to boot external drive.
  > 9. Attempt to book external drive results in a fast scrolling
  screen of
  > zeros.

  If you want to use your existing installation, one route would be to
  get hold of the BTXTEST livefs that Dimitry Andric created (see
  thread
  above) as a useful tool until the bootloader code is fixed (I'm not
  sure if it's fixed in stable yet, I don't think so).

  Mount the cd and replace /boot/boot, /boot/boot2, and /boot/loader on
  your external hard drive with the ones from the cd.

  Then you could replace the mbr using fdisk and the bootblocks using
  bsdlabel.

  Boot from the livefs, go into fixit mode, then do something like:

  fdisk -B /dev/da0
  bsdlabel -B /dev/da0s1

  I think that should do the trick.

  >
  > Second attempt:
  > Lines 1-8 the same, except on 5, installed the boot manager.
  > 9. Attempt to boot external drive results in identical fast
  scrolling
  > screen of zeros
  >
  > Questions:
  > 1. How do you install fbsd to an external usb hard drive leaving
  internal
  > drive untouched? Is this possible?
  > 2. Or if it is impossible, do I need to install the loader on the
  > internal normally booting hard drive?

  I suppose you could just install from the BTXTEST disk too. That
  would
  be easy.


  >
  > Any tips or url's appreciated in advance.
  > Steve.
  >
  > -- Want an e-mail address like mine?
  > Get a free e-mail account today at www.mail.com!
  >
  > ___
  > freebsd-questions@freebsd.org mailing list
  > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  > To unsubscribe, send any mail to
  "[EMAIL PROTECTED]"
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  "[EMAIL PROTECTED]"

-- 
Want an e-mail address like mine?
Get a free e-mail account today at www.mail.com!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Install problem to external usb hard drive

2008-04-24 Thread Gary Newcombe
On Thu, 24 Apr 2008 16:31:33 -0500, "Steve P."
<[EMAIL PROTECTED]> wrote:

> Greetings,
> 
> If this issue is resolved on another thread, pls direct me to it.

This is a known issue, refer to:

http://lists.freebsd.org/pipermail/freebsd-stable/2008-March/041112.html

> 
> I am trying to install fbsd 7.0 on my laptop connected to a usb external
> hard drive. My objective is to leave my internal hd Vista install alone,
> booting the external install only. My laptop allows me to hit ESC on
> bootup and choose the external drive.
> 
> My hardware: pc: laptop hp pavilion dv2315nr, cpu: amd turion64 x2,
> internal hd with Vista, dvd/cd, usb external hard drive(not flash) with
> primary partition type 165.
> 
> My attempts so far:
> 
> 1. download 7.0-RELEASE-amd64-disc1.iso and burned to cd.
> 2. booted cd fine, install works great.
> 3. During install, on external usb drve, deleted existing partition and
> created a new one type 165.
> 4. Sliced it up using defaults.
> 5. Installed the loader, standard to the external drive.
> 6. Choose minimum install.
> 7. Completed install.
> 8. Rebooted, used laptop ESC to boot external drive.
> 9. Attempt to book external drive results in a fast scrolling screen of
> zeros.

If you want to use your existing installation, one route would be to
get hold of the BTXTEST livefs that Dimitry Andric created (see thread
above) as a useful tool until the bootloader code is fixed (I'm not
sure if it's fixed in stable yet, I don't think so).

Mount the cd and replace /boot/boot, /boot/boot2, and /boot/loader on
your external hard drive with the ones from the cd.

Then you could replace the mbr using fdisk and the bootblocks using
bsdlabel.

Boot from the livefs, go into fixit mode, then do something like:

fdisk -B /dev/da0
bsdlabel -B /dev/da0s1

I think that should do the trick.

> 
> Second attempt:
> Lines 1-8 the same, except on 5, installed the boot manager.
> 9. Attempt to boot external drive results in identical fast scrolling
> screen of zeros
> 
> Questions:
> 1. How do you install fbsd to an external usb hard drive leaving internal
> drive untouched? Is this possible?
> 2. Or if it is impossible, do I need to install the loader on the
> internal normally booting hard drive?

I suppose you could just install from the BTXTEST disk too. That would
be easy.


> 
> Any tips or url's appreciated in advance.
> Steve.
> 
> -- 
> Want an e-mail address like mine?
> Get a free e-mail account today at www.mail.com!
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Install problem to external usb hard drive

2008-04-24 Thread Steve P.
Greetings,

If this issue is resolved on another thread, pls direct me to it.

I am trying to install fbsd 7.0 on my laptop connected to a usb external
hard drive. My objective is to leave my internal hd Vista install alone,
booting the external install only. My laptop allows me to hit ESC on
bootup and choose the external drive.

My hardware: pc: laptop hp pavilion dv2315nr, cpu: amd turion64 x2,
internal hd with Vista, dvd/cd, usb external hard drive(not flash) with
primary partition type 165.

My attempts so far:

1. download 7.0-RELEASE-amd64-disc1.iso and burned to cd.
2. booted cd fine, install works great.
3. During install, on external usb drve, deleted existing partition and
created a new one type 165.
4. Sliced it up using defaults.
5. Installed the loader, standard to the external drive.
6. Choose minimum install.
7. Completed install.
8. Rebooted, used laptop ESC to boot external drive.
9. Attempt to book external drive results in a fast scrolling screen of
zeros.

Second attempt:
Lines 1-8 the same, except on 5, installed the boot manager.
9. Attempt to boot external drive results in identical fast scrolling
screen of zeros.

Questions:
1. How do you install fbsd to an external usb hard drive leaving internal
drive untouched? Is this possible?
2. Or if it is impossible, do I need to install the loader on the
internal normally booting hard drive?

Any tips or url's appreciated in advance.
Steve.

-- 
Want an e-mail address like mine?
Get a free e-mail account today at www.mail.com!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD 7.0 Install Problem [acd0: FAILURE READ_BIG MEDIUM ERROR asc=0x11 ascq=0x05]

2008-04-18 Thread Susanth K
Hi Friends,

Am installing FreeBSD 7.0 on an AMD Athlon XP 2000 | 256MB RAM | 80GB HDD

Am not able to enter Install mode using FreeBSD 7.0 Disk1-i368

The Error message is :

acd0: FAILURE READ_BIG MEDIUM ERROR asc=0x11 ascq=0x05
...
...
Manual root filesystem specification

..

Am sure that the CDROM and CDRW Drive Works 100% Perfect; because
it works fine in other machines !!!

i gave a try by disabling DMA in BIOS
also attempted to set hw.ata.atapi_dma=0 (by escaping to loader prompt;
googled and found this; i dont know what it is)

No away !!

if any one have  a solution; please help;

or help me how to search in this mailing list for any such previous post

Thanks in Advance ;)

-- 
// Susanth K
// ---[ Knowledge is the only treasure that increase on sharing ]---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD 7.0 Install Problem [acd0: FAILURE READ_BIG MEDIUM ERROR asc=0x11 ascq=0x05]

2008-04-18 Thread Susanth K
Hi Friends,

Am installing FreeBSD 7.0 on an AMD Athlon XP 2000 | 256MB RAM | 80GB HDD

Am not able to enter Install mode using FreeBSD 7.0 Disk1-i368

The Error message is :

acd0: FAILURE READ_BIG MEDIUM ERROR asc=0x11 ascq=0x05
...
...
Manual root filesystem specification

..

Am sure that the CDROM and CDRW Drive Works 100% Perfect; because
it works fine in other machines !!!

i gave a try by disabling DMA in BIOS
also attempted to set hw.ata.atapi_dma=0 (by escaping to loader prompt;
googled and found this; i dont know what it is)

No away !!

if any one have  a solution; please help;

or help me how to search in this mailing list for any such previous post

Thanks in Advance ;)

-- 
// Susanth K
// ---[ Knowledge is the only treasure that increase on sharing ]---
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Apache22 Port Install Problem

2008-04-08 Thread Tim DeBoer
> > Message: 16
> > Date: Tue, 8 Apr 2008 21:24:58 +0200
> > From: Mel <[EMAIL PROTECTED]>
> > Subject: Re: Apache22 Port Install Problem
> > To: freebsd-questions@freebsd.org
> > Cc: Tim DeBoer <[EMAIL PROTECTED]>
> > Message-ID: <[EMAIL PROTECTED]>
> > Content-Type: text/plain;  charset="iso-8859-1"
> >
> > On Tuesday 08 April 2008 07:11:47 Tim DeBoer wrote:
> >
> > > The install goes fine, no obvious errors anyway, when I do apachectl
> > > configtest, I get
> > > # apachectl configtest
> > > Syntax error on line 117 of /usr/local/etc/apache22/httpd.conf:
> > > Invalid command 'Order', perhaps misspelled or defined by a module not
> >
> > 
> >
> > Is this line present and active?
> > LoadModule authz_host_module libexec/apache22/mod_authz_host.so
> >
> >
> > --
> > Mel
> >
> > Problem with today's modular software: they start with the modules
> >and never get to the software part.
> >
>
> No.
> I do have LoadModule auth_basic_module libexec/apache22/mod_auth_basic.so
> though.
> [snip]


Problem solved.
I had to delete the package from distfiles. After I did that make read the
config file correctly, downloaded a new tarball, and installed what I
needed.

Thanks for the help  :)

-- 
Tim DeBoer
Understeer is when you hit the wall with the front of the car.
Oversteer is when you hit the wall with the rear of the car.
Horsepower is how fast you hit the wall.
Torque is how far you move the wall.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Apache22 Port Install Problem

2008-04-08 Thread Mel
On Tuesday 08 April 2008 07:11:47 Tim DeBoer wrote:

> The install goes fine, no obvious errors anyway, when I do apachectl
> configtest, I get
> # apachectl configtest
> Syntax error on line 117 of /usr/local/etc/apache22/httpd.conf:
> Invalid command 'Order', perhaps misspelled or defined by a module not



Is this line present and active?
LoadModule authz_host_module libexec/apache22/mod_authz_host.so


-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Apache22 Port Install Problem

2008-04-07 Thread Tim DeBoer
I wasn't sure if I should post here or on the apache list, but since it's an
issue with the port version, rather than the tarball, hopefully this is the
right place.

The install goes fine, no obvious errors anyway, when I do apachectl
configtest, I get
# apachectl configtest
Syntax error on line 117 of /usr/local/etc/apache22/httpd.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not
included in the server configuration

This is the related section in httpd.conf that it's complaining about:
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.
#

AllowOverride None
Order deny,allow
Deny from all


I've tried re-compiling without any extra options at all, and I've tried it
with auth_basic enabled.
I made sure to use the "fresh" httpd.conf, each time but it made no
difference.
I'm really not sure how to proceed here.
Could someone point me in the right direction, please?

Thanks  :)


-- 
Tim DeBoer
The other day, I dropped a piece of bread and it fell butter side up.
I was convinced that I'd buttered the wrong side of the bread.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SATA DVD Drive Install Problem

2008-01-11 Thread Bob Johnson
On 1/9/08, Sean Murphy <[EMAIL PROTECTED]> wrote:
> Is anyone successful in installing FreeBSD from a SATA DVD Drive?
>
> I am having trouble as it boots from the CD of 6.3 RC2 but at the
> beginning of the install it fails.  The CD I then tried in another
> computer and it installs fine.  I was wondering if it was the SATA DVD
> drive or the motherboard.

Do you get an error message when it fails?

I just installed AMD64 7.0-RC1 using the internal SATA DVD on an Acer
Aspire M5630. During the boot of the install CD, it paused for a while
with several READ_BIG errors, then that apparently timed out and and
changed modes, then it continued to boot without problem. I have not
yet tried to do anything with the DVD drive now that I have the system
up and running.

BTW, the video card uses the RADEONHD driver which does not yet
support hardware video acceleration, so I don't really recommend
running out and buying a new Aspire just yet.

- Bob
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SATA DVD Drive Install Problem

2008-01-10 Thread Xn Nooby
I've been able to get 6.3-R3 and 7.0-RC1 to install from SATA DVD, but
not any previous versions.


On Jan 9, 2008 6:50 PM, Derrick Ryalls <[EMAIL PROTECTED]> wrote:
> On Jan 9, 2008 3:08 PM, Sean Murphy <[EMAIL PROTECTED]> wrote:
> > Is anyone successful in installing FreeBSD from a SATA DVD Drive?
> >
>
> Did it last month with a machine that has only SATA (DVD and
> SATA-RAID), so it is possible at least on 7.0.
>
>
> > I am having trouble as it boots from the CD of 6.3 RC2 but at the
> > beginning of the install it fails.  The CD I then tried in another
> > computer and it installs fine.  I was wondering if it was the SATA DVD
> > drive or the motherboard.
> >
> > Thanks
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> >
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SATA DVD Drive Install Problem

2008-01-09 Thread Derrick Ryalls
On Jan 9, 2008 3:08 PM, Sean Murphy <[EMAIL PROTECTED]> wrote:
> Is anyone successful in installing FreeBSD from a SATA DVD Drive?
>

Did it last month with a machine that has only SATA (DVD and
SATA-RAID), so it is possible at least on 7.0.

> I am having trouble as it boots from the CD of 6.3 RC2 but at the
> beginning of the install it fails.  The CD I then tried in another
> computer and it installs fine.  I was wondering if it was the SATA DVD
> drive or the motherboard.
>
> Thanks
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SATA DVD Drive Install Problem

2008-01-09 Thread Predrag Punosevac

Sean Murphy wrote:

Is anyone successful in installing FreeBSD from a SATA DVD Drive?

I am having trouble as it boots from the CD of 6.3 RC2 but at the 
beginning of the install it fails.  The CD I then tried in another 
computer and it installs fine.  I was wondering if it was the SATA DVD 
drive or the motherboard.


Thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"
SATA DVD is not officially supported although there are some reports of 
the successful use.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


SATA DVD Drive Install Problem

2008-01-09 Thread Sean Murphy

Is anyone successful in installing FreeBSD from a SATA DVD Drive?

I am having trouble as it boots from the CD of 6.3 RC2 but at the 
beginning of the install it fails.  The CD I then tried in another 
computer and it installs fine.  I was wondering if it was the SATA DVD 
drive or the motherboard.


Thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Skype install problem

2007-12-13 Thread Gary Palmer
On Thu, Dec 13, 2007 at 10:43:24AM +, AN wrote:
> I'm trying to install Skype on 6.3prerelease, and it is failing thusly:
> 

[ snip ]

> /usr/bin/brandelf -t Linux /compat/linux/usr/X11R6/bin/glxinfo
> ELF binary type "3" not known.
> /compat/linux/sbin/ldconfig: 1: Syntax error: "(" unexpected
> *** Error code 2
> 
> Stop in /usr/ports/graphics/linux_dri.
> *** Error code 1
> 
> Stop in /usr/ports/net/skype.
> *** Error code 1
> 
> Stop in /usr/ports/net/skype.
> 
> I have the following installed:
> linux_base-fc-4_10  Base set of packages needed in Linux mode (for 
> i386/amd64)
> 
> Any help would be really appreciated.

Do you have the linux emulation kernel module loaded?

If not, and assuming you want to load linux emulation on every boot, 
put

linux_enable="YES"

in /etc/rc.conf (or /etc.rc.conf.local or something) and run

/etc/rc.d/abi start

Regards,

Gary
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Skype install problem

2007-12-13 Thread AN

I'm trying to install Skype on 6.3prerelease, and it is failing thusly:

 /usr/ports/net/skype]# make install clean
===>  Installing for skype-1.2.0.18,1
===>   skype-1.2.0.18,1 depends on file: 
/compat/linux/usr/lib/libfontconfig.so.1 - found
===>   skype-1.2.0.18,1 depends on file: 
/compat/linux/usr/lib/libexpat.so.0 - found
===>   skype-1.2.0.18,1 depends on file: 
/compat/linux/usr/X11R6/lib/libGL.so.1 - not found
===>Verifying install for /compat/linux/usr/X11R6/lib/libGL.so.1 in 
/usr/ports/graphics/linux_dri

===>  Installing for linux_dri-7.0
===>   linux_dri-7.0 depends on file: /compat/linux/etc/fedora-release - 
found
===>   linux_dri-7.0 depends on file: 
/compat/linux/usr/X11R6/lib/libXrender.so.1 - found

===>   Generating temporary packing list
===>  Checking if graphics/linux_dri already installed
===>  Warning: your umask is "0077".
  If this is not desired, set it to an appropriate value
  and install this port again by ``make reinstall''.
/bin/mkdir -p /compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux_dri/libGL.so.1.2 
/compat/linux/usr/X11R6/lib
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux_dri/libGLU.so.1.3.070100 
/compat/linux/usr/X11R6/lib
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux_dri/libdrm.so.2.3.0 
/compat/linux/usr/lib
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux_dri/libexpat.so.1 
/compat/linux/usr/lib
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux_dri/i810_dri.so 
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux_dri/i915_dri.so 
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux_dri/i965_dri.so 
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux_dri/mach64_dri.so 
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux_dri/mga_dri.so 
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux_dri/r128_dri.so 
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux_dri/r200_dri.so 
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux_dri/r300_dri.so 
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux_dri/radeon_dri.so 
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux_dri/savage_dri.so 
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux_dri/sis_dri.so 
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux_dri/tdfx_dri.so 
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux_dri/unichrome_dri.so 
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux-libglide/libglide3-v3.so.0 
/compat/linux/usr/X11R6/lib
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux-libglide/libglide3-v5.so.0 
/compat/linux/usr/X11R6/lib

/bin/ln -sf libglide3-v3.so.0 /compat/linux/usr/X11R6/lib/libglide3-v3.so
/bin/ln -sf libglide3-v5.so.0 /compat/linux/usr/X11R6/lib/libglide3-v5.so
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux-dri-tools/libglut.so.3.7.0 
/compat/linux/usr/X11R6/lib
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux-dri-tools/gears 
/compat/linux/usr/X11R6/bin

/usr/bin/brandelf -t Linux /compat/linux/usr/X11R6/bin/gears
install   -o root -g wheel -m 555 
/usr/ports/graphics/linux_dri/work/linux-dri-tools/glxinfo 
/compat/linux/usr/X11R6/bin

/usr/bin/brandelf -t Linux /compat/linux/usr/X11R6/bin/glxinfo
ELF binary type "3" not known.
/compat/linux/sbin/ldconfig: 1: Syntax error: "(" unexpected
*** Error code 2

Stop in /usr/ports/graphics/linux_dri.
*** Error code 1

Stop in /usr/ports/net/skype.
*** Error code 1

Stop in /usr/ports/net/skype.

I have the following installed:
linux_base-fc-4_10  Base set of packages needed in Linux mode (for 
i386/amd64)


Any help would be really appreciated.

TIA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xorg install problem

2007-10-21 Thread P.U.Kruppa

On Sun, 21 Oct 2007, AN wrote:

I am trying to install a new system with Gnome and xorg on 7.0 beta 1. Here 
are the steps I have taken:


install 6.2 release
cvsup to releng_7 as of 10/21/07
buildworld -sucessful
installworld -sucessful
reboot into 7.0 beta
set packagesite to ft2.nl.freebsd.org
pkg_add xorg-7.3_1 - fails with message:

1 package addition failed
pkg_add of dependency 'xorg-apps-7.3' failed
1 package addition failed

I have used this procedure for a long time to install new systems, is it 
broken now because of the status of the new 7.0 release or am I having 
another problem?

When I look at ftp.freebsd.org/pub/FreeBSD/i386/
I don't see any packages for 7.0-release only for 7-current.
Probably you could use those, but honestly, I am not sure.

Greetings,

Uli.



What is the proper procedure to get a system with:

fbsd 7.0 beta
xorg 7.3
gnome

Any help is appreciated.

TIA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"





Peter Ulrich Kruppa
Wuppertal
Germany

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xorg install problem

2007-10-21 Thread Byung-Hee HWANG
On Sun, 2007-10-21 at 09:13 +, AN wrote:
> I am trying to install a new system with Gnome and xorg on 7.0 beta 1. 
> Here are the steps I have taken:
> 
> install 6.2 release
> cvsup to releng_7 as of 10/21/07
> buildworld -sucessful
> installworld -sucessful
> reboot into 7.0 beta
> set packagesite to ft2.nl.freebsd.org
> pkg_add xorg-7.3_1 - fails with message:
> 
> 1 package addition failed
> pkg_add of dependency 'xorg-apps-7.3' failed
> 1 package addition failed
> 
> I have used this procedure for a long time to install new systems, is it 
> broken now because of the status of the new 7.0 release or am I having 
> another problem?
> 
> What is the proper procedure to get a system with:
> 
> fbsd 7.0 beta
> xorg 7.3
> gnome
> 
> Any help is appreciated.

IMHO, I think you'd better use ports (instead of package) until
7.0-RELEASE is released by re@ officially ;;
 
-- 
Byung-Hee HWANG * مجاهدين
InZealBomb, Kyungpook National University, KOREA

All of these man were good listeners, patient men.
-- the Dons' inside, "Chapter 20", page 284
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xorg install problem

2007-10-21 Thread Manolis Kiagias
AN wrote:
> I am trying to install a new system with Gnome and xorg on 7.0 beta 1.
> Here are the steps I have taken:
>
> install 6.2 release
> cvsup to releng_7 as of 10/21/07
> buildworld -sucessful
> installworld -sucessful
> reboot into 7.0 beta
> set packagesite to ft2.nl.freebsd.org
> pkg_add xorg-7.3_1 - fails with message:
>
> 1 package addition failed
> pkg_add of dependency 'xorg-apps-7.3' failed
> 1 package addition failed
>
> I have used this procedure for a long time to install new systems, is
> it broken now because of the status of the new 7.0 release or am I
> having another problem?
>
> What is the proper procedure to get a system with:
>
> fbsd 7.0 beta
> xorg 7.3
> gnome
>
> Any help is appreciated.
>
> TIA
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>
>
It seems you should set PACKAGESITE like:

setenv PACKAGESITE  
ftp://ftp2.nl.freebsd.org/pub/FreeBSD/ports/i386/packages-7-current/Latest/

and use pkg_add -r xorg  (don't specify version numbers if you use Latest)

or

setenv PACKAGESITE  
ftp://ftp2.nl.freebsd.org/pub/FreeBSD/ports/i386/packages-7-current/All/

and use pkg_add -r  xorg-7.3_1.tbz  (the latest at this time)
(use export PACKAGESITE=... if you use bash shell)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


xorg install problem

2007-10-21 Thread AN
I am trying to install a new system with Gnome and xorg on 7.0 beta 1. 
Here are the steps I have taken:


install 6.2 release
cvsup to releng_7 as of 10/21/07
buildworld -sucessful
installworld -sucessful
reboot into 7.0 beta
set packagesite to ft2.nl.freebsd.org
pkg_add xorg-7.3_1 - fails with message:

1 package addition failed
pkg_add of dependency 'xorg-apps-7.3' failed
1 package addition failed

I have used this procedure for a long time to install new systems, is it 
broken now because of the status of the new 7.0 release or am I having 
another problem?


What is the proper procedure to get a system with:

fbsd 7.0 beta
xorg 7.3
gnome

Any help is appreciated.

TIA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Roundcube Install Problem

2007-07-19 Thread Dantavious
On Thursday 19 July 2007 01:36:43 Norberto Meijome wrote:
> On Thu, 19 Jul 2007 00:16:01 -0400
>
> Dantavious <[EMAIL PROTECTED]> wrote:
> > I am having difficulties installing Roundcube.  I have correctly setup
> > all the pertinet information that is needed to use the application
> > according to the directions. My problem arising when I attempt to browse
> > to the page and login in. I get a roundcube webgage that is garbled.
>
> Hi Dantavious,
>
> >how< is it garbled?
>
> _
> {Beto|Norberto|Numard} Meijome
>
> "Outside of a dog, a book is man's best friend.
>  Inside of a dog, it's too dark to read."
>   Groucho Marx
>
> I speak for myself, not my employer. Contents may be hot. Slippery when
> wet. Reading disclaimers makes you go blind. Writing them is worse. You
> have been Warned.

When  try to log into the web page the web page shows the login button but 
also this.
4�z\0 \0  .\0\0\0��c\0 \0  ..\0\05�z\0 \0  includes\0\ �<�z\0 \0  images\0劥z\0 
\0  templates\0 圥z\0 \0  common.css\0��z\0 \0  mail.css\0���z\0 \0  
pngbehavior.htc\0��z\0 \0  print.css\0���z\0 \0  settings.css\0Y 塥z\0 \0  
splitter.js\0��z\0 \0  addresses.css\0 壥z\0 \0  watermark.html\0夥z\0 \0  
editor_popup.css\0Y 奥z\0 \0  colorpicker.css\0��z\0 \0  editor_ui.css\0 姥z\0 
\0  googiespell.css\0��z\0�\0  
editor_content.css\0�\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0

Needless to say, the login button does not wor either.
DerricK
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Roundcube Install Problem

2007-07-18 Thread Norberto Meijome
On Thu, 19 Jul 2007 00:16:01 -0400
Dantavious <[EMAIL PROTECTED]> wrote:

> I am having difficulties installing Roundcube.  I have correctly setup all 
> the 
> pertinet information that is needed to use the application according to the 
> directions. My problem arising when I attempt to browse to the page and login 
> in. I get a roundcube webgage that is garbled.

Hi Dantavious,
>how< is it garbled?  

_
{Beto|Norberto|Numard} Meijome

"Outside of a dog, a book is man's best friend. 
 Inside of a dog, it's too dark to read."
  Groucho Marx

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Roundcube Install Problem

2007-07-18 Thread Zbigniew Szalbot

Hello,

On Thu, 19 Jul 2007 00:16:01 -0400, Dantavious <[EMAIL PROTECTED]>
wrote:
>   Hi,
> I am having difficulties installing Roundcube.  I have correctly setup
all
> the
> pertinet information that is needed to use the application according to
> the
> directions. My problem arising when I attempt to browse to the page and
> login
> in. I get a roundcube webgage that is garbled. I have squirrelmail
running
> just fine now so i dont think that it is a server issue. I even tried
> chmoded
> 777 the entire directory at one point for troubleshooting purposes. 
> Anyone
> else having this problem? Any workaround?
> Derrick
> 
> apache-2.2.4_2  Version 2.2 of Apache web server with prefork MPM.
> 
> php-suhosin-0.9.20  A PHP extension that implements high-level
protections
> php5-5.2.3  PHP Scripting Language (Apache Module and CLI)

I had the same problem with RoundCube. I do not know its cause. I had to
downgrade php to 4.4.7 and now all works well. It may be worth contacting
the roundcube mailing list.

-- 
Zbigniew Szalbot

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Roundcube Install Problem

2007-07-18 Thread Dantavious
Hi,
I am having difficulties installing Roundcube.  I have correctly setup all the 
pertinet information that is needed to use the application according to the 
directions. My problem arising when I attempt to browse to the page and login 
in. I get a roundcube webgage that is garbled. I have squirrelmail running 
just fine now so i dont think that it is a server issue. I even tried chmoded 
777 the entire directory at one point for troubleshooting purposes.  Anyone 
else having this problem? Any workaround? 
Derrick

apache-2.2.4_2  Version 2.2 of Apache web server with prefork MPM.

php-suhosin-0.9.20  A PHP extension that implements high-level protections
php5-5.2.3  PHP Scripting Language (Apache Module and CLI)
php5-bz2-5.2.3  The bz2 shared extension for php
php5-ctype-5.2.3The ctype shared extension for php
php5-dom-5.2.3  The dom shared extension for php
php5-extensions-1.1 A "meta-port" to install PHP extensions
php5-ftp-5.2.3  The ftp shared extension for php
php5-gd-5.2.3   The gd shared extension for php
php5-gettext-5.2.3  The gettext shared extension for php
php5-iconv-5.2.3The iconv shared extension for php
php5-imap-5.2.3 The imap shared extension for php
php5-mbstring-5.2.3 The mbstring shared extension for php
php5-mcrypt-5.2.3   The mcrypt shared extension for php
php5-mhash-5.2.3The mhash shared extension for php
php5-ming-5.2.3 The ming shared extension for php
php5-mysql-5.2.3The mysql shared extension for php
php5-mysqli-5.2.3   The mysqli shared extension for php
php5-ncurses-5.2.3  The ncurses shared extension for php
php5-openssl-5.2.3  The openssl shared extension for php
php5-pcre-5.2.3 The pcre shared extension for php
php5-pdo-5.2.3  The pdo shared extension for php
php5-pdo_sqlite-5.2.3 The pdo_sqlite shared extension for php
php5-posix-5.2.3_3  The posix shared extension for php
php5-readline-5.2.3 The readline shared extension for php
php5-session-5.2.3  The session shared extension for php
php5-simplexml-5.2.3 The simplexml shared extension for php
php5-soap-5.2.3 The soap shared extension for php
php5-sockets-5.2.3  The sockets shared extension for php
php5-spl-5.2.3  The spl shared extension for php
php5-sqlite-5.2.3   The sqlite shared extension for php
php5-tokenizer-5.2.3 The tokenizer shared extension for php
php5-xml-5.2.3  The xml shared extension for php
php5-xmlwriter-5.2.3 The xmlwriter shared extension for php
php5-zlib-5.2.3 The zlib shared extension for php
phpMyAdmin-2.10.2   A set of PHP-scripts to manage MySQL over the web
phpsecinfo-0.2.1A PHP environment security auditing toool

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Help, please ....Port Install Problem, Google didn't help!

2007-04-28 Thread Garrett Cooper

VeeJay wrote:

Hello

I am trying to run a perl script connecting a mysql50 database on a
freebsd61 box.

But I get this error:
Can't locate Mysql.pm in @INC (@INC contains:
/usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach
/usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl
/usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at..

But when I want to install perl database driver, I get this error:

localhost# make install clean
===>   p5-DBD-mysql50-4. depends on file:
/usr/local/lib/perl5/site_perl/5.8.8/mach/DBI.pm - found
===>   p5-DBD-mysql50-4. depends on file: /usr/local/bin/perl5.8.8 -
found
===>   p5-DBD-mysql50-4. depends on shared library: mysqlclient.15 - 
not

found
===>Verifying install for mysqlclient.15 in
/usr/ports/databases/mysql50-client
===>  Installing for mysql-client-5.0.27
===>   Generating temporary packing list
===>  Checking if databases/mysql50-client already installed
===>   mysql-client-5.0.27 is already installed
 You may wish to ``make deinstall'' and install this port again
 by ``make reinstall'' to upgrade it properly.
 If you really wish to overwrite the old port of
databases/mysql50-client
 without deleting it first, set the variable "FORCE_PKG_REGISTER"
 in your environment or the "make install" command line.
*** Error code 1

Stop in /usr/ports/databases/mysql50-client.
*** Error code 1

Stop in /usr/ports/databases/p5-DBD-mysql50.
localhost#


Please help and advise, what should I do? I have tried to google allready
but could not find any solution


Do as the directions say. cd to the port directory, run make deinstall, 
make install. If you get this all the time, try updating your ports, 
and/or contacting the maintainer because it could be an improper packing 
list, or some sort of weird circular dependencies (former rather than 
latter).


-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re[2]: Help, please ....Port Install Problem, Google didn't help!

2007-04-28 Thread Reshmakov Roman

> Reshmakov Roman <[EMAIL PROTECTED]> wrote:
>>
>> after 'make' type 'make deinstall && make install'

key phrase: "mysql-client-5.0.27 is already installed", so you need
remove old package and install new :)

"make clean" does not solve this problem cause you clean build tree, not
package.


> I've found that a "make clean" frequently cleans up this problem as well,
> which basically seems to be the result of the port system somehow losing
> track of the fact that a particular dependency is already installed.

>> > Hello
>> 
>> > I am trying to run a perl script connecting a mysql50 database on a
>> > freebsd61 box.
>> 
>> > But I get this error:
>> > Can't locate Mysql.pm in @INC (@INC contains:
>> > /usr/local/lib/perl5/5.8.8/BSDPAN
>> > /usr/local/lib/perl5/site_perl/5.8.8/mach
>> > /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl
>> > /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at..
>> 
>> > But when I want to install perl database driver, I get this error:
>> 
>> > localhost# make install clean
>> ===>>   p5-DBD-mysql50-4. depends on file:
>> > /usr/local/lib/perl5/site_perl/5.8.8/mach/DBI.pm - found
>> ===>>   p5-DBD-mysql50-4. depends on file: /usr/local/bin/perl5.8.8 -
>> > found
>> ===>>   p5-DBD-mysql50-4. depends on shared library: mysqlclient.15 - not
>> > found
>> ===>>Verifying install for mysqlclient.15 in
>> > /usr/ports/databases/mysql50-client
>> ===>>  Installing for mysql-client-5.0.27
>> ===>>   Generating temporary packing list
>> ===>>  Checking if databases/mysql50-client already installed
>> ===>>   mysql-client-5.0.27 is already installed
>> >   You may wish to ``make deinstall'' and install this port again
>> >   by ``make reinstall'' to upgrade it properly.
>> >   If you really wish to overwrite the old port of
>> > databases/mysql50-client
>> >   without deleting it first, set the variable "FORCE_PKG_REGISTER"
>> >   in your environment or the "make install" command line.
>> > *** Error code 1
>> 
>> > Stop in /usr/ports/databases/mysql50-client.
>> > *** Error code 1
>> 
>> > Stop in /usr/ports/databases/p5-DBD-mysql50.
>> > localhost#
>> 
>> 
>> > Please help and advise, what should I do? I have tried to google allready
>> > but could not find any solution
>> 
>> 
>> 
>> 
>> -- 
>> Ñ óâàæåíèåì,
>>  Reshmakov  mailto:[EMAIL PROTECTED]
>> 
>> ___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "[EMAIL PROTECTED]"





-- 
Ñ óâàæåíèåì,
 Reshmakov  mailto:[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Help, please ....Port Install Problem, Google didn't help!

2007-04-28 Thread Bill Moran
Reshmakov Roman <[EMAIL PROTECTED]> wrote:
>
> after 'make' type 'make deinstall && make install'

I've found that a "make clean" frequently cleans up this problem as well,
which basically seems to be the result of the port system somehow losing
track of the fact that a particular dependency is already installed.

> > Hello
> 
> > I am trying to run a perl script connecting a mysql50 database on a
> > freebsd61 box.
> 
> > But I get this error:
> > Can't locate Mysql.pm in @INC (@INC contains:
> > /usr/local/lib/perl5/5.8.8/BSDPAN
> > /usr/local/lib/perl5/site_perl/5.8.8/mach
> > /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl
> > /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at..
> 
> > But when I want to install perl database driver, I get this error:
> 
> > localhost# make install clean
> ===>>   p5-DBD-mysql50-4. depends on file:
> > /usr/local/lib/perl5/site_perl/5.8.8/mach/DBI.pm - found
> ===>>   p5-DBD-mysql50-4. depends on file: /usr/local/bin/perl5.8.8 -
> > found
> ===>>   p5-DBD-mysql50-4. depends on shared library: mysqlclient.15 - not
> > found
> ===>>Verifying install for mysqlclient.15 in
> > /usr/ports/databases/mysql50-client
> ===>>  Installing for mysql-client-5.0.27
> ===>>   Generating temporary packing list
> ===>>  Checking if databases/mysql50-client already installed
> ===>>   mysql-client-5.0.27 is already installed
> >   You may wish to ``make deinstall'' and install this port again
> >   by ``make reinstall'' to upgrade it properly.
> >   If you really wish to overwrite the old port of
> > databases/mysql50-client
> >   without deleting it first, set the variable "FORCE_PKG_REGISTER"
> >   in your environment or the "make install" command line.
> > *** Error code 1
> 
> > Stop in /usr/ports/databases/mysql50-client.
> > *** Error code 1
> 
> > Stop in /usr/ports/databases/p5-DBD-mysql50.
> > localhost#
> 
> 
> > Please help and advise, what should I do? I have tried to google allready
> > but could not find any solution
> 
> 
> 
> 
> -- 
> Ñ óâàæåíèåì,
>  Reshmakov  mailto:[EMAIL PROTECTED]
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"


-- 
Bill Moran
http://www.potentialtech.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Help, please ....Port Install Problem, Google didn't help!

2007-04-28 Thread Reshmakov Roman
after 'make' type 'make deinstall && make install'



> Hello

> I am trying to run a perl script connecting a mysql50 database on a
> freebsd61 box.

> But I get this error:
> Can't locate Mysql.pm in @INC (@INC contains:
> /usr/local/lib/perl5/5.8.8/BSDPAN
> /usr/local/lib/perl5/site_perl/5.8.8/mach
> /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl
> /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at..

> But when I want to install perl database driver, I get this error:

> localhost# make install clean
===>>   p5-DBD-mysql50-4. depends on file:
> /usr/local/lib/perl5/site_perl/5.8.8/mach/DBI.pm - found
===>>   p5-DBD-mysql50-4. depends on file: /usr/local/bin/perl5.8.8 -
> found
===>>   p5-DBD-mysql50-4. depends on shared library: mysqlclient.15 - not
> found
===>>Verifying install for mysqlclient.15 in
> /usr/ports/databases/mysql50-client
===>>  Installing for mysql-client-5.0.27
===>>   Generating temporary packing list
===>>  Checking if databases/mysql50-client already installed
===>>   mysql-client-5.0.27 is already installed
>   You may wish to ``make deinstall'' and install this port again
>   by ``make reinstall'' to upgrade it properly.
>   If you really wish to overwrite the old port of
> databases/mysql50-client
>   without deleting it first, set the variable "FORCE_PKG_REGISTER"
>   in your environment or the "make install" command line.
> *** Error code 1

> Stop in /usr/ports/databases/mysql50-client.
> *** Error code 1

> Stop in /usr/ports/databases/p5-DBD-mysql50.
> localhost#


> Please help and advise, what should I do? I have tried to google allready
> but could not find any solution




-- 
Ñ óâàæåíèåì,
 Reshmakov  mailto:[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Help, please ....Port Install Problem, Google didn't help!

2007-04-28 Thread VeeJay

Hello

I am trying to run a perl script connecting a mysql50 database on a
freebsd61 box.

But I get this error:
Can't locate Mysql.pm in @INC (@INC contains:
/usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach
/usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl
/usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at..

But when I want to install perl database driver, I get this error:

localhost# make install clean
===>   p5-DBD-mysql50-4. depends on file:
/usr/local/lib/perl5/site_perl/5.8.8/mach/DBI.pm - found
===>   p5-DBD-mysql50-4. depends on file: /usr/local/bin/perl5.8.8 -
found
===>   p5-DBD-mysql50-4. depends on shared library: mysqlclient.15 - not
found
===>Verifying install for mysqlclient.15 in
/usr/ports/databases/mysql50-client
===>  Installing for mysql-client-5.0.27
===>   Generating temporary packing list
===>  Checking if databases/mysql50-client already installed
===>   mysql-client-5.0.27 is already installed
 You may wish to ``make deinstall'' and install this port again
 by ``make reinstall'' to upgrade it properly.
 If you really wish to overwrite the old port of
databases/mysql50-client
 without deleting it first, set the variable "FORCE_PKG_REGISTER"
 in your environment or the "make install" command line.
*** Error code 1

Stop in /usr/ports/databases/mysql50-client.
*** Error code 1

Stop in /usr/ports/databases/p5-DBD-mysql50.
localhost#


Please help and advise, what should I do? I have tried to google allready
but could not find any solution

--
Thanks!

BR / vj
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IBM / FreeBSD Install problem

2007-04-23 Thread Mark Tinguely

>  John Baldwin <[EMAIL PROTECTED]> says:
>
>  APIC IDs are not programmable (well, they are on I/O APICs, but not local=20
>  APICs).  However, I am working on patches to support all valid APIC IDs for=
>  =20
>  both mptable and MADT.  Bumping up NLAPICS as a temporary workaround should=
>  =20
>  suffice for now.
>
>  =2D-=20
>  John Baldwin

IMO, the quick solution also requires that MAX_APICID in
[amd64/amd64 | i386/i386]/local_apic.c needs to be changed
because lapic_create() checks if the passed apic_id > MAX_APICID.

Also in [amd64/amd64 | i386/i386]/mp_machdep.c checks in cpu_add()
if the passed apic_id >= MAXCPU. There are a couple other checks
in mp_machdep.c before converting to use the cpu_apic_ids[] array.

I was curious, and wrote up a patch file with the potential minor changes
for -current at http://www.casselton.com/~tinguely/acpicid.patch .
I saw one more change needed to use on FreeBSD 6.2-RELEASE.

--Mark Tinguely
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IBM / FreeBSD Install problem

2007-04-23 Thread John Baldwin
On Monday 23 April 2007 02:51:19 pm Mark Tinguely wrote:
> 
> >  John Baldwin <[EMAIL PROTECTED]> says:
> >
> >  APIC IDs are not programmable (well, they are on I/O APICs, but not 
local=20
> >  APICs).  However, I am working on patches to support all valid APIC IDs 
for=
> >  =20
> >  both mptable and MADT.  Bumping up NLAPICS as a temporary workaround 
should=
> >  =20
> >  suffice for now.
> >
> >  =2D-=20
> >  John Baldwin
> 
> IMO, the quick solution also requires that MAX_APICID in
> [amd64/amd64 | i386/i386]/local_apic.c needs to be changed
> because lapic_create() checks if the passed apic_id > MAX_APICID.
> 
> Also in [amd64/amd64 | i386/i386]/mp_machdep.c checks in cpu_add()
> if the passed apic_id >= MAXCPU. There are a couple other checks
> in mp_machdep.c before converting to use the cpu_apic_ids[] array.
> 
> I was curious, and wrote up a patch file with the potential minor changes
> for -current at http://www.casselton.com/~tinguely/acpicid.patch .
> I saw one more change needed to use on FreeBSD 6.2-RELEASE.

What I have so far is somewhat similar, but goes ahead and allows the full 
range of APIC IDs while trying to still honor MAXCPU correctly.  I haven't 
ported it to i386 yet, nor compiled it yet, much less booted it. :)  I hope 
to at least get it booted on amd64 today.

-- 
John Baldwin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IBM / FreeBSD Install problem

2007-04-23 Thread John Baldwin
On Thursday 19 April 2007 03:11:32 pm Dag-Erling Smørgrav wrote:
> Mark Tinguely <[EMAIL PROTECTED]> writes:
> > I suggested that in email too, but looking closer, I think the MAXCPU
> > needs to be increased because the cpu number uses the apic_id. Or could
> > that be changed with a logical CPU to APIC ID lookup?
> >
> > Isn't the APIC IDs programmable? not that I am suggesting that, I
> > can think of headaches of all the places (like interrupt tables)
> > where it needs to be changed, not to mention the worry that the
> > lower APIC IDs were assigned to IOAPICs.
> 
> I don't know, you'd have to ask jhb@ about the details.

APIC IDs are not programmable (well, they are on I/O APICs, but not local 
APICs).  However, I am working on patches to support all valid APIC IDs for 
both mptable and MADT.  Bumping up NLAPICS as a temporary workaround should 
suffice for now.

-- 
John Baldwin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: IBM / FreeBSD Install problem

2007-04-19 Thread Murray Taylor
Thanks all,

We will look into the code editting and see what we can get
however we are on an very short time frame so may not be able to 
slot it in before a maintenance slot where we need to be able to drop in
the box 'seamlessly' .

But I have noted the proposed fix provided on these lists into the red
book!

mjt
 

> -Original Message-
> From: Mark Tinguely [mailto:[EMAIL PROTECTED] 
> Sent: Friday, 20 April 2007 3:37 AM
> To: [EMAIL PROTECTED]; Murray Taylor
> Cc: [EMAIL PROTECTED]; freebsd-questions@freebsd.org
> Subject: Re: IBM / FreeBSD Install problem
> 
> >
> >  If you can either install without ACPI, or remove two of the CPUs
> >  during installation, this should be fairly easy to fix: change the
> >  definition of NLAPICS in 
> /usr/src/sys/{amd64,i386}/acpica/madt.c and
> >  rebuild your kernel, then boot with ACPI enabled and report back to
> >  us.
> >
> >  DES
> >  --=20
> >  Dag-Erling Sm=F8rgrav - [EMAIL PROTECTED]
> 
> I suggested that in email too, but looking closer, I think the MAXCPU
> needs to be increased because the cpu number uses the 
> apic_id. Or could
> that be changed with a logical CPU to APIC ID lookup?
> 
> Isn't the APIC IDs programmable? not that I am suggesting that, I
> can think of headaches of all the places (like interrupt tables)
> where it needs to be changed, not to mention the worry that the
> lower APIC IDs were assigned to IOAPICs.
> 
> --Mark Tinguely
> 
---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---

### This e-mail message has been scanned for Viruses by Bytecraft ###
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: IBM / FreeBSD Install problem

2007-04-19 Thread Murray Taylor
Thanks Jerry,

We have determined that our problem is related to the
god-awful mess known as ACPI.

With a single processor installed, it all boots fine, including
finding PCI busses 1 and 2  and the raid on the aac driver is
peachy!

With 2 or more processors installed, and ACPI enabled, it panics
with a madt error about id 38 is greater than the allowed max

And with ACPI disabled, it boots, but doesnt find PCI busses 1 and 2,
which is unfortunate as the RAID controller sits in PCI bus 1 
and the bge inet interface seems to be on PCI bus 2  

So at present we are on the FC6 path, which is obviously much
softer on the vagaries of ACPI and is ignoring the crap data returns.

mjt


> -Original Message-
> From: Jerry McAllister [mailto:[EMAIL PROTECTED] 
> Sent: Friday, 20 April 2007 12:40 AM
> To: Murray Taylor
> Cc: FreeBSD Mailing List; [EMAIL PROTECTED]
> Subject: Re: IBM / FreeBSD Install problem
> 
> On Thu, Apr 19, 2007 at 10:14:13AM +1000, Murray Taylor wrote:
> 
> > Server: IBM X3850 (88633SM)
> > CPU X 4: 40K2522
> > HDD X 6: 40K1051
> > IBM ServeRAID 8i: 39R8729
> > 
> > We are attempting to install FreeBSD 6.2-RELEASE onto this 
> machine and
> > are running into a problem getting the operating system to 
> recognise the
> > RAID controller. As a result not finding any disks when it comes to
> > installing the O/S.
> > 
> > We have attempted various modifications to the boot 
> process, including
> > the loading of an "aac" module, which according to the BSD website,
> > should provide support for this type of controller.
> 
> I have only installed on a couple of raids and so don't know about
> them all or even this one.   So, this might not apply to your 
> situation.
> But, I found that I had to study DMESG very carefully to find 
> out what 
> device to use for them.   The system seemed to put out a lot 
> of messages 
> that looked like other device names but in the end there was just one 
> little line that pointed to the correct one.The most 
> recent one was 
> a Dell Perc 3i or something like that and I had to run the fixit and 
> study the boot messages to figure it out.I don't have that one 
> available to look at what it turned out to be, but it was more simple 
> than I first thought from all the stuff it wrote out.  After mucking
> with fixit a bit, then sysinstall seemed to figure it out OK.  I don't
> remember actually changing anything - just fishing around a while.
> I may have run fdisk under fixit to look at things and maybe delete
> some slices.
> 
> So, rather than trying to change things right off, I would suggest
> looking carefully at stuff and trying to determine what it is already
> doing.
> 
> Anyway, good luck,
> 
> jerry
> 
> > 
> > When we attempt to boot to OS to install after making these above
> > modifications, the boot loader advises that this module 
> already appears
> > to be loaded, which contradicts what I believe. In any respect, it
> > doesn't work either way (with or without the module 
> manually loaded).
> > 
> > One side note (which i don't think is contributing) is that when I
> > attempt to start the boot loader with ACPI enabled, it 
> freezes with the
> > message "cpu id 38 too high". However if I boot the boot loader with
> > ACPI disabled, this message dissapears. It _may_ be a 
> possibility that a
> > bi-product of disabling the ACPI is causing the RAID 
> controller to have
> > issues. This appears to be an issue because of the X4 CPU count ??
> > 
> > That's a quick summary of the problem we have, and the 
> path(s) we have
> > been down to date to attempt to fix it. Any help you can 
> provide would
> > be very much appreciated. We are at the position now where we are
> > prepared to pay for consulting services to get it going.
> > 
> > Dave Faulkner / Murray Taylor
> > 
> > Bytecraft Systems
> > 
> > 
> > --
> > 
> > "Any intelligent fool can make things bigger and more complex... It
> > takes a
> > touch of genius - and a lot of courage to move in the opposite
> > direction."
> > --Albert Einstein 
> > ---
> > The information transmitted in this e-mail is for the exclusive
> > use of the intended addressee and may contain confidential
> > and/or privileged material. Any review, re-transmission,
> > dissemination or other use of it, or the taking of any action
> > in reliance upon this in

Re: IBM / FreeBSD Install problem

2007-04-19 Thread Dag-Erling Smørgrav
Mark Tinguely <[EMAIL PROTECTED]> writes:
> I suggested that in email too, but looking closer, I think the MAXCPU
> needs to be increased because the cpu number uses the apic_id. Or could
> that be changed with a logical CPU to APIC ID lookup?
>
> Isn't the APIC IDs programmable? not that I am suggesting that, I
> can think of headaches of all the places (like interrupt tables)
> where it needs to be changed, not to mention the worry that the
> lower APIC IDs were assigned to IOAPICs.

I don't know, you'd have to ask jhb@ about the details.

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IBM / FreeBSD Install problem

2007-04-19 Thread Mark Tinguely
>
>  If you can either install without ACPI, or remove two of the CPUs
>  during installation, this should be fairly easy to fix: change the
>  definition of NLAPICS in /usr/src/sys/{amd64,i386}/acpica/madt.c and
>  rebuild your kernel, then boot with ACPI enabled and report back to
>  us.
>
>  DES
>  --=20
>  Dag-Erling Sm=F8rgrav - [EMAIL PROTECTED]

I suggested that in email too, but looking closer, I think the MAXCPU
needs to be increased because the cpu number uses the apic_id. Or could
that be changed with a logical CPU to APIC ID lookup?

Isn't the APIC IDs programmable? not that I am suggesting that, I
can think of headaches of all the places (like interrupt tables)
where it needs to be changed, not to mention the worry that the
lower APIC IDs were assigned to IOAPICs.

--Mark Tinguely
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IBM / FreeBSD Install problem

2007-04-19 Thread Dag-Erling Smørgrav
"Murray Taylor" <[EMAIL PROTECTED]> writes:
> We are attempting to install FreeBSD 6.2-RELEASE onto this machine and
> are running into a problem getting the operating system to recognise the
> RAID controller. As a result not finding any disks when it comes to
> installing the O/S.
>
> We have attempted various modifications to the boot process, including
> the loading of an "aac" module, which according to the BSD website,
> should provide support for this type of controller.

Excuse me for asking a stupid question, but did you define an array
before attempting to install FreeBSD?  The aac driver won't attach
individual disks, it will only attached defined arrays.

> When we attempt to boot to OS to install after making these above
> modifications, the boot loader advises that this module already appears
> to be loaded, which contradicts what I believe. In any respect, it
> doesn't work either way (with or without the module manually loaded).

The loader is correct, aac is included in GENERIC.

> One side note (which i don't think is contributing) is that when I
> attempt to start the boot loader with ACPI enabled, it freezes with the
> message "cpu id 38 too high". However if I boot the boot loader with
> ACPI disabled, this message dissapears. It _may_ be a possibility that a
> bi-product of disabling the ACPI is causing the RAID controller to have
> issues. This appears to be an issue because of the X4 CPU count ??

It appears the server uses non-consecutive CPU numbers, and we use a
static array with 32 slots, indexed by CPU number, to hold information
about the CPUs (or rather the local APICs they contain).

If you can either install without ACPI, or remove two of the CPUs
during installation, this should be fairly easy to fix: change the
definition of NLAPICS in /usr/src/sys/{amd64,i386}/acpica/madt.c and
rebuild your kernel, then boot with ACPI enabled and report back to
us.

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IBM / FreeBSD Install problem

2007-04-19 Thread Jerry McAllister
On Thu, Apr 19, 2007 at 10:14:13AM +1000, Murray Taylor wrote:

> Server: IBM X3850 (88633SM)
> CPU X 4: 40K2522
> HDD X 6: 40K1051
> IBM ServeRAID 8i: 39R8729
> 
> We are attempting to install FreeBSD 6.2-RELEASE onto this machine and
> are running into a problem getting the operating system to recognise the
> RAID controller. As a result not finding any disks when it comes to
> installing the O/S.
> 
> We have attempted various modifications to the boot process, including
> the loading of an "aac" module, which according to the BSD website,
> should provide support for this type of controller.

I have only installed on a couple of raids and so don't know about
them all or even this one.   So, this might not apply to your situation.
But, I found that I had to study DMESG very carefully to find out what 
device to use for them.   The system seemed to put out a lot of messages 
that looked like other device names but in the end there was just one 
little line that pointed to the correct one.The most recent one was 
a Dell Perc 3i or something like that and I had to run the fixit and 
study the boot messages to figure it out.I don't have that one 
available to look at what it turned out to be, but it was more simple 
than I first thought from all the stuff it wrote out.  After mucking
with fixit a bit, then sysinstall seemed to figure it out OK.  I don't
remember actually changing anything - just fishing around a while.
I may have run fdisk under fixit to look at things and maybe delete
some slices.

So, rather than trying to change things right off, I would suggest
looking carefully at stuff and trying to determine what it is already
doing.

Anyway, good luck,

jerry

> 
> When we attempt to boot to OS to install after making these above
> modifications, the boot loader advises that this module already appears
> to be loaded, which contradicts what I believe. In any respect, it
> doesn't work either way (with or without the module manually loaded).
> 
> One side note (which i don't think is contributing) is that when I
> attempt to start the boot loader with ACPI enabled, it freezes with the
> message "cpu id 38 too high". However if I boot the boot loader with
> ACPI disabled, this message dissapears. It _may_ be a possibility that a
> bi-product of disabling the ACPI is causing the RAID controller to have
> issues. This appears to be an issue because of the X4 CPU count ??
> 
> That's a quick summary of the problem we have, and the path(s) we have
> been down to date to attempt to fix it. Any help you can provide would
> be very much appreciated. We are at the position now where we are
> prepared to pay for consulting services to get it going.
> 
> Dave Faulkner / Murray Taylor
> 
> Bytecraft Systems
> 
> 
> --
> 
> "Any intelligent fool can make things bigger and more complex... It
> takes a
> touch of genius - and a lot of courage to move in the opposite
> direction."
> --Albert Einstein 
> ---
> The information transmitted in this e-mail is for the exclusive
> use of the intended addressee and may contain confidential
> and/or privileged material. Any review, re-transmission,
> dissemination or other use of it, or the taking of any action
> in reliance upon this information by persons and/or entities
> other than the intended recipient is prohibited. If you
> received this in error, please inform the sender and/or
> addressee immediately and delete the material. 
> 
> E-mails may not be secure, may contain computer viruses and
> may be corrupted in transmission. Please carefully check this
> e-mail (and any attachment) accordingly. No warranties are
> given and no liability is accepted for any loss or damage
> caused by such matters.
> ---
> 
> ### This e-mail message has been scanned for Viruses by Bytecraft ###
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FW: IBM / FreeBSD Install problem - more part 2

2007-04-18 Thread Murray Taylor


 BTW we have also successfully booted the 
'offending box' with FC4 and it all came up ok.
This should rule out hardware issues I hope.

Is there a way to force a (re)scan of the other PCI
busses ??

Or is there a hint.??? line I can add?

mjt

-Original Message-
From: Murray Taylor 
Sent: Thursday, 19 April 2007 11:26 AM
To: FreeBSD Mailing List; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: IBM / FreeBSD Install problem - more

OK -- at present I cannot get a 6.2 install disk
to get anywhere further.

Trying FreeSBIE 2.0.1  (aka 6.2) I can get a boot
with 

set hint.acpi.0.disabled=1
set acpi_load=NO
boot -v

However it doesnt find the bge card nor has it found
an fxp card we have tried, so I cant get to dmesg output 
off the machine

What i have seen is that the ServeRAID 8i controller 
say it is on PCI bus 1:2:0

Nowhere in the boot log is pcib1 or any mention of
the physical pci bus 1

Just to test I booted an IBM pizza box x305 with the FreeSBIE disk
in the same fashion, and up comes its bge i/f, the boot -v logs 
show 

pcib0 , pcib1 , pcib2

along with their associated physical busses.

Any help  greatly welcomed

---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---

### This e-mail message has been scanned for Viruses by Bytecraft ###
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FW: IBM / FreeBSD Install problem - more

2007-04-18 Thread Murray Taylor

OK -- at present I cannot get a 6.2 install disk
to get anywhere further.

Trying FreeSBIE 2.0.1  (aka 6.2) I can get a boot
with 

set hint.acpi.0.disabled=1
set acpi_load=NO
boot -v

However it doesnt find the bge card nor has it found
an fxp card we have tried, so I cant get to dmesg output 
off the machine

What i have seen is that the ServeRAID 8i controller 
say it is on PCI bus 1:2:0

Nowhere in the boot log is pcib1 or any mention of
the physical pci bus 1

Just to test I booted an IBM pizza box x305 with the FreeSBIE disk
in the same fashion, and up comes its bge i/f, the boot -v logs 
show 

pcib0 , pcib1 , pcib2

along with their associated physical busses.

Any help  greatly welcomed

---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---

### This e-mail message has been scanned for Viruses by Bytecraft ###
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: IBM / FreeBSD Install problem

2007-04-18 Thread Murray Taylor




From: Derek Ragona [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 18 April 2007 11:34 PM
To: Murray Taylor; FreeBSD Mailing List
Cc: [EMAIL PROTECTED]
Subject: Re: IBM / FreeBSD Install problem


At 07:07 AM 4/18/2007, Murray Taylor wrote:


Server: IBM X3850 (88633SM)
CPU X 4: 40K2522
HDD X 6: 40K1051
IBM ServeRAID 8i: 39R8729

We are attempting to install FreeBSD 6.2-RELEASE onto
this machine and
are running into a problem getting the operating system
to recognise the
RAID controller. As a result not finding any disks when
it comes to
installing the O/S.

We have attempted various modifications to the boot
process, including
the loading of an "aac" module, which according to the
BSD website,
should provide support for this type of controller.

When we attempt to boot to OS to install after making
these above
modifications, the boot loader advises that this module
already appears
to be loaded, which contradicts what I believe. In any
respect, it
doesn't work either way (with or without the module
manually loaded).

One side note (which i don't think is contributing) is
that when I
attempt to start the boot loader with ACPI enabled, it
freezes with the
message "cpu id 38 too high". However if I boot the boot
loader with
ACPI disabled, this message dissapears. It _may_ be a
possibility that a
bi-product of disabling the ACPI is causing the RAID
controller to have
issues. This appears to be an issue because of the X4
CPU count ??

That's a quick summary of the problem we have, and the
path(s) we have
been down to date to attempt to fix it. Any help you can
provide would
be very much appreciated. We are at the position now
where we are
prepared to pay for consulting services to get it going.

Dave Faulkner / Murray Taylor

Bytecraft Systems



Are you creating an Array before you try the installation?

What does the console show for the recognized hardware, and not
recognized hardware?
  You can boot from CD and run dmesg to get this information.

-Derek

 
The array is already created...
 
The hardware for the RAID array _and_ the bge interface are not found.

Murray Taylor

Special Projects Engineer
Bytecraft Systems

P: +61 3 8710 2555
F: +61 3 8710 2599
D: +61 3 9238 4275
E: [EMAIL PROTECTED] 


--

"Any intelligent fool can make things bigger and more complex... It
takes a
touch of genius - and a lot of courage to move in the opposite
direction."
--Albert Einstein 


 
---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---

### This e-mail message has been scanned for Viruses by Bytecraft ###
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FW: IBM / FreeBSD Install problem - more part 2

2007-04-18 Thread Murray Taylor
 BTW we have also successfully booted the 
'offending box' with FC4 and it all came up ok.
This should rule out hardware issues I hope.

Is there a way to force a (re)scan of the other PCI
busses ??

Or is there a hint.??? line I can add?

mjt

-Original Message-
From: Murray Taylor 
Sent: Thursday, 19 April 2007 11:26 AM
To: FreeBSD Mailing List; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: IBM / FreeBSD Install problem - more

OK -- at present I cannot get a 6.2 install disk
to get anywhere further.

Trying FreeSBIE 2.0.1  (aka 6.2) I can get a boot
with 

set hint.acpi.0.disabled=1
set acpi_load=NO
boot -v

However it doesnt find the bge card nor has it found
an fxp card we have tried, so I cant get to dmesg output 
off the machine

What i have seen is that the ServeRAID 8i controller 
say it is on PCI bus 1:2:0

Nowhere in the boot log is pcib1 or any mention of
the physical pci bus 1

Just to test I booted an IBM pizza box x305 with the FreeSBIE disk
in the same fashion, and up comes its bge i/f, the boot -v logs 
show 

pcib0 , pcib1 , pcib2

along with their associated physical busses.

Any help  greatly welcomed

---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---

### This e-mail message has been scanned for Viruses by Bytecraft ###
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


IBM / FreeBSD Install problem - more

2007-04-18 Thread Murray Taylor
OK -- at present I cannot get a 6.2 install disk
to get anywhere further.

Trying FreeSBIE 2.0.1  (aka 6.2) I can get a boot
with 

set hint.acpi.0.disabled=1
set acpi_load=NO
boot -v

However it doesnt find the bge card nor has it found
an fxp card we have tried, so I cant get to dmesg output 
off the machine

What i have seen is that the ServeRAID 8i controller 
say it is on PCI bus 1:2:0

Nowhere in the boot log is pcib1 or any mention of
the physical pci bus 1

Just to test I booted an IBM pizza box x305 with the FreeSBIE disk
in the same fashion, and up comes its bge i/f, the boot -v logs 
show 

pcib0 , pcib1 , pcib2

along with their associated physical busses.

Any help  greatly welcomed

---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---

### This e-mail message has been scanned for Viruses by Bytecraft ###
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


IBM / FreeBSD Install problem

2007-04-18 Thread Murray Taylor
Server: IBM X3850 (88633SM)
CPU X 4: 40K2522
HDD X 6: 40K1051
IBM ServeRAID 8i: 39R8729

We are attempting to install FreeBSD 6.2-RELEASE onto this machine and
are running into a problem getting the operating system to recognise the
RAID controller. As a result not finding any disks when it comes to
installing the O/S.

We have attempted various modifications to the boot process, including
the loading of an "aac" module, which according to the BSD website,
should provide support for this type of controller.

When we attempt to boot to OS to install after making these above
modifications, the boot loader advises that this module already appears
to be loaded, which contradicts what I believe. In any respect, it
doesn't work either way (with or without the module manually loaded).

One side note (which i don't think is contributing) is that when I
attempt to start the boot loader with ACPI enabled, it freezes with the
message "cpu id 38 too high". However if I boot the boot loader with
ACPI disabled, this message dissapears. It _may_ be a possibility that a
bi-product of disabling the ACPI is causing the RAID controller to have
issues. This appears to be an issue because of the X4 CPU count ??

That's a quick summary of the problem we have, and the path(s) we have
been down to date to attempt to fix it. Any help you can provide would
be very much appreciated. We are at the position now where we are
prepared to pay for consulting services to get it going.

Dave Faulkner / Murray Taylor

Bytecraft Systems


--

"Any intelligent fool can make things bigger and more complex... It
takes a
touch of genius - and a lot of courage to move in the opposite
direction."
--Albert Einstein 
---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---

### This e-mail message has been scanned for Viruses by Bytecraft ###
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IBM / FreeBSD Install problem

2007-04-18 Thread Derek Ragona

At 07:07 AM 4/18/2007, Murray Taylor wrote:

Server: IBM X3850 (88633SM)
CPU X 4: 40K2522
HDD X 6: 40K1051
IBM ServeRAID 8i: 39R8729

We are attempting to install FreeBSD 6.2-RELEASE onto this machine and
are running into a problem getting the operating system to recognise the
RAID controller. As a result not finding any disks when it comes to
installing the O/S.

We have attempted various modifications to the boot process, including
the loading of an "aac" module, which according to the BSD website,
should provide support for this type of controller.

When we attempt to boot to OS to install after making these above
modifications, the boot loader advises that this module already appears
to be loaded, which contradicts what I believe. In any respect, it
doesn't work either way (with or without the module manually loaded).

One side note (which i don't think is contributing) is that when I
attempt to start the boot loader with ACPI enabled, it freezes with the
message "cpu id 38 too high". However if I boot the boot loader with
ACPI disabled, this message dissapears. It _may_ be a possibility that a
bi-product of disabling the ACPI is causing the RAID controller to have
issues. This appears to be an issue because of the X4 CPU count ??

That's a quick summary of the problem we have, and the path(s) we have
been down to date to attempt to fix it. Any help you can provide would
be very much appreciated. We are at the position now where we are
prepared to pay for consulting services to get it going.

Dave Faulkner / Murray Taylor

Bytecraft Systems


Are you creating an Array before you try the installation?

What does the console show for the recognized hardware, and not recognized 
hardware?  You can boot from CD and run dmesg to get this information.


-Derek

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


IBM / FreeBSD Install problem

2007-04-18 Thread Murray Taylor
Server: IBM X3850 (88633SM)
CPU X 4: 40K2522
HDD X 6: 40K1051
IBM ServeRAID 8i: 39R8729

We are attempting to install FreeBSD 6.2-RELEASE onto this machine and
are running into a problem getting the operating system to recognise the
RAID controller. As a result not finding any disks when it comes to
installing the O/S.

We have attempted various modifications to the boot process, including
the loading of an "aac" module, which according to the BSD website,
should provide support for this type of controller.

When we attempt to boot to OS to install after making these above
modifications, the boot loader advises that this module already appears
to be loaded, which contradicts what I believe. In any respect, it
doesn't work either way (with or without the module manually loaded).

One side note (which i don't think is contributing) is that when I
attempt to start the boot loader with ACPI enabled, it freezes with the
message "cpu id 38 too high". However if I boot the boot loader with
ACPI disabled, this message dissapears. It _may_ be a possibility that a
bi-product of disabling the ACPI is causing the RAID controller to have
issues. This appears to be an issue because of the X4 CPU count ??

That's a quick summary of the problem we have, and the path(s) we have
been down to date to attempt to fix it. Any help you can provide would
be very much appreciated. We are at the position now where we are
prepared to pay for consulting services to get it going.

Dave Faulkner / Murray Taylor

Bytecraft Systems


--

"Any intelligent fool can make things bigger and more complex... It
takes a
touch of genius - and a lot of courage to move in the opposite
direction."
--Albert Einstein 

---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---

### This e-mail message has been scanned for Viruses by Bytecraft ###
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Java install problem

2007-02-21 Thread Kevin Kinsey

AN wrote:
I just downloaded and installed the 2 packages from the 
freebsdfoundation.org website, diablo-jre-freebsd6.i386.1.5.0.07.01.tbz 
and diablo-jdk-freebsd6.i386.1.5.0.07.01.tbz.  However, when I restart 
Seamonkey or Firefox Java is not enabled.


There were no messages after the packages installed indicating any more 
steps were necessary for configuration.  Maybe some links need to be 
created that were not done in the install?  I thought these packages 
were just supposed to work.




Disclaimer:  IANAE, but I do have Java running ATM with Seamonkey.

Do you have 
/usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so ?

Or something similar?

If so, make a link to it in /usr/local/lib/browser_plugins/ and restart 
the browser.  Worked for me; although, I had done this previously and 
somehow "lost" the installation during a recent portupgrade.  I'm pretty 
sure there's some magic in /etc/libmap.conf, also, but I think the port 
is supposed to do that for you


Kevin Kinsey
--
Whatever became of eternal truth?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Java install problem

2007-02-21 Thread AN
I just downloaded and installed the 2 packages from the 
freebsdfoundation.org website, diablo-jre-freebsd6.i386.1.5.0.07.01.tbz 
and diablo-jdk-freebsd6.i386.1.5.0.07.01.tbz.  However, when I restart 
Seamonkey or Firefox Java is not enabled.


There were no messages after the packages installed indicating any more 
steps were necessary for configuration.  Maybe some links need to be 
created that were not done in the install?  I thought these packages were 
just supposed to work.


Any help is appreciated.

TIA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Port upgrade/install problem: MySQL and Perl I/F

2007-02-03 Thread Ted Mittelstaedt
Stuff like this happens, you can e-mail the port maintainer and
bitch him out for making a stupid change to the dependency
requirement, or you can simply dispense with ports, download
the perl module and compile and install it "the old fashioned way"

You ought to have nuked and repaved that server, your just lucky
that this very minor thing was the only thing that blew up.

Ted

- Original Message - 
From: "Robert Inder" <[EMAIL PROTECTED]>
To: 
Sent: Saturday, February 03, 2007 11:58 AM
Subject: Port upgrade/install problem: MySQL and Perl I/F


> p5-DBD-mysql50 and mysql itself
> Date: 03 Feb 2007 19:58:22 +
> Message-ID: <[EMAIL PROTECTED]>
> Lines: 128
> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3
> MIME-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
>
>
> I've upgraded Perl (via "portupgrade"), but the ports I need
> to re-install to restore my perl-to-MySQL interface won't!
>
> I'm working on a rather long-neglected server running
>
>  FreeBSD 5.2.1-RELEASE-p7 FreeBSD 5.2.1-RELEASE-p7
>
> It was running Perl 5.6, but I'm trying to install some code that
> needs 5.8.  So I did "cvsup" and then
>
> portupgrade -o lang/perl5.8 perl
>
> All went smoothly, and "perl-after-upgrade" gave me a list of
> perl packages to re-install, and I did "portupgrade" on each of them.
>
> Super!
>
> EXCEPT for the Perl to MySQL interface package:  p5-DBD-mysql50
>
> This is causing me two problems.
>
> Currently, "mysql" is installed and working.
>
> # pkg_info -Ia | grep mysql
> mysql-client-5.0.0_2 Multithreaded SQL database (client)
> mysql-server-5.0.0_2 Multithreaded SQL database (server)
>
> When I try to portupgrade the perl interface, it starts trying to
> build mysql for itself, even without a "-R" option.  And it does the
> same thing even if I change to the ports directory and type "make".
>
> I don't understand why it is doing that.  I am guessing the installed
> version of mysql is too old for the perl interface.  But I didn't
> think upgrade (or a port "make") would recurse unless "told" to
> But here's what it says...
>
> ===>   p5-DBD-mysql50-4. depends on file:
/usr/local/lib/perl5/site_perl/5.8.8/mach/DBI.pm - found
> ===>   p5-DBD-mysql50-4. depends on file:
/usr/local/bin/perl5.8.8 - found
> ===>   p5-DBD-mysql50-4. depends on shared library:
mysqlclient.15 - not found
> ===>Verifying install for mysqlclient.15 in
/usr/ports/databases/mysql50-client
> ===>  Building for mysql-client-5.0.33
>
> The second problem is that the mysql port won't actually compile.  It
> announces that it is "Configuring for mysql-client-5.0.33", and then
> proceeds to report a whole slew (hundreds) of "checking..." activities.
> About a dozen that start "pthread_", and some of them succeed.  Then
> it starts compling, but this process finishes with
>
> mkdir .libs
> cc -DDBUG_OFF -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE -o factorial
my_main.o factorial.o  libdbug.a ../mysys/libmysys.a
../strings/libmystrings.a -lcrypt -lm
> ../mysys/libmysys.a(my_thr_init.o): In function
`my_thread_global_end':
> my_thr_init.o(.text+0x1b7): undefined reference to
`pthread_cond_timedwait'
> *** Error code 1
>
> Stop in
/data/ports_build/usr/ports/databases/mysql50-client/work/mysql-5.0.33/dbug.
> *** Error code 1
>
> Stop in
/data/ports_build/usr/ports/databases/mysql50-client/work/mysql-5.0.33.
> *** Error code 1
>
> Stop in
/data/ports_build/usr/ports/databases/mysql50-client/work/mysql-5.0.33.
> *** Error code 1
>
> Stop in /usr/ports/databases/mysql50-client.
> *** Error code 1
>
> Stop in /usr/ports/databases/p5-DBD-mysql50.
>
> I've tried googling for this, but although I've found a handful of
> people with broadly similar problems, nobody has actually been offered
> anything I recognise as an applicable solution!
>
> The upshot of this is that the previous Perl application is now broken
> because it cannot access the MySQL database.
>
> So I need to either...
>
> get the latest MySQL port to compile, or
>
> somehow get p5-DBD-mysql50 to work with the existing MySQL.
>
> ...but I'm not sure how to start on either.
>
> Help?  Any advice welcome!
>
> I have tried putting the p5-DBD-mysql50 package back the way it was
> (albeit in a rather simple-minded way -- just copying
> /usr/ports/databases/p5-DBD-mysql50 from its sister machine).  But
> this didn't make any d

Port upgrade/install problem: MySQL and Perl I/F

2007-02-03 Thread Robert Inder
p5-DBD-mysql50 and mysql itself
Date: 03 Feb 2007 19:58:22 +
Message-ID: <[EMAIL PROTECTED]>
Lines: 128
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii


I've upgraded Perl (via "portupgrade"), but the ports I need
to re-install to restore my perl-to-MySQL interface won't!

I'm working on a rather long-neglected server running 

 FreeBSD 5.2.1-RELEASE-p7 FreeBSD 5.2.1-RELEASE-p7 

It was running Perl 5.6, but I'm trying to install some code that
needs 5.8.  So I did "cvsup" and then

portupgrade -o lang/perl5.8 perl

All went smoothly, and "perl-after-upgrade" gave me a list of
perl packages to re-install, and I did "portupgrade" on each of them.

Super!

EXCEPT for the Perl to MySQL interface package:  p5-DBD-mysql50

This is causing me two problems.

Currently, "mysql" is installed and working.

# pkg_info -Ia | grep mysql
mysql-client-5.0.0_2 Multithreaded SQL database (client)
mysql-server-5.0.0_2 Multithreaded SQL database (server)

When I try to portupgrade the perl interface, it starts trying to
build mysql for itself, even without a "-R" option.  And it does the
same thing even if I change to the ports directory and type "make".

I don't understand why it is doing that.  I am guessing the installed
version of mysql is too old for the perl interface.  But I didn't
think upgrade (or a port "make") would recurse unless "told" to
But here's what it says...

===>   p5-DBD-mysql50-4. depends on file: 
/usr/local/lib/perl5/site_perl/5.8.8/mach/DBI.pm - found
===>   p5-DBD-mysql50-4. depends on file: /usr/local/bin/perl5.8.8 - 
found
===>   p5-DBD-mysql50-4. depends on shared library: mysqlclient.15 - 
not found
===>Verifying install for mysqlclient.15 in 
/usr/ports/databases/mysql50-client
===>  Building for mysql-client-5.0.33

The second problem is that the mysql port won't actually compile.  It
announces that it is "Configuring for mysql-client-5.0.33", and then
proceeds to report a whole slew (hundreds) of "checking..." activities. 
About a dozen that start "pthread_", and some of them succeed.  Then
it starts compling, but this process finishes with

mkdir .libs
cc -DDBUG_OFF -O -pipe -mcpu=pentiumpro -D_THREAD_SAFE -o factorial 
my_main.o factorial.o  libdbug.a ../mysys/libmysys.a ../strings/libmystrings.a 
-lcrypt -lm
../mysys/libmysys.a(my_thr_init.o): In function `my_thread_global_end':
my_thr_init.o(.text+0x1b7): undefined reference to `pthread_cond_timedwait'
*** Error code 1

Stop in 
/data/ports_build/usr/ports/databases/mysql50-client/work/mysql-5.0.33/dbug.
*** Error code 1

Stop in 
/data/ports_build/usr/ports/databases/mysql50-client/work/mysql-5.0.33.
*** Error code 1

Stop in 
/data/ports_build/usr/ports/databases/mysql50-client/work/mysql-5.0.33.
*** Error code 1

Stop in /usr/ports/databases/mysql50-client.
*** Error code 1

Stop in /usr/ports/databases/p5-DBD-mysql50.

I've tried googling for this, but although I've found a handful of
people with broadly similar problems, nobody has actually been offered
anything I recognise as an applicable solution! 

The upshot of this is that the previous Perl application is now broken
because it cannot access the MySQL database.

So I need to either...

get the latest MySQL port to compile, or

somehow get p5-DBD-mysql50 to work with the existing MySQL.

...but I'm not sure how to start on either.

Help?  Any advice welcome!

I have tried putting the p5-DBD-mysql50 package back the way it was
(albeit in a rather simple-minded way -- just copying
/usr/ports/databases/p5-DBD-mysql50 from its sister machine).  But
this didn't make any difference.  It still decides that even this
version (which was working) is incompatible with the existing mysql...

boru/p5-DBD-mysql50# make   
===>  Vulnerability check disabled, database not found
===>  Extracting for p5-DBD-mysql50-2.9003
=> MD5 Checksum OK for DBD-mysql-2.9003.tar.gz.
===>   p5-DBD-mysql50-2.9003 depends on file: /usr/local/bin/perl5.8.8 - 
found
===>  Patching for p5-DBD-mysql50-2.9003
===>   p5-DBD-mysql50-2.9003 depends on file: /usr/local/bin/perl5.8.8 - 
found
===>   p5-DBD-mysql50-2.9003 depends on file: 
/usr/local/lib/perl5/site_perl/5.8.8/mach/DBI.pm - found
===>   p5-DBD-mysql50-2.9003 depends on file: /usr/local/bin/perl5.8.8 - 
found
===>   p5-DBD-mysql50-2.9003 depends on shared library: mysqlclient.15 - 
not found
:
:


Like the "current" version, this version claims it cannot find
mysqlclient.15.  And indeed, "locate" seems to confirm its absence...

# locate mysqlclient
/usr/local/lib/mysql/libmysqlclient.a
/usr/local/lib/mysql/libmysqlclient.so
/usr/local/lib/mysql/libmysqlclient.so.14
/usr/local/lib/mysql/libmysqlclient_r.a
/usr/local/lib/mysql/libmysqlclient_r.so
/usr/local/lib/mysql/libmysqlclient_r.so.14

I don

ACPI on Install Problem

2006-09-28 Thread Desmond Coughlan
Me again.  :-(
   
  After we'd realised that we were hitting our heads off the wall, and that the 
answer was in the mount points, we rushed upstairs to get an install underway.
   
  First diskette in ... second diskette  then it asked for the boot 
diskette again (boot.flp).
   
  Guess what happens then...
   
loading required module 'pci'
[ spinning baton for five minutes ]
   
  Then we get to the menu with the little FreeBSD demon, and we hit ENTER to 
take a default install.
   
ACPI autoload failed - no such file or directory
   
  And the machine hangs.
   
  Just like our heads ... in despair.  :-(
   
  D.


-
 Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet 
! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et 
vos expériences. Cliquez ici. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linux_base-fc4_9 install problem

2006-09-18 Thread Boris Samorodov
On Mon, 18 Sep 2006 19:24:46 +0300 Adrian Vraciu wrote:

> ===> Vulnerability check disabled, database not found
> ===> Extracting for linux_base-fc-4_9
> ===> linux_base-fc-4_9 depends on file: /usr/local/bin/rpm2cpio - found
> error reading header from package
> /usr/bin/cpio: premature end of archive
> *** Error code 1

> how can i fix that?

How did you install the port? What if you do a make checksum at the
port (you didn't show that output):
-
# cd /usr/ports/emulation/linux_base-fc4
# make checksum
-

WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


linux_base-fc4_9 install problem

2006-09-18 Thread Adrian Vraciu
===> Vulnerability check disabled, database not found
===> Extracting for linux_base-fc-4_9
===> linux_base-fc-4_9 depends on file: /usr/local/bin/rpm2cpio - found
error reading header from package
/usr/bin/cpio: premature end of archive
*** Error code 1

how can i fix that?
-- 
Best regards.
Adrian Vraciu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


#6.1 install problem#: can't find other linux partitions at the Partition Stage

2006-09-09 Thread ambrosehuang ambrose

I had install Gentoo Linux  on the /dev/hda (40G) , the partition table is
as following:
hda1  PrimaryLinux
ext3  98.71 M
hda5  Logical Linux swap /
Solaris  1019.94 M
hda6  Logical Linux
ext3  8891.53M
hda7  Logical Linux
ReiserFS  3076.26M
hda8  Logical Linux
ext3  6925.69M
  Pri/Log Free
Space20003.89M
I want to use the remaining 20G space to install FreeBSD 6.0-release . When
I  was installing freebsd 6.1-release  at  the Partition stage , the
Partition Program can't find any linux partition or the free 20G space, but
just displayed the whole disk.
I used the same  freebsd install disk  on other machine , everythin goes
well .Can't you tell me how to deal with this problem ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 6.1_RELEASE Install Problem

2006-05-11 Thread bc
Ok, let's assume for now that something was wrong with the makefile or 
there was a glitch in the make/install process.
(I have only updated once before so I have never had to recover from 
something like this.)


Would it be ok to simply repeat the entire process, minus the cvsup part?
Is it also possible that I answered some questions wrong in the first 
'mergemaster -p' go through?


Should I also  before I start 
#cd /usr/src
#make clean

Luke Dean wrote:



On Wed, 10 May 2006, bc wrote:


Ceri Davies wrote:


On 10/5/06 05:03, "bc" <[EMAIL PROTECTED]> wrote:


After make installworld I ran the final run thru of mergemaster and 
recived

this error:

ERROR CODE 64
FATAL ERROR: Cannot 'dc' into /usr/src/etc/ and install files to the
temproot environment.



Did you cut and paste that, or copy it in manually?

Ceri

Now that I am in front of the derver here is the full message (with a 
few lines before) pasted:


install -o root -g wheel -m 640  /dev/null 
/var/tmp/temproot/var/log/sendmail.st
install -o root -g wheel -m 644  freebsd.cf 
/var/tmp/temproot/etc/mail/sendmail.cf
install -o root -g wheel -m 444  freebsd.submit.cf 
/var/tmp/temproot/etc/mail/submit.cf
cd /usr/src/etc; install -o root -g wheel -m 644   
/var/tmp/temproot/etc/ssh

usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
 [-o owner] file1 file2
 install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
 [-o owner] file1 ... fileN directory
 install -d [-v] [-g group] [-m mode] [-o owner] directory ...
*** Error code 64

Stop in /usr/src/etc.

*** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
the temproot environment

/usr/src Walnut SuperUser#>


"install" is being run with a blank space where the program name 
should be.  That's what it's complaining about.  It does not look like 
a directory problem or a permissions problem.
I'd say that something is wrong with a makefile that builds ssh or 
with your "make" configuration.


I'm afraid I don't know enough about the "make" process to say more 
than that, but perhaps if you can specify which platform you're 
building for and the contents of /etc/make.conf somebody more 
knowledgable might be able to help.


Luke




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 6.1_RELEASE Install Problem

2006-05-10 Thread Luke Dean



On Wed, 10 May 2006, bc wrote:


Ceri Davies wrote:


On 10/5/06 05:03, "bc" <[EMAIL PROTECTED]> wrote:


After make installworld I ran the final run thru of mergemaster and 
recived

this error:

ERROR CODE 64
FATAL ERROR: Cannot 'dc' into /usr/src/etc/ and install files to the
temproot environment.



Did you cut and paste that, or copy it in manually?

Ceri

Now that I am in front of the derver here is the full message (with a few 
lines before) pasted:


install -o root -g wheel -m 640  /dev/null 
/var/tmp/temproot/var/log/sendmail.st
install -o root -g wheel -m 644  freebsd.cf 
/var/tmp/temproot/etc/mail/sendmail.cf
install -o root -g wheel -m 444  freebsd.submit.cf 
/var/tmp/temproot/etc/mail/submit.cf

cd /usr/src/etc; install -o root -g wheel -m 644   /var/tmp/temproot/etc/ssh
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
 [-o owner] file1 file2
 install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
 [-o owner] file1 ... fileN directory
 install -d [-v] [-g group] [-m mode] [-o owner] directory ...
*** Error code 64

Stop in /usr/src/etc.

*** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
the temproot environment

/usr/src Walnut SuperUser#>


"install" is being run with a blank space where the program name should 
be.  That's what it's complaining about.  It does not look like a 
directory problem or a permissions problem.
I'd say that something is wrong with a makefile that builds ssh or with 
your "make" configuration.


I'm afraid I don't know enough about the "make" process to say more than 
that, but perhaps if you can specify which platform you're building for 
and the contents of /etc/make.conf somebody more knowledgable might be 
able to help.


Luke
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 6.1_RELEASE Install Problem

2006-05-10 Thread bc

Ceri Davies wrote:


On 10/5/06 05:03, "bc" <[EMAIL PROTECTED]> wrote:

 


After make installworld I ran the final run thru of mergemaster and recived
this error:

ERROR CODE 64
FATAL ERROR: Cannot 'dc' into /usr/src/etc/ and install files to the
temproot environment.
   



Did you cut and paste that, or copy it in manually?

Ceri
 

Now that I am in front of the derver here is the full message (with a 
few lines before) pasted:


install -o root -g wheel -m 640  /dev/null 
/var/tmp/temproot/var/log/sendmail.st
install -o root -g wheel -m 644  freebsd.cf 
/var/tmp/temproot/etc/mail/sendmail.cf
install -o root -g wheel -m 444  freebsd.submit.cf 
/var/tmp/temproot/etc/mail/submit.cf

cd /usr/src/etc; install -o root -g wheel -m 644   /var/tmp/temproot/etc/ssh
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
  [-o owner] file1 file2
  install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
  [-o owner] file1 ... fileN directory
  install -d [-v] [-g group] [-m mode] [-o owner] directory ...
*** Error code 64

Stop in /usr/src/etc.

 *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
 the temproot environment

/usr/src Walnut SuperUser#>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


  1   2   3   >