Tracker: Bugs

5 bulding of cedet-1.0pre2 on OpenBSD fails - ID: 1209674
Last Update: Settings changed ( vurte )

Hello,

I can't build cedet-1.0pre2 on OpenBSD:

root@mobil-data:/usr/local/src/emacs/cedet-1.0pre2# make
cd ""/common && make EMACS="emacs"
SHELL="/usr/local/bin/bash"
/bin/sh: cd: /common - No such file or directory
*** Error code 1

Stop in /usr/local/src/emacs/cedet-1.0pre2 (line 73 of
Makefile).
------------------------------------------------------------------------------------------
Makefile with line no:

## Build
##

65: all: clean-autoloads packages
66:
67: bootstrap: clean-all packages
68:
69: packages: $(CEDET_PACKAGES)
70:
71: .PHONY: $(CEDET_PACKAGES)
72: $(CEDET_PACKAGES):
->73: cd $(CEDET_HOME)/$@ && $(__DOMAKE)
74:
75: ## Update
76: ##

thx.
Haluk Durmus


Haluk Durmus ( vurte ) - 2005-05-27 00:59:19 PDT

5

Closed

None

Eric M. Ludlam

semantic

None

Public


Comments ( 4 )




Date: 2005-05-31 14:08:35 PDT
Sender: vurteProject DonorAccepting Donations

Logged In: YES
user_id=206275

my last Errormessage ist the same as bug 1200599.
Thats why I close this thread.


Date: 2005-05-31 04:24:30 PDT
Sender: vurteProject DonorAccepting Donations

Logged In: YES
user_id=206275

hello,

now I tried "gmake" and it does mutch more ....

but has now a different Error-Message:

emacs -batch --no-site-file -l grammar-make-script -f
semantic-grammar-batch-build-packages semantic-grammar.wy
Loading
/usr/local/libexec/emacs/21.3/i386-unknown-openbsd3.7/fns-21.3.1.el
(source)...
Opening directory: no such file or directory, /root/.semanticdb
gmake[1]: *** [metagrammar] Error 255
gmake[1]: Leaving directory
`/usr/local/src/emacs/cedet-1.0pre2/semantic'
gmake: *** [semantic] Error 2



Date: 2005-05-27 10:11:59 PDT
Sender: vurteProject DonorAccepting Donations

Logged In: YES
user_id=206275

cd /usr/local/src/emacs/cedet-1.0pre2/common/icons

Makefile:21

20: icons:
-> 21: @
22:
23: tags:
24:
25: .PHONY: dist



Date: 2005-05-27 01:21:51 PDT
Sender: vurteProject DonorAccepting Donations

Logged In: YES
user_id=206275

ok I now set the CEDET_HOME manualy:
CEDET_HOME="/usr/local/src/emacs/cedet-1.0pre2"

----------------------------------------------------------------------------

Now I have different error msgs:

for loadpath in . ./; do echo "(add-to-list 'load-path
\"$loadpath\")" >> common-compile-script; done;
"emacs" -batch --no-site-file -l common-compile-script -f
batch-byte-compile
Done
cd icons; make
: not found
*** Error code 1

Stop in /usr/local/src/emacs/cedet-1.0pre2/common/icons
(line 21 of Makefile).
*** Error code 1

Stop in /usr/local/src/emacs/cedet-1.0pre2/common (line 66
of Makefile).
*** Error code 1



Log in to comment.




Attached File

No Files Currently Attached

Changes ( 4 )

Field Old Value Date By
close_date - 2005-05-31 14:08:36 PDT vurte
status_id Open 2005-05-31 14:08:35 PDT vurte
category_id None 2005-05-31 04:24:30 PDT vurte
assigned_to nobody 2005-05-27 10:14:27 PDT vurte