Re: Make Release

2013-08-05 Thread Rick Miller
On Thu, Aug 1, 2013 at 12:40 PM, Amitabh Kant wrote: > Devin Teske & Rick Miller have a fairly extensive explanation on their > blogs on how to create your own modified iso's. Search the archives for > links. Hopefully they can chime in with their respective links. Sorry to show up late for the d

Re: Make Release

2013-08-01 Thread Teske, Devin
On Aug 1, 2013, at 10:58 AM, Teske, Devin wrote: > > On Aug 1, 2013, at 9:56 AM, Amitabh Kant wrote: > >> On Thu, Aug 1, 2013 at 10:13 PM, Teske, Devin >> wrote: >> I'm hoping that my very open development documentation on customizing the >> release(7) process for producing DruidBSD releases

Re: Make Release

2013-08-01 Thread Teske, Devin
On Aug 1, 2013, at 9:56 AM, Amitabh Kant wrote: > On Thu, Aug 1, 2013 at 10:13 PM, Teske, Devin > wrote: > I'm hoping that my very open development documentation on customizing the > release(7) process for producing DruidBSD releases can help you out here. > > I've documented much of the inte

Re: Make Release

2013-08-01 Thread Amitabh Kant
On Thu, Aug 1, 2013 at 10:13 PM, Teske, Devin wrote: > I'm hoping that my very open development documentation on customizing the > release(7) process for producing DruidBSD releases can help you out here. > > I've documented much of the internals of the release(7) process (albeit, > relevant to th

Re: Make Release

2013-08-01 Thread Amitabh Kant
On Thu, Aug 1, 2013 at 10:10 PM, Amitabh Kant wrote: > Devin Teske & Rick Miller have a fairly extensive explanation on their > blogs on how to create your own modified iso's. Search the archives for > links. Hopefully they can chime in with their respective links. > > I the meantime , the follow

Re: Make Release

2013-08-01 Thread Amitabh Kant
Devin Teske & Rick Miller have a fairly extensive explanation on their blogs on how to create your own modified iso's. Search the archives for links. Hopefully they can chime in with their respective links. I the meantime , the following link has somewhat of my own notes for creating a custom cd;

Re: Make Release

2013-08-01 Thread Teske, Devin
On Aug 1, 2013, at 9:14 AM, Sam Fourman Jr. wrote: > one specific question I have, that I can't find in the handbook... > To make a FreeBSD release, that is to build the install images... you build > world, and kernel.. then go to /etc/src/release and type make release... > after this, the releas

Re: make release fails

2013-05-31 Thread CyberLeo Kitsana
On 05/23/2013 06:52 AM, Jack Mc Lauren wrote: > Hi > find //usr/obj/usr/src/release/dist/doc -empty -delete > find: -delete: //usr/obj/usr/src/release/dist/doc: relative path potentially > not > safe > *** [distributeworld] Error code 1 > What's wrong with this? > Thanks in advance Huh. Appare

Re: "make deinstall" within /usr/ports/lang - need to recover default language installs

2013-03-19 Thread Rob Navarro
Dear Chaps, Thank you very much for responding so quickly. Curiously the freeBSD 9.0 was installed with the standard answers to a sysinstall session and did contain a version of perl. I now seem to be in the state of discovering which languages I need and then re-installing. Is there a list/datab

Re: "make deinstall" within /usr/ports/lang - need to recover default language installs

2013-03-19 Thread Matthew Seaman
On 19/03/2013 07:54, Rob Navarro wrote: > Hi Chaps, > > I typed "make deinstall" within the /usr/ports/lang directory of a > FreeBSD 9.0 and mistakenly lost Perl, Python, Ruby and a whole host of > default compiled languages. > > How can I get back to the default FreeBSD default installed languag

Re: "make deinstall" within /usr/ports/lang - need to recover default language installs

2013-03-19 Thread David Demelier
lang/ contains all languages and so on ruby, lua, python, perl.. Of course you removed perl since you typed make deinstall in that parent port tree. You can type make install in /usr/ports/lang/perl5.14 to install it again. You don't need to reinstall FreeBSD, you're not on Windows here, you can r

Re: "make package" vs "pkg create"

2013-02-24 Thread Matthew Seaman
On 24/02/2013 16:33, Joshua Isom wrote: > I tried making a build jail, not with pourdriere or tinderbox. I just > went to the ports and ran `make -DBATCH package-recursive clean` to get > packages created. I ran `pkg add *` in the packages/All directory, but > all failed because of MANIFEST missi

Re: "make package" vs "pkg create"

2013-02-24 Thread Steve O'Hara-Smith
On Sun, 24 Feb 2013 10:33:45 -0600 Joshua Isom wrote: > I tried making a build jail, not with pourdriere or tinderbox. I just > went to the ports and ran `make -DBATCH package-recursive clean` to get > packages created. I ran `pkg add *` in the packages/All directory, but > all failed becaus

Re: make install package?

2013-01-11 Thread Fleuriot Damien
On Jan 10, 2013, at 10:21 PM, Fbsd8 wrote: > Gökşin Akdeniz wrote: >> Thu, 10 Jan 2013 14:04:59 -0500 tarihinde >> Fbsd8 yazmış: >>> What is the default path for the packages to be stored in? >>> Is it /usr/packages? >>> >> It is "/usr/ports/packages/All". >>> If that is indeed the default loc

Re: make install package?

2013-01-10 Thread Matthew Seaman
On 10/01/2013 21:21, Fbsd8 wrote: > Is the upcoming pkgng going to have any effect on this? No. The layout of /usr/ports/packages is controlled at a rather lower level by the Makefiles in /usr/ports/Mk. pkgng doesn't really care about this layout in any case since pkgng repositories don't need a

Re: make install package?

2013-01-10 Thread Fbsd8
Gökşin Akdeniz wrote: Thu, 10 Jan 2013 14:04:59 -0500 tarihinde Fbsd8 yazmış: What is the default path for the packages to be stored in? Is it /usr/packages? It is "/usr/ports/packages/All". If that is indeed the default location, how do I get the "make install package" command put it the

Re: make install package?

2013-01-10 Thread Gökşin Akdeniz
Thu, 10 Jan 2013 14:04:59 -0500 tarihinde Fbsd8 yazmış: > > What is the default path for the packages to be stored in? > Is it /usr/packages? > It is "/usr/ports/packages/All". > > If that is indeed the default location, how do I get the > "make install package" command put it there automatica

Re: make install package?

2013-01-10 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/10/13 2:04 PM, Fbsd8 wrote: > When I do a "make install package" command the package gets stored > in the directory I am in. > > What is the default path for the packages to be stored in? Is it > /usr/packages? > > If that is indeed the default

Re: make do not work in 10-Current

2012-12-15 Thread Ryan Steinmetz
On (12/15/12 11:30), Boris Samorodov wrote: > (maintainer is CCed) > > 15.12.2012 02:24, Eugen Konkov ??: > > > # make > > "Makefile", line 166: Malformed conditional (${PORT_OPTIONS:MFIREBIRD} && > > empty(${PORT_OPTIONS:MEXPERIMENTAL}) > > "Makefile", line 168: if-less endif > > make:

Re: make do not work in 10-Current

2012-12-14 Thread Boris Samorodov
(maintainer is CCed) 15.12.2012 02:24, Eugen Konkov пишет: > # make > "Makefile", line 166: Malformed conditional (${PORT_OPTIONS:MFIREBIRD} && > empty(${PORT_OPTIONS:MEXPERIMENTAL}) > "Makefile", line 168: if-less endif > make: fatal errors encountered -- cannot continue Please, try the attach

Re: make release and mfsroot

2012-12-11 Thread Devin Teske
On Dec 11, 2012, at 2:13 PM, Rick Miller wrote: > On Tue, Dec 11, 2012 at 5:05 PM, Devin Teske > wrote: >> >> Though, to resize the mfsroot, I still rely on release(7) and the above >> patches. > > Here's another question, have you applied this approach to > boot_crunch.conf? I simply replac

Re: make release and mfsroot

2012-12-11 Thread Rick Miller
On Tue, Dec 11, 2012 at 5:05 PM, Devin Teske wrote: > > Though, to resize the mfsroot, I still rely on release(7) and the above > patches. Here's another question, have you applied this approach to boot_crunch.conf? I simply replaced the default boot_crunch.conf with my own in the source tree.

Re: make release and mfsroot

2012-12-11 Thread Devin Teske
On Dec 11, 2012, at 1:50 PM, Rick Miller wrote: > Hi Devin, > > On Tue, Dec 11, 2012 at 4:22 PM, Devin Teske > wrote: >> Hi Rick, >> >> If you want, you could follow my approach which is to take the completed >> mfsroot.gz and use a Makefile to manage the creation of custom mfsroots >> (keepi

Re: make release and mfsroot

2012-12-11 Thread Rick Miller
Hi Devin, On Tue, Dec 11, 2012 at 4:22 PM, Devin Teske wrote: > Hi Rick, > > If you want, you could follow my approach which is to take the completed > mfsroot.gz and use a Makefile to manage the creation of custom mfsroots > (keeping the original unmodified, making it simpler to test different >

Re: make release and mfsroot

2012-12-11 Thread Devin Teske
Hi Rick, If you want, you could follow my approach which is to take the completed mfsroot.gz and use a Makefile to manage the creation of custom mfsroots (keeping the original unmodified, making it simpler to test different iterations). The advantage is that you don't have to re-perform the re

Re: make print-index error: Generating INDEX-9 - please wait..perl: not found

2012-09-28 Thread Matthew Seaman
On 28/09/2012 21:27, Ed Flecko wrote: > Generating INDEX-9 - please wait..perl: not found > "Makefile", line 31: warning: "perl -V:archname" returned non-zero status > perl: not found > Done. > > O.K., I'm stumped...what's wrong? You need to install perl in order to build an INDEX from scratch. T

Re: make world error 9.0-RELEASE #0 i386

2012-04-14 Thread Janos Dohanics
On Sat, 14 Apr 2012 12:28:52 -0400 Janos Dohanics wrote: > Hello All, > > I'm trying to build world after having csupped, but the build fails > with: > > [...] > c++ -O2 -pipe > -I/usr/src/lib/clang/libclangsema/../../../contrib/llvm/include > -I/usr/src/lib/clang/libclangsema/../../../contrib/

Re: make install fails for /usr/ports/security/sudo after downgrade from 9.0-R to 8-STABLE

2012-03-03 Thread John
On 04/03/2012 04:36, ill...@gmail.com wrote: > Hmm, I would think that merely removing the offending file > and copying the correct one from /usr/obj/usr/src/tmp/usr/include/ > would suffice. I dunno, I don't think so. Why would it not be installed in the downgrade process? Also, the filenames are

Re: make install fails for /usr/ports/security/sudo after downgrade from 9.0-R to 8-STABLE

2012-03-03 Thread ill...@gmail.com
On 3 March 2012 14:43, FreeBSD Mailing Lists wrote: > On 03/03/12 12:31, ill...@gmail.com wrote: >> >> Stale header files in /usr/include maybe? > > > Hi, > > Yes that's it. It seems got changed to between 8.2 and > 9.0. Fixed by csup of 9.0-R and doing the buildworld buildkernel etc. > Hmm, I

Re: make install fails for /usr/ports/security/sudo after downgrade from 9.0-R to 8-STABLE

2012-03-03 Thread FreeBSD Mailing Lists
On 03/03/12 12:31, ill...@gmail.com wrote: Stale header files in /usr/include maybe? Hi, Yes that's it. It seems got changed to between 8.2 and 9.0. Fixed by csup of 9.0-R and doing the buildworld buildkernel etc. thanks, -- freebsd at growveg dot net _

Re: make install fails for /usr/ports/security/sudo after downgrade from 9.0-R to 8-STABLE

2012-03-03 Thread ill...@gmail.com
On 2 March 2012 14:44, FreeBSD Mailing Lists wrote: > Hello list, > > I had to downgrade from 9-R to 8-STABLE. To do this, I did the following: > > 1. rm -rf /usr/obj > 2. pkg_delete -a > 3. rm -rf /usr/ports > 4. mkdir -p /usr/ports/distfiles > 5. rm -rf /usr/src > 6. rm -rf /usr/local/* > 6. csu

Re: make release custom kernel conf not found

2012-01-31 Thread Rick Miller
Thanks Rob and Lowell, I will keep this information handy. It was helpful. On Tue, Jan 31, 2012 at 4:22 AM, Rob Farmer wrote: > On Mon, Jan 30, 2012 at 10:39 AM, Rick Miller > wrote: >> Thanks Rob... >> >> I put the kernel conf file in the source tree as opposed to linking to >> it and it cer

Re: make release custom kernel conf not found

2012-01-31 Thread Rob Farmer
On Mon, Jan 30, 2012 at 10:39 AM, Rick Miller wrote: > Thanks Rob... > > I put the kernel conf file in the source tree as opposed to linking to > it and it certainly did compile the custom kernel. > > What confuses me (not that I expect you to have the answer) is that > Chapter 9 of the handbook h

Re: make release custom kernel conf not found

2012-01-30 Thread Lowell Gilbert
Rick Miller writes: > Thanks Rob... > > I put the kernel conf file in the source tree as opposed to linking to > it and it certainly did compile the custom kernel. > > What confuses me (not that I expect you to have the answer) is that > Chapter 9 of the handbook has a tip that recommends keeping

Re: make release custom kernel conf not found

2012-01-30 Thread Rick Miller
Thanks Rob... I put the kernel conf file in the source tree as opposed to linking to it and it certainly did compile the custom kernel. What confuses me (not that I expect you to have the answer) is that Chapter 9 of the handbook has a tip that recommends keeping the kernel config in /root/kernel

Re: make release custom kernel conf not found

2012-01-29 Thread Bernt Hansson
2012-01-29 18:03, Rick Miller skrev: Hi All, I am performing a `make release` to build a new release with a custom kernel. The `make release` fails with the following error: cd /usr/src/release/..; make TARGET_ARCH=amd64 TARGET=amd64 KERNCONF=MYKERNEL kernel DESTDIR=/R/stage/kernels KODIR=/M

Re: make release custom kernel conf not found

2012-01-29 Thread Rob Farmer
On Sun, Jan 29, 2012 at 9:03 AM, Rick Miller wrote: > Hi All, > > I am performing a `make release` to build a new release with a custom > kernel.  The `make release` fails with the following error: > > cd /usr/src/release/..;  make TARGET_ARCH=amd64 TARGET=amd64 > KERNCONF=MYKERNEL kernel  DESTDIR

Re: make buildworld powers down system

2011-12-03 Thread doug
On Fri, 2 Dec 2011, Polytropon wrote: On Fri, 2 Dec 2011 03:28:09 -0500, Mehmet Erol Sanliturk wrote: On Fri, Dec 2, 2011 at 3:05 AM, Polytropon wrote: On Fri, 2 Dec 2011 02:06:26 -0500 (EST), d...@safeport.com wrote: The screen does go into standby and I am not sure what is controling that

Re: make buildworld powers down system

2011-12-02 Thread Polytropon
On Fri, 2 Dec 2011 03:28:09 -0500, Mehmet Erol Sanliturk wrote: > On Fri, Dec 2, 2011 at 3:05 AM, Polytropon wrote: > > > On Fri, 2 Dec 2011 02:06:26 -0500 (EST), d...@safeport.com wrote: > > > The screen does go into standby and I am not > > > sure what is controling that, nothing in KDE or Xorg

Re: make buildworld powers down system

2011-12-02 Thread Mehmet Erol Sanliturk
On Fri, Dec 2, 2011 at 3:05 AM, Polytropon wrote: > On Fri, 2 Dec 2011 02:06:26 -0500 (EST), d...@safeport.com wrote: > > The screen does go into standby and I am not > > sure what is controling that, nothing in KDE or Xorg that I set, perhaps > a > > sysctl setting but I did not see one in the a

Re: make buildworld powers down system

2011-12-02 Thread Polytropon
On Fri, 2 Dec 2011 02:06:26 -0500 (EST), d...@safeport.com wrote: > The screen does go into standby and I am not > sure what is controling that, nothing in KDE or Xorg that I set, perhaps a > sysctl setting but I did not see one in the acpi section. This might be a dafault option. You can overri

Re: make buildworld powers down system

2011-12-01 Thread doug
On Thu, 1 Dec 2011, Robert Bonomi wrote: From owner-freebsd-questi...@freebsd.org Thu Dec 1 01:16:21 2011 Date: Thu, 1 Dec 2011 02:14:04 -0500 (EST) From: doug To: freebsd-questions@freebsd.org Cc: Subject: make buildworld powers down system Three times in a row. It seems to be repeatable. A

Re: make buildworld powers down system

2011-12-01 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Thu Dec 1 01:16:21 2011 > Date: Thu, 1 Dec 2011 02:14:04 -0500 (EST) > From: doug > To: freebsd-questions@freebsd.org > Cc: > Subject: make buildworld powers down system > > Three times in a row. It seems to be repeatable. At the end what should my >

Re: Make buildworld don't run

2011-11-02 Thread Bill Tillman
From: Michael Powell To: freebsd-questions@freebsd.org Sent: Wednesday, November 2, 2011 4:00 PM Subject: Re: Make buildworld don't run Zantgo wrote: > I write "make buildworld", this is the answer: > > #make buildworld > m

Re: Make buildworld don't run

2011-11-02 Thread Michael Powell
Zantgo wrote: > > El 02-11-2011, a las 17:00, Michael Powell > escribió: > >> If your only exposure to date with computers has been with Windows and >> you are looking to expand your reach, you will first find that the *Nix >> world is heavy on reading documentation and trying to figure stuff

Re: Make buildworld don't run

2011-11-02 Thread Zantgo
El 02-11-2011, a las 17:00, Michael Powell escribió: > If your only exposure to date with computers has been with Windows and you > are looking to expand your reach, you will first find that the *Nix world is > heavy on reading documentation and trying to figure stuff out for yourself > firs

Re: Make buildworld don't run

2011-11-02 Thread Michael Powell
Zantgo wrote: > I write "make buildworld", this is the answer: > > #make buildworld > make: don't know how to make buildworld. Stop Since this works just fine for all those who have learned how to use FreeBSD I can only assume this indicates you do not know what you are doing. > PS: I use Fre

Re: Make buildworld don't run

2011-11-02 Thread Zantgo
El 02-11-2011, a las 16:33, Jerry McAllister escribió: > On Wed, Nov 02, 2011 at 03:45:39PM -0300, Zantgo wrote: > >> I write "make buildworld", this is the answer: >> >> #make buildworld >> make: don't know how to make buildworld. Stop >> >> PS: I use FreeBSD 9.0 RC1, and I try to follow curr

Re: Make buildworld don't run

2011-11-02 Thread Jerry McAllister
On Wed, Nov 02, 2011 at 03:45:39PM -0300, Zantgo wrote: > I write "make buildworld", this is the answer: > > #make buildworld > make: don't know how to make buildworld. Stop > > PS: I use FreeBSD 9.0 RC1, and I try to follow current What user/permissions did you have? Which directory were you i

Re: Make buildworld don't run

2011-11-02 Thread Adam Vande More
On Wed, Nov 2, 2011 at 1:45 PM, Zantgo wrote: > I write "make buildworld", this is the answer: > > #make buildworld > make: don't know how to make buildworld. Stop > http://www.freebsd.org/doc/handbook/makeworld.html -- Adam Vande More ___ freebsd-qu

Re: "make readmes" no longer builds individual ports' README.html files?

2011-08-11 Thread Emanuel Haupt
"Conrad J. Sabatier" wrote: > Having been away from FreeBSD for a while, I'm still catching up with > all the changes that took place while I was on hiatus, so bear with me > here. :-) > > Trying to construct the ports' README.html files with: > > cd /usr/ports > make readmes > > Much to my su

Re: "make readmes" no longer builds individual ports' README.html files?

2011-08-09 Thread RW
On Mon, 8 Aug 2011 22:35:35 -0500 Conrad J. Sabatier wrote: > Having been away from FreeBSD for a while, I'm still catching up with > all the changes that took place while I was on hiatus, so bear with me > here. :-) > > Trying to construct the ports' README.html files with: > > cd /usr/ports >

Re: make buildworld errors

2011-07-22 Thread Magnus Sandberg
/freebsd-current/attachments/20091101/4084 8244/ifmcstat.obj Regards, // Mem - On 1st of January 2011 Manolis Kiagias wrote: - Subject: Re: make buildworld errors From: Manolis Kiagias Date: Sat, 01 Jan 2011 00:35:37 -0800 On 01/01/2011 9:54 ?.?., Mike wrote: > > Trying to buil

Re: make one partition with two existing ?

2011-06-09 Thread Frank Bonnet
On 06/09/2011 10:31 AM, Polytropon wrote: On Thu, 09 Jun 2011 10:21:27 +0200, Frank Bonnet wrote: Hello I have a raid 5 array ( HP hardware managed ) that contains the following partitions -- Filesystem SizeUsed Avail Capacity Mounted on /dev/aacd0s1a1.9G306M1.5G1

Re: make one partition with two existing ?

2011-06-09 Thread Polytropon
On Thu, 09 Jun 2011 10:21:27 +0200, Frank Bonnet wrote: > Hello > > I have a raid 5 array ( HP hardware managed ) that contains the > following partitions > > -- Filesystem SizeUsed Avail Capacity Mounted on > /dev/aacd0s1a1.9G306M1.5G17%/ > devfs1.0

Re: make the iso image

2011-05-12 Thread Paul Macdonald
On 11/05/2011 18:35, Mage wrote: On 05/11/2011 04:50 AM, Polytropon wrote: On Tue, 10 May 2011 19:24:39 -0700, mohammad abedini wrote: I plan to make the FreeBSD installation with facilities in my state This looks as if you want to create your own installation media. The "make release" opera

Re: make the iso image

2011-05-11 Thread Mage
On 05/11/2011 04:50 AM, Polytropon wrote: > On Tue, 10 May 2011 19:24:39 -0700, mohammad abedini > wrote: >> I plan to make the FreeBSD installation with facilities in my state > This looks as if you want to create your own installation > media. The "make release" operation is intended for that >

Re: make the iso image

2011-05-10 Thread Polytropon
On Tue, 10 May 2011 19:21:14 -0700, mohammad abedini wrote: > I like make the release cd image from my installed freebsd . On Tue, 10 May 2011 19:24:39 -0700, mohammad abedini wrote: > I plan to make the FreeBSD installation with facilities in my state This looks as if you want to create your

Re: make the iso image

2011-05-10 Thread Polytropon
On Tue, 10 May 2011 18:58:47 -0700, mohammad abedini wrote: > Tanks > > I like make iso image from my freeBSD in my hard disk. Do you refer to the "make release" procedure provided in /usr/src/Makefile, do you mean a live system (that can be run from CD or DVD), or do you want to create a backu

Re: make the iso image

2011-05-10 Thread mohammad abedini
Tanks I like make iso image from my freeBSD in my hard disk. BR On Tue, May 10, 2011 at 6:30 AM, Lowell Gilbert < freebsd-questions-lo...@be-well.ilk.org> wrote: > mohammad abedini writes: > > > 1. i install freebsd and make the new kernel, i like make the iso > > install CD in new install Fre

Re: make the iso image

2011-05-10 Thread Lowell Gilbert
mohammad abedini writes: > 1. i install freebsd and make the new kernel, i like make the iso > install CD in new install FreeBSD how can i do this? If you've downloaded the image already and have a CD burner in your machine, burncd(8) will burn it for you, although installing cdrecord from the

Re: #>make all vs #/make buildworld

2011-04-20 Thread mnorwick
Good Day; Okay, stupid question answered! I found the appropriate section of the Handbook which tells the reasons to use the right build procedure. I then CVSup'd source and ports today. make buildworld seems to be executing as expected. Then... the screen blanked and the mouse and keyboard

Re: Make FreeBSD read the slice table and partition table again

2011-02-01 Thread Adam Vande More
On Tue, Feb 1, 2011 at 2:16 PM, Bahman Kahinpour wrote: > Hello > When I destroy the partition table with the following command: > # dd if=/dev/zero of=/dev/ad1 bs=1k count=10 > The entries /dev/ad1s1a, ... still exist in /dev. This means that the > kernel has not found out that the slices and par

Re: make buildkernel pre-build too long

2011-01-05 Thread Alexander Best
On Tue Sep 21 10, David DEMELIER wrote: > 2010/9/21 Alexander Best : > > On Fri Sep 17 10, David DEMELIER wrote: > >> 2010/9/17 Alexander Best : > >> > On Thu Sep 16 10, David DEMELIER wrote: > >> >> Hi there, > >> >> > >> >> I can't understand why this part of make buildkernel is so long on my > >

Re: make buildworld errors

2011-01-01 Thread Manolis Kiagias
On 01/01/2011 9:54 ?.?., Mike wrote: > > Trying to buildworld but it keeps failing. I finally deleted /usr/src > and recopyed from a cd then cvsup using standard-supfile. Tried > limiting how much ram freebsd uses and only using one stick of ram. > All attempts have failed at the same place. Would

Re: Make gtk widgets use a larger font

2010-12-10 Thread parv
in message <20101209114208.c1...@qroenaqrq.6qbyyneqvnyhc.pbz>, wrote Lars Eighner thusly... > > How do I make gtk widgets use larger fonts? I found an old linux > FAQ on this, but it appears to have nothing to do with the way > configuration works on FreeBSD. In ~/.gtkrc-2.0, I have ... style "

Re: Make gtk widgets use a larger font

2010-12-10 Thread 文鳥
The fastest solution is probably to install x11/gtk-theme-switch2 and use "switch2" to change the theme and/or font. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail t

Re: Make gtk widgets use a larger font

2010-12-09 Thread Polytropon
On Thu, 9 Dec 2010 11:44:01 -0600 (CST), Lars Eighner wrote: > How do I make gtk widgets use larger fonts? I found an old linux FAQ on > this, but it appears to have nothing to do with the way configuration works > on FreeBSD. I'm not sure if it will still work, but in the past, you could create

Re: Make gtk widgets use a larger font

2010-12-09 Thread Chip Camden
Quoth Lars Eighner on Thursday, 09 December 2010: > How do I make gtk widgets use larger fonts? I found an old linux FAQ on > this, but it appears to have nothing to do with the way configuration works > on FreeBSD. > > -- > Lars Eighner > http://www.larseighner.com/index.html > 8800 N IH35 APT 1

Re: make buildkernel pre-build too long

2010-09-26 Thread Alexander Best
On Tue Sep 21 10, David DEMELIER wrote: > 2010/9/21 Alexander Best : > > On Fri Sep 17 10, David DEMELIER wrote: > >> 2010/9/17 Alexander Best : > >> > On Thu Sep 16 10, David DEMELIER wrote: > >> >> Hi there, > >> >> > >> >> I can't understand why this part of make buildkernel is so long on my > >

Re: make buildkernel pre-build too long

2010-09-20 Thread David DEMELIER
2010/9/21 Alexander Best : > On Fri Sep 17 10, David DEMELIER wrote: >> 2010/9/17 Alexander Best : >> > On Thu Sep 16 10, David DEMELIER wrote: >> >> Hi there, >> >> >> >> I can't understand why this part of make buildkernel is so long on my >> >> amd64 machine (8.1-R) >> >> >> >> make -V CFILES -V

Re: make buildkernel pre-build too long

2010-09-20 Thread Alexander Best
On Fri Sep 17 10, David DEMELIER wrote: > 2010/9/17 Alexander Best : > > On Thu Sep 16 10, David DEMELIER wrote: > >> Hi there, > >> > >> I can't understand why this part of make buildkernel is so long on my > >> amd64 machine (8.1-R) > >> > >> make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES |  MKDEP

Re: make buildkernel pre-build too long

2010-09-17 Thread David DEMELIER
2010/9/17 Alexander Best : > On Thu Sep 16 10, David DEMELIER wrote: >> Hi there, >> >> I can't understand why this part of make buildkernel is so long on my >> amd64 machine (8.1-R) >> >> make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES |  MKDEP_CPP="cc -E" >> CC="cc" xargs mkdep -a -f .newdep -O2 -f

Re: make buildkernel pre-build too long

2010-09-16 Thread Alexander Best
On Thu Sep 16 10, David DEMELIER wrote: > Hi there, > > I can't understand why this part of make buildkernel is so long on my > amd64 machine (8.1-R) > > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" > CC="cc" xargs mkdep -a -f .newdep -O2 -frename-registers -pipe > -fno-stri

Re: make installworld fails

2010-08-02 Thread Peter Ulrich Kruppa
Am Montag, den 02.08.2010, 08:24 -0700 schrieb Caleb Stein: > > On Aug 2, 2010, at 7:34 AM, Lowell Gilbert > > wrote: > > > Caleb Stein writes: > > > >> I am trying to update my FreeBSD 8.0 to FreeBSD 8.1. Here is the > >> order I ran the commands in (all as root): > >> > >> cd /usr/src > >>

Re: make installworld fails

2010-08-02 Thread Caleb Stein
On Aug 2, 2010, at 7:34 AM, Lowell Gilbert > wrote: Caleb Stein writes: I am trying to update my FreeBSD 8.0 to FreeBSD 8.1. Here is the order I ran the commands in (all as root): cd /usr/src make buildworld make buildkernel shutdown now make installkernel shutdown -r now adjkerntz -i mo

Re: make installworld fails

2010-08-02 Thread Lowell Gilbert
Caleb Stein writes: > I am trying to update my FreeBSD 8.0 to FreeBSD 8.1. Here is the > order I ran the commands in (all as root): > > cd /usr/src > make buildworld > make buildkernel > shutdown now > make installkernel > shutdown -r now > adjkerntz -i > mount -a -t ufs > mergemaster -p > cd /u

Re: make installworld fails

2010-08-01 Thread Gardner Bell
--- On Sun, 8/1/10, Caleb Stein wrote: > From: Caleb Stein > Subject: make installworld fails > To: "freebsd-questions@freebsd.org" > Date: Sunday, August 1, 2010, 9:43 PM > I am trying to update my FreeBSD 8.0 > to FreeBSD 8.1.  Here is the order I ran the commands > in (all as root): > > cd

Re: make recursion error

2010-04-07 Thread gahn
Hi all: Looks like those packages are mutually dependent: ===> arts-1.5.10_4,1 depends on shared library: jack - not found ===>Verifying install for jack in /usr/ports/audio/jack ===> jackit-0.116.2_4 depends on executa

Re: make delete-old question (removing old binaries)

2010-04-04 Thread Bruce Cran
On Saturday 03 April 2010 11:04:37 Ihsan Junaidi Ibrahim wrote: > Hi folks, > > I've rebuild my world with NO_MAIL (in src.conf) and a few other NO_ > options however I noticed that related binaries are not removed > entirely i.e. mailwrapper when I ran make delete-old / > delete-old-libs. I can s

Re: make buildworld runs out of space

2010-03-17 Thread Giorgos Keramidas
On Wed, 17 Mar 2010 17:38:06 -0700 (PDT), Bill Tillman wrote: > I have built two machines with 8.0-STABLE-201002-amd64. When I updated > the sources and ran make buildworld process it would fail claiming > that / was full. > > It seems to be running into the problem when the make installkernel >

Re: make buildworld runs out of space

2010-03-17 Thread Jason Garrett
On Wed, Mar 17, 2010 at 20:08, Polytropon wrote: > On Wed, 17 Mar 2010 17:38:06 -0700 (PDT), Bill Tillman > wrote: >> I rebuilt the machines with 1G / and all was well. But one >> shouldn't have to do this as 512M for / should be adequate. > > It's not only the new kernel - a backup of the previ

Re: make buildworld runs out of space

2010-03-17 Thread Polytropon
On Wed, 17 Mar 2010 17:38:06 -0700 (PDT), Bill Tillman wrote: > I rebuilt the machines with 1G / and all was well. But one > shouldn't have to do this as 512M for / should be adequate. It's not only the new kernel - a backup of the previous existing kernel is kept in /boot (and so on /). If you

Re: make "make install" accept defaults

2010-03-07 Thread Randal L. Schwartz
> "n" == n dhert writes: n> When installing gnome from the ports n> # make install clean n> installs a few hundred packages and displays dozens and dozens times a n> configuration window n> which I always answer by hitting TAB key to move to OK button and then n> . n> Now this installation is

Re: make "make install" accept defaults

2010-03-07 Thread korszca
You may also want to try "make BATCH=yes install clean" ~Brian Callahan --Original Message-- From: n dhert Sender: owner-freebsd-questi...@freebsd.org To: freebsd-questions@freebsd.org Subject: make "make install" accept defaults Sent: Mar 7, 2010 2:08 PM When installing gnome from the po

RE: make "make install" accept defaults

2010-03-07 Thread Dan Naumov
Portmaster (ports-mgmt/portmaster) will help you do that. - Sincerely, Dan Naumov ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@f

Re: make doesn't see changes in /etc/mail/freebsd.mc

2010-01-28 Thread Giorgos Keramidas
On Thu, 28 Jan 2010 16:59:16 +, Anton Shterenlikht wrote: > I've seen this behaviour for years, but never bothered > to ask why. > > Imagine I already have in /etc/mail local .mc and .cf files. Imagine I > then update freebsd.mc. When I run make nothing happens. What I think > should happen i

Re: make doesn't see changes in /etc/mail/freebsd.mc

2010-01-28 Thread Chuck Swiger
On Jan 28, 2010, at 9:11 AM, Anton Shterenlikht wrote: >> Because your carefully crafted local .mc files shouldn't be clobbered >> whenever freebsd.mc is updated? > > I see.. so you are saying that freebsd.mc shouldn't even be > touched at all, all local chages should be made straight > to local .

Re: make doesn't see changes in /etc/mail/freebsd.mc

2010-01-28 Thread Anton Shterenlikht
On Thu, Jan 28, 2010 at 05:03:26PM +, Chris Rees wrote: > On 28 January 2010 16:59, Anton Shterenlikht wrote: > > I've seen this behaviour for years, but never bothered > > to ask why. > > > > Imagine I already have in /etc/mail local .mc and .cf > > files. Imagine I then update freebsd.mc. Wh

Re: make doesn't see changes in /etc/mail/freebsd.mc

2010-01-28 Thread Chris Rees
On 28 January 2010 16:59, Anton Shterenlikht wrote: > I've seen this behaviour for years, but never bothered > to ask why. > > Imagine I already have in /etc/mail local .mc and .cf > files. Imagine I then update freebsd.mc. When I run make > nothing happens. What I think should happen is that > lo

Re: make delete-old && make delete-old-libs

2010-01-22 Thread b. f.
Matthew Seaman wrote: >mikel king wrote: >> I had a system that was royally borked after upgrading and completing >> these steps a few years ago. Ever since I have always skipped these >> steps. Has anyone else experienced any issues with these two steps? > What do you mean by "borked"? If you me

Re: make delete-old && make delete-old-libs

2010-01-22 Thread Matthew Seaman
mikel king wrote: I had a system that was royally borked after upgrading and completing these steps a few years ago. Ever since I have always skipped these steps. Has anyone else experienced any issues with these two steps? make delete-old-libs can cause you much wailing and gnashing of teeth

Re: make delete-old question

2009-12-10 Thread Frank Shute
On Thu, Dec 10, 2009 at 08:54:19AM +0100, Rolf G Nielsen wrote: > > Frank Shute wrote: > >Hi, > > > >Successfully upgraded from 7.2 to 8.0 but had my usual problem when > >jumping major versions with the make delete-old target. > > > >The problem being that it asks me to confirm deletion of each li

Re: make delete-old question

2009-12-09 Thread Olivier Nicole
> Is there a way to change the Makefile so that they all get deleted > with just one "y" and a return? Or possibly use yes(1) to script it? I often yes | make delete-old Olivier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/ma

Re: make delete-old question

2009-12-09 Thread Rolf G Nielsen
Frank Shute wrote: Hi, Successfully upgraded from 7.2 to 8.0 but had my usual problem when jumping major versions with the make delete-old target. The problem being that it asks me to confirm deletion of each lib/file with a "y" and a return. I've found that I never say "n" to any deletion and

Re: 'make release' on ZFS filesystem fails: chflags: operation not permitted

2009-11-03 Thread Vincent Hoffman
O. Hartmann wrote: > I followed the steps making a release on FreeBSD 8.0-RC2/AMD64 on my > box, the target CHROOTDIR is located on a ZFS volume. I searched the > list for a solution, but did not find any. > sysctl kern.securelevel shows > kern.securelevel: -1 > > Is there any solution? I guess tho

Re: make installkernel KERNCONF= faults with error

2009-07-22 Thread Polytropon
On Wed, 22 Jul 2009 19:11:14 +0300, Anton wrote: > >Hello freebsd-questions, > >It says that there is no libbsm Check that all your sorces are complete and of the same version. The libbsm is part of openbsm - /usr/src/contrib/openbsm/. -- Polytropon >From Magdeburg, Germany Happy Fre

Re: make command fails and portupgrade fails

2009-07-16 Thread Glen Barber
On Fri, Jul 17, 2009 at 12:07 AM, Romeo Paras wrote: > may i know the command or the exact command for this? is it " portupgrade > -fa -k? > On Fri, Jul 17, 2009 at 12:07 AM, Romeo Paras wrote: > may i know the command or the exact command for this? is it " portupgrade > -fa -k? > I suppose that

Re: make command fails and portupgrade fails

2009-07-16 Thread Romeo Paras
may i know the command or the exact command for this? is it " portupgrade -fa -k? On Fri, Jul 17, 2009 at 11:59 AM, Glen Barber wrote: > On Thu, Jul 16, 2009 at 11:16 PM, Romeo Paras wrote: > > Please find the error below when I am trying to update my ports after I > > rebuild my kernel.. please

Re: make command fails and portupgrade fails

2009-07-16 Thread Glen Barber
On Thu, Jul 16, 2009 at 11:16 PM, Romeo Paras wrote: > Please find the error below when I am trying to update my ports after I > rebuild my kernel.. please help.// thanks > > > > > ===> Installing rc.d startup script(s) > ===>   Compressing manual pages for quagga-0.99.12 > ===>   Running ldconfig

  1   2   3   4   5   6   7   8   9   10   >