Mail Archives: geda-user/2016/09/06/16:43:19
gedau AT igor2 DOT repo DOT hu wrote:
> Hello Bert,
>
> On Tue, 6 Sep 2016, Bert Timmerman wrote:
>
>> Hi Igor2,
>>
>> I get the spew quoted below:
>>
>> [bert AT vortex trunk]$ ./configure
>> make: Nothing to be done for `all'.
>> --- Detecting host
>> Looking for a shell... /bin/sh -c
>> Looking for a shell escape character... found: '\'
>> Detecting temp dir... validated
>> /home/bert/workspace/svn/pcb-rnd/trunk/scconfig/
>> Checking for system type... OK (name: Linux; class: UNIX)
>> Checking for ar... OK (ar)
>> Checking for mkdir... OK (mkdir -p)
>> Checking for rm... OK (rm -rf)
>> Checking for cp... OK (cp -rp)
>> Checking for ln... OK (ln -sf)
>> --- Detecting target (same as host)
>> Checking for cc (target)... OK ('gcc', ' -pipe', '')
>> Checking for -fpic... OK (-fPIC)
>> Checking for mkdtemp... OK ('#include <stdlib.h>\n', '(null)' and
>> '(null)')
>> Checking for realpath()... OK ('(null)' and '(null)')
>> Checking for readdir()... OK ('#include <dirent.h>\n', '(null)' and
>> '(null)')
>> Checking for rint... OK ('#include <math.h>\n', '' and '-lm')
>> Node libs/userpass/getpwuid/* is required but I don't know how to
>> detect it.
>> ./configure: line 4: 7282 Aborted (core dumped)
>> ./configure "$@"
>> [bert AT vortex trunk]$
>>
>> Updated until r2951, I got an error during svn up and responded with
>> "mc" (mine).
>>
>> The first session of ".configure" ran as expected, I did a "make
>> clean", and now the above.
>
> There was a big change in scconfig a few weeks ago. Please do a
>
> make distclean
>
> in trunk/ and try again - that will recompile scconfig. Please let me
> know if it still fails.
>
> TIA,
>
> Igor2
>
Hi Igor2,
pcb-rnd does compile, but doesn't run:
[bert AT vortex trunk]$ src/pcb-rnd
OPENING: ./default_font -> (nil)
IO error during load font: none of io plugins could succesfully read
file ./default_font (can not open the file for reading)
OPENING: /usr/local/share/pcb-rnd/default_font -> (nil)
Can't open /usr/local/share/pcb-rnd/default_font for reading
IO error during load font: none of io plugins could succesfully read
file /usr/local/share/pcb-rnd/default_font (can not open the file for
reading)
Can't find font-symbol-file './default_font:$(rc.path.share)/default_font'
OPENING: ./default.pcb -> (nil)
Can't open ./default.pcb for reading
Error loading './default.pcb': can't open './default.pcb' for read
IO error during load pcb: none of io plugins could succesfully read file
./default.pcb (can not open the file for reading)
OPENING: ./default_font -> (nil)
IO error during load font: none of io plugins could succesfully read
file ./default_font (can not open the file for reading)
OPENING: /usr/local/share/pcb-rnd/default_font -> (nil)
Can't open /usr/local/share/pcb-rnd/default_font for reading
IO error during load font: none of io plugins could succesfully read
file /usr/local/share/pcb-rnd/default_font (can not open the file for
reading)
Can't find font-symbol-file './default_font:$(rc.path.share)/default_font'
unknown action `PCBChanged'
no action PCBChanged()
OPENING: ./default_font -> (nil)
IO error during load font: none of io plugins could succesfully read
file ./default_font (can not open the file for reading)
OPENING: /usr/local/share/pcb-rnd/default_font -> (nil)
Can't open /usr/local/share/pcb-rnd/default_font for reading
IO error during load font: none of io plugins could succesfully read
file /usr/local/share/pcb-rnd/default_font (can not open the file for
reading)
Can't find font-symbol-file './default_font:$(rc.path.share)/default_font'
OPENING: /usr/local/share/pcb-rnd/default.pcb -> (nil)
Can't open /usr/local/share/pcb-rnd/default.pcb for reading
Error loading '/usr/local/share/pcb-rnd/default.pcb': can't open
'/usr/local/share/pcb-rnd/default.pcb' for read
IO error during load pcb: none of io plugins could succesfully read file
/usr/local/share/pcb-rnd/default.pcb (can not open the file for reading)
unknown action `PCBChanged'
no action PCBChanged()
Can't load the default pcb for creating an empty layout
[bert AT vortex trunk]$
I hope the above spew can give you some hints where the program is
barfing on.
I guess this has to do with config files (or the lack thereof) or a
"default.pcb" file missing in action.
I'm too tired now to have decent look at these issues.
I will continue tomorrow.
Kind regards,
Bert Timmerman.
- Raw text -