Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

DDD hangs on install #26583

Closed
Rabidd099 opened this issue Feb 10, 2014 · 12 comments
Closed

DDD hangs on install #26583

Rabidd099 opened this issue Feb 10, 2014 · 12 comments

Comments

@Rabidd099
Copy link

https://gist.github.com/Rabidd099/8924442

ddd hangs here:
checking for the name of the translation resource... baseTranslations

@mistydemeo
Copy link
Member

Can you post your brew --config, please?

@mistydemeo
Copy link
Member

Does top/Activity Monitor/etc. show anything running that might be coming from this? clang, mdfind, xcrun, etc.?

@Rabidd099
Copy link
Author

forgot sorry,

HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: a445ae4
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: dual-core 64-bit core2
OS X: 10.7.5-i386
Xcode: 4.6.3
CLT: 4.6.0.0.1.1365549073
LLVM-GCC: build 2336
Clang: 4.2 build 425
X11: 2.6.5 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby

@Rabidd099
Copy link
Author

and once it get to basetranslations terminal goes from normal processing to 0% and I dont see anything else related to that process running.

@Rabidd099
Copy link
Author

...I had filters on my activity monitor...without filters, there was 3 instances of sh running also at 0% I killed one and it terminated the command line for the config and it continued compiling, when it got to the "make" I had to kill some more multi instances.

updated the gist -verbose install with brew list showing ddd as installed, I'll run it a bit to see if there is anything buggy

@adamv
Copy link
Contributor

adamv commented Feb 10, 2014

Does this happen if building outside of Homebrew?

@Rabidd099
Copy link
Author

and no dice...
run ddd
activity for .01sec and these ports
/Users/ianmagill
/usr/local/Cellar/ddd/3.3.12/bin/ddd
/usr/local/Cellar/lesstif/0.95.2/lib/libXm.2.dylib
/opt/X11/lib/libXaw7.7.dylib
/opt/X11/lib/libXmu.6.dylib
/opt/X11/lib/libXt.6.dylib
/opt/X11/lib/libXpm.4.dylib
/opt/X11/lib/libXp.6.dylib
/opt/X11/lib/libXext.6.dylib
/opt/X11/lib/libSM.6.dylib
/opt/X11/lib/libICE.6.dylib
/opt/X11/lib/libX11.6.dylib
/opt/X11/lib/libfreetype.6.dylib
/opt/X11/lib/libxcb.1.dylib
/opt/X11/lib/libXau.6.dylib
/opt/X11/lib/libXdmcp.6.dylib
/usr/lib/dyld
/private/var/db/dyld/dyld_shared_cache_x86_64
/dev/ttys000
/dev/ttys000
/dev/ttys000
->0x05e89a68

but then nada.

@Rabidd099
Copy link
Author

yeah I tried it outside of homebrew too instead of hanging on the basetranslations line it hung up on the very next line I tried killing "sh" process and it continued but then at the end of the "make" command before install (which homebrew did do albeit unsuccessfully) terminal says

sed: 4: ./unumlaut.sed: RE error: illegal byte sequence
make[1]: Nothing to be done for `all-am'.

@Rabidd099
Copy link
Author

could someone compile it for me? and I'l just drag and drop it in would that work?

@adamv
Copy link
Contributor

adamv commented Feb 10, 2014

If it fails to build outside of Homebrew please report this upstream to the DDD project.

@DevByStarlight
Copy link

Similar but different install of DDD via homebrew on Mavericks.

$ brew install ddd
==> Installing dependencies for ddd: libpng, freetype, lesstif
==> Installing ddd dependency: libpng
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/libpng-1.6.10.mavericks.bottle.tar.gz
######################################################################## 100.0%
==> Pouring libpng-1.6.10.mavericks.bottle.tar.gz
🍺  /usr/local/Cellar/libpng/1.6.10: 17 files, 1.3M
==> Installing ddd dependency: freetype
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/freetype-2.5.3_1.mavericks.bottle.1.tar.gz
######################################################################## 100.0%
==> Pouring freetype-2.5.3_1.mavericks.bottle.1.tar.gz
🍺  /usr/local/Cellar/freetype/2.5.3_1: 60 files, 2.5M
==> Installing ddd dependency: lesstif
==> Downloading https://downloads.sourceforge.net/project/lesstif/lesstif/0.95.2/lesstif-0.95.2.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/lesstif/0.95.2 --enable-production --enable-shared --enable-static
==> make
==> make install
🍺  /usr/local/Cellar/lesstif/0.95.2: 424 files, 7.0M, built in 93 seconds
==> Installing ddd
==> Downloading http://ftpmirror.gnu.org/ddd/ddd-3.3.12.tar.gz
######################################################################## 100.0%
==> Downloading https://savannah.gnu.org/patch/download.php?file_id=29114
######################################################################## 100.0%
==> Patching
patching file ddd/VSLDefList.C
==> ./configure --enable-builtin-app-defaults --enable-builtin-manual --prefix=/usr/local/Cellar/ddd/3.3.12
==> make EXEEXT=exe
               ^
3 errors generated.
make[2]: *** [uniquify.o] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

@adamv
Copy link
Contributor

adamv commented May 3, 2014

I don't know what else to suggest here. If the software hangs during install, but other things don't, you're probably better off asking DDD specific mailing lists for help here.

@adamv adamv closed this as completed May 3, 2014
@Homebrew Homebrew locked and limited conversation to collaborators Feb 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants