Re: [blfs-dev] Finishing up BLFS checks for LFS-7.2

2012-11-05 Thread Bruce Dubbs
Fernando de Oliveira wrote:
 --- Em dom, 4/11/12, Bruce Dubbs escreveu:

 De: Bruce Dubbs
 Assunto: Re: [blfs-dev] Finishing up BLFS checks for LFS-7.2
 Para: BLFS Development List
 Data: Domingo, 4 de Novembro de 2012, 22:55
 Fernando de Oliveira wrote:
 --- Em qua, 31/10/12, Bruce Dubbs escreveu:

 I updated the instructions yesterday.  They
 build OK, but have not
 been tested.  Please use the most current
 instructions and let me
 know how it goes.

 After solving some problems, I could install sane and
 xsane today,
 unfortunately, not yet working. I need to recall what I
 did for it to
 run in previous LFS version.

 Possibly a configuration issue.

 Two problems: permissions and configure switch in sane.

 Configure Switch:

 I had the message like No libusb support.

 Solution:

 --enable-libusb_1_0

 Permissions

 Multi-function printer/scanner device is /dev/bus/usb/00{1,2}. From CUPS, 
 group is lp (one is root):

 # ls -lh /dev/bus/usb/00{1,2}
 /dev/bus/usb/001:
 total 0
 crw-rw-r-- 1 root lp 189, 0 Nov  5 10:47 001
 crw-rw-r-- 1 root lp 189, 1 Nov  5 12:01 002

 /dev/bus/usb/002:
 total 0
 crw-rw-r-- 1 root lp   189, 128 Nov  5 10:47 001
 crw-rw-r-- 1 root lp   189, 129 Nov  5 10:47 002
 crw-rw-r-- 1 root lp   189, 130 Nov  5 10:47 003
 crw-rw-r-- 1 root root 189, 131 Nov  5 10:47 004

 Solution:

 usermod -a -G lp user

 I cannot understand what mistake I did that I do not have the same as in 
 LFS7.1:

 $ ls -lh /dev/bus/usb/00{1,2}
 /dev/bus/usb/001:
 total 0
 crw-rw-r-- 1 root root189, 0 Nov  5 12:33 001
 crw-rw-r-- 1 root scanner 189, 1 Nov  5 12:34 002

 /dev/bus/usb/002:
 total 0
 crw-rw-r-- 1 root lp   189, 128 Nov  5 12:33 001
 crw-rw-r-- 1 root root 189, 129 Nov  5 12:33 002
 crw-rw-r-- 1 root root 189, 130 Nov  5 12:33 003
 crw-rw-r-- 1 root root 189, 131 Nov  5 12:33 004

  From chroot, problems building sane:

 # ls -lh /{var,run}/lock ls: não é possível acessar
 /run/lock:
 Arquivo ou diretório não encontrado lrwxrwxrwx 1 root
 root 9 Set 20
 14:08 /var/lock - /run/lock

 I issued the command just to show /var/lock was a broken symlink.

 [ls : not possible accessing /run/lock: File or
 directory not
 found.]

 /bin/sh ../mkinstalldirs -m 775 /var/lock/sane mkdir -m
 775 -p --
 /var/lock/sane mkdir: é impossível criar o diretório
 “/var/lock”:
 Arquivo existe
** My free translation:
[mkdir: not
 possible to create /var/lock: File exists]
 **

 That's odd, the -p option for mkdir means no error if
 existing, make
 parent directories as needed

 I build remotely all the time via ssh, but not chroot.
 Perhaps when
 entering chroot you need to mkdir -p /run/lock.

 Thanks, Bruce.

 Now, sane and xsane are built and working and so they can be tagged?

OK, I'll do that.

   -- Bruce



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

Re: [blfs-dev] Finishing up BLFS checks for LFS-7.2

2012-11-04 Thread Fernando de Oliveira
--- Em qua, 31/10/12, Bruce Dubbs escreveu:

 De: Bruce Dubbs
 Assunto: Re: [blfs-dev] Finishing up BLFS checks for LFS-7.2
 Para: BLFS Development List
 Data: Quarta-feira, 31 de Outubro de 2012, 12:24
 Fernando de Oliveira wrote:
 
 
      pst/scanning/sane.xml:
             Update to
 1.0.23
  Needs scanner
 
      pst/scanning/xsane.xml:
          
    Needs Scanner
 
 
  How about _built tags?
 
  Not the best result, but I suppose it will have to
 do for
  now.
 
  I will try to build and check these two, later today.
 
 I updated the instructions yesterday.  They build OK,
 but have not been 
 tested.  Please use the most current instructions and
 let me know how it 
 goes.

Bruce,

After solving some problems, I could install sane and xsane today, 
unfortunately, not yet working. I need to recall what I did for it to run in 
previous LFS version.

On the other hand, CUPS works in LFS7.2, contrary to previous LFS7.1.

From chroot, problems building sane:

# ls -lh /{var,run}/lock
ls: não é possível acessar /run/lock: Arquivo ou diretório não encontrado
lrwxrwxrwx 1 root root 9 Set 20 14:08 /var/lock - /run/lock

[ls : not possible accessing /run/lock: File or directory not found.]

/bin/sh ../mkinstalldirs -m 775 /var/lock/sane
mkdir -m 775 -p -- /var/lock/sane
mkdir: é impossível criar o diretório “/var/lock”: Arquivo existe
**
My free translation:
[mkdir: not possible to create /var/lock: File exists]
**
make[4]: ** [install-lockpath] Erro 1
make[4]: Saindo do diretório 
`/home/fernando/tmp/paco-build-2012.11.04/sane-backends-1.0.23/backend'
make[3]: ** [install-data-am] Erro 2
make[3]: Saindo do diretório 
`/home/fernando/tmp/paco-build-2012.11.04/sane-backends-1.0.23/backend'
make[2]: ** [install-am] Erro 2
make[2]: Saindo do diretório 
`/home/fernando/tmp/paco-build-2012.11.04/sane-backends-1.0.23/backend'
make[1]: ** [install] Erro 2
make[1]: Saindo do diretório 
`/home/fernando/tmp/paco-build-2012.11.04/sane-backends-1.0.23/backend'
make: ** [install-recursive] Erro 1

[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-dev] Finishing up BLFS checks for LFS-7.2

2012-11-04 Thread Bruce Dubbs
Fernando de Oliveira wrote:
 --- Em qua, 31/10/12, Bruce Dubbs escreveu:

 I updated the instructions yesterday.  They build OK, but have not
 been tested.  Please use the most current instructions and let me
 know how it goes.

 After solving some problems, I could install sane and xsane today,
 unfortunately, not yet working. I need to recall what I did for it to
 run in previous LFS version.

Possibly a configuration issue.

 On the other hand, CUPS works in LFS7.2, contrary to previous
 LFS7.1.

That's good.

 From chroot, problems building sane:

 # ls -lh /{var,run}/lock ls: não é possível acessar /run/lock:
 Arquivo ou diretório não encontrado lrwxrwxrwx 1 root root 9 Set 20
 14:08 /var/lock - /run/lock

Where is this come from?  I can't find it anywhere in the source.

 [ls : not possible accessing /run/lock: File or directory not
 found.]

 /bin/sh ../mkinstalldirs -m 775 /var/lock/sane mkdir -m 775 -p --
 /var/lock/sane mkdir: é impossível criar o diretório “/var/lock”:
 Arquivo existe
  ** My free translation:
  [mkdir: not
 possible to create /var/lock: File exists] **

That's odd, the -p option for mkdir means no error if existing, make 
parent directories as needed

I build remotely all the time via ssh, but not chroot.  Perhaps when 
entering chroot you need to mkdir -p /run/lock.

   -- Bruce


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

Re: [blfs-dev] Finishing up BLFS checks for LFS-7.2

2012-10-31 Thread Fernando de Oliveira
--- Em ter, 30/10/12, Bruce Dubbs bruce.du...@gmail.com escreveu:

 De: Bruce Dubbs bruce.du...@gmail.com
 Assunto: Re: [blfs-dev] Finishing up BLFS checks for LFS-7.2
 Para: BLFS Development List blfs-dev@linuxfromscratch.org
 Data: Terça-feira, 30 de Outubro de 2012, 17:58
 Armin K. wrote:
  On 10/30/2012 08:17 PM, Bruce Dubbs wrote:
  I'm in the final stages of checking all the BLFS
 packages for
  compatibility with LFS-7.2, but need some
 help.  I can't easily check
  the following:
 
  


    multimedia/videoutils/dvb-apps.xml:   Needs
 TV card
 
  This one was added by Andy and I don't think anyone
 else ever used it.
  Plus, there are no releases - only snapshots. Is it
 worth keeping?
 
 It's a little disappointing, but you're right.  We
 probably should 
 archive it.

I do not a tv card, but have been thing about it. I see in the page many
instructions would need the card for configuration. If it is possible just
to build it, IMO this could be useful for many, in the future.
 
  
    networking/netutils/wicd.xml:   
      Needs wireless card
 
  I use NetworkManager, but can easily check this one if
 necesary.
 
 That would be helpful.
 
  
    pst/scanning/sane.xml:     
           Update to 1.0.23 
 Needs scanner
  
    pst/scanning/xsane.xml:   
            Needs Scanner
 
 
  How about _built tags?
 
 Not the best result, but I suppose it will have to do for
 now.

I will try to build and check these two, later today.

[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Finishing up BLFS checks for LFS-7.2

2012-10-31 Thread Bruce Dubbs
Fernando de Oliveira wrote:


 pst/scanning/sane.xml:
Update to 1.0.23
 Needs scanner

 pst/scanning/xsane.xml:
 Needs Scanner


 How about _built tags?

 Not the best result, but I suppose it will have to do for
 now.

 I will try to build and check these two, later today.

I updated the instructions yesterday.  They build OK, but have not been 
tested.  Please use the most current instructions and let me know how it 
goes.

   -- Bruce

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


Re: [blfs-dev] Finishing up BLFS checks for LFS-7.2

2012-10-31 Thread Armin K.
On 10/31/2012 08:36 PM, Bruce Dubbs wrote:
 Armin K. wrote:

 general/prog/gcc.xml:lfs70_checked;
 xsoft/other/inkscape.xml:lfs71_checked;
 xsoft/other/blueman.xml:lfs71_checked;

 I can help with blueman and inkscape if you like, but not before the
 weekend, I guess. I am not sure about GCC, I've built gcc, g++ and
 gfortran in LFS. I don't feel the need to build all compilers.

 I just checked inkscape and blueman.  Both built but only inkscape ran
 properly.  I've marked them appropriately, but not committed yet.  I've
 just started working on gcc.

 If you can check blueman and get it running, we can change that to _checked.


Well, I have bluetooth on this machine. I'll check it asap.

 I hope to have gcc done today and then start working on the upgrades in
 the ticket system.  There are 12 open, but I'll not touch giflib-5.
 Take whatever you want.

 -- Bruce


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


[blfs-dev] Finishing up BLFS checks for LFS-7.2

2012-10-30 Thread Bruce Dubbs
I'm in the final stages of checking all the BLFS packages for
compatibility with LFS-7.2, but need some help.  I can't easily check
the following:

  gnome/applications/sound-juicer.xml:  Needs GNOME
  multimedia/videoutils/dvb-apps.xml:   Needs TV card
  networking/netutils/wicd.xml: Needs wireless card
  pst/scanning/sane.xml:Update to 1.0.23  Needs scanner
  pst/scanning/xsane.xml:   Needs Scanner

If anyone can validate that the above packages work with the current
instructions with LFS-7.2, I'd appreciate it.

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


Re: [blfs-dev] Finishing up BLFS checks for LFS-7.2

2012-10-30 Thread Armin K.
On 10/30/2012 08:17 PM, Bruce Dubbs wrote:
 I'm in the final stages of checking all the BLFS packages for
 compatibility with LFS-7.2, but need some help.  I can't easily check
 the following:

gnome/applications/sound-juicer.xml:  Needs GNOME

I can check this one.

multimedia/videoutils/dvb-apps.xml:   Needs TV card

This one was added by Andy and I don't think anyone else ever used it. 
Plus, there are no releases - only snapshots. Is it worth keeping?

networking/netutils/wicd.xml: Needs wireless card

I use NetworkManager, but can easily check this one if necesary.

pst/scanning/sane.xml:Update to 1.0.23  Needs scanner
pst/scanning/xsane.xml:   Needs Scanner


How about _built tags?

 If anyone can validate that the above packages work with the current
 instructions with LFS-7.2, I'd appreciate it.

-- Bruce

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


Re: [blfs-dev] Finishing up BLFS checks for LFS-7.2

2012-10-30 Thread Bruce Dubbs
Armin K. wrote:
 On 10/30/2012 08:17 PM, Bruce Dubbs wrote:
 I'm in the final stages of checking all the BLFS packages for
 compatibility with LFS-7.2, but need some help.  I can't easily check
 the following:

 gnome/applications/sound-juicer.xml:  Needs GNOME

 I can check this one.

Thanks.

 multimedia/videoutils/dvb-apps.xml:   Needs TV card

 This one was added by Andy and I don't think anyone else ever used it.
 Plus, there are no releases - only snapshots. Is it worth keeping?

It's a little disappointing, but you're right.  We probably should 
archive it.

 networking/netutils/wicd.xml: Needs wireless card

 I use NetworkManager, but can easily check this one if necesary.

That would be helpful.

 pst/scanning/sane.xml:Update to 1.0.23  Needs scanner
 pst/scanning/xsane.xml:   Needs Scanner


 How about _built tags?

Not the best result, but I suppose it will have to do for now.

   -- Bruce

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