Hal-0.5.14 svn-20100831 /gz/bz2/

2010-09-05 Thread Craig Jackson
on page http://www.linuxfromscratch.org/blfs/view/svn/general/hal.html

In the section Install the HAL hardware data with the following commands:

hal-info-20091130.tar.gz should be hal-info-20091130.tar.bz2

because the above hal-info link points to a .bz2.

Thanks,

Craig Jackson
craigmjack...@gmail.com
253-459-5384 cell
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


libbonobo-2.18.0 errors

2009-07-20 Thread Craig Jackson
I get the following error output when using LFS-6.4 and
BLFS-SVN-20090718 to compile libbonobo-2.18.0:

 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -Wall -Wmissing-prototypes
-DORBIT2=1 -pthread -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -DPREFI
X=\/usr\ -DBONOBO_LIBDIR=\/usr/lib\
-DBONOBO_DATADIR=\/usr/share\
-DBONOBO_PIXMAPDIR=\/usr/share/pixmaps\ -DBONOBO_BINDIR=\/usr/bin\
-DBONOBO_LOCALSTATEDIR=\/us
r/var\ -DBONOBO_LOCALEDIR=\/usr/share/locale\
-DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\Bonobo\ -DVERSION=\2.18.0\
-g -O2 -MT bonobo-arg.lo -MD -MP -MF .deps/bonobo-ar
g.Tpo -c bonobo-arg.c  -fPIC -DPIC -o .libs/bonobo-arg.o
bonobo-arg.c: In function 'bonobo_arg_to_gvalue':
bonobo-arg.c:287: error: expected expression before 'do'
bonobo-arg.c: In function 'bonobo_arg_to_gvalue_alloc':
bonobo-arg.c:403: error: expected expression before 'do'
bonobo-arg.c:404: error: expected expression before 'do'
bonobo-arg.c:405: error: expected expression before 'do'
bonobo-arg.c:406: error: expected expression before 'do'
bonobo-arg.c:407: error: expected expression before 'do'
bonobo-arg.c:408: error: expected expression before 'do'
bonobo-arg.c:409: error: expected expression before 'do'
make[3]: *** [bonobo-arg.lo] Error 1
make[3]: Leaving directory `/sources/libbonobo-2.18.0/bonobo'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/sources/libbonobo-2.18.0/bonobo'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/sources/libbonobo-2.18.0'
make: *** [all] Error 2

Please note that libbonobo-2.21.90 compiles cleanly against LFS-6.4.

Thanks,

-- 
Craig Jackson
craigmjack...@gmail.com
253-459-5384 cell
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


gnome-vfs-2.18.1 compile error

2009-07-19 Thread Craig Jackson
Not sure if this is fixed upstream...

Looks like the G_GNUC_FUNCTION macro is deprecated.  Here is the
workaround I used to get it to compile:

for f in `grep -H -r -s G_GNUC_FUNCTION * | cut -d: -f1`; do sed -i
s/G_GNUC_FUNCTION/G_STRFUNC/g $f; done

BLFS DEVS:  Please let me know if there is a better way (i.e. trac) to
report on these type of issues.

Thanks,

-- 
Craig Jackson
craigmjack...@gmail.com
253-459-5384 cell
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


hal-0.5.9.1 and libvolume_id.h

2009-07-13 Thread Craig Jackson
Hello,

I have encountered an issue with compiling HAL-0.5.9.1 from
BLFS-SVN-20090711 against LFS-6.4.  During make the following error
snippet occurs:

---BEGIN---

gcc -DHAVE_CONFIG_H -I. -I../../.. -DPACKAGE_SYSCONF_DIR=\/etc\
-DPACKAGE_DATA_DIR=\/usr/share\ -DPACKAGE_BIN_DIR=\/usr/bin\
-DPACKAGE_LOCALE_DIR=\/usr/share/locale\
-DPACKAGE_LOCALSTATEDIR=\/var\ -I../../.. -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include   -I/usr/include/dbus-1.0
-I/usr/lib/dbus-1.0/include-g -O2 -Wall -Wchar-subscripts
-Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align
-Wsign-compare -MT probe-storage.o -MD -MP -MF .deps/probe-storage.Tpo
-c -o probe-storage.o probe-storage.c
probe-storage.c: In function 'main':
probe-storage.c:462: error: dereferencing pointer to incomplete type
probe-storage.c:462: error: 'VOLUME_ID_FILESYSTEM' undeclared (first
use in this function)
probe-storage.c:462: error: (Each undeclared identifier is reported only once
probe-storage.c:462: error: for each function it appears in.)
probe-storage.c:463: error: dereferencing pointer to incomplete type
probe-storage.c:463: error: 'VOLUME_ID_RAID' undeclared (first use in
this function)
probe-storage.c:464: error: dereferencing pointer to incomplete type
probe-storage.c:464: error: 'VOLUME_ID_OTHER' undeclared (first use in
this function)
probe-storage.c:465: error: dereferencing pointer to incomplete type
probe-storage.c:465: error: 'VOLUME_ID_CRYPTO' undeclared (first use
in this function)
make[5]: *** [probe-storage.o] Error 1
make[5]: Leaving directory `/sources/hal-0.5.9.1/hald/linux/probing'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/sources/hal-0.5.9.1/hald/linux'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/sources/hal-0.5.9.1/hald'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/sources/hal-0.5.9.1/hald'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/sources/hal-0.5.9.1'
make: *** [all] Error 2

---END---

I googled for the issue and found the following article:

http://www.ozymo.com/~chuck/blog/explosions/218

Which pointed to replacing the file /usr/include/libvolume_id.h with
this file from CentOS located at:

http://www.koders.com/c/fid73AA134FD39DDA42F5A88EFEFC19A604A874C79D.aspx?s=md5

I tried replacing it and make completed successfully.  I am not sure
whether HAL or UDEV is to blame in this case.

Thank you,

--
Craig Jackson
craigmjack...@gmail.com
206-219-2787 office
253-459-5384 cell
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: hal-0.5.9.1 and libvolume_id.h

2009-07-13 Thread Craig Jackson

 BLFS is woefully out of date.  HAL-0.5.9.1 is two years old.

 Try hal-0.5.12.tar.gz at http://hal.freedesktop.org/releases/

   -- Bruce
 --


Thank you.  Can't wait until HAL goes into udev.


-- 
Craig Jackson
craigmjack...@gmail.com
206-219-2787 office
253-459-5384 cell
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Typo in jdk-6u5

2008-05-04 Thread Craig Jackson
Hello,

On page JDK-6 Update 5 page of BLFS-SVN-20080504,
In the Configuring GTK - Configuration Information section,
the line:
   ln -v -nsf jdk-6u3 /opt/jdk
should read
   ln -v -nsf jdk-6u5 /opt/jdk.

Also please note the current version available from sun is jdk-6u6.

Please let me know if there is a more preferred way to report typo bugs.

Thanks!
-- 
Craig Jackson
[EMAIL PROTECTED]
206-219-2787 office
253-459-5384 cell
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


LFS publicity is GOOD!

2008-01-24 Thread Craig Jackson
Information week has a great article that covers the LFS projects on
pages 3 and 4.  I have put it on Digg, so everyone visit the article
below and digg it. :)

http://digg.com/linux_unix/How_To_Roll_Your_Own_Linux_Distro_InformationWeek

Thanks!

-- 
Craig Jackson
[EMAIL PROTECTED]
206-219-2787 office
253-459-5384 cell
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


cups-png patch

2006-08-20 Thread Craig Jackson

Hello, I have found a spot to add a necessary patch in blfs-svn in the
Cups-1.1.23 section.  See the bug at
http://bugs.gentoo.org/show_bug.cgi?id=136346

I have attached the patch file.  Note this is an -Np0 and not an Np1.
I would have used trac but my account is no longer active
([EMAIL PROTECTED]).

I have verified this version of cups builds with this patch but not without.

Thank you,
Craig Jackson
[EMAIL PROTECTED]


cups-1.1.23-image-png.patch
Description: Binary data
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: cups-png patch

2006-08-20 Thread Craig Jackson

I would have used trac but my account is no longer active
([EMAIL PROTECTED]).



Correction, my BLFS account works, my LFS account does not.  I have
submitted the bug in BLFS-svn trac:
http://wiki.linuxfromscratch.org/blfs/ticket/2109

Thank you,
Craig Jackson
[EMAIL PROTECTED]
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: Audio device permissions

2006-08-14 Thread Craig Jackson

If you have raw access to the physical device, you can basically do
what you want to it. But I don't think it'll be likely that this is
changed. All other /dev nodes are attempted to be grouped or given
reduced permissions. It's the same reason we add the cdrom, video and
usb groups. Having raw access to a device is a privilege.


Yes, I can see how having this standard would make sense at the lowest
level, as each of us can do our own management of group memberships
for our builds/distros.  This particular build will be a media
friendly build so I will want to add newly created users by default to
audio, video, etc.


Devices are created with default permissions of 0660 with current
udev. So, BLFS just tacks the audio group onto these devices. Any user
in the audio group will have access.

If you want to override this security feature, you can just change the
LFS udev rules to make everything mode 0666. Or, add all your users to
the root group.


With Joe's help, I modified my /usr/bin/adduser script to
automatically add the user to the audio group upon being created.
This seems to work well.  (I'm trying to give this build to a newbie
for testing, and he doesn't have a clue about permissions).  I don't
just want to give all users root permissions, even I need protection
from myself once in awhile. :)

Thanks a bunch Dan and Joe!  The 6.2 LFS release is working out very
well, and I have run into no LFS dependency issues.  I am sure I will
be able to report a few BLFS bugs, but haven't needed to as of yet.

Enjoy,

Craig Jackson
[EMAIL PROTECTED]
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: Inetutils

2006-06-13 Thread Craig Jackson

Do you have a valid group for your user?  All the bash scripts are
just examples.  The idea with the umask one is that if the name of

--
Dan


I have always wondered why the group 100 is not included in LFS when
/etc/group is created.  When I do configure for useradd in BLFS ch.3
it always ends up complaining that GID 100 does not exist.  This isn't
really a problem for a skilled administrator, because I usually just
run groupadd users and it takes care of this.  Since LFS itself is
basically an incomplete system by design, Is this something that has
come up for in a discussion?  I don't mean to start a flame war
between the BLFS and LFS teams :)  It seems like part of a basic setup
to have a users group with an ID of 100.  If the LFS team does not
agree, it could always be part of BLFS's configuring for adding
users instructions.

Thanks,

Craig
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: Libpng Errors

2006-03-03 Thread Craig Jackson
Lord Igtenio wrote:
 Probably. But I also have a sore spot for having
 self-educated myself in the usage and repair of
 Computers, and most Professionals considering
 that to be trite

Being self taught is not trite.  It is the ultimate way to learn
because you won't forget so easily.  I say this only because this is
how I learned.  Although I generally agree with what you are saying,
and I don't think you are a noob too much, I think you shouldn't let
these things get to you so much.  So what if what Chris says is right
or proper, that is how he defines his image.  So what if Chris thinks
you are a noob.  All you have to do is learn more stuff and no one
will call you that anymore.  It's just sorta how geeks do things.  We
throw our brains out on the table and say, This is the way it is.  If
anyone has a problem with that, prove me wrong, and I'll admit
defeat.  To take it personally is a waste of energy and frankly makes
people not want to listen as much.  You can learn a lot about yourself
and your skills even from insulting people. I'm NOT referring to you,
Chris :)

I could ramble all night about pholisiphy, but to avoid the inevitable
flame war I will just say this:  We are all here for the same 2
reasons, I think.  1. To promote the soical and technical benefits of
the open-source movement, and 2. To learn as much as possible.  I'm
sure I'm forgetting some.  Basically it's all good and we should roll
with the punches as much as possible so this WONDERFUL project doesn't
lose focus, as Microsoft definately isn't losing focus any time soon.
:)

PS if this email is too off-topic I will refrain from making similar
posts here, but it seems appropriate considering all the unnecessary
personal atttacks.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: Libpng Errors

2006-03-01 Thread Craig Jackson
On 3/1/06, Lord Igtenio [EMAIL PROTECTED] wrote:

 In file included from png.c:13:
 png.h:359:18: zlib.h: No such file or directory
 In file included from png.h:363

Looks like you might be missing Zlib from LFS Chapter 6.  According to
the LFS book, File-4.13 and Util-Linux-2.12g also depend on Zlib.  If
you install Zlib, File, and Util-Linux in that order you should have
resolved the dependencies, then libpng shouldn't have that error.  If
this doesn't work, there is something more that was missed.

Craig
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: can i use root user to build blfs

2005-12-22 Thread Craig Jackson
Wow,I must've missed that one too. I guess I will be unprivileged as much as I can from now on. I never read the BLFS book straight through like I did with LFS. Does this have to do with security or does it actually change the functionality?


Epitome
[EMAIL PROTECTED]
On 12/21/05, Archaic [EMAIL PROTECTED] wrote:
On Wed, Dec 21, 2005 at 11:16:34PM -0800, Amu wrote:iam using user=root for building whole blfs
can i use root?What does the book say?--ArchaicWant control, education, and security from your operating system?Hardened Linux From Scratch
http://www.linuxfromscratch.org/hlfs--http://linuxfromscratch.org/mailman/listinfo/blfs-supportFAQ: 
http://www.linuxfromscratch.org/blfs/faq.htmlUnsubscribe: See the above information page
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: can i use root user to build blfs

2005-12-22 Thread Craig Jackson
 PS: Please have a look at the nettiquette rules. You are top posting and
 not trimming.


Wow, My apologies.  I have changed my settings, and thank you for not
forwarding to /dev/null :)  Hopefully this format is satisfactory. 
Thank you also for clarification on user privileges.

Epitome
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: Sounds like trouble (ALSA and soundcard issue)

2005-12-12 Thread Craig Jackson
Yes, actually the problem has been resolved. The LiveCD-6.1.1-2 is supposed to fix the problem of having an incorrect kernel source version in the /lfs-sources directory. Having the proper kernel version made all the difference with regard to ALSA. Thanks to Justin for his quick response on this :)
Craig (Epitome)On 12/9/05, Simon Geard [EMAIL PROTECTED] wrote:
On Wed, 2005-12-07 at 11:16 -0800, Craig Jackson wrote: Hello, I tried killing arts as suggested, as well and running from a terminal. With arts killed, xmms doesn't produce the error but it still doesn't
 play.I do notice that in the XMMS ALSA configuration that 2 sound cards show up, each yeilding the same bad results.I even verified that alsa detects its own drivers by running alsamixer, which works
 properly.You have, of course, made sure that the volume isn't muted?Simon.-BEGIN PGP SIGNATURE-Version: GnuPG v1.4.2 (GNU/Linux)iD8DBQBDmVoOCB2cCGZAKeQRAlbkAKCNSBFaNVwDi9KGAI9cobXmhNLxWQCg3F4o
mKyIPbVPjMdhmUuuS91HXcc==fzbJ-END PGP SIGNATURE---http://linuxfromscratch.org/mailman/listinfo/blfs-supportFAQ: 
http://www.linuxfromscratch.org/blfs/faq.htmlUnsubscribe: See the above information page
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: Internet strangeness

2005-11-19 Thread Craig Jackson
Hello Dave,

Yes, actually there is a known issue with ADSL when using PPPoE. The MTU (Maximum Transmission Unit) of each client needs to be set to 1492. This may have been done for you in the background on your windows boxes but since the ADSL client software probably doesn't have a linux binary, this needs to be set manually. Some routers actually deal with this by translating for you, and this would be somewhere in the web or telnet interface of the router. You can use the command: ip link set eth0 mtu 1492 in your startup scripts to set this properly. If this does not work, there is something far more basic not set up correctly.


Good luck

Craig Jackson
On 11/19/05, David Lyne [EMAIL PROTECTED] wrote:
Hello!I'll submit this problem here, but if it ought to be directed tolfs-support then let me know and I'll stop bugging you 8o) Also,
apologies in advance for the vagueness of my question: I don't reallyknow where to start with it!In short, my problem is that in some situations I cannot see certainwebsites.In more detail...
I compiled LFS-6.1 on my laptop which I mainly use at university, behindthe web cache that they have. Everything works fine when I'm there asfar as I can tell.However, when I take my laptop home and use the ADSL modem that we have,
I cannot access certain websites (i.e. firefox gives me unknown hosterrors), but I can see others. For example, I can connect torunnersworld.co.uk, but not 
google.com.Even more weirdness comes when I try pinging some of the servers thatfirefox won't connect to: I can ping google.com but not www.google.com
!Now, I think that this is an issue with the way my LFS is set up becausewhen I boot slackware on the same physical connection to the router Ihave no problems.Does anyone have any ideas where the problem in my configuration could be?
Many thanksDave8o)___Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com--http://linuxfromscratch.org/mailman/listinfo/blfs-supportFAQ: 
http://www.linuxfromscratch.org/blfs/faq.htmlUnsubscribe: See the above information page
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page