HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 2 and Version 3 of dev-util/gperf/3.0.4/1


Ignore:
Timestamp:
06/25/09 12:31:03 (6 years ago)
Author:
scottmc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dev-util/gperf/3.0.4/1

    v2 v3  
    22Make check fails on undefined reference to `setmode' 
    33{{{ 
     4~/gperf-3.0.4> make check 
     5cd lib; make check 
     6make[1]: Entering directory `/boot/home/gperf-3.0.4/lib' 
     7make[1]: Nothing to be done for `check'. 
     8make[1]: Leaving directory `/boot/home/gperf-3.0.4/lib' 
     9cd src; make check 
     10make[1]: Entering directory `/boot/home/gperf-3.0.4/src' 
     11make[1]: Nothing to be done for `check'. 
     12make[1]: Leaving directory `/boot/home/gperf-3.0.4/src' 
     13cd tests; make check 
     14make[1]: Entering directory `/boot/home/gperf-3.0.4/tests' 
     15performing some tests of the perfect hash generator 
     16gcc -c -g -O2 ./test.c 
     17../src/gperf -c -l -S1 -I -o ./c.gperf > cinset.c 
     18gcc -g -O2  -o cout cinset.c test.o 
     19testing ANSI C reserved words, all items should be found in the set 
     20./cout -v < ./c.gperf | LC_ALL=C tr -d '\r' > c.out 
     21diff ./c.exp c.out 
     22../src/gperf -k1,4,'$' -I ./ada.gperf > adainset.c 
     23gcc -g -O2  -o aout adainset.c test.o 
     24testing Ada reserved words, all items should be found in the set 
     25./aout -v < ./ada.gperf | LC_ALL=C tr -d '\r' > ada-res.out 
     26diff ./ada-res.exp ada-res.out 
     27../src/gperf -D -k1,'$' -s 2 -I -o ./adadefs.gperf > preinset.c 
     281 input keys have identical hash values, examine output carefully... 
     29gcc -g -O2  -o preout preinset.c test.o 
     30testing Ada predefined words, all items should be found in the set 
     31./preout -v < ./adadefs.gperf | LC_ALL=C tr -d '\r' > ada-pred.out 
     32diff ./ada-pred.exp ada-pred.out 
     33../src/gperf -k1,2,'$' -I -o ./modula3.gperf > m3inset.c 
     34gcc -g -O2  -o m3out m3inset.c test.o 
     35testing Modula3 reserved words, all items should be found in the set 
     36./m3out -v < ./modula3.gperf | LC_ALL=C tr -d '\r' > modula.out 
     37diff ./modula.exp modula.out 
     38../src/gperf -o -S2 -I < ./pascal.gperf > pinset.c 
     39gcc -g -O2  -o pout pinset.c test.o 
     40testing Pascal reserved words, all items should be found in the set 
     41./pout -v < ./pascal.gperf | LC_ALL=C tr -d '\r' > pascal.out 
     42diff ./pascal.exp pascal.out 
     43../src/gperf -k1 -t -I -K foreign_name < ./lang-utf8.gperf > lu8inset.c 
     44gcc -g -O2  -o lu8out lu8inset.c test.o 
     45testing UTF-8 encoded languages, all items should be found in the set 
     46sed -e '1,6d' -e 's/,.*//' < ./lang-utf8.gperf | ./lu8out -v | LC_ALL=C tr -d '\r' > lang-utf8.out 
     47diff ./lang-utf8.exp lang-utf8.out 
     48gcc -c -g -O2 ./test2.c 
     49../src/gperf -k4 -t -l -I -K foreign_name < ./lang-ucs2.gperf > lu2inset.c 
     50gcc -g -O2  -o lu2out lu2inset.c test2.o 
     51test2.o: In function `main': 
     52/boot/home/gperf-3.0.4/tests/./test2.c:41: undefined reference to `setmode' 
     53collect2: ld returned 1 exit status 
     54make[1]: *** [check-lang-ucs2] Error 1 
     55make[1]: Leaving directory `/boot/home/gperf-3.0.4/tests' 
     56make: *** [check] Error 2 
     57~/gperf-3.0.4>  
    458}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/