gEDA error

hi!
was fond of circuitry, and chose gEDA, but there was a question for those who uses gEDA in FreeBSD, everything идеет is good, but I can not create pcb the file. Here mistake ravine:
Code:
$ gsch2pcb -v avrd.sch
Processing PCBLIBPATH="/usr/local/share/pcb/pcblib-newlib:/usr/local/share/pcb/newlib"
Adding /usr/local/share/pcb/pcblib-newlib to the newlib search path
Adding /usr/local/share/pcb/newlib to the newlib search path
Running command:
	gnetlist -g pcbpins -o avrd.cmd avrd.sch
--------
Loading schematic [/usr/home/res/shemat/avrd.sch]
Running command:
	gnetlist -g PCB -o avrd.net avrd.sch
--------
Loading schematic [/usr/home/res/shemat/avrd.sch]
Default m4-pcbdir: /usr/local/share/pcb/pcb/m4
--------
gnet-gsch2pcb-tmp.scm override file:
    (define m4-pcbdir "/usr/local/share/pcb/pcb/m4")
    (define gsch2pcb:use-m4 #t)
--------
Running command:
	gnetlist -g gsch2pcb -o avrd.pcb -m gnet-gsch2pcb-tmp.scm avrd.sch
--------
Loading schematic [/usr/home/res/shemat/avrd.sch]
=====================================================
gsch2pcb backend configuration:

   ----------------------------------------
   Variables which may be changed in gafrc:
   ----------------------------------------
   gsch2pcb:pcb-m4-command:    /usr/bin/m4
   gsch2pcb:pcb-m4-dir:        /usr/local/share/pcb/m4
   gsch2pcb:pcb-m4-confdir:    /usr/local/etc/pcb
   gsch2pcb:pcb-m4-path:       /usr/local/share/pcb/m4  /usr/local/etc/pcb  $HOME/.pcb  .
   gsch2pcb:m4-command-line:   /usr/bin/m4 -d  -I/usr/local/share/pcb/m4 -I/usr/local/etc/pcb -I$HOME/.pcb -I. /usr/local/share/pcb/m4/common.m4 - >> avrd.pcb

   ---------------------------------------------------
   Variables which may be changed in the project file:
   ---------------------------------------------------
   gsch2pcb:use-m4:            yes

=====================================================
Using the m4 processor for pcb footprints
[B]m4: /usr/local/share/pcb/m4/common.m4 at line 81: include(amp.inc): No such file or directory[/B]
--------
No elements found, so nothing to do.
$ ls
av.drc		avrd.net	avrd.sch~
avrd.cmd	avrd.sch

in what there can be a problem?
 
I established myself geda & pcb through pkg, the amp.inc file is in folder /usr/local/share/pcb/m4, and here what not so I can not understand

Code:
This is PCB, an interactive
printed circuit board editor
version 20110918

Compiled on Aug 14 2012 at 07:11:22

Code:
gEDA/gschem version 1.6.2.20110115
 
I use pkg
pkg info -f m4
m4-1.4.16_1,1
Name : m4
Version : 1.4.16_1,1
Origin : devel/m4
Prefix : /usr/local
Categories : devel
Maintainer : johans@FreeBSD.org
WWW : http://www.gnu.org/software/m4/m4.html
Comment : GNU m4
Options :
LIBSIGSEGV : off
Flat size : 557 kB
Description :
GNU `m4' is an implementation of the traditional UNIX macro
processor. It is mostly SVR4 compatible, although it has some
extensions (for example, handling more than 9 positional parameters to
macros). `m4' also has builtin functions for including files, running
shell commands, doing arithmetic, etc.

WWW: http://www.gnu.org/software/m4/m4.html
 
Back
Top