All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcus Osdoba <marcus.osdoba@googlemail.com>
To: buildroot@busybox.net
Subject: [Buildroot] cups 1.3.11 lib not found
Date: Thu, 09 Sep 2010 21:31:11 +0200	[thread overview]
Message-ID: <4C8935FF.7050309@googlemail.com> (raw)
In-Reply-To: <1283884644-4871-1-git-send-email-marcus.osdoba@googlemail.com>

  Hi,
Ok... after launching cups on my DockStar, I get a lib not found:

$ /etc/init.d/cups start
/usr/sbin/cupsd: can't load library 'libcups.so.2'
cups: unable to start scheduler.
$ ls -l /lib|grep cup
$

I've found them in the staging dir in lib64:
ossy at debian-virtual:~/buildroot/buildroot-dev/output/staging$ find . 
-name *libcup*
./usr/lib64/libcups.so.2
./usr/lib64/libcups.so
./usr/lib64/libcupsimage.so.2
./usr/lib64/libcupsimage.so

So do not apply this patch. Maybe the older version 1.3.9 breaks there too.

I will try to convert the newer version 1.4.4 to autotargets.

Am 07.09.2010 20:37, schrieb Marcus Osdoba:
> version 1.4.x is the recent stable
>
> Signed-off-by: Marcus Osdoba<marcus.osdoba@googlemail.com>
> ---
>   package/cups/cups-no-tests-man.patch |    4 ++--
>   package/cups/cups.mk                 |    4 ++--
>   2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/cups/cups-no-tests-man.patch b/package/cups/cups-no-tests-man.patch
> index 567c801..65389ec 100644
> --- a/package/cups/cups-no-tests-man.patch
> +++ b/package/cups/cups-no-tests-man.patch
> @@ -5,9 +5,9 @@
>    #
>
>   -DIRS	=	cups backend berkeley cgi-bin filter locale man monitor \
> --		notifier $(PDFTOPS) scheduler systemv test \
> +-		notifier scheduler systemv test \
>   +DIRS	=	cups backend berkeley cgi-bin filter locale monitor \
> -+		notifier $(PDFTOPS) scheduler systemv \
> ++		notifier scheduler systemv \
>    		$(PHPDIR) \
>    		conf data doc $(FONTS) ppd templates
>
> diff --git a/package/cups/cups.mk b/package/cups/cups.mk
> index 776fb57..cd854e4 100644
> --- a/package/cups/cups.mk
> +++ b/package/cups/cups.mk
> @@ -3,7 +3,7 @@
>   # cups
>   #
>   ################################################################################
> -CUPS_VERSION = 1.3.9
> +CUPS_VERSION = 1.3.11
>   CUPS_NAME = cups-$(CUPS_VERSION)
>   CUPS_DIR = $(BUILD_DIR)/$(CUPS_NAME)
>   CUPS_SITE = http://ftp.easysw.com/pub/cups/$(CUPS_VERSION)
> @@ -97,7 +97,7 @@ $(CUPS_DIR)/.configured: $(CUPS_DIR)/.unpacked
>
>   $(CUPS_DIR)/.compiled: $(CUPS_DIR)/.configured
>   	$(MAKE) CFLAGS="$(CUPS_CFLAGS)" -C $(CUPS_DIR) cups backend berkeley cgi-bin filter \
> -	locale monitor notifier pdftops scheduler systemv scripting/php \
> +	locale monitor notifier scheduler systemv scripting/php \
>   	conf data doc fonts ppd templates
>   	touch $@
>

      reply	other threads:[~2010-09-09 19:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-07 18:37 [Buildroot] [PATCH] bump cups 1.3 to latest patchlevel 1.3.11 Marcus Osdoba
2010-09-09 19:31 ` Marcus Osdoba [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C8935FF.7050309@googlemail.com \
    --to=marcus.osdoba@googlemail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.