Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73127 - jed-0.99.16-r2
Summary: jed-0.99.16-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2004-12-02 05:49 UTC by Philippe Trottier (RETIRED)
Modified: 2006-04-12 10:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
use __MACH__ to determine defines (jed-0.99.16-mach.patch,479 bytes, patch)
2005-08-16 08:08 UTC, Mike Z.
Details | Diff
patch the build to perform make install in ${S}/src/ (jed-0.99.16-r2.ebuild.patch,560 bytes, patch)
2005-08-16 08:14 UTC, Mike Z.
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Trottier (RETIRED) gentoo-dev 2004-12-02 05:49:50 UTC
Seems to compile fine, but for some reason only the share directory is installed ...

This is on Panther 10.3.6


add keyword for jed-0.99.16-r2
emerge jed

~ $jed
bash: jed: command not found


* spend 0.0127999782562 seconds checking for file collisions
>>> Merging app-editors/jed-0.99.16-r2 to /
--- /etc/
>>> /etc/jed.conf
--- /usr/
--- /usr/share/
--- /usr/share/doc/
--- /usr/share/doc/jed-0.99.16-r2/
>>> /usr/share/doc/jed-0.99.16-r2/AUTHORS.gz
>>> /usr/share/doc/jed-0.99.16-r2/INSTALL.gz
>>> /usr/share/doc/jed-0.99.16-r2/INSTALL.unx.gz
>>> /usr/share/doc/jed-0.99.16-r2/jed.tex.gz
>>> /usr/share/doc/jed-0.99.16-r2/README.gz
--- /usr/share/info/
>>> /usr/share/info/jed.1in.gz
>>> /usr/share/info/jed.2in.gz
>>> /usr/share/info/jed.3in.gz
>>> /usr/share/info/jed.info.gz
>>> Safely unmerging already-installed instance...
Comment 1 Mike Z. 2005-08-16 08:08:48 UTC
Created attachment 66081 [details, diff]
use __MACH__ to determine defines

This patch treats __MACH__ the same as __linux__ in pty.c so that we don't try
and include the (non-existent) STREAMS functions in <stropt.h>.
Comment 2 Mike Z. 2005-08-16 08:14:28 UTC
Created attachment 66082 [details, diff]
patch the build to perform make install in ${S}/src/

In addition, as the original report says, make install isn't run (thinking that
everything is up to date).

If we abstract the Makefile install procedure, cd src/; $(MAKE) install to the
ebuild, the install proceeds as expected.

This patch adds this to the ebuild (as well as including the epatch function
for the previous patch).

Portage 2.0.51.22-r2 (default-darwin/macos/10.4, gcc-4.0.0, libsystem-7.1-r0,
8.2.0 Power Macintosh)
=================================================================
System uname: 8.2.0 Power Macintosh powerpc
macos-20041118
distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632)
[disabled]
dev-lang/python:     [Not Present]
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  [Not Present]
sys-devel/automake:  [Not Present]
sys-devel/binutils:  [Not Present]
sys-devel/libtool:   [Not Present]
virtual/os-headers:  7.1
ACCEPT_KEYWORDS="ppc-macos ~ppc-macos"
AUTOCLEAN="yes"
CBUILD="powerpc-apple-darwin"
CFLAGS="-O2 -pipe"
CHOST="powerpc-apple-darwin"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks sfperms userpriv"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="ppc bash-completion emboss gif nls png ppc-macos slang tiff
userland_Darwin kernel_Darwin elibc_Darwin"
Unset:	ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 3 Fabian Groffen gentoo-dev 2005-08-16 09:07:18 UTC
aahhhhhhhhhrrrrrrggggggs.... what a HORRIBLE editor!!!!  Even quitting it is a
daunting task!  Anyway, it appears to compile and work indeed.

It should be forbidden to work with something else than Vim.nl

I checked it still works on x86, and it appears to do so, thus marking it
~ppc-macos in CVS.
Comment 4 Fabian Groffen gentoo-dev 2005-08-16 09:08:17 UTC
ohw, and... thanks Mike!