Displaying 20 results from an estimated 92 matches for "acomp".
Did you mean:
comp
2020 Apr 16
1
[PATCH] drm/nouveau: Fix regression by audio component transition
...u/drm/nouveau/dispnv50/disp.c
+++ b/drivers/gpu/drm/nouveau/dispnv50/disp.c
@@ -481,15 +481,16 @@ nv50_dac_create(struct drm_connector *connector, struct dcb_output *dcbe)
* audio component binding for ELD notification
*/
static void
-nv50_audio_component_eld_notify(struct drm_audio_component *acomp, int port)
+nv50_audio_component_eld_notify(struct drm_audio_component *acomp, int port,
+ int dev_id)
{
if (acomp && acomp->audio_ops && acomp->audio_ops->pin_eld_notify)
acomp->audio_ops->pin_eld_notify(acomp->audio_ops->audio_ptr,
- port, -1);...
2020 Jan 13
0
[PATCH RESEND] drm/nouveau: Add HD-audio component notifier support
...ic_helper.h>
#include <drm/drm_dp_helper.h>
@@ -476,12 +477,113 @@ nv50_dac_create(struct drm_connector *connector, struct dcb_output *dcbe)
return 0;
}
+/*
+ * audio component binding for ELD notification
+ */
+static void
+nv50_audio_component_eld_notify(struct drm_audio_component *acomp, int port)
+{
+ if (acomp && acomp->audio_ops && acomp->audio_ops->pin_eld_notify)
+ acomp->audio_ops->pin_eld_notify(acomp->audio_ops->audio_ptr,
+ port, -1);
+}
+
+static int
+nv50_audio_component_get_eld(struct device *kdev, int port, int pipe,
+...
2001 Nov 15
1
Solaris 2.6: acomp failed for session.c
...628:
"session.c", line 628: identifier redeclared: do_pre_login
current : static function(pointer to struct Session {[struct
definition suppressed]}) returning void
previous: function() returning int : "session.c", line 581
and failed with no further hint:
cc: acomp failed for session.c
make: *** [session.o] Error 2
To work around this I had to add a true prototype:
*** session.c.ORIG Sun Sep 16 18:17:15 2001
--- session.c Thu Nov 15 14:45:40 2001
***************
*** 132,137 ****
--- 132,140 ----
void do_child(Session *, const char *);
void do...
2014 Oct 14
2
Ternary Plots Do Not Display Ellipses in PDF
...print a ternary plot matrix of compositional data with
ellipses enclosing 95% of the variance in each plot. The ellipses display on
the monitor, dev = x11cairo (see attached winters-x11cairo.pdf), but not when
sent directly to a file, dev = pdf (see attached winters-pdf.pdf).
Here's winters.acomp:
structure(c(0.0666666666666667, 0.0612244897959184, 0.0434782608695652,
0.043956043956044, 0.05, 0.0161290322580645, 0.6, 0.571428571428571,
0.623188405797101, 0.593406593406593, 0.433333333333333, 0.629032258064516,
0.0666666666666667, 0.0612244897959184, 0.101449275362319, 0.0659340659340659...
2008 Feb 04
8
[Bug 1437] New: OpenSSL engine support not enabled
https://bugzilla.mindrot.org/show_bug.cgi?id=1437
Summary: OpenSSL engine support not enabled
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: bitbucket at
2001 Dec 11
0
[Bug 17] Build fails on Solaris 2.5.1 - vsnprintf does not exist
...-
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From Darren.Moffat at Sun.COM 2001-12-12 06:06 -------
The vsnprintf is a red herring, note that the error message comes from
ld.so.1 when loading the acomp program. What this is saying is that
acomp actually calls vsnprintf but ld.so.1 couldn't resolve that symbol.
Since the Forte Developer 6 update 1 acomp was compiled and linked on
Solaris 2.6, it won't run on Solaris 2.5.1.
Forte Developer 6 (WS6) dropped Solaris 2.5.1 support; so did
Fo...
2005 Mar 16
1
Compile error: libsmbclient on 12rc1 on Solaris 9
...smbclient.c", line 3315
argument : pointer to const char
"libsmb/libsmbclient.c", line 4373: warning: argument #8 is incompatible
with prototype:
prototype: pointer to char : "libsmb/libsmbclient.c", line 3315
argument : pointer to const char
cc: acomp failed for libsmb/libsmbclient.c
*** Error code 2
make: Fatal error: Command failed for target `libsmb/libsmbclient.po.o'
build method:
#!/bin/bash
export SOURCEPATH='/private/src/samba'
export
PATH="/usr/sbin:/sbin:/usr/bin:/depot/sws60/bin:/usr/ccs/bin:/depot/util/arch/bin"...
2000 Jan 17
5
AANOUNCE: openssh-1.2.1pre27
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
A couple of silly errors, and one dangerous bug were in the pre26
release. This release corrects them.
http://violet.ibs.com.au/openssh/files/openssh-1.2.1pre27.tar.gz
If you want RPMs or any of the other files, please use a mirror:
http://violet.ibs.com.au/openssh/files/MIRRORS.html
Changes:
- Using __snprintf is *NOT SAFE* on old Solaris.
2000 Jan 17
5
AANOUNCE: openssh-1.2.1pre27
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
A couple of silly errors, and one dangerous bug were in the pre26
release. This release corrects them.
http://violet.ibs.com.au/openssh/files/openssh-1.2.1pre27.tar.gz
If you want RPMs or any of the other files, please use a mirror:
http://violet.ibs.com.au/openssh/files/MIRRORS.html
Changes:
- Using __snprintf is *NOT SAFE* on old Solaris.
2002 Mar 12
2
Compile error
...he same errors as Solaris5.8, can you please help
me to look at the problem? I got error messages:
Configure was run successfully, then I ran make,
I got:
"batch.c", line 408: operands have incompatible types:
pointer to unsigned long ":" pointer to unsigned int
cc: acomp failed for batch.c
*** Error code 2
make: Fatal error: Command failed for target `batch.o'
Thanks for the checking,
Jennifer
2004 Oct 21
3
RE: build errors on cvs
...s not really a good option for me.
/opt/forte8/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I. -I../..
-I/opt/csw/inclu\de -fast -xarch=v8 -I/opt/csw/include -c buffer.c
"buffer.c", line 159: void function cannot return value
"buffer.c", line 205: void function cannot return value
cc: acomp failed for buffer.c
*** Error code 2
make: Fatal error: Command failed for target `buffer.o'
Current working
directory /export/medusa/asmoore/build/dovecot-sparc/src/lib
Thanks, Alex
2005 Apr 02
2
Solaris10/amd64 + SunSutio Compile (PR#7767)
...cannot be compiled because of the casting problem.
/opt/SUNWspro/bin/cc -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -g -c rbinom.c -o
rbinom.o
"rbinom.c", line 60: operand must have real floating type: op "isfinite"
cc: acomp failed for rbinom.c
Following patch may solve this problem.
*** R-2.0.1.orig/src/nmath/rbinom.c Mon Nov 15 21:33:01 2004
--- R-2.0.1/src/nmath/rbinom.c Sun Apr 3 00:19:52 2005
***************
*** 57,63 ****
n = floor(nin + 0.5);
if (n != nin) ML_ERR_return_NAN;
! if (!R_FIN...
2015 Feb 23
2
Call for testing: OpenSSH 6.8
Darren Tucker wrote:
> Question is: what to do?
> c) make packet_disconnect a real function.
I say c.
//Peter
2016 Nov 02
1
Α compilation problem exists with Sun studio 12
Hello,
I tried to compile Dovecot 2.2.26.0 with Sun Studio 12.0 on a Sun Solaris 10 x86 machine, but an error occurred related to src/lib-ldap/ldap-compare.c.
"ldap-compare.c", line 112: void function cannot return value
cc: acomp failed for ldap-compare.c
*** Error code 1
make: Fatal error: Command failed for target `ldap-compare.lo'
The problem fixed with the following changes on this file:
--- dovecot-2.2.26.0/src/lib-ldap/ldap-compare.c.orig Wed Nov 2 06:51:27 2016
+++ dovecot-2.2.26.0/src/lib-ldap/ldap-compare....
2008 Jul 30
1
5.1p build problem on SCO OSR6
Build of 5.1p1 fails on SCO OSR6 with the error:
UX:acomp: ERROR: "addrmatch.c", line 100: undefined struct/union member: sin6_scope_id
configure checks for presence of struct sockaddr_in6 and uses the system
declaration if found (via #define HAVE_STRUCT_SOCKADDR_IN6 in config.h)
If not found, the struct is declared in openbsd-compat/fake-rfc25...
2012 Jan 25
1
problem compiling imaptest under solaris
...uot;, line 6: warning: useless
declaration
"client-state.h", line 6: warning: useless declaration
"client.c", line 655: operand cannot have void type: op "=="
"client.c", line 655: operands have incompatible types:
const void "==" int
cc: acomp failed for client.c
what can I do? Thanks for any help,
J?rgen
--
J?rgen Obermann
Hochschulrechenzentrum der
Justus-Liebig-Universit?t Gie?en
Heinrich-Buff-Ring 44
Tel. 0641-9913054
2013 Apr 09
1
failed compiling dovecot 2.1.16 under solaris
...h=v8plusa -I/usr/sfw/include -c
quota-status.c
"../../../src/lib-storage/mailbox-list.h", line 13: warning: useless
declaration
"quota-status.c", line 200: undefined symbol: optarg
"quota-status.c", line 200: warning: improper pointer/integer
combination: arg #1
cc: acomp failed for quota-status.c
I could solve this problem with
*** ./src/plugins/quota/quota-status.c.orig Thu Apr 4 22:58:30
2013
--- ./src/plugins/quota/quota-status.c Tue Apr 9 16:08:12 2013
***************
*** 11,16 ****
--- 11,17 ----
#include "mail-storage-service.h"
#i...
2008 Aug 04
3
Kerberos-related configure script problem on Solaris with 3.2.0
...;, line 10: warning: useless declaration
"libsmb/clikrb5.c", line 242: warning: implicit function declaration:
error_message
"libsmb/clikrb5.c", line 1050: warning: statement not reached
"libsmb/clikrb5.c", line 1531: #error: UNKNOWN_KRB5_ENCTYPE_TO_STRING_FUNCTION
cc: acomp failed for libsmb/clikrb5.c
The following command failed:
cc -I. -I/home/david/build/samba-3.2.0-temp/samba-3.2.0/source
-I/usr/local/heimdal/heimdal-1.1/include -O -D_SAMBA_BUILD_=3
-I/home/david/build/samba-3.2.0-temp/samba-3.2.0/source/iniparser/src
-Iinclude -I./include -I. -I. -I./lib/replace...
2002 May 20
1
Compilation problem with samba2.2.4
...couple error messages, thats are below:
Compiling passdb/pdb_ldap.c
"passdb/pdb_ldap.c", line 76: undefined symbol: LDAP_OPT_X_TLS_HARD
"passdb/pdb_ldap.c", line 96: undefined symbol: LDAP_OPT_SUCCESS
"passdb/pdb_ldap.c", line 128: undefined symbol: LDAP_OPT_X_TLS
cc: acomp failed for passdb/pdb_ldap.c
*** Error code 2
make: Fatal error: Command failed for target `passdb/pdb_ldap.o'
I run Sun Netra X1, with Solaris 8 and I using iPlanet LDAP-server,
I allready download iPlanet SDK
ldapcsdk5.08-SunOS5.8_64_OPT.OBJ.tar.
I copy ldap.h and lber.h from this kits, but...
2009 Dec 15
2
drivers/bcmxcp.c portability issue
I ran into a portability issue with drivers/bcmxcp.c in nut-2.4.1 on
my UnixWare 7.1.4 machine. The error I get is
.....
UX:acomp: ERROR: "/opt/src/utils/nut-2.4.1/drivers/bcmxcp.c", line 835: integral constant expression expected
.....
Looking at the code we see
.....
int init_outlet(unsigned char len)
{
unsigned char answer[len];
.....
Although gcc can handle it, it's not portable C code.
What size...