[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#165146: marked as done (xlibs-dev: $(SOSYMLINK) not expanding in gnuLib.rules)



Your message dated Mon, 26 Feb 2007 18:39:49 +0100
with message-id <45E31B65.8000305@ens-lyon.org>
and subject line Bug#165146: xlibs-dev: $(SOSYMLINK) not expanding in gnuLib.rules
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xutils
Version: 4.2.1-2
Severity: important
Tags: sid upstream

I've already reported the same problem for version 4.1.0-17, now it's
back.

Here's how I've patched the configuration files in /usr/lib/X11/config
to get the macros for linking and installing a shared library and
makedepend working.


diff config/gnuLib.rules config.new/gnuLib.rules
72c72
< 	@if $(SOSYMLINK); then (set -x; \
---
> 	@if $(SOSYMLINK) then (set -x; \
109c109
< 	@if $(SOSYMLINK); then (set -x; \				@@\
---
> 	@if $(SOSYMLINK) then (set -x; \				@@\
148c148
< 	@if $(SOSYMLINK); then (set -x; \				@@\
---
> 	@if $(SOSYMLINK) then (set -x; \				@@\
diff config/lnxLib.rules config.new/lnxLib.rules
100c100
< 	@if $(SOSYMLINK); then (set -x; \
---
> 	@if $(SOSYMLINK) then (set -x; \
137c137
< 	@if $(SOSYMLINK); then (set -x; \				@@\
---
> 	@if $(SOSYMLINK) then (set -x; \				@@\
176c176
< 	@if $(SOSYMLINK); then (set -x; \				@@\
---
> 	@if $(SOSYMLINK) then (set -x; \				@@\
215c215
< 	@if $(SOSYMLINK); then (set -x; \				@@\
---
> 	@if $(SOSYMLINK) then (set -x; \				@@\
diff config/site.def config.new/site.def
36a37,40
> #undef UseGccMakeDepend /* makedepend instead */
> #undef DependCmd
> #define DependCmd makedepend
> 

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux edvlw02 2.4.19 #1 Tue Oct 1 18:18:55 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=de_AT@euro

Versions of packages xutils depends on:
ii  libc6                    2.2.5-15        GNU C Library: Shared libraries an
ii  libncurses5              5.2.20020112a-8 Shared libraries for terminal hand
ii  xfree86-common           4.2.1-2         X Window System (XFree86) infrastr
ii  zlib1g                   1:1.1.4-6       compression library - runtime

-- no debconf information


--- End Message ---
--- Begin Message ---
Closing, as suggested by the submitter who didn't have the problem recently.

Brice


--- End Message ---

Reply to: