emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Cannot open load file: subst-ksc
@ 2012-09-01  3:06 Thomas S. Dye
  2012-09-01  3:21 ` Nick Dokos
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas S. Dye @ 2012-09-01  3:06 UTC (permalink / raw)
  To: Org-mode

Aloha all,

Stumbling out of the gate here:

bash-3.2$ git clone git://orgmode.org/org-mode.git
Cloning into 'org-mode'...
remote: Counting objects: 65748, done.        
remote: Compressing objects: 100% (13967/13967), done.        
remote: Total 65748 (delta 52088), reused 65145 (delta 51659)        
Receiving objects: 100% (65748/65748), 56.53 MiB | 793 KiB/s, done.
Resolving deltas: 100% (52088/52088), done.

bash-3.2$ cd org-mode && make uncompiled
======================================================
= Invoke "make help" for a synopsis of make targets. =
= Created a default local.mk template.               =
= Setting "oldorg" as the default target.            =
= Please adapt local.mk to your local setup!         =
======================================================
Cannot open load file: subst-ksc
make: [local.mk] Error 255 (ignored)
make -C lisp clean
rm -f org-version.el org-install.el org-version.elc org-install.elc
rm -f *.elc
make -C lisp autoloads
rm -f org-version.el org-install.el org-version.elc org-install.elc
org-version: 7.9 (release_7.9-176-g293933)
Cannot open load file: subst-ksc
make[1]: *** [org-version.el] Error 255
make: *** [autoloads] Error 2

bash-3.2$ ls
Makefile			doc
README				etc
README_DIST			lisp
README_GIT			mk
README_maintainer		request-assign-future.txt
contrib				testing

I usually suspect user error, but I'm pretty certain I followed the
instructions on Worg.

Any help appreciated.

All the best,
Tom

-- 
T.S. Dye & Colleagues, Archaeologists
735 Bishop St, Suite 315, Honolulu, HI 96813
Tel: 808-529-0866, Fax: 808-529-0884
http://www.tsdye.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Cannot open load file: subst-ksc
  2012-09-01  3:06 Cannot open load file: subst-ksc Thomas S. Dye
@ 2012-09-01  3:21 ` Nick Dokos
  2012-09-01  3:43   ` Charles Philip Chan
  2012-09-01  3:48   ` Thomas S. Dye
  0 siblings, 2 replies; 8+ messages in thread
From: Nick Dokos @ 2012-09-01  3:21 UTC (permalink / raw)
  To: Thomas S. Dye; +Cc: Org-mode

Thomas S. Dye <tsd@tsdye.com> wrote:

> Aloha all,
> 
> Stumbling out of the gate here:
> 
> bash-3.2$ git clone git://orgmode.org/org-mode.git
> Cloning into 'org-mode'...
> remote: Counting objects: 65748, done.        
> remote: Compressing objects: 100% (13967/13967), done.        
> remote: Total 65748 (delta 52088), reused 65145 (delta 51659)        
> Receiving objects: 100% (65748/65748), 56.53 MiB | 793 KiB/s, done.
> Resolving deltas: 100% (52088/52088), done.
> 
> bash-3.2$ cd org-mode && make uncompiled
> ======================================================
> = Invoke "make help" for a synopsis of make targets. =
> = Created a default local.mk template.               =
> = Setting "oldorg" as the default target.            =
> = Please adapt local.mk to your local setup!         =
> ======================================================
> Cannot open load file: subst-ksc
> make: [local.mk] Error 255 (ignored)
> make -C lisp clean
> rm -f org-version.el org-install.el org-version.elc org-install.elc
> rm -f *.elc
> make -C lisp autoloads
> rm -f org-version.el org-install.el org-version.elc org-install.elc
> org-version: 7.9 (release_7.9-176-g293933)
> Cannot open load file: subst-ksc
> make[1]: *** [org-version.el] Error 255
> make: *** [autoloads] Error 2
> 
> bash-3.2$ ls
> Makefile			doc
> README				etc
> README_DIST			lisp
> README_GIT			mk
> README_maintainer		request-assign-future.txt
> contrib				testing
> 
> I usually suspect user error, but I'm pretty certain I followed the
> instructions on Worg.
> 
> Any help appreciated.
> 

Weird: I just cloned and did ``make uncompiled'' but I get no error:

,----
| nick@alphaville:~/src/emacs/org/tmp/org-mode$ make uncompiled
| ======================================================
| = Invoke "make help" for a synopsis of make targets. =
| = Created a default local.mk template.               =
| = Setting "oldorg" as the default target.            =
| = Please adapt local.mk to your local setup!         =
| ======================================================
| Loading /home/nick/src/emacs/org/tmp/org-mode/lisp/org-compat.el (source)...
| Loading /home/nick/src/emacs/org/tmp/org-mode/mk/org-fixup.el (source)...
| Saving file /home/nick/src/emacs/org/tmp/org-mode/local.mk...
| Loading vc-git...
| Wrote /home/nick/src/emacs/org/tmp/org-mode/local.mk
| make -C lisp clean
| ...
`----

Can you do

 find -type f | xargs grep subst-ksc

in the org-mode directory? I find no trace of such a beast in my tree
(or indeed in emacs).

Nick

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Cannot open load file: subst-ksc
  2012-09-01  3:21 ` Nick Dokos
@ 2012-09-01  3:43   ` Charles Philip Chan
  2012-09-01  3:46     ` Charles Philip Chan
  2012-09-01  4:09     ` Thomas S. Dye
  2012-09-01  3:48   ` Thomas S. Dye
  1 sibling, 2 replies; 8+ messages in thread
From: Charles Philip Chan @ 2012-09-01  3:43 UTC (permalink / raw)
  To: Org-mode

[-- Attachment #1: Type: text/plain, Size: 911 bytes --]

Nick Dokos <nicholas.dokos@hp.com> writes:

Hi Thomas and Nick:

> Can you do
>
>  find -type f | xargs grep subst-ksc
>
> in the org-mode directory? I find no trace of such a beast in my tree
> (or indeed in emacs).

I got curious, so I did a google search, it seems to be an
Internationalization file that was removed from Emacs a long time ago:

http://cvs.savannah.gnu.org/viewvc/emacs/emacs/lisp/international/subst-ksc.el?view=log

I grep through the org-mode source and I can find any reference to
it. This is really strange.

Thomas, by any chance you are using OSX? The google search top results
are from OSX users:

https://encrypted.google.com/search?q=subst-ksc

I have no idea what is going on.

Cheers,
Charles

-- 
"We all know Linux is great...it does infinite loops in 5 seconds."
(Linus Torvalds about the superiority of Linux on the Amterdam
Linux Symposium)

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Cannot open load file: subst-ksc
  2012-09-01  3:43   ` Charles Philip Chan
@ 2012-09-01  3:46     ` Charles Philip Chan
  2012-09-01  4:09     ` Thomas S. Dye
  1 sibling, 0 replies; 8+ messages in thread
From: Charles Philip Chan @ 2012-09-01  3:46 UTC (permalink / raw)
  To: Org-mode

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

Charles Philip Chan <cpchan@bell.net> writes:

> I grep through the org-mode source and I can find any reference to
> it. This is really strange.

Oops, I mean I cannot.

Charles

-- 
There are no threads in a.b.p.erotica,  so there's no  gain in using a
threaded news reader.
(Unknown source)

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Cannot open load file: subst-ksc
  2012-09-01  3:21 ` Nick Dokos
  2012-09-01  3:43   ` Charles Philip Chan
@ 2012-09-01  3:48   ` Thomas S. Dye
  2012-09-01  3:58     ` Nick Dokos
  2012-09-01  4:17     ` Chris Malone
  1 sibling, 2 replies; 8+ messages in thread
From: Thomas S. Dye @ 2012-09-01  3:48 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: Org-mode

Nick Dokos <nicholas.dokos@hp.com> writes:

> Thomas S. Dye <tsd@tsdye.com> wrote:
>
>> Aloha all,
>> 
>> Stumbling out of the gate here:
>> 
>> bash-3.2$ git clone git://orgmode.org/org-mode.git
>> Cloning into 'org-mode'...
>> remote: Counting objects: 65748, done.        
>> remote: Compressing objects: 100% (13967/13967), done.        
>> remote: Total 65748 (delta 52088), reused 65145 (delta 51659)        
>> Receiving objects: 100% (65748/65748), 56.53 MiB | 793 KiB/s, done.
>> Resolving deltas: 100% (52088/52088), done.
>> 
>> bash-3.2$ cd org-mode && make uncompiled
>> ======================================================
>> = Invoke "make help" for a synopsis of make targets. =
>> = Created a default local.mk template.               =
>> = Setting "oldorg" as the default target.            =
>> = Please adapt local.mk to your local setup!         =
>> ======================================================
>> Cannot open load file: subst-ksc
>> make: [local.mk] Error 255 (ignored)
>> make -C lisp clean
>> rm -f org-version.el org-install.el org-version.elc org-install.elc
>> rm -f *.elc
>> make -C lisp autoloads
>> rm -f org-version.el org-install.el org-version.elc org-install.elc
>> org-version: 7.9 (release_7.9-176-g293933)
>> Cannot open load file: subst-ksc
>> make[1]: *** [org-version.el] Error 255
>> make: *** [autoloads] Error 2
>> 
>> bash-3.2$ ls
>> Makefile			doc
>> README				etc
>> README_DIST			lisp
>> README_GIT			mk
>> README_maintainer		request-assign-future.txt
>> contrib				testing
>> 
>> I usually suspect user error, but I'm pretty certain I followed the
>> instructions on Worg.
>> 
>> Any help appreciated.
>> 
>
> Weird: I just cloned and did ``make uncompiled'' but I get no error:
>
> ,----
> | nick@alphaville:~/src/emacs/org/tmp/org-mode$ make uncompiled
> | ======================================================
> | = Invoke "make help" for a synopsis of make targets. =
> | = Created a default local.mk template.               =
> | = Setting "oldorg" as the default target.            =
> | = Please adapt local.mk to your local setup!         =
> | ======================================================
> | Loading /home/nick/src/emacs/org/tmp/org-mode/lisp/org-compat.el (source)...
> | Loading /home/nick/src/emacs/org/tmp/org-mode/mk/org-fixup.el (source)...
> | Saving file /home/nick/src/emacs/org/tmp/org-mode/local.mk...
> | Loading vc-git...
> | Wrote /home/nick/src/emacs/org/tmp/org-mode/local.mk
> | make -C lisp clean
> | ...
> `----
>
> Can you do
>
>  find -type f | xargs grep subst-ksc
>
> in the org-mode directory? I find no trace of such a beast in my tree
> (or indeed in emacs).
>
> Nick

Apparently not on my Mac:

bash-3.2$ find -type f | xargs grep subst-ksc
find: illegal option -- t
find: illegal option -- y
find: illegal option -- p
find: illegal option -- e
find: f: No such file or directory

However,
bash-3.2$ find ./ -name subst-ksc
doesn't find anything,

Tom
-- 
Thomas S. Dye
http://www.tsdye.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Cannot open load file: subst-ksc
  2012-09-01  3:48   ` Thomas S. Dye
@ 2012-09-01  3:58     ` Nick Dokos
  2012-09-01  4:17     ` Chris Malone
  1 sibling, 0 replies; 8+ messages in thread
From: Nick Dokos @ 2012-09-01  3:58 UTC (permalink / raw)
  To: Thomas S. Dye; +Cc: Org-mode

Thomas S. Dye <tsd@tsdye.com> wrote:

> > Can you do
> >
> >  find -type f | xargs grep subst-ksc
> >
> > in the org-mode directory? I find no trace of such a beast in my tree
> > (or indeed in emacs).
> >
> > Nick
> 
> Apparently not on my Mac:
> 
> bash-3.2$ find -type f | xargs grep subst-ksc
> find: illegal option -- t
> find: illegal option -- y
> find: illegal option -- p
> find: illegal option -- e
> find: f: No such file or directory
> 
> However,
> bash-3.2$ find ./ -name subst-ksc
> doesn't find anything,
> 

Bah, humbug - sorry: I meant

 find . -type f | xargs grep subst-ksc

This should find all "normal" files and grep through them looking for
the string subst-ksc.

 find . -name subst-ksc

by contrast, finds all files named subst-ksc: it's not surprising that
you didn't find anything with the latter.

Nick

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Cannot open load file: subst-ksc
  2012-09-01  3:43   ` Charles Philip Chan
  2012-09-01  3:46     ` Charles Philip Chan
@ 2012-09-01  4:09     ` Thomas S. Dye
  1 sibling, 0 replies; 8+ messages in thread
From: Thomas S. Dye @ 2012-09-01  4:09 UTC (permalink / raw)
  To: Charles Philip Chan; +Cc: Org-mode

Charles Philip Chan <cpchan@bell.net> writes:

> Nick Dokos <nicholas.dokos@hp.com> writes:
>
> Hi Thomas and Nick:
>
>> Can you do
>>
>>  find -type f | xargs grep subst-ksc
>>
>> in the org-mode directory? I find no trace of such a beast in my tree
>> (or indeed in emacs).
>
> I got curious, so I did a google search, it seems to be an
> Internationalization file that was removed from Emacs a long time ago:
>
> http://cvs.savannah.gnu.org/viewvc/emacs/emacs/lisp/international/subst-ksc.el?view=log
>
> I grep through the org-mode source and I can find any reference to
> it. This is really strange.
>
> Thomas, by any chance you are using OSX? The google search top results
> are from OSX users:
>
> https://encrypted.google.com/search?q=subst-ksc
>
> I have no idea what is going on.
>
> Cheers,
> Charles

Aloha Charles,

Thanks for these pointers.  I had an emacs installed via MacPorts.  When
I uninstalled it, the "make uncompiled" command ran to completion.

All the best,
Tom


-- 
Thomas S. Dye
http://www.tsdye.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Cannot open load file: subst-ksc
  2012-09-01  3:48   ` Thomas S. Dye
  2012-09-01  3:58     ` Nick Dokos
@ 2012-09-01  4:17     ` Chris Malone
  1 sibling, 0 replies; 8+ messages in thread
From: Chris Malone @ 2012-09-01  4:17 UTC (permalink / raw)
  To: Thomas S. Dye; +Cc: nicholas.dokos@hp.com, Org-mode

IIRC "type" is considered a long option for find on OSX. Try using two dashes: --type

Chris

Sent from my iPad, so ignore any weird typos. 

On Aug 31, 2012, at 8:48 PM, tsd@tsdye.com (Thomas S. Dye) wrote:

> Nick Dokos <nicholas.dokos@hp.com> writes:
> 
>> Thomas S. Dye <tsd@tsdye.com> wrote:
>> 
>>> Aloha all,
>>> 
>>> Stumbling out of the gate here:
>>> 
>>> bash-3.2$ git clone git://orgmode.org/org-mode.git
>>> Cloning into 'org-mode'...
>>> remote: Counting objects: 65748, done.        
>>> remote: Compressing objects: 100% (13967/13967), done.        
>>> remote: Total 65748 (delta 52088), reused 65145 (delta 51659)        
>>> Receiving objects: 100% (65748/65748), 56.53 MiB | 793 KiB/s, done.
>>> Resolving deltas: 100% (52088/52088), done.
>>> 
>>> bash-3.2$ cd org-mode && make uncompiled
>>> ======================================================
>>> = Invoke "make help" for a synopsis of make targets. =
>>> = Created a default local.mk template.               =
>>> = Setting "oldorg" as the default target.            =
>>> = Please adapt local.mk to your local setup!         =
>>> ======================================================
>>> Cannot open load file: subst-ksc
>>> make: [local.mk] Error 255 (ignored)
>>> make -C lisp clean
>>> rm -f org-version.el org-install.el org-version.elc org-install.elc
>>> rm -f *.elc
>>> make -C lisp autoloads
>>> rm -f org-version.el org-install.el org-version.elc org-install.elc
>>> org-version: 7.9 (release_7.9-176-g293933)
>>> Cannot open load file: subst-ksc
>>> make[1]: *** [org-version.el] Error 255
>>> make: *** [autoloads] Error 2
>>> 
>>> bash-3.2$ ls
>>> Makefile            doc
>>> README                etc
>>> README_DIST            lisp
>>> README_GIT            mk
>>> README_maintainer        request-assign-future.txt
>>> contrib                testing
>>> 
>>> I usually suspect user error, but I'm pretty certain I followed the
>>> instructions on Worg.
>>> 
>>> Any help appreciated.
>>> 
>> 
>> Weird: I just cloned and did ``make uncompiled'' but I get no error:
>> 
>> ,----
>> | nick@alphaville:~/src/emacs/org/tmp/org-mode$ make uncompiled
>> | ======================================================
>> | = Invoke "make help" for a synopsis of make targets. =
>> | = Created a default local.mk template.               =
>> | = Setting "oldorg" as the default target.            =
>> | = Please adapt local.mk to your local setup!         =
>> | ======================================================
>> | Loading /home/nick/src/emacs/org/tmp/org-mode/lisp/org-compat.el (source)...
>> | Loading /home/nick/src/emacs/org/tmp/org-mode/mk/org-fixup.el (source)...
>> | Saving file /home/nick/src/emacs/org/tmp/org-mode/local.mk...
>> | Loading vc-git...
>> | Wrote /home/nick/src/emacs/org/tmp/org-mode/local.mk
>> | make -C lisp clean
>> | ...
>> `----
>> 
>> Can you do
>> 
>> find -type f | xargs grep subst-ksc
>> 
>> in the org-mode directory? I find no trace of such a beast in my tree
>> (or indeed in emacs).
>> 
>> Nick
> 
> Apparently not on my Mac:
> 
> bash-3.2$ find -type f | xargs grep subst-ksc
> find: illegal option -- t
> find: illegal option -- y
> find: illegal option -- p
> find: illegal option -- e
> find: f: No such file or directory
> 
> However,
> bash-3.2$ find ./ -name subst-ksc
> doesn't find anything,
> 
> Tom
> -- 
> Thomas S. Dye
> http://www.tsdye.com
> 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-09-01  4:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-01  3:06 Cannot open load file: subst-ksc Thomas S. Dye
2012-09-01  3:21 ` Nick Dokos
2012-09-01  3:43   ` Charles Philip Chan
2012-09-01  3:46     ` Charles Philip Chan
2012-09-01  4:09     ` Thomas S. Dye
2012-09-01  3:48   ` Thomas S. Dye
2012-09-01  3:58     ` Nick Dokos
2012-09-01  4:17     ` Chris Malone

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).