Skip to Content.
Sympa Menu

emacspeak - Re: [Emacspeak] Swiftmac fails to download repositories while building?

Subject: Emacspeak discussion list

List archive

Re: [Emacspeak] Swiftmac fails to download repositories while building?


Chronological Thread 
  • From: Robert Melton <lists AT robertmelton.com>
  • To: Victor Tsaran <vtsaran AT gmail.com>
  • Cc: Emacspeaks <emacspeak AT emacspeak.net>
  • Subject: Re: [Emacspeak] Swiftmac fails to download repositories while building?
  • Date: Mon, 17 Jun 2024 07:44:02 -0400

Victor--

Great, and I recently hit a similar issue. The Makefile now has a little
hidden function
named "super-nuke" to clean up those caches.

> On Jun 16, 2024, at 23:25, Victor Tsaran <vtsaran AT gmail.com> wrote:
>
> Thank you. I fixed it eventually. I needed to clean up Swift Package caches.
>
>
> On Fri, Jun 14, 2024 at 2:37 PM Robert Melton <lists AT robertmelton.com>
> wrote:
> Victor--
>
> That implies something is wrong in your local cache, not the repo.
>
> Try:
>
> rm -rf .build
>
> and rebuild.
>
> > On Jun 14, 2024, at 16:22, Victor Tsaran <vtsaran AT gmail.com> wrote:
> >
> > Hey Robert!
> > Here is the log I am getting after running "make swiftmac" from inside
> > the Emacspeak directory:
> >
> > warning: 'oggdecoder':
> > /Users/vtsaran/src/emacspeak/servers/mac-swiftmac/.build/repositories/OggDecoder-65854923
> > is not valid git repository for
> > 'https://github.com/arkasas/OggDecoder.git', will fetch again.
> > Fetching https://github.com/arkasas/OggDecoder.git
> > Fetched https://github.com/arkasas/OggDecoder.git from cache (1.47s)
> > error: Couldn’t get revision ‘main^{commit}’:
> > fatal: cannot use bare repository
> > '/Users/vtsaran/src/emacspeak/servers/mac-swiftmac/.build/repositories/OggDecoder-65854923'
> > (safe.bareRepository is 'explicit') in
> > https://github.com/arkasas/OggDecoder.git
> > make[1]: *** [.build/release/swiftmac] Error 1
> > Can't build swiftmac server!
> >
> > Hope this helps.
> > Victor
> >
> >
> > On Thu, Jun 13, 2024 at 8:17 PM Robert Melton <lists AT robertmelton.com>
> > wrote:
> > Victor--
> >
> > I just tried on a fresh machine, works fine here. No idea why you would
> > get git failures getting the Ogg library. What errors in specific are
> > you getting and do you get them if you do:
> >
> > cd /tmp
> > git clone https://github.com/arkasas/OggDecoder.git
> >
> > that is basically what it does on your behalf in the build process.
> >
> >
> >
> > > On Jun 13, 2024, at 20:28, Victor Tsaran (via emacspeak Mailing List)
> > > <emacspeak AT emacspeak.net> wrote:
> > >
> > > Hi Robert.
> > > I just had to install an Emacspeak repository from scratch on one of
> > > the Mac OS machines and, while trying to build Swiftmac, encountered a
> > > bunch of failures during the repo checkout. Basically, the ogg-decoder
> > > repository could not be downloaded.
> > > Just wanted to let you know.
> > >
> > >
> > > Emacspeak discussion list -- emacspeak AT emacspeak.net
> > > To unsubscribe send email to:
> > > emacspeak-request AT emacspeak.net with a subject of: unsubscribe
> >
> > --
> > Robert "robertmeta" Melton
> > lists AT robertmelton.com
> >
> >
> >
> > --
> >
> > --- --- --- ---
> > Find my music on
> > Youtube: http://www.youtube.com/c/victortsaran
> > Spotify: https://open.spotify.com/artist/605ZF2JPei9KqgbXBqYA16
> > Band Camp: http://victortsaran.bandcamp.com
> >
>
> --
> Robert "robertmeta" Melton
> lists AT robertmelton.com
>
>
>
> --
>
> --- --- --- ---
> Find my music on
> Youtube: http://www.youtube.com/c/victortsaran
> Spotify: https://open.spotify.com/artist/605ZF2JPei9KqgbXBqYA16
> Band Camp: http://victortsaran.bandcamp.com
>

--
Robert "robertmeta" Melton
lists AT robertmelton.com




Archive powered by MHonArc 2.6.19+.

Top of Page