Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140261 - wmclock doesn't compile
Summary: wmclock doesn't compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Dockapp Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-13 10:57 UTC by ezot
Modified: 2006-07-17 01:50 UTC (History)
1 user (show)

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


Attachments
ebuilds diff (wmclock.diff,347 bytes, patch)
2006-07-13 11:58 UTC, Josef Reidinger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ezot 2006-07-13 10:57:28 UTC
# emerge -pv wmclock

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] x11-plugins/wmclock-1.0.12.2  0 kB

# emerge wmclock
Calculating dependencies... done!
>>> Emerging (1 of 1) x11-plugins/wmclock-1.0.12.2 to /
>>> checking ebuild checksums ;-)
>>> checking auxfile checksums ;-)
>>> checking miscfile checksums ;-)
>>> checking wmclock-1.0.12.2.tar.gz ;-)
>>> Unpacking source...
>>> Unpacking wmclock-1.0.12.2.tar.gz to /var/tmp/portage/wmclock-1.0.12.2/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/wmclock-1.0.12.2/work/wmclock-1.0.12.2 

...
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu
Configuring for english day-of-week and month names ...
Building Makefile from Imakefile ...
----------------------------------------------------------------
./configure: line 101: xmkmf: command not found
----------------------------------------------------------------
Finished configuring.  To build wmclock, type 'make'.

make: *** No targets specified and no makefile found.  Stop.

!!! ERROR: x11-plugins/wmclock-1.0.12.2 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  wmclock-1.0.12.2.ebuild, line 30:   Called die

!!! make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Josef Reidinger 2006-07-13 11:58:32 UTC
Created attachment 91655 [details, diff]
ebuilds diff

I think it missed imake for making from Imakefile to Makefile. So make this patch, which may help.
Comment 2 ezot 2006-07-16 10:45:21 UTC
It's worked , thx.
Comment 3 Michele Noberasco (RETIRED) gentoo-dev 2006-07-17 01:50:42 UTC
Added imake to ebuild DEPEND.