-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
here's some of my bookmarks from dru lavigne's
stuff at oreilly on working with ports. the one
on portupgrade really helped jumpstart my learning
it.
http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html
http://www.onlamp.com/pub/a/bsd/2003/08
On Fri, May 20, 2005 at 09:17:32AM +1000, Timothy Smith wrote:
> Alex Zbyslaw wrote:
>
> >Kris Kennaway wrote:
> >
> >>On Fri, May 20, 2005 at 08:36:58AM +1000, Timothy Smith wrote:
> >>
> >>
> >>
> >>>yes sorry i jumped in without reading the man page for it's useage.
> >>>however some digging a
Alex Zbyslaw wrote:
Kris Kennaway wrote:
On Fri, May 20, 2005 at 08:36:58AM +1000, Timothy Smith wrote:
yes sorry i jumped in without reading the man page for it's useage.
however some digging and a few other helpful emails and TA DA!!! it
works!!!
i portupgraded freetype2, and then firefox bui
Kris Kennaway wrote:
On Fri, May 20, 2005 at 08:36:58AM +1000, Timothy Smith wrote:
yes sorry i jumped in without reading the man page for it's useage.
however some digging and a few other helpful emails and TA DA!!! it works!!!
i portupgraded freetype2, and then firefox built successfully.
i wa
On Fri, May 20, 2005 at 08:36:58AM +1000, Timothy Smith wrote:
> yes sorry i jumped in without reading the man page for it's useage.
> however some digging and a few other helpful emails and TA DA!!! it works!!!
> i portupgraded freetype2, and then firefox built successfully.
> i was under the imp
Kris Kennaway wrote:
On Fri, May 20, 2005 at 07:51:48AM +1000, Timothy Smith wrote:
nsFontMetricsPS.cpp:1633: `struct FTC_ImageTypeRec_' has no member named
`face_id'
Make sure your freetype port is up-to-date and that you don't have
stale freetype files installed from a previous no
On Fri, May 20, 2005 at 07:51:48AM +1000, Timothy Smith wrote:
> >>nsFontMetricsPS.cpp:1633: `struct FTC_ImageTypeRec_' has no member named
> >>`face_id'
> >>
> >>
> >
> >Make sure your freetype port is up-to-date and that you don't have
> >stale freetype files installed from a previous non-po
On May 19, 2005, at 5:51 PM, Timothy Smith wrote:
Kris Kennaway wrote:
On Fri, May 20, 2005 at 07:33:43AM +1000, Timothy Smith wrote:
Alex Zbyslaw wrote:
Timothy Smith wrote:
it didn't like it too much. i did pkg_delete on the old version
then i ran portinstall www/firefox
which compiled for
Kris Kennaway wrote:
On Fri, May 20, 2005 at 07:33:43AM +1000, Timothy Smith wrote:
Alex Zbyslaw wrote:
Timothy Smith wrote:
it didn't like it too much. i did pkg_delete on the old version then
i ran portinstall www/firefox
which compiled for a bit then gave the following error
gma
On Fri, May 20, 2005 at 07:33:43AM +1000, Timothy Smith wrote:
> Alex Zbyslaw wrote:
>
> >Timothy Smith wrote:
> >
> >>it didn't like it too much. i did pkg_delete on the old version then
> >>i ran portinstall www/firefox
> >>which compiled for a bit then gave the following error
> >>
> >>
> >>gm
Alex Zbyslaw wrote:
Timothy Smith wrote:
it didn't like it too much. i did pkg_delete on the old version then
i ran portinstall www/firefox
which compiled for a bit then gave the following error
gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla'
gmake: *** [default] Error 2
*** Err
Timothy Smith wrote:
it didn't like it too much. i did pkg_delete on the old version then i
ran portinstall www/firefox
which compiled for a bit then gave the following error
gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla'
gmake: *** [default] Error 2
*** Error code 2
This isn't
It's time consuming to be sure, but cd /usr/ports && make clean?
Just going through anything obvious here.
On Thu, 19 May 2005, Timothy Smith wrote:
Josh Ockert wrote:
a tmp file? thats odd...
looks like you have some cruft hanging about
i would try booting to single-user, rm -Rf ing /tmp, rebootin
You could install portmanager, use portmanager -u and do excludes on ports
that you suspect might break something else if upgraded.
That, and a portmanager -s will give you a nice view of the state of your
ports tree. Perhaps you'll see something you hadn't caught before?
On Thu, 19 May 2005,
albi wrote:
On Thu, 19 May 2005 19:54:07 +1000
Timothy Smith <[EMAIL PROTECTED]> wrote:
a very wild guess, perhaps you made your /tmp nosuid and noexec, and now
compilation fails because of that ?
(for me firefox compiled fine from ports some days ago, firefox-1.0.4,1)
drwxrwxrwt 9 root
On Thu, 19 May 2005 19:54:07 +1000
Timothy Smith <[EMAIL PROTECTED]> wrote:
> >a very wild guess, perhaps you made your /tmp nosuid and noexec, and now
> >compilation fails because of that ?
> >
> >(for me firefox compiled fine from ports some days ago, firefox-1.0.4,1)
> >
> >
> drwxrwxrwt 9 ro
albi wrote:
On Thu, 19 May 2005 19:36:10 +1000
Timothy Smith <[EMAIL PROTECTED]> wrote:
Stop in /usr/ports/www/firefox.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portinstall92181.0 make reinstall
a very wild guess, perhaps you made your /tmp nosuid and noexec, and now
compi
On Thu, 19 May 2005 19:36:10 +1000
Timothy Smith <[EMAIL PROTECTED]> wrote:
> Stop in /usr/ports/www/firefox.
> ** Command failed [exit code 1]: /usr/bin/script -qa
> /tmp/portinstall92181.0 make reinstall
a very wild guess, perhaps you made your /tmp nosuid and noexec, and now
compilation fails
Josh Ockert wrote:
a tmp file? thats odd...
looks like you have some cruft hanging about
i would try booting to single-user, rm -Rf ing /tmp, rebooting, and then:
cd /usr/ports
make update (assuming you have set up your cvsup stuff to work nicely with this)
cd /usr/ports/www/firefox
make clean
make
Timothy Smith wrote:
Alex Zbyslaw wrote:
Timothy Smith wrote:
Alex Zbyslaw wrote:
Why aren't you compiling this from the port? With a port someone
has already gone to the trouble of making FreeBSD specific patches
to fix things like configuration issues. Is there a reason for
trying to re-inve
On Thursday 19 May 2005 08:19, Timothy Smith wrote:
> Alex Zbyslaw wrote:
> > Timothy Smith wrote:
> >> i've gotten futher, i've found you can't compile it with make, you
> >> need to use gmake. sunbird compiled fine, however firefox errors with
> >>
> >> +++ making chrome /usr/home/timothy/mozilla
Alex Zbyslaw wrote:
Timothy Smith wrote:
Alex Zbyslaw wrote:
Why aren't you compiling this from the port? With a port someone
has already gone to the trouble of making FreeBSD specific patches
to fix things like configuration issues. Is there a reason for
trying to re-invent all those wheels?
Timothy Smith wrote:
Alex Zbyslaw wrote:
Why aren't you compiling this from the port? With a port someone has
already gone to the trouble of making FreeBSD specific patches to fix
things like configuration issues. Is there a reason for trying to
re-invent all those wheels?
well whats the las
Alex Zbyslaw wrote:
Timothy Smith wrote:
i've gotten futher, i've found you can't compile it with make, you
need to use gmake. sunbird compiled fine, however firefox errors with
+++ making chrome /usr/home/timothy/mozilla/netwerk/resources =>
../../dist/bin/chrome/en-US.jar
error: file '../../t
On Mon, 16 May 2005 11:53:53 -0500 (CDT)
Tony Shadwick <[EMAIL PROTECTED]> wrote:
> Then I'd suggest doing the following:
>
> pkg_add -r cvsup-without-gui
> pkg_add -r fastest-cvsup
(pkg_add -r fastest_cvsup)
> pkg_add -r portinstall
> pkg_add -r portupgrade
> pkg_add -r portdowngrade
> pkg_add
To say what he said a bit more nicely, do a quick read on cvsup in the
freebsd handbook. When you've read and understand, make a supfile that
updates your ports tree to your liking with tag=.
Then I'd suggest doing the following:
pkg_add -r cvsup-without-gui
pkg_add -r fastest-cvsup
pkg_add -r
Timothy Smith wrote:
i've gotten futher, i've found you can't compile it with make, you
need to use gmake. sunbird compiled fine, however firefox errors with
+++ making chrome /usr/home/timothy/mozilla/netwerk/resources =>
../../dist/bin/chrome/en-US.jar
error: file '../../toolkit/locales/en-US
Timothy Smith wrote:
Alex Zbyslaw wrote:
Timothy Smith wrote:
./configure gets
*** The libIDL-config script installed by libIDL could not be found
*** If libIDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the LIBIDL_CONFIG environment variable to the
*** full path to l
Alex Zbyslaw wrote:
Timothy Smith wrote:
./configure gets
*** The libIDL-config script installed by libIDL could not be found
*** If libIDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the LIBIDL_CONFIG environment variable to the
*** full path to libIDL-config.
checkin
Timothy Smith wrote:
./configure gets
*** The libIDL-config script installed by libIDL could not be found
*** If libIDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the LIBIDL_CONFIG environment variable to the
*** full path to libIDL-config.
checking for orbit-config..
Alex Zbyslaw wrote:
Timothy Smith wrote:
Or try:
setenv LIBIDL_CONFIG `which libIDL-config-2`
or it {ba,z}sh equivalent.
--Alex
ok i just did the following ( i must have mis typed the first tiem or
something ) and the ./configure finished, but it get "Makefile", line
406: Missing dependency ope
Timothy Smith wrote:
Or try:
setenv LIBIDL_CONFIG `which libIDL-config-2`
or it {ba,z}sh equivalent.
--Alex
ok i just did the following ( i must have mis typed the first tiem or
something ) and the ./configure finished, but it get "Makefile", line
406: Missing dependency operator
Error expandin
Alex Zbyslaw wrote:
Alex Zbyslaw wrote:
Timothy Smith wrote:
set the LIBIDL_CONFIG environment variable to the
*** full path to libIDL-config.
Or try:
setenv LIBIDL_CONFIG `which libIDL-config-2`
or it {ba,z}sh equivalent.
--Alex
ok i just did the following ( i must have mis typed the first tiem
Alex Zbyslaw wrote:
Timothy Smith wrote:
set the LIBIDL_CONFIG environment variable to the
*** full path to libIDL-config.
Or try:
setenv LIBIDL_CONFIG `which libIDL-config-2`
or it {ba,z}sh equivalent.
--Alex
___
freebsd-questions@freebsd.org mailing l
Timothy Smith wrote:
*** The libIDL-config script installed by libIDL could not be found
*** If libIDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the LIBIDL_CONFIG environment variable to the
*** full path to libIDL-config.
checking for orbit-config... no
configure: e
./configure gets
*** The libIDL-config script installed by libIDL could not be found
*** If libIDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the LIBIDL_CONFIG environment variable to the
*** full path to libIDL-config.
checking for orbit-config... no
configure: error
36 matches
Mail list logo