Paul Elliott | 1 Apr 2006 03:04
Picon

.configure problem


I am trying to make gparted-0.2.3.
When I do a ./configure I get:

a lot of junk
...
...
...
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  bg ca cs de el en_CA en_GB es fi fr gl he hu it lt mk nl pa pl pt pt_BR ru rw
sv tr uk vi zh_CN zh_TW
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking for uuid_generate in -luuid... no
configure: error: *** uuid library (libuuid) not found
pelliott <at> hrnowl:/media/disk2/tmp/tmp/gparted-0.2.3>

But the library uuid does exist!

pelliott <at> hrnowl:/media/disk2/tmp/tmp/gparted-0.2.3> ls /lib/*uuid*
/lib/libuuid.so.1  /lib/libuuid.so.1.2
pelliott <at> hrnowl:/media/disk2/tmp/tmp/gparted-0.2.3> 

How do I address this? Thank You.

--

-- 
(Continue reading)

Paul Elliott | 1 Apr 2006 03:19
Picon

My computer's bios does not like my new scsi disk!


I just bought a $20 36g scsi disk. It seems to work work, but
unless I put "don't include in bios scan for its lun" in
my adaptec adapter's bios setup, then my bios won't even
boot my previously OK disk! The geomentry as revealed by
fdisk -l is:

hrnowl:~ # fdisk -l /dev/sdc

Disk /dev/sdc: 36.4 GB, 36420075520 bytes
255 heads, 63 sectors/track, 4427 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1        4427    35559846   83  Linux
hrnowl:~ #    

This is identical with the geometry reported by another
scsi disk I have that never caused any problems!

cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
  Vendor: ZJCS     Model: ZJCS2-18GB       Rev: S5BS
  Type:   Direct-Access                    ANSI SCSI revision: 03
Host: scsi0 Channel: 00 Id: 02 Lun: 00
  Vendor: FUJITSU  Model: MAJ3364MC        Rev: 5509
  Type:   Direct-Access                    ANSI SCSI revision: 03
Host: scsi0 Channel: 00 Id: 04 Lun: 00
  Vendor: SEAGATE  Model: SX136403LC       Rev: BB0E
(Continue reading)

Donn Washburn | 1 Apr 2006 04:02
Picon

Re: .configure problem

Paul Elliott wrote:
> I am trying to make gparted-0.2.3.
> When I do a ./configure I get:
> 
> 
> a lot of junk
> ...
> ...
> ...
> checking for xgettext... /usr/bin/xgettext
> checking for catalogs to be installed...  bg ca cs de el en_CA en_GB es fi fr gl he hu it lt mk nl pa pl pt pt_BR ru
rw sv tr uk vi zh_CN zh_TW
> checking for perl... /usr/bin/perl
> checking for XML::Parser... ok
> checking for iconv... /usr/bin/iconv
> checking for msgfmt... /usr/bin/msgfmt
> checking for msgmerge... /usr/bin/msgmerge
> checking for xgettext... /usr/bin/xgettext
> checking for uuid_generate in -luuid... no
> configure: error: *** uuid library (libuuid) not found
> pelliott <at> hrnowl:/media/disk2/tmp/tmp/gparted-0.2.3>
> 
> But the library uuid does exist!
> 
> pelliott <at> hrnowl:/media/disk2/tmp/tmp/gparted-0.2.3> ls /lib/*uuid*
> /lib/libuuid.so.1  /lib/libuuid.so.1.2
> pelliott <at> hrnowl:/media/disk2/tmp/tmp/gparted-0.2.3> 
> 
> 
> How do I address this? Thank You.
(Continue reading)

Joe Barr | 1 Apr 2006 06:09

Re: .configure problem


Make sure the parent directory for libuuid in included
in /etc/ld.so.conf, then run ldconfig and try the make again.

On Fri, 2006-03-31 at 19:04 -0600, Paul Elliott wrote:
> I am trying to make gparted-0.2.3.
> When I do a ./configure I get:
> 
> 
> a lot of junk
> ...
> ...
> ...
> checking for xgettext... /usr/bin/xgettext
> checking for catalogs to be installed...  bg ca cs de el en_CA en_GB es fi fr gl he hu it lt mk nl pa pl pt pt_BR ru
rw sv tr uk vi zh_CN zh_TW
> checking for perl... /usr/bin/perl
> checking for XML::Parser... ok
> checking for iconv... /usr/bin/iconv
> checking for msgfmt... /usr/bin/msgfmt
> checking for msgmerge... /usr/bin/msgmerge
> checking for xgettext... /usr/bin/xgettext
> checking for uuid_generate in -luuid... no
> configure: error: *** uuid library (libuuid) not found
> pelliott <at> hrnowl:/media/disk2/tmp/tmp/gparted-0.2.3>
> 
> But the library uuid does exist!
> 
> pelliott <at> hrnowl:/media/disk2/tmp/tmp/gparted-0.2.3> ls /lib/*uuid*
> /lib/libuuid.so.1  /lib/libuuid.so.1.2
(Continue reading)

tmcd | 1 Apr 2006 08:55
Picon
Favicon

Re: My computer's bios does not like my new scsi disk!

On Fri, 31 Mar 2006, Paul Elliott <pelliott@...> wrote:
> I just bought a $20 36g scsi disk.

Color me green with envy.  Out of curiosity, where and how did you get
it?

I'm sorry that I don't have any help for your problem, and can only
think of the most blatantly obvious things: I assume that you set your
boot drive SCSI ID to 0 in the Adaptec adapter's BIOS setup, and that
you've rechecked the jumpers on the new drive, and that you've checked
the other Adaptec BIOS options for the new drive.  If I change boot
partition stuff, I have to re-run LILO; I don't suppose you have to
rerun grub?

--

-- 
Tim McDaniel; Reply-To: tmcd@...
Chris Nystrom | 1 Apr 2006 09:15
Picon

Re: My computer's bios does not like my new scsi disk!

On 4/1/06, tmcd@...
<tmcd@...> wrote:
>
> I'm sorry that I don't have any help for your problem, and can only
> think of the most blatantly obvious things: I assume that you set your
> boot drive SCSI ID to 0 in the Adaptec adapter's BIOS setup, and that
> you've rechecked the jumpers on the new drive, and that you've checked
> the other Adaptec BIOS options for the new drive.  If I change boot
> partition stuff, I have to re-run LILO; I don't suppose you have to
> rerun grub?

You do not have to run anything with grub. You simply change grub.conf
and you are all set.

Chris

--
E-Mail: Chris Nystrom <cnystrom@...>
http://www.newio.org/
AIM: nystromchris
Jim Westbrook | 1 Apr 2006 10:26
Picon

Re: .configure problem

Paul Elliott wrote:

> I am trying to make gparted-0.2.3.
> When I do a ./configure I get:
>
> a lot of junk
> ...
> ...
> ...
> checking for xgettext... /usr/bin/xgettext
> checking for catalogs to be installed...  bg ca cs de el en_CA en_GB es fi fr gl he hu it lt mk nl pa pl pt pt_BR ru
rw sv tr uk vi zh_CN zh_TW
> checking for perl... /usr/bin/perl
> checking for XML::Parser... ok
> checking for iconv... /usr/bin/iconv
> checking for msgfmt... /usr/bin/msgfmt
> checking for msgmerge... /usr/bin/msgmerge
> checking for xgettext... /usr/bin/xgettext
> checking for uuid_generate in -luuid... no
> configure: error: *** uuid library (libuuid) not found
> pelliott <at> hrnowl:/media/disk2/tmp/tmp/gparted-0.2.3>
>
> But the library uuid does exist!
>
> pelliott <at> hrnowl:/media/disk2/tmp/tmp/gparted-0.2.3> ls /lib/*uuid*
> /lib/libuuid.so.1  /lib/libuuid.so.1.2
> pelliott <at> hrnowl:/media/disk2/tmp/tmp/gparted-0.2.3>
>
> How do I address this? Thank You.
>
(Continue reading)

Carl Perry | 1 Apr 2006 22:27
Favicon

Re: .configure problem

Another thing to try is look at the bottom of the config.log file in the
same directory.  It will show the exact commands run to (and source code
used) to find libuuid and how it failed.  That being said, the most
common cause of this (as was already stated) is the lack of the
libuuid-dev package being installed.

On Fri, 2006-03-31 at 19:04 -0600, Paul Elliott wrote:
> I am trying to make gparted-0.2.3.
> When I do a ./configure I get:
> 
> 
> a lot of junk
> ...
> ...
> ...
> checking for xgettext... /usr/bin/xgettext
> checking for catalogs to be installed...  bg ca cs de el en_CA en_GB es fi fr gl he hu it lt mk nl pa pl pt pt_BR ru
rw sv tr uk vi zh_CN zh_TW
> checking for perl... /usr/bin/perl
> checking for XML::Parser... ok
> checking for iconv... /usr/bin/iconv
> checking for msgfmt... /usr/bin/msgfmt
> checking for msgmerge... /usr/bin/msgmerge
> checking for xgettext... /usr/bin/xgettext
> checking for uuid_generate in -luuid... no
> configure: error: *** uuid library (libuuid) not found
> pelliott <at> hrnowl:/media/disk2/tmp/tmp/gparted-0.2.3>
> 
> But the library uuid does exist!
> 
(Continue reading)

Paul Elliott | 1 Apr 2006 23:00
Picon

Re: .configure problem

On Sat, Apr 01, 2006 at 08:27:30PM +0000, Carl Perry wrote:
> Another thing to try is look at the bottom of the config.log file in the
> same directory.  It will show the exact commands run to (and source code
> used) to find libuuid and how it failed.  That being said, the most
> common cause of this (as was already stated) is the lack of the
> libuuid-dev package being installed.
> 

I solved this problem, only to encounter another, it requires
gtkmm at least version 2.6. gtkmm2.6 has a list of dependencies
so I am in dependency hell! It's time to update my distro! I looked
at gtkmm web site an they have 2.8! I only have SuSe 9.3.

When does SuSE 10.1 come out?

One good thing about gtk(mm) ect, is that you can have multiple
major version installed without version self interference!

That is you can have 2.4 installed and 2.6 and 2.8 and things
linked against the different versions and have everything work.

So theoretically I could install everything, but it makes my brain
hurt!

By the way, I tried to use ubuntu live to repartition my new disk,
but once I had a swap file on the partition I wanted to do surgery
on, ubuntu live allocated the swap file at boot time, making my
partition surgery not feasible with ubuntu live!

However, the gnome people have made a copy of gparted on its own
(Continue reading)

Carl Perry | 2 Apr 2006 07:07
Favicon

Server Maintenance

Greetings All -

	This is not an April Fool's joke.  I will be taking the web server
off-line momentarily for maintenance and migration to the new backend
software.  I'll post an announcement here when I'm done.

_______________________________________________
ALG Mailing List http://austinlug.org/cgi-bin/mailman/listinfo/alg

Gmane